/* 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, img, 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: 16px 'OpenSans', serif;
    line-height: 1.56;
    color: #382933;
}

/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s ease 0s; 
        transition: all 0.3s ease 0s;
}
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.5s ease 0s;
        transition: all 0.5s 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: #382933;
}
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-family: 'OpenSans';
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #382933;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #382933;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #382933;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #382933;
    opacity: 1;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #382933;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #382933;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #382933;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #382933;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
h1, h2 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
    color: #022339;
    margin-bottom: 40px;
}   
h3 {
    font-size: 22px;
    line-height: 1.275;
    font-weight: 900;
    margin-bottom: 10px;
}
h4 {
    font-size: 24px;
}
h5 {
   font-size: 18px;
}
h6 {
   
}
h1 span, h2 span,
.large-text span {
    color: #0064A6;
}
.large-text,
.medium-text {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    font-weight: 900;
    text-transform: uppercase;
    color: #022339;
    margin-bottom: 25px;
}
.medium-text {
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.small-text {
    font-size: 18px;
    line-height: 1.28;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 7.02px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
    color: #022339;
}
.small-text:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    background: #0064A6;
    left: 0;
    top: 10px;
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 25px;
}
p a {
    
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
ol{
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 6px;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.row {
    display: table-row;
}
/*---------- Scrollbar ------------*/
::-webkit-scrollbar {
  width: 15px;
  
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F87223;
}

/*---------- Header -------------*/
.sub-cats {
	position: absolute;
    background-color: #2C3388;
    right: 30px;
    top: 50px;
    width: 170px;
    display: none;
    transition: all 0.3s ease 0s;
}
.sub-cats li {
	width: 100%;
    display: block !important;
    padding: 10px 5px 10px 5px !important;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.cat-drop {
	background-color: #2C3388;
	width: 170px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.cat-drop:hover,
.sub-cats li:hover {
	color: #F87223;
	border-left: solid;
	border-color: #FFF;
	border-width: 2px;
	cursor: pointer;
	
}
.cat-drop:hover .sub-cats {
	display: block;
}
.nav-menu li a:hover {
	color: #2C3388;
}
.nav-hide,
.nav-hide-phone {
	display: none !important;
}
.nav-menu {
	display: block;
	padding-right: 30px;
	background-color: #F87223;
	height: 50px;
	text-align: right;
	font-family: "Open Sans",sans-serif;
}
.nav-menu li {
	display: inline-block;
	padding: 15px 25px 10px 25px;
	color: #FFF;
	border-left: solid;
	border-width: 2px;
}
.nav-menu .drop {
	border-left: none;
	background-color: #2C3388;
}
.nav-menu .drop select {
	color: #FFF;
	background-color: #2C3388;
}
.headerTop {
	height: 75px;
	position: relative;
	background-color: rgba(235,235,235,.7);
}
.main-nav{
	vertical-align: top;
}
header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;l
}
.nav-con img {
    width: 200px;
}
.homebtn {
	z-index: 100;
    position: absolute;
    left: 35px;
    top: -45px;
}
.nav-con {
	background-color: #F87223;
	height: 50px;
	position: relative;
}
#nav-btn {
	position: absolute;
    color: #FFF;
    right: 21px;
    top: 10px;
    font-size: 30px;
}
#nav-btn:hover {
	color: #2C3388;
	transition: all 0.2s ease-in-out;
}
.top-menu {
	text-align: right;
	padding: 20px 0 40px 0px;
	font-family: "Open Sans",sans-serif;
}
.top-menu a, 
.top-menu form {
	display: inline-block;
	margin-right: 25px;
}
.top-menu form {
	font-family: "Open Sans",sans-serif;
}
.top-menu form label {
	display: none;
}
.top-menu form input {
	border: solid;
    border-width: 1px;
    padding: 8px;
    border-color: #d4d4d4;
    width: 250px;
}
.top-menu form button {
	border-radius: 0px;
	margin-left: 0px;
    padding: 11px 10px 10px 30px;
    position: relative;
    left: -6px;
    box-shadow: none;
    border: solid;
    border-width: 1px;
    background-color: #6F9CD4;
    border-color: #d4d4d4;
    color: #FFF;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.top-menu form button i {
	font-size: 20px;
	position: absolute;
	left: 5px;
    top: 7px;
}
.top-menu form button:hover {
	background-color: #F87223;
}
.top-phone {
	color: #F87223 !important;
}
.top-phone i {
	font-size: 20px;
    margin-right: 5px
}
.top-links span {
	margin-right: 5px;
	font-size: 18px !important;
	position: relative;
	top: 2px;
}
.top-links a:first-child {
	margin-right: 5px !important;
}
.top-links {
	color: #2C3388;
    font-size: 13px;
    font-weight: bold;
    margin-right: -5px !important;
    display: inline-block;
}
.header-background {
	width: 100%;
    height: 125px;
}
#nav-close-btn,
#nav-btn {
	display: none;
}
/*---------- Main ---------------*/

main {
	min-height: 2000px;
}

/*---------- Footer --------------*/
.footer-wrapper {
	width: 100%;
	text-align: center;
	font-family: "Open Sans",sans-serif;
}
.footer-wrapper .address {
	background-color: #F87223;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
}
.footer-wrapper .address p {
	color: #FFF;
}
.footer-text {
	background-color: #2C3388;
	height: 60px;
}
.footer-text p {
	color: #fff;
    font-weight: bold;
    padding-top: 15px;
}