/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
@font-face {
	font-family: "OpenSans-Light";
	src: url("../fonts/OpenSans-Light/OpenSans-Light.eot");
	src: url("../fonts/OpenSans-Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
	url("../fonts/OpenSans-Light/OpenSans-Light.woff") format("woff"),
	url("../fonts/OpenSans-Light/OpenSans-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

.rr-logo-img{
	height: 48px;
	display: block;
	padding-left: 0;
	margin-top: 10px;
	list-style-type: none;
}

.logo-img{
	width: 100%;
	display: block;
	padding-left: 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.logo-img li{
	display: inline-block;
	margin-right: 32px;
	margin-top: 35px;
}
.logo-img li:last-child{
	margin-right: 0;
}
.logo-img a{
	display: inline-block;
	text-decoration: none;
}
.logo-img img{
	display: inline-block;
	vertical-align: middle;
}
.more{
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.terms{
	width: 100%;
	display: block;
	font-family: "OpenSans-Light", sans-serif;
}
.terms p{
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 10px;
}
.terms ol{
}
.terms ol li{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.428;
	color: #333;
}
.terms ol li em{
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 5px;
	font-style: normal;
	color: #333;
}
.terms ul{
	list-style-type: none;
	margin-bottom: 20px;
}
.terms ul li{
	text-transform: none;
	margin-bottom: 0;
	font-size: 16px;
}
.terms ul span{
	display: inline-block;
	margin-left: -40px;
	padding-right: 10px;
	color: #333;
}
.terms a{
	text-decoration: none;
	color: #3276b1;;
	font-size: 16px;
}
.terms a:hover{
	color: #214e75;
}
.privacy{
	width: 100%;
	display: block;
	font-family: "OpenSans-Light", sans-serif;
	color: #333;
}
.privacy h1{
	font-size: 26px;
}
.privacy h2{
	font-size: 22px;
	font-family: "OpenSans-Light", sans-serif;
}
.privacy p{
	font-size: 16px;
	color: #333;
}
.privacy a{
	text-decoration: none;
	color: #3276b1;;
	font-size: 16px;
}
.privacy a:hover{
	color: #214e75;
}
.main-footer{
	background: none;
}
.wrp-footer{
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #dddddd;
}
.nav-footer{
	list-style-type: none;
	padding: 20px 0 10px;
}
.nav-footer li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.nav-footer a{
	text-decoration: none;
	color: #999;
	font-size: 12px;
}
.nav-footer a:hover{
	color: #214e75;
}
.form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 25px;
    color: #404040;
    justify-content: center;
}
.i-wrapper {
    padding:5px;
}

.plan-table {
    padding-top:30px;
    padding-bottom:30px;
}

#yearly-price .the-price:first-child{
   vertical-align: middle;
}

