.main-heading
{
    font-family:'Montserrat',sans-serif;
    text-align:center;
}

.logo-img
{
    width: 250px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

div#header-container
{
    box-shadow: 0px 5px 20px 0px #0000001f;
    padding: 25px;
}


.button .radio_answers
{
    text-align:right;
        width:160px;
    display:inline-block;
    float:right;
    
    
}


.button label
{
   
	padding-top:10px;
    float: left;
    
}

.button .form-check
{
    margin:0 !important;
    padding:0 !important;

    float:left;
    width:50%;
}

.button .form-check:nth-child(1) label

{
	border-radius:5px 0 0 5px;
    margin-right:-1px;
}
.button .form-check:nth-child(2) label

{
	border-radius: 0 5px 5px 0 ;
    margin-left:-1px;
}

.button .col > label
{
    margin-bottom:10px;
}

.button .form-check input[type="radio"],
.button .form-check input[type="checkbox"]
{
   
    opacity: 0;
    position: fixed;
    width: 0;
}

.button .form-check
{
    position:relative;
}


.flow
{
    display:none;
}

.btn-primary,
button
{
    /*width:100%;*/
    font-weight:bold;
    font-size:20px;
    background:#041B6B;
    border:none;
    border-radius:40px;
    display:block;
    float:left;
    padding-left:40px;
    padding-right:40px;
  
}

.btn-primary:hover,
.btn-primary:active

{
    background:#041B6B !important;
     border:none !important;
    color:white  !important;
}



.button .form-check label,
.button .button
/* inactive button */
{
    
    background-color: white;   
    color:#041B6B;
    font-weight:bold;
 
    position:relative;
      
    text-align: center;
    box-sizing: border-box;
    
    border:1px solid #041B6B;
    padding:8px 20px;
    width:100%;
   
 display:block;
    cursor: pointer;

}





.button .form-check  input[type="radio"]:checked + label,
.button .form-check input[type="checkbox"]:checked + label,
.button .form-check  input[type="radio"]:hover + label{
    /* active button */
    background-color:#041B6B;
    color:white
    
}


.button .form-check  input[type="radio"]:checked + label:before,
.button .form-check input[type="checkbox"]:checked + label:before
{
    /* active button chackmark */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display:inline;
    
    position:absolute;
   	top: 13px;
    left: 10px;
    font-size: .6em;
    
}




.button .form-check  input[type="radio"]:focus + label {
     background-color:#041B6B;
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans);


.qualifying .col > label
{
    float: left;
    width: 80%;
    font-weight: normal;
}

.qualifying .radio_answers
{
    text-align:right;
}

.qualifying .form-check
{
    display:inline-block;
    margin-left:10px;
}

#body-container
{
    background:url() center;
    background-size:cover;
    background-attachment:fixed;
}


.page_progress
{
	margin:0;
	list-style:none;
	margin-bottom:10px;
    position:relative;
    padding:0;
}

.page_progress li
{
	display:inline-block;
    position:relative;
    height:60px;
	
}




.page_progress li.completed
{
	color:rgba(98,98,98,1.00);
}

.page_progress li span.step_number
{
	border-radius:20px;
	height:30px;
	width:30px;
	display:block;
    float:left;
	
	background:#fff;
	line-height:28px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#031A6A;
	border:1px solid #031A6A;
    margin-top:12px;
}

.page_progress li.completed span.step_number,
.page_progress li.active span.step_number
{
	color:#fff;
	background:#041B6B;
}


.page_progress #page_tab_1 span.step_name,
.page_progress #page_tab_2 span.step_name
{
    background-size:contain;
    width:60px;
    display:block;
    float:left;
    height:50px;
    content:"";
}

.page_progress #page_tab_1 span.step_name
{
    background:url(/files/images/UsD_arrow_1.png) no-repeat top;
    background-size:contain;
}


.page_progress #page_tab_2 span.step_name
{
	background:url(/files/images/UsD_arrow_2.png) no-repeat bottom;
    margin-top:10px;
    background-size:contain;
}



h2
{
    font-weight:bold;
}


body
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

.split-50
{
    
    width:calc(50% - -20px);
    display:block;
    float:left
}

.split-30
{
    
    width:calc(30% - -20px);
    display:block;
    float:left
}

.split-70
{
    
    width:calc(70% - -20px);
    display:block;
    float:left
}

.split-left
{
    margin-right: -7px;
}


.split-right
{
    margin-left:-7px;
}

.question:not(.split-right) 
{
    clear: left;
}



img
{
    max-width:100%;
}

#footer-container
{
    color:rgb(191, 191, 191);
    padding-top:50px;
    padding-bottom:50px;
}

#footer-container a
{
    color:rgb(35, 82, 124);;
}
#footer-container a:hover
{
     color:rgb(35, 82, 124);
}



.right-content
{
    background:rgba(255,255,255,0.95);
    padding:20px 60px 60px;
    border-radius:20px;
    margin-top:40px;
    margin-bottom:40px;
    
}

h1
{
    margin: 20px 0px 10px;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: rgb(3, 26, 106);
}

h2
{
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
    color: rgb(3, 26, 106);
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

.form-control
{
    border-radius:0;
}

.btn-primary
{
    background: #B32134;
    padding: 7px 20px;
    color: #fff;
    border: none;
    font-size: 16px;
    margin-top: 40px;
    transition: 0.2s;
    text-transform: uppercase;
    font-weight: bold;
    border-radius:0;
    max-width: 100%;
    white-space: normal;
    
}

    
.btn-primary:after
{
    content: ">";
    margin-left:20px;
    font-weight: bold;
    font-size: 16px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
    background: #871826 !important;
    box-shadow:none !important;
}


#page_tab_4
{
    display:none;
}
.error
{
    font-weight: bold;
    color: #f00;
}


.offer-block
{
	border: 2px solid #08008d1c;
    /*border-radius:10px;*/
    padding:0px !important;
    box-shadow: 12px 11px 19px 0px #00000014;
}

.offer-col
{
    padding-left:2rem;
    padding-right:2rem;
    margin-top:2rem;
    margin-bottom:2rem;
}

.offer-img
{
    /*border-radius:8.5px 0px 0px 8.5px;*/
    height:100%;
}

.offer-heading
    {
        color:#08008d;
        padding-left:1rem;
        line-height:2.5rem;
        text-transform:capitalize;
        font-weight:700;
        font-size:40px;
        font-family:'Montserrat',sans-serif;
    }
    
    .offer-text
    {
        color:#08008d;
        font-size:1.75rem;
        padding-left:1rem !important;
        line-height:2rem;
    }
    .offer-text a
    {
        color:#FF7C00;
    }
    
    .offer-button
    {
        background-color:#B32134;
        color:#ffffff;
        padding-top:15px;
        padding-bottom:15px;
        padding-right:25px;
        padding-left:25px;
        font-family:'Montserrat',sans-serif;
        font-weight:600;
        width:fit-content;
        font-size:1.75rem;
    }

.offer-button:hover
{
    text-decoration:none !important;
    background-color:#871826 !important
}

.offer-link
{
    display:flex;
    padding-left:1rem;
    text-decoration: none !important;
}

.image-col
{
    padding:0px;
    min-height:100%;
    /*border-radius:7px 0px 0px 7px;*/
}

@media (max-width:480px)
{
   .offer-heading
    {
        font-size:1.7rem !important;
    }    
    .offer_text
    {
        font-size:0.75rem;
    }  
    .offer-block
    {
        width:100% !important;
    }
}

@media (max-width:768px)
{
    .offer-link
    {
        display:flex;
        justify-content:center;

        padding-left:0rem;
    }
    .offer-col
    {
        text-align:center;
    	padding-left:2rem;
   		padding-right:2rem;
    }
    
    .offer-img
    {
		border-radius:8.5px 8.5px 0px 0px;
    }
    .offer-heading
    {
        padding-left:0rem;
        padding-top:0rem;
        line-height:2rem;
    }
    
    .offer-text
    {
		padding-left:0px !important;
    }
    .image-col
    {
        min-height:150px;
        /*border-radius:7px 7px 0px 0px;*/
        
    }
    
}

@media (max-width:1199px)
{
    .offer-heading
    {
        font-size:2rem;
    }
    
    .offer-text
    {
        font-size: 1.5rem;
        line-height:1.75rem;
    }
    
    .offer-button
    {
        font-size:1.5rem;
    }
}