@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
    url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
    url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
    url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
font-family:"eurostile";
src:url("https://use.typekit.net/af/839067/00000000000000007735a6d9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/839067/00000000000000007735a6d9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/839067/00000000000000007735a6d9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:800;font-stretch:normal;
}
@font-face {
font-family:"eurostile-condensed";
src:url("https://use.typekit.net/af/7b7d6a/00000000000000007735a6d7/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/7b7d6a/00000000000000007735a6d7/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/7b7d6a/00000000000000007735a6d7/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:800;font-stretch:normal;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 18px 'Roboto', serif;
    font-family: 'Roboto', serif !important;
    line-height: 1.38;
    color: #001A31;
}

/* Links */
a{
   color: inherit; 
}
.customa,
input[type="submit"] {
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s ease 0s; 
        transition: all 0.3s ease 0s;
}
html {
	scroll-behavior: smooth;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
}
img {
    max-width: 100%;
}

/* Form elements */
input[type=text]{

}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    -webkit-text-fill-color: #001A31;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password]{
    font: 500 18px/1.33 'Roboto';
    border: 2px solid #001A31;
    padding: 13px 25px;
    height: 60px ;
    background: transparent;
}
.myinput {
    font: 500 18px/1.33 'Roboto';
    border: 2px solid #001A31 !important;
    padding: 13px 25px !important;
    height: 60px !important;
    background: transparent;
    border-radius: 0px !important;
}
.searchingbtn {
        cursor: pointer;
    background: #98262B;
    /* border: 2px solid #98262B; */
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.333;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    white-space: nowrap;
    color: #00467F;
    background: transparent;
    border: 2px solid #00467F;
    text-align: center;
    padding: 16px 38px !important;
    width: fit-content !important;
    margin: 0px !important;
}
input[type="submit"],
button[type="submit"],
input[type="submit"]:hover,
button[type="submit"]:hover {
    cursor: pointer;
    background: #98262B;
    border: 2px solid #98262B;
    color: #fff;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}
input,
button[type="submit"] {
  /*-webkit-appearance: none;*/
  border-radius: 0;
  outline: none;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #001A31;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #001A31;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #001A31;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #382933;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6,
.large-text {
    font-family: eurostile-condensed, sans-serif;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: #00467F;
}
h1, h2,
.large-text {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 35px;
}   
h3 {
    font-size: 45px;
    margin-bottom: 20px;
}
h4 {
    font-size: 30px;
    margin-bottom: 20px;
}
h5 {
   font-size: 25px;
   margin-bottom: 8px;
}
h6 {
   
}
/*.medium-text {
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: 0;
    margin-bottom: 40px;
}*/
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 25px;
}
p:last-child {
    margin-bottom: 0;
}
p a,
p a:link {
    color: #00467F;
    text-decoration: underline;
    font-weight: 500;
}
p a:hover {
    
}
ul {
    list-style-type: none;
}
ol{
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 6px;
}
.vertical-text {
        font: 270px/1 eurostile-condensed, sans-serif;
    white-space: nowrap;
    opacity: 0.07;
    text-transform: uppercase;
    transform-origin: left top;
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform: rotate(-90deg) translateX(-100%);
    position: absolute;
    top: 0;
    margin-left: -90px;
}
.bright-text {
    display: inline-block;
    font-size: 25px;
    font-family: 'Roboto';
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: #98262B;
    padding: 8px 30px;
    margin-bottom: 15px;
}
/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.mynewcontainer {
    max-width: 1740px;
    margin: 0 auto;
    padding: 0 70px;
}
.mynewcontainer.sm {
    max-width: 1450px;
    padding: 0 40px;
}
main .table.page,
.table.auto-height {
    height: auto;
}
.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}
/* Text alignment */
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}

/* mynewcontainer class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.main-nav > .has-child,
.main-nav > li{
    margin-left: 5%;
	list-style-type: none;
}
.main-nav > .has-child > a,
.main-nav > li > a {
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}
.on-top {
    position: relative;
    z-index: 1;
}
.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
#menu, .search-popup,
.header-menu, .header-sidebar:before,
.sub-menu, .sub-ctrl, 
.slick-arrow, .btn, button {
    -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
}
.img-box:after,
.product-box .img-box span {
    -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
}
.searh-open #menu,
.open .search-popup {
    transition-delay: 0.3s;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-color: black !important;
}
.img-box .relative {
    z-index: 1;
}
.img-box:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 70, 127, .8);
}
.btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.333;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    white-space: nowrap;
    color: #00467F;
    background: transparent;
    border: 2px solid #00467F;
    text-align: center;
    padding: 16px 38px;
}
.btn:hover,
.btn-light:hover {
    background: #00467F;
    border-color: #00467F;
    color: #fff;
}
.btn-light {
    border-color: #fff;
    color: #fff;
}
.more-link {
    font-size: 17px;
    font-weight: 500;
    color: #00467F;
    text-transform: uppercase;
    white-space: nowrap;
}
.more-link:after {
    content: '\f061';
    font: 400 16px/1 Font Awesome\ 5 Pro;
    vertical-align: top;
    margin-left: 10px;
    position: relative;
    top: 4px;
}
.pdf-link,
.pdf-link:link {
    color: #98262B;
    text-decoration: underline;
}
.pdf-link:before {
    content: "\f15b";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400;
    margin-right: 7px;
}
/* List */
.content ul:not([class]) li {
    position: relative;
    padding-left: 25px;
}
.content ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 9px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #98262B;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* Icons */
.icon{
    display: inline-block;
    vertical-align: top;
    height: 70px;
    margin-bottom: 20px;
}
.icon img {
    max-height: 100%;
    max-width: 100%;
}
i{
    font-style: normal;
}
i[class^=ico]{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab-content {
    display: none;
}
