html, body {
    font-family: 'Open Sans', sans-serif;   
    height: 100%;
    color: #768793;
}
body {
    transition: all 0.2s ease-in;   
}
#ta_header {
    height: 105px;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 9999;
    border-bottom: 1px solid #e4e4e4;
}
.page_aanvragen #ta_header {
    position: absolute !important;   
}
#ta_header .container {
    overflow: inherit !important;   
}
#ta_content {
    width: 100%;
    /* padding-top: 105px; */
}
#ta_footer {
    width: 100%;
    background: #f6f8fa;
    margin-top: 100px;
    min-height: 245px;
}
#ta_footer h3 {
    color: #768793;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0;
}
.column {
    float: left;
    display: inline-block;
}
.column .inner {
    padding: 0 15px;   
}
.clm-20 {
    width: 20%;   
}
.clm-30 {
    width: 30%;   
}
.clm-33 {
    width: 33%;
}
.clm-40 {
    width: 40%;   
}
.clm-50 {
    width: 50%;   
}
.clm-60 {
    width: 60%;   
}
.clm-70 {
    width: 70%;   
}
.column.full {
    width: 100%;   
}
.logo {
    display: block;
    padding: 30px 0;
    background: url("../img/Small-Logo.png") top left no-repeat;
	margin: 10px 1px
}
.logo span {
    color: #768793;   
}
.logo:hover {
    text-decoration: none;
}
.page_banner_container {
    width: 100%;   
}
.page_banner_container .page_banner {
    min-height: 350px;
    /*    background: #205fac;*/
    background: #66d2f2;
}
.page_banner_container .page_banner .banner_image {
    width: 70%;
    float: left;
    background: url("images/banner.png") top left no-repeat;
    background-size: cover;
    height: 350px;
}
.page_banner_container .page_banner .banner_image_2 {
    width: 70%;
    float: left;
    background: url("images/banner8.jpg") top left -100px no-repeat;
    background-size: cover;
    height: 350px;
}
.page_banner_container .page_banner .banner_image_3 {
    width: 70%;
    float: left;
    background: url("images/banner3.jpg") top left -180px no-repeat;
    background-size: cover;
    height: 350px;
}
.page_banner_container .page_banner .banner_cta {
    width: 30%;
    float: right;
    height: 350px;
    color: #fff;
    background: url("images/bg-intro.png") top -105px center no-repeat #66d2f2;
    background-size: cover;    
}
.page_banner_container .page_banner .banner_cta .banner_text {
    margin: 60px 40px;   
}
.page_banner_container .page_banner .banner_cta .banner_text .banner_title {
    font-size: 18px;
    padding: 0 0 10px 0;
    display: block;
    font-weight: bold;
}
.page_banner_container .page_banner .banner_cta .button {
    margin: 0 40px;
}
/* Menu's */
#mainmenu ul {
    float: right;   
}
#mainmenu ul li {
    display: inline-block;
    padding: 20px 10px 0 10px;
    position: relative;
}
#mainmenu ul li a {
    color: #768793;
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #768793;
    text-decoration: none;
    transition: all 0.2s ease-in;
}
#mainmenu ul li a:hover, #mainmenu ul li:hover a {
    background: #66d2f2;
    color: #fff;
}
#mainmenu ul li:hover .sub-menu { 
    opacity: 1;
}
#mainmenu .sub-menu {
    opacity: 0;
    top: 75px;
    position: absolute;
    left: 11px;
    min-width: 250px;
    background: #66d2f2;
    border: 1px solid #66d2f2;
    border-radius: 5px;
    z-index: 99999;
    transition: all 0.2s ease-in;
}
#mainmenu .sub-menu li {
    padding: 10px 5px;
    background: none;
}
#mainmenu .sub-menu li a {
    border: none;
    color: #fff;
    padding: 10px 15px;
    background: none !important;
    width: 100%;
    transition: all 0.2 ease-in;
}
#mainmenu .sub-menu li a:hover {
    background: none; 
    padding: 10px 15px 10px 25px;
}
#ta_footer ul li a {
    color: #768793;
    text-decoration: none;
}
#ta_footer ul li a:hover {
    text-decoration: underline;   
}
/* Homepage */
#ta_content.home {
    height:auto !important; /* real browsers */
    height:100%; 
    min-height:100%; /* real browsers */    
}
.fullheight {
    height: 100%;
    min-height: 742px; /* real browsers */
}
.block-intro {
/*    background: url("../img/bg-intro.png") top -105px center no-repeat #66d2f2;*/
    background: url("images/header_homepage.jpg") top center no-repeat #66d2f2;
    background-size: cover;
    color: #fff;
}
.block-action {
    min-height: 150px;   
}
.block-hide {
    opacity: 0;   
}
.block-show {
    opacity: 100%;   
}
.block-second {
    height: 535px;
    width: 100%;
    background: url("images/bg-second.png") top center no-repeat #f3f3f3;
    background-size: cover;
    opacity: 100%;
    text-align: center;
    transition: all 0.4s ease-in;
}
.block-third {
    height: 535px;
    width: 100%;
    background: url("images/bg-third.png") top center no-repeat #fff;
    transition: all 0.4s ease-in;
}
.block-fourth {
    transition: all 0.4s ease-in;   
}
.block-intro .block-content,
.block-fourth .block-content {
    margin: 0 auto;
    padding: 150px 15px 0 15px;
    text-align: center;
}
.block-fourth .block-content {
    width: 100%;
}
.block-fourth .block-content {
    padding: 0px 15px 0 15px !important;   
}
.block-fourth.pageblock .block-content {
    padding: 15px !important;   
}
.block-second .block-title, .block-third .block-title {
    padding: 130px 0 0 0;
    color: #205fac;
}
.block-title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
}
.block-subtitle {
    font-size: 20px;
    color: #ff8400;
}
.block-third .block-title {
    color: #205fac;   
}
.block-fourth .block-title {
    color: #205fac;   
}
.block-intro .block-context {
    font-size: 18px;
    line-height: 29px;
    width: 500px;
    margin: 0 auto;
    padding: 45px 0;
}
.block-context {
    font-size: 18px;
    line-height: 29px;
    padding: 45px 0;
}
.why-us {
    border: 1px solid #f6f8fa;
    margin: 0 auto;
    width: inherit;
    overflow: hidden;
    margin-bottom: 50px;
}
.form-why-us .why-us {
    border: none;
}
.why-us-item {
    background: #fff;
    transition: all 0.4s ease-in;
    height: 180px;
}
.why-us-item:hover {
    background: #f6f8fa;   
}
.why-us-item h3 {
    color: #205fac;
    padding: 30px 0 0 40px;
    background: url("../img/icon-check.png") top 33px left 10px no-repeat;
}
.why-us-item p {
    padding: 10px 15px 0 30px;
}
.form-why-us .why-us-item {
    background: #f6f8fa;
    margin-bottom: 20px;
    height: auto;
    min-height: 165px;
    padding-bottom; 20px;
}
.form-why-us .why-us-item h3 {
    padding: 30px 15px 0 40px;
}
.form-why-us .why-us-item p {
    font-size: 12px;
}
.form-right .why-us-item {
    width: 100%;
    float: none;
    height: auto;
    min-height: 150px;
    padding: 20px 0;
    background: #f6f8fa;
    margin: 0 0 20px 0;
}
.form-right .why-us-item h3 {
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    background: url("../img/icon-check.png") top 15px left 10px no-repeat;
}
.form-right .why-us-item p {
    padding: 10px 10px 10px 30px;
    margin: 0;
}
.form h1 {
    margin: 0 0 20px 0;   
}
.form-page {
    margin-top: 50px;   
}
h2 {
    font-size: 18px;
    color: #205fac;
    padding-bottom: 40px;
}
.clm-33 h2 {
    display: block;
    min-height: 60px;
    padding-top: 15px;
}
/* Pages */
.page_content, .page_sidebar {
    padding: 0;   
}
.page_content {
    margin: 0 -15px;   
}
.entry-content {
    line-height: 22px;
    font-size: 16px;
}
.entry-content p {
    margin: 0 0 15px 0;   
}
/* Buttons */
.page-action .button {
    display: block;
    margin: 0 auto;
    width: 250px;
    text-align: center;
}
.button {
    background: #fff;
    cursor: pointer;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #205fac;
    text-decoration: none;
    transition: all 0.2s ease-in;
}
.button:hover {
    background: #205fac;
    border: 1px solid #205fac;
    color: #fff;
}
.button.btn-blue {
    background: #205fac;
    border: 1px solid #205fac;
    color: #fff;  
}
.button.btn-blue:hover {
    background: #66d2f2;
    border: 1px solid #66d2f2;
    color: #fff;   
}
.button.btn-orange {
    background: #ff8400;
    border: 1px solid #ff8400;
    color: #fff;
    border-bottom: 5px solid #d56e00;
}
.button.btn-orange:hover {
    background: #ffcc00;
    border: 1px solid #ffcc00;
    border-bottom: 5px solid #e6b800;
}
/* Heading styles */
h1 {
    font-size: 24px;
    color: #205fac;
    font-weight: bold;
}
p {
    margin: 20px 0 20px 0;   
}
.container strong {
    font-weight: bold;   
}
h1.entry-title {
    padding: 0 0 20px 0;   
}
.entry-content .button {
    display: table-cell;
    margin: 20px 0;
}
.entry-content ul {
    list-style: disc;
    margin: 10px 20px;
}
.entry-content ul li {
    padding: 0 0 0 20px;   
}
.entry-content table {
    width: 100%;   
}
.entry-content table thead th {
    background: #f8f8f8;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}
.entry-content table tr td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
}
/*--------------------------------------------------------------------------------------------
	Forms.
--------------------------------------------------------------------------------------------*/
.radioyes[type="radio"],
.radiono[type="radio"],
input[type="checkbox"] {
    display: none;   
}
.radioyes[type="radio"] + label span {
    display: inline-block;
    width: 75px;
    height: 59px;
    background: url("../img/radiobutton-yes-inactive.png") top left no-repeat;
    cursor: pointer;
}
.radioyes[type="radio"]:checked + label span {
    background: url("../img/radiobutton-yes-active.png") top left no-repeat;  
}
.radiono[type="radio"] + label span {
    display: inline-block;
    margin-left: -4px;
    width: 75px;
    height: 59px;
    cursor: pointer;
    background: url("../img/radiobutton-no-inactive.png") top left no-repeat;
}
.radiono[type="radio"]:checked + label span {
    background: url("../img/radiobutton-no-active.png") top left no-repeat;  
}
input[type="checkbox"] + label span {
    display: inline-block;
    width: 75px;
    height: 59px;
    background: url("../img/checkbox_inactive.png") top left no-repeat;
    cursor: pointer;
}
input[type="checkbox"]:checked + label span {
    background: url("../img/checkbox_active.png") top left no-repeat;  
}
.radiono[type="radio"] + label span {
    display: inline-block;
    margin-left: -4px;
    width: 75px;
    height: 59px;
    cursor: pointer;
    background: url("../img/radiobutton-no-inactive.png") top left no-repeat;
}
.form-intro {
    margin: 0 0 20px 0;
}
.description-income {
    display: block;
    padding: 10px 0;
    font-style: italic;
    font-size: 11px;
}
.input-income {
    background: url("../img/bg-input_income.png") top left no-repeat;
    padding: 15px 15px 15px 80px !important;
}
input, select, button {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    
}
.form_input, .succes, .error, .warning {
	display: block;	
	margin: 5px 0px;
	width: 200px;
	padding: 5px;
	background: #eeeeee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #787878;
	font-size: 10px;
}
.succes, .error, .warning {
	width: 950px;
	background: #c1da95;
	font-size: 12px;
	font-color: #464646;
}
.succes span, .error span, .warning span {
	display: block;
	padding: 5px;	
}
.warning {
	background: #f3d8b1;
}
.error {
	background: url("../img/bg-erroricon.png") top 18px right 10px #f9eeee no-repeat;
    border: 1px solid #C2392A;
    border-radius: 5px;
    width: 95%;
    color: #C2392A;
}
.form_login {
	width: 230px;
	margin: 0 auto;
	border: 1px solid #a6b1b4;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px;
	background: #fafafa;
}
.button-tur {
    padding: 20px;
	background: #ff8400;
	color: #fff;
    border: 1px solid #ff8400;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	cursor: pointer;
	text-align: center;
    transition: all 0.2s ease-in;
}
.button-tur:hover {
    background: #ffbd00;
    border: 1px solid #ffbd00;
}
.system .styled-select select,
.system .styled-select-medium select,
.system .styled-select-small select {
	background: url("../img/bg-dropdown.png") top right no-repeat #fff;
	width: 250px;
    min-height: 55px;
	padding: 10px 20px;
	font-size: 18px;
    color: #768793;
	border: 2px solid #768793;
	border-radius: 5px;
    outline: none;
	-webkit-appearance: none;
}
.system .styled-select-small select {
	width: 80px;	
}
.system .styled-select-medium select {
	width: 130px;	
}
.system .styled-select {
	width: 250px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.system .styled-select-small {
	width: 90px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.system .styled-select-medium {
	width: 130px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.system .myCheckbox input {
    display: none;
}
.system .myCheckbox span {
	cursor: pointer;
    width: 19px;
    height: 18px;
    display: block;
	background: url(../images/checkbox.png);
}
.system .myCheckbox input:checked + span {
    background: url(../images/checkbox.png) 19px;
	cursor: pointer;
}
.form-part-title {
    font-size: 22px;
    padding: 20px 0;
    color: #44c7ef;
}
.no-padding {
    padding-bottom: 0 !important;   
}
.part-2, .part-3 {
    padding-top: 40px;
}
.question {
    transition: all 0.2s ease-in;   
}
.question.deactivate {
    opacity: 0.2;  
}
.question.confirmed, h2.confirmed {
    opacity: 0.4 !important;   
}
.question h2 {
    color: #44c7ef;
    padding: 20px 0;
    font-size: 18px;
}
.request-product {
    clear: both;   
}
/*
.part-3 .question .left_col div, .stap-22 .left_col div {
    margin: 0 0 30px 0;   
}
*/
.part-3 .question input[type="text"], .stap-22 .right_col input[type="text"] {
    margin: 0 0 10px 0;   
}
.part-3 .question input[type="text"] {
    width: 250px;
}
.right_col input[type="number"] {
    width: 165px;   
}
.container {
    overflow: hidden;   
}
.question {
	overflow: hidden;
	min-height: 70px;
    border-top: 1px dashed #ccc;
}
.left_col, .left_col_less {
	float: left;
	display: inline-block;
	width: 45%;	
    padding: 20px 20px 20px 0;
}
.left_col_less {   
    width: 30%;
}
.right_col, .right_col_more {
	float: right;
	display: inline-block;
    padding: 20px 0;
	width: 50%;	
}
.right_col_more {
    width: 70%;
}
.left_col_checkbox {
	float: left;
	display: inline-block;
	width: 60%;	
    padding: 20px 20px 20px 0;
}
.right_col_checkbox {
	float: right;
	display: inline-block;
    padding: 20px 0;
    width: 30%;
}
.full_col {
	width: 90%;
	display: inline-block;	
}
.berekening {
	font-size: 18px;	
}
.groter_berek {
	font-size: 22px;	
}
.text-sluiten {
	font-weight: bold;	
	cursor: pointer;
	clear: both;
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    color: #768793;
}
.voorwaarden-popup {
	background: #fff!important;	
}
#tabs_popup table {
	width: 100%;	
}
#tabs_popup table td {
	padding: 5px;
	width: 45%;
}
.ui-widget-content {
	background: none!important;	
	border: none!important;
}
.controle-popup {
	background: #fff!important;
}
.question {
	margin-bottom: 5px;
	padding: 5px;
}
.question.calculations {
    color: #fff;
    background: #205fac;
    border: 1p solid #205fac;
    border-radius: 5px;
}
.question.calculations .left_col {
    width: 100%;
    padding: 20px;
}
.question.calculations .left_col div strong span {
    font-weight: bold;
    text-decoration: underline;
}
.question.calculations .right_col {
    display: none;   
}
.faq-item {
	background: url(../images/question-background.png)!important;
	width: 600px;
	padding: 5px;
	margin-bottom: 5px;
}
.faq_cursor {
	cursor: pointer;	
}
.faq-content ul {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 20px;
}
.ui-widget-header  {
	background: none!important;
	border: none!important;
}
.ui-widget-header .ui-state-active {
	border: none!important;
	background: none!important;
}
.aanvragenform .button-tur {
	float: left;	
    margin: 20px 0;
}
.footermenu a {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	float: left;
}
.copyright {
    display: block;
    margin: 20px auto;
    width: 400px;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
}
.menu a {

}
.intro {

}
.aanvragenform .error {
	width: 95%;
	margin: 0 auto;
    padding: 20px;
    font-size: 16px;
}
.right_col input[type="text"], .right_col input[type="number"] {
	display: block;
    padding: 10px;
    border: 2px solid #768793;
    border-radius: 20px;
    font-size: 18px;
}
.entry-content input[type="text"] {
    padding: 10px;
    border: 2px solid #768793;
    border-radius: 5px;
    font-size: 18px;
}
.entry-content textarea {
    padding: 10px;
    border: 2px solid #768793;
    border-radius: 5px;
    font-size: 18px;
}
.error_text {
	color: #C2392A;
	font-size: 16px;
    display: block;
}
.infographic img {
	height: 370px;
	width: 530px;
}
.ui-tabs-anchor h2 {
	color: #de720d;	
}
.info_text {
	padding: 20px;	
}
.incassoformulier-table {
	width: 100%;	
}
.incasso-inner {
	background: #fff;
	padding: 10px;	
}
.incassoformulier-table td {
	width: 50%;	
}
.incassoformulier-table tr:first-child td {
	background: none;
	color: #4e4e4e;	
	font-weight: normal;
}
.print {
	float: right;	
}
.inzendingen tr {
	cursor: pointer;	
}
.voorwaarden-popup {
	background: #fff!important;	
}
.noticed {
    padding: 20px 10px;
    font-weight: bold;
	background: #f5f8ff;
}
/* FAQ */
.faq-single {
    border-bottom: 1px solid #cbcbcb;
}
.faq-title {
    background: url("../img/icon-faq-open.png") top 10px right 20px no-repeat #f6f8fa;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    color: #205fac;
    font-weight: bold;
}
.faq-title.open {
    background: url("../img/icon-faq-close.png") top 10px right 20px no-repeat #fff;
}
.faq-content {
    line-height: 32px;
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in;
}
.faq-content p {
    margin: 0;
    padding: 10px 20px;   
}
.faq-content.open {
    max-height: 600px !important;   
}
a, a:visited {
    color: #66d2f2;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
.button, .button:hover {
    text-decoration: none;
}
.email_tabel {
    width: 100%;
    text-decoration: none !important;
}
.email_tabel tr td {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    color: #768793;
}
.stap-35 .description-income {
    font-size: 14px;
}
.stap-35 .styled-select, .stap-35 .styled-select select {
    width: 150px;
}
select::-ms-expand {
    display: none;
}
.ninja-forms-required-items {
    display: none;
}
#breadcrumbs {
    font-size: 12px;
}
.important a {
    color: #ff8400 !important;
    border-bottom: 3px solid #ff8400 !important;
}
.important a:hover {
    color: #fff !important;
    background: #ffcc00 !important;
    border-bottom: 3px solid #ff8400 !important;
}
.tag-line {
    cursor: pointer;
    background: #f6f8fa;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #205fac;
    border-bottom: 1px dotted #ccc;
}
.holder-contactform, .holder-phoneform {
    overflow: hidden;
    max-height: 0;
    transition: all 0.2s ease-in-out;
}
.holder-contactform.active, .holder-phoneform.active {
    max-height: 700px;
}
.ninja-forms-field {
    border: 2px solid #768793;
    border-radius: 5px;
    padding: 5px;
    color: #768793;
}
input[type="submit"].ninja-forms-field {
    padding: 15px !important;
    color: #fff !important;
}
select.ninja-forms-field {
    background: url("../img/bg-dropdown.png") top right no-repeat #fff;
    -webkit-appearance: none;
    height: 55px !important;
    color: #768793;
}
.ver-notice {
    background: #fff2da;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid orange;
    color: orange;
}
.notice {
    background: #fdf6bb;
    color: #000;
    padding: 10px;
}
.year-notice {
    margin: 10px 0;
    display: none;
}
.xs-only {
    display: none !important;
}