@font-face {
	font-family: 'Synchrony Normal';
	src: url('../fonts/Synchrony Sans Normal-v100.eot');
    src: local('☺'), 
    url('../fonts/Synchrony Sans Normal-v100.woff') format('woff'), 
    url('../fonts/Synchrony Sans Normal-v100.ttf') format('truetype'), 
    url('../fonts/Synchrony Sans Normal-v100.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Synchrony Italic';
	src: url('../fonts/Synchrony Sans Normal Italic-v100.eot');
    src: local('☺'), 
    url('../fonts/Synchrony Sans Normal Italic-v100.woff') format('woff'), 
    url('../fonts/Synchrony Sans Normal Italic-v100.ttf') format('truetype'), 
    url('../fonts/Synchrony Sans Normal Italic-v100.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Synchrony Medium';
	src: url('../fonts/Synchrony Sans Medium-v100.eot');
    src: local('☺'), 
    url('../fonts/Synchrony Sans Medium-v100.woff') format('woff'), 
    url('../fonts/Synchrony Sans Medium-v100.ttf') format('truetype'), 
    url('../fonts/Synchrony Sans Medium-v100.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Synchrony Bold';
	src: url('../fonts/Synchrony Sans Bold-v100.eot');
    src: local('☺'), 
    url('../fonts/Synchrony Sans Bold-v100.woff') format('woff'), 
    url('../fonts/Synchrony Sans Bold-v100.ttf') format('truetype'), 
    url('../fonts/Synchrony Sans Bold-v100.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:before, *:after {
	margin:0;
	padding:0;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus, a:focus {
	outline:0;
	outline-offset:0;
}
*{
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
  vertical-align: baseline;
  font-weight: normal;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol, ul {list-style: none;}
caption,th { text-align:left; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup, 
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after { clear: both; }

button, 
input[type="submit"],
input[type="checkbox"],
input[type="radio"] { 
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:not([type=checkbox]):not([type=radio]),
input[type="submit"],
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  background-color: #d4d4d4;
  color: #000;
  font-family: 'Synchrony Normal';
  margin: 0 auto;
  overflow-x: hidden;	
}
b, strong {
  font-family: 'Synchrony Bold';
}

.box {
  margin: 0 auto;
  max-width: 818px;
}

/*  Header start
--------------------------------------------------------------- */
.calculator-header {
  background-color: #f1f1f1;
}
.calculator-header h1 {
  font-family: 'Synchrony Bold';
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .calculator-header {
    padding: 46px 34px 40px;
  }
  .calculator-header h1 {
    font-size: 48px;
    line-height: 51px;
  }
  .calculator-header p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width:767px) {
  .calculator-header {
    padding: 26px 29px 24px;
  }
  .calculator-header h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .calculator-header p {
    font-size: 16px;
    line-height: 21px;
  }  
}
/*  Header stop
--------------------------------------------------------------- */


.leftcol {
  background-color: #fff;
}
.rightcol {
  background-color: #006899;
}
.leftcol h2,
.rightcol h2 {
  font-family: 'Synchrony Bold';	
  display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;	
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}
.leftcol h2 {
  background-color: #00415f;
  color: #fff;
}
.rightcol h2 {
  color: #000;
  background-color:#fbc600;
}

.leftColrow:nth-child(odd) {
  background-color: #f1f1f1;
}
.leftColrow {
  padding: 20px;
}
.leftColrow h3 {
  font-family: 'Synchrony Bold';
  font-size: 18px;
  line-height: 22px;
  max-width: 330px;
}
.leftColrow h3 a {
  color: #757575;
  text-decoration: underline;
}
.leftColrow h3 a:hover {
  text-decoration: none;
}

.rangebox {
  padding: 0 35px;
}

@media (min-width: 768px) {
  .calculator-container {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  .leftcol,
  .rightcol {
    width: 50%;
  }
  .leftcol h2,
  .rightcol h2 {
    font-size: 24px;
    padding: 0 16px;
    height: 73px;
  }
}

@media (max-width:767px) {
  .leftcol h2,
  .rightcol h2 {
    font-size: 18px;
    padding: 0 30px;
    height: 48px;
  }
}




.rightColrow .separator {
  border-top: 1px solid #093c5d;
  margin: 0 auto;
}
/* rightColrow start
--------------------------------------------------------------- */
.rightColrow {
  color: #fff;
  text-align: center;
}
.rightColrow p {
  font-weight: 400;
  margin-bottom: 7px;
}
.namberBox {
  font-family: 'Synchrony Bold';
  margin-bottom: 5px;
}
.rightColrow .yellow {
  color:#fbc600;
}
.rightColrow p.yellow {
  font-family: 'Synchrony Bold';
}
@media (min-width: 768px) {
  .rightColcontent {
    padding: 52px 32px 0 32px;
  }
  .rightColrow {
    padding-bottom: 35px;
  }
  .rightColrow p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.3px;
	padding: 0 48px;
  }
  .namberBox {
    font-size: 56px;
    letter-spacing: -0.16px;
    height: 67px;
  }
  .rightColrow .separator {
    width: 292px;
    margin-top: 25px;
  }
  .rightColrow p.yellow {
    font-size: 35px;
    letter-spacing: -0.44px;
  }
}
@media (max-width:767px) {
  .rightColcontent {
    padding: 35px 20px 0;
  }
  .rightColrow {
    padding-bottom: 20px;
  }
  .rightColrow p {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.24px;
  }
  .namberBox {
    font-size: 40px;
    letter-spacing: -0.11px;
    height: 48px;
  }
  .rightColrow .separator {
    width: 234px;
    margin-top: 20px;
  }
  .rightColrow p.yellow {
    font-size: 28px;
    letter-spacing: -0.35px;
  }
}
/* rightColrow stop
--------------------------------------------------------------- */




/* Footer start
--------------------------------------------------------------- */
.calculator-footer {
  background-color: #00415f;
  color: #fff;
  text-align: center;
}
.calculator-footer h2,
.calculator-footer p {
  font-family: 'Synchrony Medium';
}
.calculator-footer a {
  background-color: #fbc600;
  color: #000;
  font-family: 'Synchrony Bold';
  font-size: 14.4px;
  text-decoration: none;
  text-transform: uppercase;
  width: 144px;
  height: 38px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
  align-content: center;
  margin: 0 auto;
}
.calculator-footer a:hover {
  background-color: #006899;
  color: #fff;
}


.calculator-footer p.disclosure {
  font-family: 'Synchrony Normal';
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.09px;
  margin: 0 auto;
  padding-top: 36px;
}

@media (min-width: 768px) {
  .calculator-footer {
    padding: 35px 34px 25px;
  }
  .calculator-footer h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .calculator-footer p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width:767px) {
  .calculator-footer {
    padding: 40px 40px 32px;
  }
  .calculator-footer h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .calculator-footer p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 30px;
  }
  .calculator-footer p.disclosure {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.09px;
    padding-top: 41px;
  }
}
/* Footer stop
--------------------------------------------------------------- */