.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

@media only screen and (min-width: 1150px) { 
.centnav {
display: flex;
justify-content: center;
}
}

/* OpenSans regular */

@font-face {
    font-family: "OpenSans";
    src: url("https://www.mortgagecalculator.org/fonts/OpenSans-Regular.eot");
    src: url("https://www.mortgagecalculator.org/fonts/OpenSans-Regular.eot?#iefix") format('embedded-opentype'),
         url("https://www.mortgagecalculator.org/fonts/OpenSans-Regular.woff2") format('woff2'),
         url("https://www.mortgagecalculator.org/fonts/OpenSans-Regular.woff") format('woff'),
         url("https://www.mortgagecalculator.org/fonts/OpenSans-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* OpenSans italic */

@font-face {
    font-family: "OpenSans";
    src: url('https://www.mortgagecalculator.org/fonts/OpenSans-Italic.eot');
    src: url('https://www.mortgagecalculator.org/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('https://www.mortgagecalculator.org/fonts/OpenSans-Italic.woff2') format('woff2'),
         url('https://www.mortgagecalculator.org/fonts/OpenSans-Italic.woff') format('woff'),
         url('https://www.mortgagecalculator.org/fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* OpenSans bold */

@font-face {
    font-family: "OpenSans";
    src: url('https://www.mortgagecalculator.org/fonts/OpenSans-Bold.eot');
    src: url('https://www.mortgagecalculator.org/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('https://www.mortgagecalculator.org/fonts/OpenSans-Bold.woff2') format('woff2'),
         url('https://www.mortgagecalculator.org/fonts/OpenSans-Bold.woff') format('woff'),
         url('https://www.mortgagecalculator.org/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #2f2f2f;
}

p {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #2f2f2f;
}


h1 {
	font-size: 20px;
	line-height: 21px;
	color: #444444;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: capitalize;
}

h2 {
	font-size: 19px;
	line-height: 20px;
	color: #20394c;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 32px;
	text-transform: capitalize;
}

h3 {
	font-size: 15px;
	line-height: 16px;
	font-weight: 700;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	margin: 19px 0 18px;
}

h4 {
	font-size: 13px;
	line-height: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: capitalize;
}

a:hover {
	color: #3366cc;
}

a, a:visited {
	text-decoration: underline;
	color: #4f83c5;
}

p {
	margin-bottom: 13px;
}

ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

strong {
	font-weight: 700;
}

/*---------- Header -- -------*/
.header-container {
	float: left;
	width: 100%;
	padding: 25px 0 11px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 57%, #ebf6fa 100%, #ebf6fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(57%,#ffffff), color-stop(100%,#ebf6fa), color-stop(100%,#ebf6fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 57%,#ebf6fa 100%,#ebf6fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 57%,#ebf6fa 100%,#ebf6fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 57%,#ebf6fa 100%,#ebf6fa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 57%,#ebf6fa 100%,#ebf6fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf6fa',GradientType=0 ); /* IE6-9 */
}
.logo {
	float: left;
	width: 100%;
	text-align: center;
}
/*---------- Content -- -------*/
.content-container {
	float: left;
	width: 100%;
}
.menu-area {
	width: 100%;
	float: left;
	background: #000000;
	border-bottom: 1px solid #ffffff;
}

.main-menu {
	width: 100%;
	float: left;
}
.main-menu ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}
.main-menu ul li {
	width: auto;
	float: left;
	position: relative;
}
.main-menu ul li a {
	color: #ffffff;
	float: left;
	position: relative;
	padding: 10px 0 10px 28px;
	text-decoration: none;
}
.main-menu ul li:first-child a {
	padding-left: 0;
}
.main-menu ul li:first-child a:before {
	display: none;
}

.main-menu ul li li a:before {
	display: none;
}


.main-menu ul li a:before {
	position: absolute;
	content: "+";
	width: 8px;
	height: 15px;
	left: 10px;
}
.main-menu ul ul {
	position: absolute;
	display: none;
	top: 36px;
	left: 0;
	min-width: 200px;
	margin: 0px 2px 2px 0px;
	z-index: 999;
	background: #000;
	border-top: 1px solid #ffffff;
}
.main-menu ul li:hover ul {
	display: block;
}
.main-menu ul ul li {
	width: 100%;
	margin: 0;
	float: left;
	border-top: 1px dotted #ffffff;
	padding: 10px 20px;
}
.main-menu ul ul li:first-child {
	border-top: 0;
}
.main-menu ul ul li a {
	padding: 0;
}

.main-menu ul li a:hover {
	color: yellow;
}
.menu-title {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	margin: 11px 0 11px 30px;
}

.mean-container .mean-nav {
	margin-top: 0;
}

.content-area { 
     float: left; 
     width: 100%; 
     position: relative; 
     padding-top: 40px; 
     background: linear-gradient(to bottom, rgb(126, 170, 191) 0px, rgb(213,224,230) 60px, rgb(234,240,243) 90px, rgb(255,255,255) 120px); 
     }

/*---------- Sidebar -- -------*/

.sidebar {
	float: left;
	width: 26.11%;
	padding-top: 28px;
}

.sidebar ul {
	float: left;
	width: 100%;
}

.sidebar ul li {
	float: left;
	width: 100%;
}

.side-block {
	float: left;
	width: 100%;
	margin-bottom: 23px;
}

.side-block h2 {
	float: left;
	width: 100%;
}

.side-block ul {
	float: left;
	width: 100%;
}

.side-block ul li {
	float: left;
	width: 100%;
	margin-bottom: 4px;
}

.side-block ul li a:before {
	content: '+';
	width: 8px;
	height: 9px;
	padding: 0 10px;
	font-weight: 400;
}

.side-block ul li a {
	text-transform: capitalize;
	text-decoration: none;
	color: #000000;
	font-weight: 700;
}

.side-block ul li a:hover {
	color: #3366cc;
}

/*---------- Offcanvas Sidebar ---------*/

.close-btn {
	display: none;
	width: 27.3px;
	height: 29.25px;
	padding: 0;
	border: 0;
	outline: none;
	background: url("../images/close-btn.svg") left center / 100% 100% no-repeat #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-svg .nav-btn {
	background-image: url("../images//nav-icon.png");
}

.no-svg .close-btn {
	background-image: url("../images/close-btn.png");
}

.close-btn:focus, .close-btn:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.nav-btn {
	display: none;
	width: 	85%;
	height: 29.25px;
	padding: 10px 30px;
	margin: 0 14px;
	border: 0;
	outline: none;
	background: url("../images/nav-icon.svg") left 7px no-repeat;
	white-space: nowrap;	
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a.nav-btn {
	color: #2f627d;
	font-weight: bold;
	text-decoration: none;
}	

a.nav-btn:hover {
	opacity: 0.7;
}

.centnav a {
	font-weight: bold;}

.no-svg .nav-btn {
	background-image: url("../images/nav-icon.png");
}

.nav-btn:hover, .nav-btn:focus {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.content-area .wrapper {
/*	position: relative; */
	width: 100%;  
}

.sidebar .close-btn {
	display: none;
}


/*---------- Content Right -- -------*/

.content-right {
	float: left;
	width: 73.89%;
	background: #ffffff;
	padding: 5px;
}

.content-right a:hover {
	color: #3366cc;
}

.content-right h2 {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0;
}

.black-block {
	float: left;
	width: 100%;
	background: #155776;
	padding: 10px;
	text-align: center;
	margin-bottom: 16px;	
}

.black-block strong {
	color: #c3eaff !important;
    font-weight: 400; 
    font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
    font-size: 17px; 
}

.cal-block {
	float: left;
	width: 100%;
	padding: 0 0 70px 0;
}

.cal-content {
	float: left;
	width: 100%;
	padding-left: 4px;
}

.cal-box {
	float: left;
	width: 100%;
	padding: 6px 38px 0 0;
}

.rw-box {
	float: left;
	width: 100%;
	margin: 4px 0;
}

.rw-box .left-cell {
	float: left;
	width: 68.70%;
}

.rw-box .right-cell {
	float: right;
}

.sel-right-space {
	margin-right: 19px;
}

.center-position {
	text-align: center;
}

.img-block {
	float: right;
	width: 49.31%;
	padding: 40px 0 0 0px;
}

.disc-list {
	list-style-type: disc;
	padding: 0 4px 0px 40px;
}

.compare-content {
	float: left;
	width: 92.52%;
	padding: 30px 44px 32px;
	background-color: #E3F6FF;
	border: 3px dashed #3366CC;
	position: relative;
	margin-bottom: 15px;
	
	   -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}

.compare-content span {
	float: left;
	width: auto;
}

.compare-content span:before {
	content: url("../images/lightbulb.gif");
	width: 20px;
	height: 35px;
	position: absolute;
	left: 3%;
	top: 25%;
}

.compare-content .bulb:before {
	content: url("../images/lightbulb.gif");
	width: 20px;
	height: 35px;
	position: absolute;
	margin-left: 5px;
	top: 25%;
}

.compare-content span a {
	color: #459ed3;
}

.no-bottom-space {
	margin-bottom: 0;
}


/*---------- Footer -- -------*/
.footer-container {
	float: left;
	width: 100%;
	background: #20394c;
	min-height: 88px;	
}
.copyright {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 11px;
	margin: 11px 0 4px;
}

/*--- Number styling ---*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

span.inline_radio > label {
      display: inline;
}
select[name="param[start_month]"] {
      margin-bottom: 0;
	  float: left;
}


.tip-BGsuccess p a {
    color: #02905D !important; 
	}

.tip-BGsuccess p strong {
    color: #02905D !important; 
	}

.tip-BGwarn p a {
    color: #CE3C3C !important; 
	}


.tip-BGwarn p strong {
    color: #CE3C3C !important; 
	}
	
 .tip-BG a strong, .tip-BG a {
    font-weight: 700;
    color: #1E394C !important;
}

.tip-BG .text-tip, .tip-BGwarn .text-tip, .tip-BGsuccess .text-tip, .tip-BG ul li  {
    color: #0f0f0f !important;	
	}

	
	.tip-Title {
	font-size: 19px;
    line-height: 21px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 10px 0;
    color: #20394c;
	font-weight: 700;
	}

	.tip-Titlewarn {
	font-size: 19px;
    line-height: 21px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 10px 0;
    color: #CE3C3C;
	font-weight: 700;
	}	

	.tip-Titlesuccess {
	font-size: 19px;
    line-height: 21px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 10px 0;
    color: #02905D;
	font-weight: 700;
	}	


	.tip-Icon {
	height: 75px;
    float: left;
    margin: 15px;
    top: 50%;
    position: relative;"
	}
	
	
	.tip-BG {
	color: #000; 
	border-radius: 5px; 
	background-color: #dcffff; 
	border: 2px solid #92e3fc;
	margin-bottom: 10px;
	}

	.tip-BGwarn {
	color: #000; 
	border-radius: 5px; 
/*	background-color: #FED674; orig 
	background-color: #fff7e3; ok, though next best */
	background-color: #fff4de;
/*	border: 2px solid #F45D5D; red */
	border: 2px solid #fcce92;
	margin-bottom: 10px;
	}	
	
	.tip-BGsuccess {
	color: #000; 
	border-radius: 5px; 
	background-color: #F3FFFB; 
	border: 2px solid #92e865;
	margin-bottom: 10px;
	}
	
	.text-tip a {
		font-weight: bold;
	}

.tip-BG a strong, .tip-BG a, .tip-BG strong {
    font-weight: 700;
    color: #20394c; !important;
}		


ul.list-Check, .content-right ul.list-X, .content-right ul.list-Idea {
    list-style: none;
    list-style-position: outside;
}


.col-Count2 {
    column-count: 2;
}

.col-Count3 {
    column-count: 3;
}

.col-Count4 {
    column-count: 4;
}


user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul.list-Check, ul.list-X, ul.list-Idea {
    list-style: none;
    list-style-position: outside;
}

ul.list-Check li::before {
    content: "\2713";
    color: #55bf00;
    font-weight: bold;
}


ul.list-Idea li::before, ul.list-X li::before, ul.list-Check li::before {
    width: 1.5em;
    margin-left: -1.5em;
    margin-right: 0.5em;
}

.ratespage ul {
	padding-left: 30px;}

.ratespage ul li {
    padding-bottom: 15px;
    margin-left: 10px;
}

h3 {
	color: #2f2f2f;
	}
	
details {
    padding: .75em .75em 0;
}

details[open] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: .75em;
    background-color: #dcffff;
    border: 1px solid #92e3fc;
    border-top: 0;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .75em;
}

summary {
    font-weight: bold;
    margin: -.75em -.75em 0;
    padding: .75em;
    background-color: #20394c;
    color: #dcffff;
    border-bottom: 1px solid #6a919d;
}	

.bordr-flair1::before {
    content: '';
    border-top: 3px solid #92e3fc;
    border-left: 3px solid #92e3fc;
    display: inline-block;
    width: 30%;
    height: 6.25rem;
    position: absolute;
    left: 0;
    top: 1.5rem;
}

.bordr-flair2::after {
    content: '';
    border-bottom: 3px solid #92e3fc;
    border-right: 3px solid #92e3fc;
    display: inline-block;
    width: 30%;
    height: 6.25rem;
    position: absolute;
    right: 0;
    bottom: -1.3rem;
}

.keyinfo-list1 strong {
    color: #55bf00 !important;
}

.keyinfo-mar1 {
    margin: 20px 0 50px;
    width: 100%;
    position: relative;
}

.keyinfo-mar1a {
    margin: -23px 0 20px;
    width: 100%;
    position: relative;
}

.keyinfo-pad1a {
    padding: 25px 5px 0 30px;
}

.keyinfo-pad1 {
    padding: 45px 30px 0 30px;
}

.keyinfo-mar1a ul li {
    padding-bottom: 15px;
    margin-left: 10px;
}

.free-tools ul
{
	list-style:none;
	padding-bottom:5px;
	padding-left:5px;
	margin-left: 10px;
	}

.free-tools ul li { 
    padding-bottom: 15px; 
	margin-left: 10px;
}

.free-tools ul.list-Check li::before {
    content: "\2713";
    color: #55bf00;
    font-weight: bold;
}

.free-tools ul.list-Idea li::before {
    content: "\1F4A1";
    color: #ffff00;
    font-weight: normal;
}