/* RESET */

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,
strong,
sub,
sup,
tt,
var,
b,
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CSS START */


body {
    font-family: 'Roboto', sans-serif;
}

body * {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
}

p span {
    font-weight: 700;
}

.txtcenter {
    text-align: center !important;
}

.txtorange {
    color: #eb7526;
}

#container {
    float: left;
    width: 100%;
    position: relative;
    min-width: 370px;
    background-image: url('../../images/bgfull.png'),linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(235,117,38,1) 50%, rgba(235,117,38,1) 100%);;
    background-repeat: no-repeat;
    background-position: top center;
}

#firstpart,#secondpart {
    float: left;
    width: 100%;
    min-height: 413px;
    position: relative;
}

#secondpart {
    min-height: 400px;
}

.content {
    max-width: 1200px;
    width: 100%;
    float: none;
    min-height: 413px;
    margin: 0 auto;
}

#secondpart .content {
    min-height: 400px;
}

#firstpart div.content > div {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0;
}

#secondpart div.content > div {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0;
}

#firstpart div.content > div:last-child {
    width: 100%;
}

#secondpart div.content > div:last-child {
    width: 100%;
}

#firstpart div.content > div:first-child {
    text-align: center;
}

#firstpart div.content > div:first-child h1 {
    color: #eb7526;
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    text-align: left;
}

#firstpart div.content > div:first-child h2 {
    color: #eb7526;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

#firstpart div.content > div:first-child p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

#secondpart div.content .part {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

#secondpart div.content .part > div:first-child {
    float: left;
    width: 68px;
    color: #eb7526;
    font-size: 90px;
    font-weight: 900;
}

#secondpart div.content .part > div:last-child {
    width: calc(100% - 68px);
    float: left;
    padding-top: 8px;
}

#secondpart div.content .part > div:last-child p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 130%;
}

#firstpart div.content > div:first-child img {
    margin: 20px 0;
    width: 100%;
    max-width: 421px;
}

#firstpart div.content > div:first-child > div {
    float: none;
    width: 610px;
    height: 160px;
    margin: 0 auto;
}

#firstpart div.content > div:first-child > div > div h3 {
   text-align: center;
   float: left;
   color: #389fab;
   font-size: 18px;
   font-weight: 300;
   line-height: 200%;
   text-transform: uppercase;
   width: 100%;
}

#firstpart div.content > div:first-child > div > div p {
    text-align: center;
    float: left;
    color: #389fab;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    width: 100%;
 }

 #firstpart div.content > div:first-child > div:last-child {
    float: none;
    width: 340px;
    height: 146px;
}

#firstpart div.content > div:first-child > div:last-child > div {
    float: left;
    width: 146px;
    height: 146px;
    -webkit-border-radius: 146px;
    -moz-border-radius: 146px;
    border-radius: 146px;
    background-color: #d4151e;
    margin: 30px 10px 0 10px;
}

#firstpart div.content > div:first-child > div:last-child > div p {
    display: table-cell;
    vertical-align: middle;
    height: 146px;
    width: 146px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    float: none;
}

#firstpart div.content > div:last-child > div {
    width: calc(80% - 80px);
    margin: 0 10%;
    border-radius: 50px;
    background-color: #FFFFFF;
    padding: 40px;
    float: left;
}

#secondpart div.content > div:last-child > div {
    width: calc(80% - 80px);
    margin: 0 10%;
    border-radius: 50px;
    background-color: #FFFFFF;
    padding: 40px;
    float: left;
    text-align: center;
}

#secondpart div.content > div:last-child > div img {
    margin-bottom: 20px;
}


#firstpart div.content > div:last-child > div h1 {
    color: #eb7526;
    font-size: 28px;
    font-weight: 700;
    float: left;
    width: 100%;
}   
#firstpart div.content > div:last-child > div > div {
    float: left;
    position: relative;
    width: 100%;
}

label {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin: 20px 0;
    clear: both;
    display: inline-block;
    width: 100%;
    line-height: 130%;
    text-align: left;
}

.btn-selector {
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #eb7526;
    border-radius: 19px;
    
    background-position: bottom center;
background-repeat: no-repeat;
font-size: 18px;
font-weight: 700;
display: block;
float: left;
height: 40px;
width: 114px;
text-decoration: none;
text-align: center;
line-height: 40px;
margin-right: 7%;
margin-top: 10px;
overflow: hidden;
}

.btn-selector.last {
    margin-right: 0;
}
.btn-selector.newline {
    clear: left;
}
.btn-selector.jncp {
    width: 190px;
}

.btn-selector:hover,
.btn-selector.selected {
    background-color: #eb7526;
    color: #FFFFFF;
}

#formcontainer p.line {
    margin: 16px 0;
}

#formcontainer p.line span {
    display: block;
    float: left;
    width: 35%;
    color: #8cbbd7;
    font-size: 14px;
    font-weight: 300;
}

#formcontainer p.line input,
#formcontainer p.line select {
    display: inline-block;
    float: none;
    margin: 3px 0 0 0;
    width: 100%;
    border: 1px solid #879093;
    background-color: #FFFFFF;
    line-height: 36px;
    text-indent: 10px;
    color: #316b86;
    -webkit-appearance: none;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#formcontainer p.line select {
    cursor: pointer;
}

#formcontainer p.line input.error,
#formcontainer p.line select.error {
    box-shadow: 0 0 5px 1px rgba(255, 56, 56, 0.69);
    border: 1px solid rgba(255, 56, 56);
}

.btnsubmit {
    position: relative;
    float: left;
    background-color: #000000;
    display: block;
    height: 44px;
    line-height: 44px;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    width: 50%;
    margin: 25px 25%;
    text-align: center;
    border-radius: 22px;
}



#thirdpart {
    display: block;
    float: left;
    width: 100%;   
    text-align: center; 
    background-color: #FFFFFF;
}

#thirdpart div.content {
    min-height: 50px;
}

#thirdpart div.content p {
    font-size: 12px;
    margin-top: 20px;
}

#thirdpart div.content p a {
    color: #000000;
}

#step7 p {
    margin-top: 15px;
}

.hide {
    display: none;
}

@media screen and (max-width: 1200px) {
    .content {
        float: left;
    }
}
@media screen and (max-width: 1014px) {
    #container {
        background-color: #FFFFFF;
        background-image: none;
    }
    
    #firstpart div.content > div {
        width: 100%;
        padding: 20px 0;
    }
    #firstpart div.content > div:last-child {
        width: 100%;
        margin: 0;
        background-color: #eb7526;
    }
    #firstpart div.content > div:last-child > div {
        border-left:none;
        border-right: none;
        text-align: center;
        min-height: auto;
        height: auto;
        padding-bottom: 15px;
        float: left;
    }
    #secondpart div.content > div {
        width: 100%;
    }
    #secondpart div.content > div:last-child {
        width: 100%;
        background-color: #eb7526;
    }
    #secondpart div.content > div:last-child > div {
       margin-top:20px;
       margin-bottom: 20px;
    }
    #secondpart div.content .part > div:first-child {
        text-align: right;
        width: calc(30% - 20px);
        padding-right: 20px;
    }
    #secondpart div.content .part > div:last-child {
        text-align: left;
        width: 70%;
    }
    
    .btn-selector {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .btn-selector.jncp {
        width: 100%;
        margin: 0 0 10px 0;
    }
    #firstpart div.content > div:first-child h1,#firstpart div.content > div:first-child h2 {
        padding: 0;
        text-align: center;
        clear: both;
    }
    #firstpart div.content > div:first-child p {
        padding: 0 15%;
    }
    #firstpart div.content > div:first-child h2 {
        padding: 10px 20px;
    }
    #firstpart div.content > div:last-child > div h1 {
        text-align: center;
    }
}


.remodal h1 {
    color: #316b86;
    -webkit-text-stroke: 1px #316b86;
    -webkit-text-fill-color: #316b86;
}

.remodal p {
    text-align: justify;
    font-size: 12px;
    line-height: 1.5em;
}

.remodal p a {
    text-align: justify;
    color: #316b86;
}

.remodal ul {
    margin: 0;
    list-style: circle;
}

.remodal ul li {
    margin: 0;
    text-align: left;
    text-align: justify;
    font-size: 12px;
    line-height: 1.5em;
}

#loader {
    float: left;
    width: 100%;
    height: 400px;
    background-image: url('../../images/25.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

h2.ml-h2 {
    color: #316b86;
    text-align: left;
    margin: 15px 0;
}

.remodal h3 {
    color: #316b86;
    text-align: left;
    margin: 15px 0;
    font-size: 14px;
}
