@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@font-face {
    font-family: "TTNormsLight";
    src: local("O"), url("../fonts/converted/ttnorms-light-webfont.woff") format("woff"), url("../fonts/TTNorms-Light.otf") format("opentype"), url("../fonts/converted/ttnorms-light-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TTNormsRegular";
    src: local("O"), url("../fonts/converted/ttnorms-regular-webfont.woff") format("woff"), url("../fonts/TTNorms-Regular.otf") format("opentype"), url("../fonts/converted/ttnorms-regular-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TTNormsMedium";
    src: local("O"), url("../fonts/converted/ttnorms-medium-webfont.woff") format("woff"), url("../fonts/TTNorms-Medium.otf") format("opentype"), url("../fonts/converted/ttnorms-medium-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TTNormsBold";
    src: local("O"), url("../fonts/converted/ttnorms-bold-webfont.woff") format("woff"), url("../fonts/TTNorms-Bold.otf") format("opentype"), url("../fonts/converted/ttnorms-bold-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TTNormsExtrabold";
    src: local("O"), url("../fonts/converted/ttnorms-extrabold-webfont.woff") format("woff"), url("../fonts/TTNorms-ExtraBold.otf") format("opentype"), url("../fonts/converted/ttnorms-extrabold-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TTNormsHeavy";
    src: local("O"), url("../fonts/converted/ttnorms-heavy-webfont.woff") format("woff"), url("../fonts/TTNorms-Heavy.otf") format("opentype"), url("../fonts/converted/ttnorms-heavy-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TTNormsBlack";
    src: local("O"), url("../fonts/converted/ttnorms-black-webfont.woff") format("woff"), url("../fonts/TTNorms-Black.otf") format("opentype"), url("../fonts/converted/ttnorms-black-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "QuicksandRegular";
    src: local("O"), url("../fonts/converted/quicksand-regular-webfont.woff") format("woff"), url("../fonts/Quicksand-Regular.otf") format("opentype"), url("../fonts/converted/quicksand-regular-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "QuicksandMedium";
    src: local("O"), url("../fonts/converted/quicksand-medium-webfont.woff") format("woff"), url("../fonts/Quicksand-Medium.ttf") format("truetype"), url("../fonts/converted/quicksand-medium-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ApercuLight";
    src: local("O"), url("../fonts/converted/apercu_light-webfont.woff") format("woff"), url("../fonts/Apercu Light.otf") format("opentype"), url("../fonts/converted/apercu_light-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ApercuRegular";
    src: local("O"), url("../fonts/converted/apercu_regular-webfont.woff") format("woff"), url("../fonts/Apercu Regular.otf") format("opentype"), url("../fonts/converted/apercu_regular-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ApercuBold";
    src: local("O"), url("../fonts/converted/apercu_bold-webfont.woff") format("woff"), url("../fonts/Apercu Bold.otf") format("opentype"), url("../fonts/converted/apercu_bold-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Rockwell";
    src: local("O"), url("../fonts/Rockwell.ttc") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}
body, input, textarea {
    font: 400 13px/24px 'Montserrat', sans-serif;
    color: #373838;
}
input:focus, button:focus, .btn:focus, a:focus, textarea:focus{
    outline: none;
}
p {
    line-height: 26px;
}
a {
    text-decoration: none;
    outline: 0 none !important;
    font-weight: 600;
    color: #dc1e34;
    transition: all .4s ease-in-out;
}
a:hover{
    text-decoration: none;
    color: #dc1e34;
}
a:focus{
    text-decoration: none;
    color: #959897;
}
ul, ol {
    padding: 15px 0 15px 20px;
}
img {
    height: auto;
    border: none;
}
h1 {
    font: 55px/82px 'TTNormsBlack', sans-serif;
}
h2 {
    font: 50px/60px 'TTNormsRegular', sans-serif;
}
h3 {
    font: 18px 'TTNormsExtrabold', sans-serif;
}
.add-new-item h3{
    font: 16px 'TTNormsBold', sans-serif;
}
h4 {
    font: 18px 'TTNormsBlack', sans-serif;
}

hr {
    border: none;
    background-color: #c9d1c9;
    height: 1px;
    margin: 3% 0;
}
.font36{
    font-size: 36px;
}
.btn{
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
    border-radius: 24px;
    text-transform: uppercase;
    /*margin-top: 45px;*/
    text-align: center;
    transition: all .4s ease-in-out;
}
.btn-red{
    background: #dc1e34;
    color: #fff;
}
.btn-red-outline{
    background: #fff;
    border: 1px solid #dc1e34;
    color: #dc1e34;
}
.color-green .btn-outline,
.btn-green-outline{
    background: #fff;
    border: 1px solid #95c93d;
    color: #95c93d;
}
.btn-red:hover{
    background: #fff;
    border: 1px solid #dc1e34;
    color: #dc1e34;
}
.btn-red-outline:hover{
    background: #dc1e34;
    border: 1px solid #dc1e34;
    color: #fff;
}
.btn-green-outline:hover{
    background: #95c93d;
    border: 1px solid #95c93d;
    color: #fff;
}
.color-green .content .btn-solid, .btn-green{
    background: #95c93d;
    color: #fff;
}
.btn-green:hover{
    background: #fff;
    border: 1px solid #95c93d;
    color: #95c93d;
}
.btn-green-outline{
    background: #fff;
    border: 1px solid #95c93d;
    color: #fff;
}
.btn-green-outline:hover{
    background: #95c93d;
    border: 1px solid #95c93d;
    color: #fff;
}
.btn-blue{
    background: #00b6f1;
    color: #fff;
}
.btn-blue:hover{
    background: #fff;
    border: 1px solid #00b6f1;
    color: #00b6f1;
}
.btn-blue-outline{
    background: #fff;
    border: 1px solid #00b6f1;
    color: #00b6f1;
}
.btn-blue-outline:hover{
    background: #00b6f1;
    border: 1px solid #00b6f1;
    color: #fff;
}
.btn-grey-outline{
    background: transparent;
    border: 1px solid #959897;
    color: #959897;
}
.btn-grey-outline:hover{
    background: #959897;
    border: 1px solid #959897;
    color: #fff;
}
.btn-black{
    background: #373838;
    color: #fff;
}
.btn-black:hover{
    color: #fff;
}
.btn-darkblue{
    background: #044D80;
    color: #fff;
}
.btn-darkblue:hover{
    background: #fff;
    color: #044D80;
    border: 1px solid #044D80;
}
.btn-darkblue-outline{
    background: #fff;
    color: #044D80;
    border: 1px solid #044D80;
}
.btn-darkblue-outline:hover{
    background: #044D80;
    color: #fff;
    border: 1px solid #044D80;
}
.btn-bg-transparent{
    background: transparent;
}

.left {
    float: left;
}
.right {
    float: right;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.border {
    border: 1px solid #a2d40A;
    border-radius: 5px;
    padding: 3% 5%;
    box-sizing: border-box;
}
.display-inline-block{
    display: inline-block;
}




.width10 {
    width: 10%;
}
.width15 {
    width: 15%;
}
.width17 {
    width: 17%;
}
.width20 {
    width: 20%;
}
.width25 {
    width: 25%;
}
.width30 {
    width: 30%;
}
.width31 {
    width: 31%;
}
.width32 {
    width: 32%;
}
.width33 {
    width: 33%;
}
.width35 {
    width: 35%;
}
.width40 {
    width: 40%;
}
.width45 {
    width: 45%;
}
.width48 {
    width: 48%;
}
.width50 {
    width: 50%;
}
.width60 {
    width: 60%;
}
.width65 {
    width: 65%;
}
.width66 {
    width: 66%;
}
.width75 {
    width: 75%;
}
.width83 {
    width: 83%;
}
.width85 {
    width: 85%;
}
.width95 {
    width: 95%;
}
.width100 {
    width: 100%;
}



.clear:after {
    display: block;
    content: " ";
    clear: both;
}



.align_justify {
    text-align: justify;
}
.align_center {
    text-align: center;
}
.content .align_right, .align_right {
    text-align: right;
}
.align_left {
    text-align: left;
}

body .padding0 {
    padding: 0;
}
body .input-margin0-15 input{
    margin: 0;
    margin-bottom: 15px;
}

.padding3p-0 {
    padding: 3% 0;
}
.padding5p-0 {
    padding: 5% 0;
}
.padding_top3p {
    padding-top: 3%;
}
.padding_top5p {
    padding-top: 5%;
}
.margin_top5p {
    margin-top: 5%;
}
.margin_left10 {
    margin-left: 10px;
}
.margin_bot20 {
    margin-bottom: 20px;
}
.margin_top_bot_20px{
    margin: 20px 0;
}
.margin-right-25{
    margin-right: 25px;
}

.padding_left5 {
    padding-left: 5px;
}
.padding_left10 {
    padding-left: 10px;
}
.padding_left15 {
    padding-left: 15px;
}
.padding_left20 {
    padding-left: 20px;
}
.padding_left30 {
    padding-left: 30px;
}



.padding_right10 {
    padding-right: 10px;
}
.padding_right15 {
    padding-right: 15px;
}


.padding_top5 {
    padding-top: 5px;
}
.padding_top10 {
    padding-top: 10px;
}
.padding_top18 {
    padding-top: 18px;
}
.padding_top20 {
    padding-top: 20px;
}
.padding_top40 {
    padding-top: 40px;
}
.padding_top50 {
    padding-top: 50px;
}
.padding_bottom0{
    padding-bottom: 0;
}
.padding_bottom40{
    padding-bottom: 40px;
}
