@charset "UTF-8";
@import "reset.css";
@import "font-awesome.min.css";

body {
	transition: opacity .2s ease 0s;
}

#wrapper {
	min-height: calc(100vh - 145px);
}

header {
	background: #082147 url(https://www.in-prepaid.com/wp-content/uploads/Main-Header-BG-2-1.png) no-repeat center bottom;
	background-size: cover;
	position: relative;
	min-height: 100px;
	border-bottom: 10px solid #162d4d;
	margin-bottom: 30px;
}

.header-bg {
	visibility: hidden;
}

.inner {
	max-width: 1166px;
	width: 100%;
	width: calc(100% - 30px);
	padding: 0 15px;
	margin: 0 auto;
}

.stmt-link {
	font-size: 140%;
}

.logo {
	margin-top: 50px;
	display: block;
	float: left;
}

.nav {
	text-align: right;
	float: right;
	margin-top: 7px;
	/*clear: both;*/
}

.nav.smaller {
	margin-top: 15px;
}

.nav.main {
	clear: right;
}

.nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 20px;
}

.nav a {
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	transition: color .25s ease 0s;
}

.nav a.current-page,
.nav.smaller a.current-page,
.nav a:hover,
.nav.smaller {
	color: #35b559;
}

a:hover,
.breadcrumbs span {
	color: #247F3E;
}

.nav.smaller a {
	font-size: 12px;
	font-weight: 500;
	color: #aebfda;
	text-transform: uppercase;
	text-decoration: none;
}

#progress-section {
	text-align: center;
}

#progress-bar {
	background: url(/images/in-logo.png) no-repeat 81px 66px;
	border-radius: 50%;
	width: 25%;
	padding-bottom: 25%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.progress {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #35b559;
	z-index: -1;
	width: 0;
	transition: width .25s ease 0s;
	-webkit-animation:bounceIn 2s;
	animation:bounceIn 2s;
}

.product-hub {
	text-align: center;
}

.product-hub img {
	max-width: 227px;
	height: auto;
	display: block;
	margin: 40px auto;
	border-radius: 12px;
}

.breadcrumbs,
.breadcrumbs a {
	color: #102036;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	text-decoration: none;
}

.breadcrumbs span {
	font-weight: 500;
}

small {
	font-size: 50%;
}

#virtual-card {
	display: none;
}

a {
	color: #247F3E;
	text-decoration: none;
}

p, li, blockquote, form, table {
	font-size: 1.35em;
	line-height: 22px;
}

.search p {
	margin-bottom: 0;
}

form p {
	font-size: 1.1em;
}

* {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}

h1:before {
	content: '';
	width: 340px;
	display: block;
	height: 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #e4e4e4;
	position: absolute;
	top: 0;
	left: 0;
}

h1 {
	color: #102036;
	font-size: 28px;
	line-height: 33px;
	font-weight: 600;
	position: relative;
	padding-top: 20px;
}

h2 {
	color: #247F3E;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}

h2 a {
	font-weight: 600;
}

h3 {
	color: #3a5984;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	text-transform: uppercase;
}

h3.special-bob {
	font-size: 15px;
	color: #247F3E;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 600;
}

h5 {
	font-size: 16px;
	line-height: 25px;
	color: #102036;
	font-weight: 600;
}

h6 {
	font-size: 13px;
	line-height: 20px;
	color: #ababab;
	font-weight: 600;
}

.navy {
	color: #102036;
}

li {
	margin-bottom: .5em;
}

#content li {
	color: #19273b;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

ul, ol {
	margin-bottom: 1em;
}

small {
	font-size: 70%;
}

img {
	max-width: 100%;
	height: auto;
}

fieldset {
	padding: 15px;
	margin-bottom: 1em;
	border: 1px solid silver;
}

fieldset legend {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

fieldset,
form > div > div,
form > div > label {
	text-align: left;
}

form div > small {
	display: block;
	text-align: left;
	font-size: 11px;
	margin-bottom: 1em;
	/*margin-top: -.75em;*/
	clear: both;
}

form > div > a {
	display: inline-block;
	margin-right: 15px;
}

form div > label {
	display: block;
	margin-bottom: 1em;
}

form div > label > input,
form div > label > textarea,
form div > label > select {
	display: block;
	width: 100%;
	border: 1px inset #999;
	padding-top: .25em;
	padding-bottom: .25em;
	font-size: 12px;
	box-sizing: border-box;
}

form > div > label > input,
form > div > label > textarea,
form > div > label > select {
	width: 99%;
}

form div > label > input[type=radio],
form div > label > input[type=checkbox] {
	width: 20px;
	float: left;
	margin: 4px 0 0;
}

form div > label > textarea {
	height: 150px;
}

input[readonly] {
	border: 1px solid #AAA;
	background: #FAFAFA;
	color: #AAA;
	cursor: not-allowed;
}

input[type=submit],
.button,
button, #pdfstring {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 2px solid #102036;
	border-radius: 3px;
	color: #102036;
	line-height: 48px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 0 6px;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	transition: color .2s ease 0s,
				background-color .2s ease 0s;
	color: #ffffff;
	background: #102036;
	text-decoration: none;
}

input[type=submit] {
	line-height: 46px;
}

/*input[type=submit]:hover,
.button:hover {
	color: #ffffff;
	background: #102036;
}

.button.navy {
	color: #3A5984;
	border-color: #3A5984;
}

.button.navy:hover {
	color: #fff;
	background-color: #3A5984;
}

.button.green {
	color: #35B559;
	border-color: #35B559;
}

.button.green:hover {
	color: #fff;
	background-color: #35B559;
}
*/

optgroup {
	font-weight: bold;
}

button.green,
input[type=submit].green,
.button.green {
	color: #fff;
	border-color: #247F3E;
	background-color: #247F3E;
}

button.red,
input[type=submit].red,
.button.red {
	color: #fff;
	border-color: red;
	background-color: red;
}

.right {
	float: right;
}

/*div.navy {
	color: #fff;
	width: calc(100% - 40px);
	padding: 20px;
	height: 94px;
	background: #3A5984;
}

.button.white {
	color: #ffffff;
	border-color: #ffffff;
}

.button.white:hover {
	color: #3A5984;
	background-color: #ffffff;
}*/

.iForgot {
	line-height: 50px;
}

form div.submit {
	text-align: right;
	overflow: hidden;
}

form div.submit label {
	float: left;
}

form div.submit a {
	display: inline-block;
	margin-right: 20px;
}

#search {
	border-bottom: 1px solid #84b853;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#search form {
	margin: 0px;
}

table {
	width: 100%;
}

table th {
	vertical-align: middle;
	text-align: left;
	padding: 4px;
	border-bottom: 2px solid #797992;
}

table td {
	vertical-align: middle;
	text-align: left;
	padding: 4px;
	border-bottom: 1px solid #84b853;
}

table .has-action td {
	vertical-align: middle;
	text-align: left;
	padding: 4px;
	border-bottom: 0 none;
}

table td.empty {
	text-align: center;
	padding: 10px;
}

table tr:hover td {
	background: #F6F6F6;
}

td.actions {
	white-space: nowrap;
}

td.actions > * {
	display: inline-block;
	margin-right: 5px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.errors {
	border: 1px solid #CBB;
	background: #FEE;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.message {
	border: 1px solid #CBB;
	background: #FFFFCC;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 1.25em;
}

.thin.message,
.thin.errors {
	width: 460px;
}

fieldset.no-card-error {
	display: none;
}

.show-all fieldset.no-card-error {
	display: block;
}

.dp_grid,
fieldset > div {
	position: relative;
}

.has-error {
	color: red;
	/*position: relative;*/
}

.has-error > .error-message {
	display: none;
}

.has-error:hover > .error-message {
	display: block;
	position: absolute;
	top: 0;
	left: 4%;
	width: 95%;
	background: white;
	border: 1px solid red;
}

.filters {
	margin-left: -10px;
	padding-top: 10px;
}

.filters > label {
	float: left;
	margin-left: 10px;
	width: 240px;
}

.filters > div.submit {
	clear: both;
	text-align: right;
	width: auto;
	margin: 0px;
}
.filters .submit > * {
	display: inline-block;
	margin-top: .5em;
}

.filters .submit > *:first-child {
	margin-left: 0px;
}

.filters .submit a {
	*padding-left: 10px;
	*padding-right: 10px;
}

.dp_grid,
.csz {
	margin-left: -4%;
	overflow: hidden;
	padding-top: 10px;
}

form .dp_grid,
form .csz {
	padding-top: 0;
}

.dp_grid > *,
.csz > * {
	margin-left: 4%;
	float: left;
}

.dp_grid .unit-1-2 {
	width: 46%;
}

.dp_grid .unit-2-3 {
	width: 65%;
}

.dp_grid .unit-2-3 + .unit-1-3 {
	width: 25.333%
}

.dp_grid .unit-1-3 {
	width: 29.333%;
}

.dp_grid .unit-1-4 {
	width: 21%;
}

.dp_grid .unit-1-5 {
	width: 16%;
}

.dp_grid .unit-3-4 {
	width: 71%;
}

.dp_grid .firstname,
.dp_grid .lastname {
	width: 31%;
}

.dp_grid .middlename,
.dp_grid .namesuffix {
	width: 11%;
}

.delete_file,
.approve_file {
	cursor: pointer;
}

.csz > div {
	width: 48%;
}

.csz > div + div {
	width: 20%;
}

.csz > div +div + div {
	width: 20%;
}

.logged_in_line {
	text-align: right;
	margin: 12px 0 0;
}

.expandable {
	cursor: pointer;
	position: relative;
	/*padding-left: 20px;*/
	margin-bottom: 20px;
	margin-top: 20px;
}

.expandable i {
	float: left;
	font-size: 24px;
}

/*.expandable:before {
	content: '+';
	width: 9px;
	height: 9px;
	border: 1px solid #333;
	line-height: 9px;
	top: 5px;
	left: 5px;
	position: absolute;
	text-align: center;
}

.expandable.active:before {
	content: '-';
	line-height: 4px;
}*/

.expandable + .dp_grid {
	overflow: hidden;
	height: 0;
}

.expandable.active + .dp_grid {
	height: auto;
	margin-bottom: 20px;
}

aside ul {
	font-weight: 600;
	color: #626a74;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #e4e4e4;
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

aside li {
	margin-bottom: 0;
}

aside li a {
	display: block;
	font-size: 15px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #d6d6d6;
	line-height: 60px;
	line-height: 20px;
	padding: 20px 0 20px 17px;
	text-decoration: none;
	transition: color .2s ease 0s,
				background-color .2s ease 0s,
				border-top-color .2s ease 0s,
				border-bottom-color .2s ease 0s;
}

aside li a:hover,
aside li a.active {
	background: #247F3E;
	color: #ffffff;
	border-top-color: #5dc47a;
	border-bottom-color: #86d39b;
}

aside i {
	padding-right: 20px;
}

.gray-box {
	background: #dcdcdc;
	padding: 30px 34px 40px;
}

.gray-box p {
	font-size: 14px;
	line-height: 19px;
	color: #333333;
}

.gray-box .button {
	display: block;
}

footer {
	background: #102036;
	/*padding: 60px 0 50px;*/
	display: inline-block;
	color: #fff;
	text-align: center;
	width: 100%;
}

div.inner-wrap {
    width: 1168px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 16px;
}

div.footer-top {
    width: 100%;
    display: inline-block;
    padding: 64px 0px 120px;
}

div.footer-menus {
    width: 790px;
    display: inline-block;
    float: left;
}

div.footer-menu-left {
    width: 189px;
    float: left;
    margin: 0;
}

div.footer-menu-left-mid {
    width: 201px;
    float: left;
    margin: 0;
}

div.footer-menu-right-mid {
    width: 204px;
    float: left;
    margin: 0;
}

div.footer-menu-right {
    width: 196px;
    float: left;
    margin: 0;
}

div.footer-menu-right h4 {
    display: none;
}

div.footer-menu-left h4, div.footer-menu-left-mid h4, div.footer-menu-right-mid h4, div.footer-menu-right h4 {
    text-align: left;
    font-size: 12px;
    margin: 0;
    margin-bottom: 10px;
    color: #4ac96e;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
    letter-spacing: 1.4px;
}

div.footer-mobile-menu {
	display: none;
}

div.footer-partners {
    width: 28%;
    display: inline-block;
    float: left;
}

div.footer-partners h4 {
    text-align: left;
    margin-top: -4px;
    color: #4ac96e;
    font-size: 17px;
    font-weight: 500;
}

div.partner-buttons {
    width: 100%;
    display: inline-block;
    float: left;
}

div.footer-bottom {
    width: 100%;
    float: left;
    padding: 0 0 50px;
    margin: 0;
}

div.footer-prepaid {
    width: 33.4%;
    float: left;
    text-align: left;
}

div.footer-copyright {
    width: 776px;
    float: left;
    text-align: left;
    margin-top: 0px;
    font-size: 11px;
    color: #888888;
    line-height: 16px;
}

div.footer-menu-left ul, div.footer-menu-left-mid ul, div.footer-menu-right-mid ul, div.footer-menu-right ul {
    list-style-type: none;
    text-align: left;
    margin: 26px 0 0;
    padding: 0;
}

div.footer-menu-left ul li, div.footer-menu-left-mid ul li, div.footer-menu-right-mid ul li, div.footer-menu-right ul li {
    list-style-type: none;
    text-align: left;
    padding: 0 0 10px;
    margin: 0;
    line-height: 1.6em;
    font-size: 13px;
}

div.footer-menu-left ul li a, div.footer-menu-left-mid ul li a, div.footer-menu-right-mid ul li a {
    text-decoration: none;
    color: #888888;
}

div.footer-menu-right ul {
    margin-top: -4px;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
}

div.footer-menu-right ul li a {
    text-decoration: none;
    color: #4ac96e;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.4px;
    padding-bottom: 11px;
    display: inline-block;
}

div.visa-button a {
    width: 83px;
    height: 48px;
    display: inline-block;
    float: left;
    background: url(/images/Visa-logo.png) no-repeat;
    margin: 20px 20px 0 0;
}

div.mastercard-button a {
    width: 83px;
    height: 48px;
    display: inline-block;
    float: left;
    background: url(/images/MasterCard-logo.png) no-repeat;
    margin: 20px 20px 0 12px;
}

div.arroweye-button a {
    width: 83px;
    height: 48px;
    display: inline-block;
    float: left;
    background: url(/images/Arroweye-logo.png) no-repeat;
    margin: 20px 20px 0 0;
}

div.fis-button a {
    width: 83px;
    height: 48px;
    display: inline-block;
    float: left;
    background: url(/images/FIS-logo.png) no-repeat;
    margin: 20px 20px 0 0;
}

div.allpoint-button a {
    width: 78px;
    height: 40px;
    display: inline-block;
    float: left;
    background: url(/images/Allpoint-logo.png) no-repeat;
    background-size: contain;
    margin: 24px 20px 0 18px;
}

div.centerstate-button a {
    width: 83px;
    height: 48px;
    display: inline-block;
    float: left;
    background: url(/images/CenterState-logo.png) no-repeat;
    margin: 25px 0px 0 4px;
}

#pt-custom-confirm {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(0,0,0,.8);*/
	text-align: center;
}

#pt-custom-confirm > div {
	background: #fff;
	padding: 35px 16px 22px;
	font-size: 1.5em;
	font-weight: 600;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 50%;
	/*position: relative;*/
	text-align: left;
	position: absolute;
	left: 50%;
	top:50%;
	border: 1px solid #333;
}

#pt-custom-confirm p {
	font-size: 1em;
	font-weight: 600;
}

#pt-custom-confirm > div > div {
	cursor: pointer;
}

#confirm_close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #6f6f6f;
}

#confirm_close ~ div {
	display: block;
	background: #162d4d;
	width: 123px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	margin-top: 25px;
	margin-left: 17px;
	float: right;
}
