@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@charset "utf-8";
/* CSS Document */
/********************** Reset **********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure, hr {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	font-size: 100%;
}
legend {
	color: #000;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.right {
	float: right;
}
span.noshow {
	display: none;
	margin: 0;
}
a {
	outline: none;
	text-decoration: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/********************** style **********************/
body
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
	-webkit-font-smoothing: antialiased;
	-moz-smoothing: antialiased;
	-ms-smoothing: antialiased;
	-o-smoothing: antialiased;
	overflow-x:hidden;
}
header
{	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f5f9+0,eff5fc+30,b1cdf1+100 */
	background: #f2f5f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f8fc 0%, #eff5fc 40%, #b1cdf1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f5f8fc 0%,#eff5fc 40%,#b1cdf1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f5f8fc 0%,#eff5fc 40%,#b1cdf1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f9', endColorstr='#b1cdf1',GradientType=0 ); /* IE6-9 */
	padding:0 0 60px 0;
}

.logo-wrapper
{
	background-color:#fff;
	padding:15px 0;
}
.logo 
{
	display:block;
	float:left;
	margin:0;
	padding-top:5px;
}
.content-ctnr
{
	width:95%;
	max-width:1250px;
	display:block;
	margin:0 auto;
}
.content-ctnr h1, .book-call-ctnr h1
{
	font-size:32px;
	display:block;
	text-align:center;
	color:#943462;
	font-weight:700;
	letter-spacing:normal;
	line-height:normal;
	margin:0;	
}
.content-ctnr .header-title
{
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	color:#042c64;
	display:block;
	float:left;
	padding:0 0 0 20px;
	margin:10px 0 0 20px;
	border-left:solid 1px #042c64;
}
.voter-contact-ctn
{
	width:50%;
	display:block;
	float:left;
	padding-right:80px;
	box-sizing:border-box;
	margin-top:50px;
}
.voter-contact-ctn h2
{
	font-size:39px;
	line-height:42px;
	display:block;
	color:#042c64 !important;
	font-weight:bold;
	margin:0;
	letter-spacing:normal;
}
.voter-contact-ctn p
{
	font-size:20px;
	line-height:26px;
	color:#000;
	display:block;
	margin-top:20px;
	letter-spacing:normal;
}
.speak-form-ctn
{
	width:50%;
	background-color:#9c1466;
	display:block;
	float:left;
	padding:35px 35px 25px 35px;
	box-sizing:border-box;
	margin-top:60px;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
}
.speak-form-ctn h2, .learmore-form h2
{
	font-size:28px;
	line-height:34px;
	display:block;
	color:#FFF !important;
	text-align:center;
	font-weight:bold;
	padding-bottom:15px;
	margin:0;
	letter-spacing:normal;
}
.speak-form-ctn p, .learmore-form p
{
	display:block;
	letter-spacing:normal;
	margin:15px 0 0 0;
	padding:0 !important;
}
.speak-form-ctn input, .learmore-form input
{
	font-size:16px;
	width:100%;
	padding:8px 12px !important;
    box-sizing: border-box;
	color:#000!important;
	border:solid 1px #cbcdd0 !important;
	letter-spacing:normal;	
}
.speak-form-ctn input[type=submit], .learmore-form input[type=submit]
{
	background-color:#042c64;
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding:17px !important;
	text-transform:uppercase;	
	color:#fff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor:pointer;
	border:none !important;
	border-radius:10px;
}
.speak-form-ctn input[type=submit]:focus, .learmore-form input[type=submit]:focus {text-decoration:none;}
.speak-form-ctn input[type=submit]:hover, .learmore-form input[type=submit]:hover
{
	background-color:#fff;
	color:#042c64 !important;
	text-decoration:none;
}
.content-wrapper
{
	padding:60px 0;
}
.content-wrapper.bg-white {background-color:#fff;}
.content-wrapper.bg-gray {background-color:#fbfcfd;}
.canadian-learders-logo-ctn 
{
	text-align:center;
	margin-top:20px;
}
.canadian-learders-logo-ctn figure
{
	width:100%;
	max-width:15%;
	display:inline-block;
	vertical-align:top;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
	margin:10px;
}
.canadian-learders-logo-ctn figure:first-child {margin-left:0;}
.canadian-learders-logo-ctn figure:last-child {margin-right:0;}
.canadian-learders-logo-ctn figure img {width:100%;}
.data-driven-area
{
	position:relative;
	display:block;
	margin-top:30px;
}
.data-driven-ctn
{
	width:92%;
	background-color:#f3f7fc;
	padding:40px 50px;	
	box-shadow: 0px 0px 7px 0px rgba(4,44,100,0.15);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(4,44,100,0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(4,44,100,0.15);
	box-sizing:border-box;
	margin:0;
	border-radius:20px;
}
.data-driven-ctn li
{
	display:block;
	margin-top:40px;
}
.data-driven-ctn li:first-child {margin-top:0;}
.data-driven-ctn figure
{
	width:150px;
	display:inline-block;
	vertical-align:middle;
	margin-right:50px;
	text-align:center;
}
.data-driven-ctn figure img {width:100%;}
.data-driven-ctn h3
{
	width:100%;
	max-width:500px;
	font-size:22px;
	line-height:32px;
	display:block;
	color:#000;
	font-weight:600;
	display:inline-block;
	vertical-align:middle;
	margin:0;
	letter-spacing:normal;
}
.result-ctn
{
	width:435px;
	transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
    right: 0%;
	margin:0;
}
.result-ctn li
{
	width:185px;
	height:185px;
	background:url(https://rmgsite.com/2021/wp-content/uploads/2022/03/up-arrow.png) no-repeat 30px 37px #042c64;
	display:inline-block;
	vertical-align:top;
	margin:15px 0 15px 30px;
	position:relative;
	border-radius:10px;
}

.result-ctn li.dwon-arrow
{
	background:url(https://rmgsite.com/2021/wp-content/uploads/2022/04/down-arrow.png) no-repeat 30px 37px #042c64;
	display:inline-block;
	vertical-align:top;
	margin:15px 0 15px 30px;
	position:relative;
	border-radius:10px;
}

.result-ctn li h2
{
	font-size:36px;
	font-weight:700;
	color:#fff !important;
	transform: translate(-50%, -50%);
    position: absolute;
    top: 35%;
    left: 60%;
	margin:0;
}
.result-ctn li p
{
	width:100%;
	font-size:14px;
	line-height:22px;
	color:#fff;
	font-weight:600;
	text-align:center;
	display:block;
	padding:0 10px;
	transform: translate(-50%, 0%);
    position: absolute;
    bottom: 22%;
    left: 50%;
	margin:0;
	padding:0 5px;
	box-sizing:border-box;
}
.modern-way-product-ctn
{
	display:block;
	margin:20px 0 0 0;
	text-align:center;
}
.modern-way-product-ctn li
{
	width:100%;
	max-width:275px;
	display:inline-block;
	vertical-align:top;
	margin:16px;
}
.modern-way-product-ctn li figure
{
	width:120px;
	height:120px;
	background-color:#042c64;
	position:relative;
	border-radius:100%;
	margin:0 auto;
}
.modern-way-product-ctn li figure img {width:100%;}
.modern-way-product-ctn li h2, .modern-way-info h2, .alex-info h2
{
	font-size:28px;
	line-height:32px;
	font-weight:600;
	color:#000 !important;
	margin:20px 0 0 0;
	letter-spacing:normal;
}
.modern-way-product-ctn li p, .modern-way-info p, .alex-info p
{
	font-size:14px;
	line-height:24px;
	display:block;
	margin:15px 0 0 0;
	letter-spacing:normal;
}
.modern-way-info
{
	background-color:#f3f7fc;
	padding:30px;	
	box-shadow: 0px 0px 7px 0px rgba(4,44,100,0.15);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(4,44,100,0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(4,44,100,0.15);
	box-sizing:border-box;
	margin:30px 0 0 0;
	border-radius:20px;
}
.modern-way-info h2 {margin:0 0 0 0; }
.book-call-ctnr
{
	width:95%;
	text-align:center;
	display:block;
	margin:0 auto;
}
.alex-info
{
	width:50%;
	max-width:370px;
	display:inline-block;
	vertical-align:top;
	margin-top:60px;
	text-align:center;
}
.alex-info figure img
{
	display:block;
	margin:0 auto;
}
.calendar-ctn
{
	width:50%;
	max-width:1000px;
	display:inline-block;
	vertical-align:top;	
}
.primary-btn
{
	background-color:#042c64;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	padding:10px 30px;
	display:inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration:none;
	letter-spacing:normal;
	border-radius:10px;
}
.btn-ctn 
{
	text-align:center;
	padding-top:30px;
	display:block;
}
.btn-ctn-header  
{
	display:block;
	float:right;
	margin:0;
}
.phone-ctn, .learmore-btn
{
	display:inline-block;
	vertical-align:middle;
}
.learmore-btn
{
	margin:0 0 0 30px;
}
.phone-ctn figure 
{
	background-color:#9c1466;
	width:36px;
	height:36px;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	position:relative;
	border-radius:100%;	
}
.phone-ctn figure img
{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:0;
	bottom:0;
	display:block;
}
.phone-ctn p
{
	display:inline-block;
	vertical-align:middle;
	margin:0;
}
.phone-ctn a
{
	font-size:20px;
	line-height:30px;
	font-weight:700;
	color:#9c1466;
	text-decoration:none;
}

.btn-ctn-header .primary-btn {font-size:16px; padding:8px 25px;}

.primary-btn:hover
{
	background-color:#9c1466;
	color:#fff;
}
#speak-section{
	font-size:28px;
}
footer
{
	background-color:#042c64;
	padding:50px 0;	
}
footer div
{
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:26px;
	padding:0 20px;
	letter-spacing:normal;
}
.thankyou-wrapper
{	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,215d9b+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #215d9b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#215d9b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#215d9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#215d9b',GradientType=0 ); /* IE6-9 */
	min-height: 100vh;
}
.thank-you-ctnr
{
	width:95%;
	max-width:1000px;
	position:absolute;
	transform: translate(-50%, -60%);
    position: absolute;
    top: 50%;
    left: 50%;
	text-align:center;
}
.tks-logo {margin:0 !important;}
.tks-logo a img
{
	width:250px;
	height:auto;
	margin:0 auto;
}
.thank-you-ctnr h1
{
	font-size:60px;
	line-height:70px;
	font-weight:600;
	text-transform:uppercase;
	display:block;
	margin:80px 0 0 0;
	letter-spacing:5px;
	color:#fff;
	letter-spacing:normal;
}
.thank-you-ctnr p
{
	font-size:30px;
	line-height:40px;
	display:block;
	margin:20px 0 0 0;
	color:#fff;
	letter-spacing:normal;
}
.thank-you-ctnr hr
{
	width:90%;
	border:none;
	height:2px;
	background-color:#9c1466;
	display:block;
	margin:100px auto 0 auto;
}
.learnmore-wrapper
{
	background-color:#f2f3f5;
	padding:80px 0 80px 0;
	min-height: 100vh;
	box-sizing:border-box;
}
.learnmore-ctnr
{
	width:95%;
	max-width:1000px;
	margin:0 auto;
}
.company-logo-ctn
{
	width:100%;
	max-width:250px;
	display:inline-block;
	vertical-align:middle;
	margin-right:50px;
	text-align:center;
}
.company-logo-ctn h2
{
	font-size:20px;
	line-height:30px;
	font-weight:600;
	display:block;
	color:#000 !important;
	margin:0;
	letter-spacing:normal;
}
.company-logo-ctn figure
{
	display:block;
	margin:30px auto 0 auto;
}
.company-logo-ctn figure img {display:block; margin:0 auto;}
.learmore-form-ctn
{
	width:100%;
	max-width:650px;
	background-color:#fff;
	display:inline-block;
	vertical-align:middle;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
}
.learmore-form-ctn h1
{
	font-size:36px;
	line-height:46px;
	font-weight:700;
	display:block;
	color:#042c64;
	padding:40px 40px 0 40px;
	margin:0;
	letter-spacing:normal;
}
.learmore-form-ctn p
{
	font-size:16px;
	line-height:26px;
	margin:15px 0 0 0;
	padding:0 40px;
	letter-spacing:normal;
}
.learmore-form
{
	background-color:#9c1466;
	margin-top:40px;
	padding:40px 40px 30px 40px;
}