/*
*  html5resetcss
*/

@import url(rest-page-style.css);
html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    background: #111b41;
    font-family: "Source Sans 3", sans-serif !important;
    line-height: 1;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #676767;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #676767;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #676767;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #676767;
}

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100px;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* Custom CSS
============================================= */

.container {
    width: 100% !important;
    max-width: 1575px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.navy_foundation {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.navy_foundation h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px;
}

.navy_foundation ol {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 0 21px;
}

.navy_foundation ol li {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 25px;
    text-indent: 40px;
    list-style: decimal;
}

.navy_foundation ol ol {
    padding: 30px 0 30px 50px;
}

.navy_foundation ol ol li {
    list-style: lower-alpha;
    text-indent: 40px;
}
.navy_foundation ol ol li strong {
    text-decoration: underline;
}
.navy_foundation ol li strong {
    text-decoration: underline;
}
.navy_foundation ol li a span strong {
    font-style: italic;
}
.navy_foundation p {
    font-size: 23px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
}

.navy_foundation ol li span {
    display: block;
    text-indent: 0px;
    margin: 20px 100px;
}

.table_1 {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.table_1_scroll {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
}

.table_1 table {
    width: 100%;
    table-layout: auto;
}

.table_1 th {
    background: #fff;
    font-size: 23px;
    line-height: normal;
    font-weight: 700;
    color: #000;
    padding: 15px;
    border: 1px solid #fff;
}

.table_1 td {
    font-size: 23px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
}

.navy_foundation ol li span {
    margin: 30px 100px;
}

.navy_foundation ol li span a {
    color: #fff;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline !important;
}

.navy_foundation ol li span a:hover {
    color: yellow;
}

.dnv_contact {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.dnv_contact h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px;
}

.dnv_contact h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    color: #fff;
    margin: 0 0 20px;
    text-decoration: underline;
}

.dnv_contact p {
    font-size: 23px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
}

.dnv_contact p strong {
    font-weight: 700;
}

.dnv_contact p a {
    color: #fff;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline !important;
}

.dnv_contact p a:hover {
    color: yellow;
}


/*responsive CSS
=================================================================*/

@media only screen and (max-width:2560px) {}

@media only screen and (max-width:2100px) {}

@media only screen and (max-width:1900px) {}

@media only screen and (max-width:1700px) {}

@media only screen and (max-width:1500px) {}

@media only screen and (max-width:1365px) {}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:1099px) {}

@media only screen and (max-width:992px) {
    .table_1_scroll table {
        width: 900px;
    }
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:767px) {}

@media only screen and (max-width:690px) {}

@media only screen and (max-width:667px) {}

@media only screen and (max-width:615px) {}

@media only screen and (max-width:560px) {}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}