﻿
/*--- Global ---*/
@font-face {
	font-family: 'Rubik';
	src: url('/RTR/fonts/Rubik-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
	/*src: url('webfont.eot');*/ /* IE9 Compat Modes */
	/*src: url('webfont.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
	/*url('webfont.woff') format('woff'),*/ /* Modern Browsers */
	/*url('webfont.ttf') format('truetype'),*/ /* Safari, Android, iOS */
	/*url('webfont.svg#svgFontName') format('svg');*/ /* Legacy iOS */
}
@font-face {
	font-family: 'Rubik Bold';
	src: url('/RTR/fonts/Rubik-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family: 'Rubik Medium';
	src: url('/RTR/fonts/Rubik-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
	font-size: 16px;
	cursor: default;
}
a {
	cursor: pointer;
}
input {
	cursor: text;
}
input[type=submit], input[button] {
	cursor: pointer;
}
a, p, div, span {
	font-family: 'Rubik';
}
.bold {
	font-family: 'Rubik Bold';
}
.medium {
	font-family: 'Rubik Medium';
}
h1, .h1 {
	font-size: 30px;
}
.txt-bold {
	font-weight: bold;
}
.txt-white {
	color: white;
}
.txt-black {
	color: black;
}
.txt-blue {
	color: #243493; 
}
.txt-white, .txt-white a {
	color: white !important;
}
.txt-aqua, .txt-aqua a {
	color: #07b78c !important;
}
.bg-aqua {
	background-color: #07b78c !important;
}
.bg-blue {
	background-color: #27368a !important;
}
.inline-block {
	display: inline-block;
}
a:hover {
	opacity: .7;
	text-decoration: none;
}

/*--- Layout ---*/
.one-col-full-width {
	padding: 40px;
}

/*--- Buttons ---*/
.btn-sml {
	background-color: #07b78c;
	height: 25px;
	line-height: 25px;
	border-radius: 30px;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
}
.btn-lrg {
	background-color: #07b78c;
	height: 45px;
	line-height: 45px;
	border-radius: 30px;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
}
.svg-white {
	filter: invert(96%) sepia(7%) saturate(309%) hue-rotate(171deg) brightness(116%) contrast(100%);
}
.svg-aqua {
	filter: invert(46%) sepia(19%) saturate(5913%) hue-rotate(136deg) brightness(102%) contrast(95%);	
}

/*--- Layout ---*/
	.container {
	padding: 0;
}

/*--- Header ---*/
.rtr-stage-banner {
	text-align: center;
	color: red;
	line-height: 40px;
	font-weight: bold;
	position: fixed;
	background-color: white;
	top: 0;
	z-index: 10000;
	width: 100%;
}
.rtr-stage-class {
	margin-top: 40px !important;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-brand {
	display: none;
}
.navbar-nav {
	float: right;
}
.navbar-collapse {
	width: 100%;
	background-color: transparent;
	border-color: white;
	box-shadow: none;
	border: none;
	clear: both;
}
.header-bg {
	max-width: 1400px;
	margin: 0 auto;
	background-color: #1a2560;
}
.nav > li {
	padding-left: 10px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 8px 10px 3px;
}
.menu-link {	
	display: inline-block !important;
}
.menu-chev {
	padding-left: 1px;
	margin-top: -2px;
	height: 14px;
	display: inline-block;
}
@media (min-width: 768px) {
	.header-bg {
		background-color: transparent;
	}	
}
@media (min-width: 800px) {
	.nav > li > a {
		padding: 10px 15px 10px 3px;
	}	
}
@media (min-width: 820px) {
	.menu-chev {
		padding-left: 6px;
	}
}
@media (min-width: 992px) {
	.menu-chev {
		padding-left: 18px;
	}
}
@media (max-width: 767px) {
	.header-right {
		padding-bottom: 10px;
	}
	#btnSchedCons {
		display: none;
	}
	.nav > li {
		border: 1px solid white;
	}
	.nav > li > a {
		padding: 10px 15px 10px 3px;
		width: 90%;
	}
	.navbar-nav {
		text-align: left;
		float: left;
	}
	.header-bar {
		margin-right: 60px;
	}
	.navbar-header {
		position: absolute;
		right: 0;
	}
}

.navbar-toggle {
	padding: 0;
	margin-top: 2px;
}
.navbar-default .navbar-toggle {
	border-color: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white !important;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: transparent !important;
	opacity: .5;
}
.header-left {
	float: none;
	text-align: center;
}
.header-right {
	float: left;
}
.header-bar {
	float: right;
}
.icon-phone {
	height: 15px;
	margin-top: -3px;
	margin-right: 5px;
}
.icon-calendar {
	height: 12px;
	margin-top: -3px;
	margin-right: 5px;
}
#btnSchedCons {
	height: 35px !important;
	line-height: 35px !important;
}
#btnSchedCons a {
	font-size: 16px;
}

/*--- Homepage ---*/
.home-page-content {
	padding-left: 0px;
	padding-right: 0px;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.home-bg-img {
	width: 100%;
	height: auto;
	background-size: auto;
	margin-top: -140px;
	position: absolute;
	background-image: url("/RTR/images/frontpage-img.png");
	background-repeat: no-repeat;
}
.h-unique-sol {
	max-width: 100%;
	width: 100%;
	padding-top: 70px;
	font-size: 22px;
	text-align: center;
}
#btnFindHelp {
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
}
.fnd-help-chev {
	height: 14px;
	display: inline-block;
	padding-left: 10px;
	margin-top: -2px;
}

/* --- Tech Solutions --- */
.tech-solutions {
	margin-top: 350px;
}
.rtr-logo {
	width: 200px;
	margin-top: -15px;
}
.above-the-fold {
	margin-top: 90px;
	margin-bottom: 20px;
	padding: 0 5px;
}
.resources-list {
	font-size: 13px;
}
.tech-solutions {
	text-align: center;
}

.tech-solutions-heading {
	font-size: 24px;
	padding-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.tech-sol-card {
	display: block;
	max-width: 400px;	
	text-align: center;
	vertical-align: middle;
	color: #243493;
	cursor: default;
	margin: 0 auto;
}
.tech-sol-card, .tech-sol-back {
	height: 175px;
}
.tech-sol-title {
	display: inline-block;
	margin-left: 0;
}
.tech-sol-card img {
	width: 40px;
	margin-top: 13px;
	margin-bottom: 20px;
	fill: white;
}
.tech-sol-circle {
	display: block;
	margin: 0 auto 10px auto;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #07b78c;	
	text-align: center;
}
.tech-sol-back {
	visibility: hidden;
	background-color: #f1f3ff;
	max-width: 400px;		
	position: absolute;
	margin-top: -105px;
	padding: 10px;
	font-size: 13px;
	cursor: default;
	text-align: center;
}
.tech-sol-back-title {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 15px;
}

/* --- Our Advantages --- */
.advantages {	
	background-color: #f1f3ff;
	margin-top: 100px;
}
.advantages-content {
	height: auto;	
}
.adv-tablet-container {
	display: none;
	height: 500px;
}
.adv-card {
	height: 25%;
}
.adv-button {
	width: 300px;
	height: 75px;
	line-height: 75px;
	border-radius: 30px;
	background-color: white;
	text-align: center;
	z-index: 1000;
	position: absolute;
	cursor: default;
	margin-top: 10px;
}
.adv-button:hover {
	color: white;
	background-color: #273792;
}
.adv-card-bg {
	width: 300px;
	height: 75px;
	line-height: 75px;
	border-radius: 30px;
	background-color: #07b78c;
	margin-top: 14px;
	position: absolute;
}
.adv-circle {
	width: 460px;
	height: 460px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	border-radius: 230px;
	background: #f1f3ff;
	position: absolute;
	z-index: 100;
	margin-top: -30px;
	margin-left: 30px;
}
.txt-our-adv {
	position: absolute;
	margin-top: 40px;
	z-index: 1000;
	font-size: 40px;
	text-align: center;
	width: 300px;
	margin-left: 110px;
}
.adv-card-left {
	right: 30px;
}
.adv-card-right {
	right: 30px;
}
.mobile-adv-container {
	display: block;
	padding: 0 20px 10px 20px;
}
.mob-adv-circle-container {
	text-align: center;
	margin-bottom: 50px;
}
.mob-txt-our-adv {
	font-size: 28px;
	margin-top: -55px;
	padding-top: 20px;
}
.mobile-adv-card-container {
	width: 100%;
	margin: 0 auto;
}
#mob-adv-circ-img {
	display: none;
}
.mob-adv-card {
	cursor: default;
	padding-bottom: 30px;
}
.mob-adv-title {
	font-family: 'Rubik Medium';
	display: inline-block;
}
.mob-adv-content {
	display: none;
	padding-top: 20px;
}
.mob-adv-chev {
	margin-right: 2px;
	display: inline-block;
}
.mob-adv-chev-right {
	height: 14px;
	width: 9px;
	content: url("/RTR/icons/chevron-right-solid.svg");
}
.mob-adv-chev-down {
	height: 9px;
	width: 14px;
	content: url("/RTR/icons/chevron-down-solid.png");
	filter: none;
}

/* --- Traditional Services --- */
.services {
	background-image: url("/RTR/images/contact-us-bg.png");
	background-repeat: no-repeat;
	height: auto;
	background-size: auto;
	color: white;
}
.services-container {
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
.services-heading {
	font-size: 30px;
	padding: 30px 20px 0 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
}
.services-icon-container {
	padding-bottom: 60px;
}
.services-icon {	
	width: 49%;
	display: inline-block;
	padding: 10px;
	height: 75px;
	vertical-align: middle;
	margin-top: 50px;
}
.services-icon img {
	width: 50px;
}
.contact-us-container {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.believer-title {
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
}
.contact-us input,
.contact-us textarea {
	padding: .375rem .75rem !important;
}

/* --- Map --- */
.map-bg-inner {
	padding: 20px 40px;
	max-width: 680px;
}
.map-title {
	text-transform: uppercase;	
	font-size: 18px;
	margin-bottom: 20px;
}
.map-bg {
	background-image: url("/RTR/images/nw-map.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}
.state-card {
	width: 45%;
	display: inline-block;
	text-align: left;
	font-family: 'Rubik Medium';
	padding: 5px 0;
	vertical-align: top;
}

/* --- Footer --- */
.footer-col {
	display: block;
	vertical-align: top;
	text-align: center;
	padding-bottom: 20px;
}
.footer-second-col {
	padding-top: 0;
}
.footer-last-col {
	width: 100%;
	padding-bottom: 20px;
	max-width: 400px;
	margin: 0 auto;
}

/* --- Responsive --- */
@media (min-width: 374px) {
	.tech-solutions {
		margin-top: 300px;
	}
	#mob-adv-circ-img {
		display: inline-block;
	}
	.mobile-adv-card-container {
		width: 330px;
	}
	.mob-txt-our-adv {
		padding-top: 0;
	}
	.above-the-fold {
		padding: 0 10px;
	}
	.tech-sol-card, .tech-sol-back {
		height: 145px;
	}
	.tech-sol-card {
		text-align: left;
	}
	.tech-sol-circle {
		margin: 20px 0 10px 20px;
		display: inline-block;
	}
	.tech-sol-title {		
		margin-left: 20px;
	}
}
@media (min-width: 768px) {
	.header-left {
		float: left;
	}
	.header-right {
		float: right;
	}
	.nav > li {
		padding-left: 0;
	}
	.home-bg-img {
		width: 100%;
		height: 500px;
		background-size: 100% 500px;
	}
	.above-the-fold {
		padding: 0 20px;
	}
	.rtr-logo {
		margin-top: 0;
	}
	.resources-list {
		font-size: 16px;
	}
	#btnFindHelp {
		margin-top: 20px;
	}
	.tech-solutions {
		margin-top: 380px;
	}
	.container {
		width: 100%;
	}
	.rtr-logo {
		width: 200px;
	}
	.above-the-fold {
		margin-top: 120px;
		margin-bottom: 40px;
		padding: 0 40px;
	}
	.h-unique-sol {
		max-width: 600px;
		font-size: 30px;
		text-align: left;
	}
	.services {		
		height: 1000px;
		background-size: 100% 1000px;
	}
	.services-icon {
		width: 28%;
	}
	#btnFindHelp {
		height: 45px;
		line-height: 45px;
	}
	.state-card {
		width: 32%;
	}
}
@media (min-width: 992px) {
	.home-bg-img {
		width: 100%;
		height: 475px;
		background-size: 100% 475px;
	}
	.tech-solutions {
		margin-top: 380px;
	}
	.container {
		width: 100%;
	}
	.rtr-logo {
		width: 300px;
	}
	.above-the-fold {
		margin-top: 150px;
		margin-bottom: 120px;
	}
	.h-unique-sol {
		padding-top: 10px;
	}
	.tech-sol-card {
		display: inline-block;
		width: 24%;
		margin: 0;
		text-align: center;
	}
	.tech-sol-card, .tech-sol-back {
		height: 195px;
	}
	.tech-sol-circle {
		display: block;
		margin: 20px auto 10px auto;
	}
	.tech-sol-title {
		display: block;
		margin-left: 0;
	}
	.tech-sol-back {
		width: 24%;
		padding: 5px;
		margin-top: -115px;
	}
	.adv-tablet-container {
		display: block;
	}
	.adv-circle-container {
		margin-left: 60px;
		width: 520px;
	}
	.mobile-adv-container {
		display: none;
	}
	.services {
		height: 750px;
		background-size: 100% 750px;
	}
	.services-container {
		display: table-cell;
		width: 59%;
		text-align: left;
		padding: 10px 0;
	}
	.services-icon-container {
		padding-bottom: 20px;
		text-align: center;
	}
	.services-icon {
		width: 28%;
		height: 150px;
	}
	.services-icon img {
		width: 75px;
	}
	.contact-us-container {
		display: table-cell;
		width: 39%;
		padding: 0 30px;
	}
	.map-bg-inner {
		padding: 40px;		
	}
	.map-title {
		font-size: 24px;
	}
	.state-card {
		padding: 10px 0;
	}
	.footer-top {
		height: 160px;
	}
	.footer-col {
		display: table-cell;
		padding-left: 40px;
		text-align: left;
		padding-bottom: 0;
	}
	.footer-second-col {
		padding-top: 40px;
	}
	.footer-last-col {
		padding-top: 40px;
		padding-left: 100px;
		margin: auto;
	}
}
@media (min-width: 1200px) {
	.home-bg-img {
		width: 100%;
		height: 600px;
		background-size: 100% 600px;
	}
	.tech-solutions {
		margin-top: 480px;
	}
	.container {
		width: 100%;
	}
	.above-the-fold {
		margin-top: 200px;
		margin-bottom: 220px;
	}
	.adv-card-left {
		left: 30px;
	}
	.adv-circle-container {
		margin: 0 auto;
		width: 520px;
	}
	.adv-button {
		margin-top: 50px;
	}
	.adv-card-bg {
		margin-top: 54px;
	}
	.adv-card {
		width: 49%;
		height: 49%;
		display: inline-block;
	}
}
@media (min-width: 1400px) {
	.home-bg-img {
		width: 1400px;
		height: 600px;
		background-size: 1400px 600px;
	}
	.tech-solutions {
		margin-top: 480px;
	}
	.container {
		width: 1400px;
	}
}

/*--- Footer ---*/
.footer-top {	
	width: 100%;
	background-color: #1a2560;
	font-size: 12px;
}

.footer-bottom {
	height: 40px;
	line-height: 40px;
	width: 100%;
	background-color: #0d174d;
	text-align: center;
	color: white;
	vertical-align: middle;
	font-size: 12px;
}
.c1-tag {
	float: right;
	padding-right: 5px;
	margin-top: -35px;
	opacity: .2;
}