body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
}

@font-face {
    font-family: 'Helvetica-Bold';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/new/Helveticaltstd-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/new/Helveticaltstd-bold.woff') format('woff'), url('../fonts/new/Helveticaltstd-bold.ttf') format('truetype'), url('../fonts/new/Helveticaltstd-bold.svg#Helveticaltstd-bold') format('svg');
    
  }
  @font-face {
    font-family: 'Helvetica-Light';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/new/Helveticaltstd-light.eot?#iefix') format('embedded-opentype'), url('../fonts/new/Helveticaltstd-light.woff') format('woff'), url('../fonts/new/Helveticaltstd-light.ttf') format('truetype'), url('../fonts/new/Helveticaltstd-light.svg#Helveticaltstd-light') format('svg');
   
  }
  @font-face {
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/new/Helveticaltstd-roman.eot?#iefix') format('embedded-opentype'), url('../fonts/new/Helveticaltstd-roman.woff') format('woff'), url('../fonts/new/Helveticaltstd-roman.ttf') format('truetype'), url('../fonts/new/Helveticaltstd-roman.svg#Helveticaltstd-roman') format('svg');
    
  }



/* @font-face {
    font-family: museo_slab500;
    src: url(../fonts/museo_slab_500-webfont.eot);
    src: url(../fonts/museo_slab_500-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/museo_slab_500-webfont.woff) format('woff'), url(../fonts/museo_slab_500-webfont.ttf) format('truetype'), url(../fonts/museo_slab_500-webfont.svg#museo_slab500) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

:root {
    --white: #fff;
    --white-one: #fbfbfb;
    --black: #000;
    --black-one: #2f281e;
    --black-two: #333;
    --gray: #999;
    --gray-one: #666;
    --gray-two: #444;
    --gray-three: #ccc;
    --theme-green: #4ab54d;
    --default-width: 1100px;
}

body {
    margin: 0;
    color: var(--black);
    font: 12px/15px Helvetica, Arial, sans-serif;
    background: var(--white);
    min-width: 1120px
}
h1,h2,h3 { font: Helvetica-Bold, Arial, sans-serif !important;font-weight:600!important;}

img {
    border-style: none
}

a {
    text-decoration: none;
    color: #00f
}

a:hover {
    text-decoration: underline
}

input,
select,
textarea {
    font: 100% Helvetica, Arial, sans-serif;
    vertical-align: middle;
    color: var(--black)
}

a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

fieldset,
form {
    margin: 0;
    padding: 0;
    border-style: none
}

q {
    quotes: none
}

q:before {
    content: ''
}

q:after {
    content: ''
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

.cleardiv {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0
}

h1 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px
}

.head1 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px
}

h2 {
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 15px
}

.head2 {
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 15px
}

h3 {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 15px
}

h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px
}

h5 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 15px
}

h6 {
    font-size: 10px;
    line-height: 14px;
    margin: 0 0 10px
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.w1 {
    position: relative;
    float: left;
    /* left: 50%; */
    width: 100%
}

.w2 {
    position: relative;
    float: left;
    /* left: -50%; */
    width: 100%;
    border-top: solid 5px var(--theme-green)
}

/* Defualt Hides On Desktop */
.mobileHeaderTopLinks,
.mfooter1,
.mfooter2,
.dtdn {
    display: none !important;
}