@font-face {
	font-family: 'ralewayregular';
	src: url('/fonts/raleway-regular-webfont-webfont.eot');
	src: url('/fonts/raleway-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway-regular-webfont-webfont.woff2') format('woff2'), url('/fonts/raleway-regular-webfont-webfont.woff') format('woff'), url('/fonts/raleway-regular-webfont-webfont.ttf') format('truetype'), url('/fonts/raleway-regular-webfont-webfont.svg#ralewayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaymedium';
	src: url('/fonts/raleway-medium-webfont-webfont.eot');
	src: url('/fonts/raleway-medium-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway-medium-webfont-webfont.woff2') format('woff2'), url('/fonts/raleway-medium-webfont-webfont.woff') format('woff'), url('/fonts/raleway-medium-webfont-webfont.ttf') format('truetype'), url('/fonts/raleway-medium-webfont-webfont.svg#ralewaymedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaysemibold';
	src: url('/fonts/raleway-semibold-webfont-webfont.eot');
	src: url('/fonts/raleway-semibold-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway-semibold-webfont-webfont.woff2') format('woff2'), url('/fonts/raleway-semibold-webfont-webfont.woff') format('woff'), url('/fonts/raleway-semibold-webfont-webfont.ttf') format('truetype'), url('/fonts/raleway-semibold-webfont-webfont.svg#ralewaysemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border:none;
	margin:0px;
	padding:0px;
	outline:none;
	text-decoration: none;
}
body {
	background:#ffffff;
	color: #000000;
	font-family: 'ralewaymedium';
	font-size: 16px;
}

.section-menu .container-fluid .row {
	overflow: hidden;
	position: fixed;
	z-index: 9;
	background-color: #fff;
	width: 100%;
}

.section-menu .container-fluid .row div {
	display:flex;
	justify-content: center
}

.section-menu .container-fluid .row div ul{
	margin-top:5px;
}

.modal-open {
    padding-right: 0px !important;
}

a, form, input, textarea, select, label {
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-family: 'ralewaysemibold';
	font-weight: normal;
	text-rendering: optimizelegibility;
}
a {	
	text-decoration:none;    
}

a h4, a:active h4, a:focus h4{
    outline: none;
}

a, a:active, a:focus  {
    outline: none;
}

.inlineBlock{
    display: inline-block;
}

#divHomePage a{
    color: #000000;
    /*color: #FFD700;*/
}


#divDennisStevenson p {
    font-size: 18px;
}
#divDennisStevenson a {
    text-decoration: underline
}

.section-menu a{
    color: #000000;
}

.section-menu .wrapper{
    max-width: 1040px;
}

.section-menu .wrapper ul li:first-child a{
    padding-left: 0px;
}

.section-menu .wrapper ul li:last-child a{
    padding-right: 0px;
}

.section-menu ul.nav li.bigger-nav {
    min-width: 130px;
}

img {
	height: auto;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
p, li, table tr td {
	line-height: 25px;
}
.clear {
	clear:both;
}
#wrapper:before, #wrapper:after, .wrapper:before, .wrapper:after, .topheader:before, .topheader:after, .home-three-block:before, .home-three-block:after, .footer-section:before, .footer-section:after {
	content:"";
	display:table;
}
#wrapper:after, .wrapper:after, .topheader:after, .home-three-block:after, .footer-section:after {
	clear:both;
}
#wrapper, .wrapper {
	margin: 0px auto;
	max-width: 1030px;
}

.logo {
	float:left;
}

.logo-center {
    margin: 0 auto;
    text-align: center;
}
.phone {
	border:1px solid #61b5e4;
	float:right;
	margin-top: 20px;
	padding: 5px 15px;
	position:relative;
	text-transform:uppercase;
}
.phone img {
	position: absolute;
	left: -9px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.phone span {
	color:#0055a5;
	font-family: 'ralewaysemibold';
}

.leftAlign .media{
    text-align: left;
}

/*Section Related Style*/
.section-0{
    position: relative;
    width: 100%;
    min-height: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('/img/website-banner.jpg');
    text-align: center;
    color: white;
}

.section-0 .wrapper {
  position: relative;
  text-align: center;
  /*padding: 350px 15px 100px;*/
  width: 100%;
}

.section-0 .wrapper .site-heading{
    padding: 300px 10px 150px;
}

.section-01{
	background: #FFFFFF;
	padding-bottom: 10px;
}

@media only screen and (min-width: 1135px) {
	.section-01 {
		background: #FFFFFF;
		padding-top: 5%;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 1134px) and (min-width: 768px) {
	.section-01 {
		background: #FFFFFF;
		padding-top: 13%;
		padding-bottom: 10px;
	}
}

.nopadding {
	padding: 0px !important;
	margin: 0px !important;
}

.section-1 {
	padding:20px;
}

.section-2 {
	/*background:#61b5e4;*/
    background: #0055A5;
	color:#ffffff;
	padding:60px 20px;
	text-align:center;
}
.section-2 h1 {
	font-size:52px;
	margin-bottom:20px;
}
.section-2 h2 {
	font-family: 'ralewaymedium';
	font-size:23px;
	margin-bottom:20px;
}
.section-2 h3 {
	font-family: 'ralewaymedium';
	font-size:20px;
	margin-bottom:20px;
}
.section-2 #mortgage-calculator{
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;

}

.section-2 .leftAlign, .section-2 .leftAlign h3, .section-2 .leftAlign p{
    text-align: left;
}

#divHomePage .section-2 a {
    color: #FFD700;
}

    #divHomePage .section-2 a.button {
        color: #000000;
    }

    .section-2 .panel.panel-default .panel-body a, #divHomePage .section-2 .panel.panel-default .panel-body a {
        color: #0055A5;
    }

    .section-2 .panel.panel-default .panel-body a:hover, #divHomePage .section-2 .panel.panel-default .panel-body a:hover {
        color: #000000;
    }

    

.VideoLandingPage .section-2 {
    padding:20px 20px;
}
.VideoLandingPage .section-2 h1 {
	font-size:30px;
	margin-bottom:20px;
}

.VideoLandingPage .section-2 a h4, .VideoLandingPage .section-2 a .h4 {
    color:#FDBE11;
    text-decoration: none;
    font-size: 14px;
}

.VideoLandingPage .section-2 a p{
    color:#FFFFFF;
    text-decoration: none;
    font-size: 14px;
}

.VideoLandingPage .section-2 a:hover{
    text-decoration: none;
    color: #000000;
}

.VideoLandingPage .section-2 hr{
    margin-top:5px;
    margin-bottom:5px;
}


.section-3 {
	padding:40px 20px;
	text-align:center;
}
.section-3 h1 {
	font-size:52px;
	margin-bottom:20px;
}
.section-3 h2 {
	font-family: 'ralewaymedium';
	font-size:26px;
	margin-bottom:20px;
}
.section-3 p {
	margin-bottom:30px;
}
.section-3 .leftAlign h3, .section-3 .leftAlign p{
    text-align: left;
} 

.VideoLandingPage .section-3 {
    padding:20px 20px;
}

.VideoLandingPage .section-3 h1 {
    font-size: 30px;
    margin-top:10px;
    margin-bottom:10px;
}

#divHomePage .section-3 a{
    color:#23527c;
    text-decoration: underline;
}

#divHomePage .section-3 a.button{
    color:#000000;
    text-decoration: none;
}

.section-4 {
	background:url(/img/gray-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:40px 20px;
}
.section-4 #wrapper > h1, .section-4 .wrapper > h1 {
	font-size:30px;
	margin-bottom:80px;
	text-align:center;
}
.section-4 #wrapper > h1.actual, .section-4 .wrapper > h1.actual {
	font-size:52px;
	margin-bottom:80px;
	text-align:center;
}
.section-4 span {
	color:#0055a5;
}

.section-4-normal {
	background:url(/img/gray-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:40px 20px;
    text-align:center;
}
.section-4-normal #wrapper > h1, .section-4-normal .wrapper > h1 {
	font-size:52px;
	margin-bottom:20px;
	text-align:center;
}
.section-4-normal .wrapper > h1.stepheading{
    text-align: left
}
.section-4-normal span {
	color:#0055a5;
}
.section-4-normal a {
    color: #23527c;
}

.section-5 {
	background:url(/img/blue-bg.jpg);
	background-repeat:repeat;
	background-position: left top;
	color:#ffffff;
	padding:60px 20px;
	text-align:center;
}
.section-5 h1, .section-6 h1 {
	font-size: 52px;
	margin-bottom: 40px;
}
.section-5 p, .section-6 p {
	margin-bottom: 40px;
}

.VideoLandingPage .section-5 {
    padding:20px 20px;
}

.VideoLandingPage .section-5 h1 {
    font-size: 30px;
    margin-top:15px;
    margin-bottom:10px;
}


.section-6 {
	padding:60px 20px;
	text-align:center;
}
.section-7 {
	background:#000000;
	color:#9e9e9e;
	padding:15px 20px;
}
.section-7 p {
	font-size:12px;
	float:left;
}
.section-7 address {
    font-size: 12px;
    margin-bottom: 10px;
}
.section-7 a {
	float:right;
}
.section-7 h3{
    text-align:center;
}
.section-7 .social-icon a, #divHomePage .social-icon a, .section-menu .social-icon a{
	float:none;
    color:#337ab7;
}

.section-8 {
	/*background:#61b5e4;*/
    background: #333333;
	color:#ffffff;
	padding:60px 20px;
	text-align:center;
}
.section-8 h1 {
	font-size:52px;
	margin-bottom:20px;
}
.section-8 h2 {
	font-family: 'ralewaymedium';
	font-size:23px;
	margin-bottom:20px;
}
.section-8 h3 {
	font-family: 'ralewaymedium';
	font-size:20px;
	margin-bottom:20px;
}


/*Section Related Style*/





.HomePageHeading {
  color: #003366;
  font-size: 16px;
  font-weight: bold;
}
.HomePageHeadingStar {
  color: #D4C070;
  font-size: 30px;
  font-weight: bold;
}
.CounterCSS .counter, .CounterCSS .HomePageHeading label.counter, .HomePageHeading .counter {
    font-size: 30px;
    margin-left: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 8px 7px;
    background-color: transparent;
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(180deg, transparent 0%, transparent 48%, #e3e4e4 50%, transparent 52%, transparent 100%);
    border: 1px solid #e3e4e4;
    -webkit-box-shadow: 5px 5px 10px #666;
    -moz-box-shadow: 5px 5px 10px #666;
    box-shadow: 5px 5px 10px #666;
}

@media only screen and (max-width: 767px) {
	.CounterCSS .counter, .CounterCSS .HomePageHeading label.counter, .HomePageHeading .counter {
		font-size: 20px;
		margin-left: 4px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		padding: 2px 2px;
		background-color: transparent;
		background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
		background-image: repeating-linear-gradient(180deg, transparent 0%, transparent 48%, #e3e4e4 50%, transparent 52%, transparent 100%);
		border: 1px solid #e3e4e4;
		-webkit-box-shadow: 2px 2px 5px #666;
		-moz-box-shadow: 2px 2px 5px #666;
		box-shadow: 2px 2px 5px #666;
	}
}

.HomePageHeading .label-counter {
    background-color: #f6f7f7;
    color: #000000;
    
}

.sec-4-left-content {
    float: left;
    /*margin-top: 13%;*/
    width: 45%;
}
.sec-4-left-content ul {
	list-style:none;
}
.sec-4-left-content ul li {
	background:url(/img/sec-4-li.png);
	background-repeat:no-repeat;
	background-position: left top;
	line-height: 40px;
	padding-left: 50px;
	padding-bottom: 20px;
}
.sec-4-right-content {
	background:#ffffff;
	border:1px solid #b0b0b0;
	box-shadow: -2px 2px 10px 1px #B0B0B2;
	color:#025ad2;
	float:right;
	margin-right: 5%;
	width: 40%;
	padding:20px;
	text-align:center;
	transform: rotate(10deg);
}
.sec-4-right-content h1 {
	font-size:30px;
	margin-bottom:20px;
}
.sec-4-right-content p {
	font-size:12px;
	margin-bottom:20px;
}
.sec-4-right-content img {
	margin-bottom:20px;
}
.sec-4-center-content {
	clear:both;
	float:left;
	margin-top:80px;
	width:100%;
}

.button {
    background: #e9c400;
    border: 1px solid #998100;
    color: #000000;
    font-family: 'ralewaysemibold';
    font-size: 25px;
    display: table;
    margin: 0 auto;
    padding: 10px 16px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
}
.button:hover {
	background:#0055a5;
	color:#ffffff;
}

.btn-yellow {
  background-color: #ffd700;
  background: #ffd700 -moz-linear-gradient(center top , #fbc500 0%, #ffd700 100%) repeat scroll 0 0;
  background-image: linear-gradient(center top , #fbc500 0%, #ffd700 100%);
  border: 1px solid #fbc500;
  border-radius: 5px;
  color: #a17f00;  
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  padding: 15px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}

.btn-yellow:hover{
    background-color: #fbc500;
    background: #ffd700 -moz-linear-gradient(center top , #ffd700 0%, #fbc500 100%) repeat scroll 0 0;
    background-image: linear-gradient(center top , #ffd700 0%, #fbc500 100%);
}






.mobilenavbar{
    margin-top: 5px;
    margin-bottom: 0px;
}

/*Mortgage Calculator*/
#divHomePage #mortgage-calculator{
    font-weight:normal;
    font-size: 13px;
}
#divHomePage #mortgage-calculator label.control-label{
    font-weight: normal;
}

#divHomePage #mortgage-calculator a {
	color: #000000;
	text-decoration:none;
    cursor: pointer;
}

#divHomePage #mortgage-calculator a#not-sure-link{
    color: #ffffff;
	text-decoration:underline;
}
/*Mortgage Calculator*/

a.button, #mortgage-calculator a.button{
    color: #000000;
    text-decoration: none;
}

h1.stepheading{
    text-align: left;
    font-size: 37px !important;
    text-transform: uppercase;
}


/*Busniess Opportunity Page*/
#container.BusinessOpportunityPage{
    font-size: 14px;
}

.BusinessOpportunityPage h1.headingtext{
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.BusinessOpportunityPage h2, .BusinessOpportunityPage #main-content h2{
    font-size: 30px;
    margin-bottom: 20px;
}

.BusinessOpportunityPage h3, .BusinessOpportunityPage #main-content h3{
    font-size: 24px;
    margin-bottom: 25px;
    /*font-weight: bold;*/
    color: #333333;
}

.BusinessOpportunityPage .row{
    margin-left: -15px;
}

.BusinessOpportunityPage p{
    /*line-height: 20px;*/
    line-height: normal;
    margin: 0 0 10px;
}

.BusinessOpportunityPage li{
    line-height: 20px;
    margin-left: 15px;
}
/*Busniess Opportunity Page*/


/* Footer */
.footer-nav .nav > li > a, #divHomePage .footer-nav .nav > li > a{
    font-weight: bold;
    font-size: 14px;
    color: #337ab7;
}

.footer-nav .nav > li > a:focus, .footer-nav .nav > li > a:hover, #divHomePage .footer-nav .nav > li > a:focus, #divHomePage .footer-nav .nav > li > a:hover{
    background-color: inherit;
    color: #ffffff;
}
/* Footer */

/*Iframe Content*/
.iframeContent{
    background-color: #ffffff;
}
.iframeContent .row{
    margin-right: -15px;
    margin-left: -15px;
}
.iframeContent h1.headingtext{
    font-size: auto;
    width: auto;
    margin-top: auto;
}
/*Iframe Content*/


.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

#divHolidayRewardsVouchersImg{
    /*width: 161px;
    text-align: center;
    position: absolute;
    top: 150px;
    left: calc(18vw - 30px);*/
    width: 200px;
    position: absolute;
    float: right;
    bottom:38%;
    left:85%;
    cursor: pointer;
    display:none;
}

#divHolidayRewardsVouchersImg2 {
    width: 300px;
    float: left;
    margin-left: -260px;
    margin-top: -180px;
}

/*Colors*/
.BlackColor{
    color: #000000;
}
/*Colors*/

/*Modal*/

.modal .row{
    margin-left: -15px;
}

.modal p{
    line-height: 25px;
    margin: 0 0 10px;
}

h2.modal-title, h3.modal-title, h4.modal-title{
    clear: left;    
}

h3.modal-title{    
    font-size: 18px;
    color:#09437e;    
}

#TheMortgageGameModel .modal-body{
    font-size: 15px;
}


#TheMortgageGameModel .modal-body h3.modal-title{    
    font-size: 20px;
    color:#09437e;
    padding-bottom: 10px;
}


#TheMortgageGameModel .modal-body.no-padding{
    padding-top: 3px;
    padding-bottom: 3px;
}

#TheMortgageGameModel .modal-header{
    padding-top: 10px;
    padding-bottom: 10px;
}

#TheMortgageGameModel .modal-header.no-border{
    border-top: none;
}

#TheMortgageGameModel .modal-footer.no-border{
    border-top: none;
}

#TheMortgageGameModel .modal-footer.no-padding{
    padding-top: 10px;
    padding-bottom: 3px;
}

/*Modal*/

/*Font Colors*/
.blueColor{
    color: #09437e;
}
/*Font Colors*/

.imgPortrait{
    border: 10px solid #ffffff;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari 3-8 */
    transform: rotate(-10deg);
}

.imgPortraitText{
    font-size: 22px;
    text-align: left;
    line-height: 1.3em;
    padding-left: 10px;
}

.imgPortraitText strong{
    font-size: 23px;
    font-weight: bolder;
}

.imgCircular {
    width: 200px;
    background-color: white;
    margin-top: 13px;
    padding-top: 20px;
    border-radius: 50%;
}


.div-discounted-interest-rates {
    background-color: #003366;
    color: white;
    padding: 25px;
    border-radius: 25px;
    font-size: 20px
}


/* =Responsive
-------------------------------------------------------------- */
@media screen and (max-width: 700px) {

.section-0 .wrapper .site-heading{
    padding: 110px 0px 0px;
}

.section-1 {
	text-align: center;
}
.section-2, .section-3, .section-4, .section-5, .section-6,
.VideoLandingPage .section-2, .VideoLandingPage .section-3, .VideoLandingPage .section-4, .VideoLandingPage .section-5, .VideoLandingPage .section-6
{
    padding: 10px 15px;
}



.logo, .phone {
	float:none;
    font-size: 13px;
}
.section-4 #wrapper > h1, .section-4 .wrapper > h1 {
    margin-bottom: 40px;
}

.sec-4-left-content {
    float: none;
    margin-top: 0;
	margin-bottom:20px;
    width: auto;
}
.sec-4-right-content {
    float: none;
    margin-right: 0;
    width: auto;
    transform: rotate(0deg);
}
   
    .section-2 h1, .section-3 h1, .section-4 .wrapper > h1, .section-4-normal .wrapper > h1, .section-5 h1, .section-6 h1, .section-7 h1, .section-8 h1,
    .VideoLandingPage .section-2 h1, .VideoLandingPage .section-3 h1, .VideoLandingPage .section-4 .wrapper > h1, .VideoLandingPage .section-4-normal .VideoLandingPage .wrapper > h1, .VideoLandingPage .section-5 h1, .VideoLandingPage .section-6 h1
     {
	    font-size:20px;	  
        margin-bottom: 20px;  
    }

    .section-2 h2, .section-3 h2, .section-4 .wrapper > h2, .section-4-normal .wrapper > h2, .section-5 h2, .section-6 h2, .section-7 h2, .section-8 h2,
    .VideoLandingPage .section-2 h2, .section-3 h2, .VideoLandingPage .section-4 .wrapper > h2, .VideoLandingPage .section-4-normal .wrapper > h2, .VideoLandingPage .section-5 h2, .VideoLandingPage .section-6 h2, .VideoLandingPage .section-7 h2, .VideoLandingPage .section-8 h2{
        font-size: 18px;
    }

    .section-2 h3, .section-3 h3, .section-4 .wrapper > h3, .section-4-normal .wrapper > h3, .section-5 h3, .section-6 h3, .section-7 h3, .section-8 h3,
    .VideoLandingPage .section-2 h3, .VideoLandingPage .section-3 h3, .VideoLandingPage .section-4 .wrapper > h3, .VideoLandingPage .section-4-normal .wrapper > h3, .VideoLandingPage .section-5 h3, .VideoLandingPage .section-6 h3, .VideoLandingPage .section-7 h3, .VideoLandingPage .section-8 h3{
        font-size: 16px;
    }

    .section-2 .form-group label.control-label, .section-2 table td .form-group label.control-label, .section-2 table td,
    .VideoLandingPage .section-2 .form-group label.control-label, .VideoLandingPage .section-2 table td .form-group label.control-label, .VideoLandingPage .section-2 table td{
        text-align: left;
        padding-left: 15px;
        padding-right: 0px;
    }

    h1.stepheading {
        font-size: 15px !important;
        margin: 10px;
    }

    h1 {
	    font-size:22px;
	    margin-bottom:20px;
    }

    .sec-4-left-content ul li{
        line-height: 25px;
    }

    .button{
        font-size: 15px;
        padding: 10px 20px;
    }

    .btn.btn-yellow{
        font-size: 15px !important;
        padding: 10px 20px;
    }

    /*.section-2 #mortgage-calculator*/

    #divHolidayRewardsVouchersImg2 {    
        width: 70%;
        clear: both;
        float: none;        
        margin: 0 auto;
    }    
    
}

@media screen and (max-width: 1500px) {
    #divHolidayRewardsVouchersImg2 {    
        width: 70%;
        clear: both;
        float: none;        
        margin: 0 auto;
    }    
}


