@font-face {
    font-family: 'NewsonGLS';
    src:  url('NewsonGLS-DTP-Regular.woff2') format('woff2'),
    url('NewsonGLS-DTP-Regular.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-Black';
    src:  url('NewsonGLS-DTP-Black.woff2') format('woff2'),
    url('NewsonGLS-DTP-Black.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-BlackItalic';
    src:  url('NewsonGLS-DTP-BlackItalic.woff2') format('woff2'),
    url('NewsonGLS-DTP-BlackItalic.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-Bold';
    src:  url('NewsonGLS-DTP-Bold.woff2') format('woff2'),
    url('NewsonGLS-DTP-Bold.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-BoldItalic';
    src:  url('NewsonGLS-DTP-BoldItalic.woff2') format('woff2'),
    url('NewsonGLS-DTP-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-Extralight';
    src:  url('NewsonGLS-DTP-Extralight.woff2') format('woff2'),
    url('NewsonGLS-DTP-Extralight.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-ExtralightItalic';
    src:  url('NewsonGLS-DTP-ExtralightItalic.woff2') format('woff2'),
    url('NewsonGLS-DTP-ExtralightItalic.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-Italic';
    src:  url('NewsonGLS-DTP-Italic.woff2') format('woff2'),
    url('NewsonGLS-DTP-Italic.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-Light';
    src:  url('NewsonGLS-DTP-Light.woff2') format('woff2'),
    url('NewsonGLS-DTP-Light.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-LightItalic';
    src:  url('NewsonGLS-DTP-LightItalic.woff2') format('woff2'),
    url('NewsonGLS-DTP-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-Medium';
    src:  url('NewsonGLS-DTP-Medium.woff2') format('woff2'),
    url('NewsonGLS-DTP-Medium.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-MediumItalic';
    src:  url('NewsonGLS-DTP-MediumItalic.woff2') format('woff2'),
    url('NewsonGLS-DTP-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-Semibold';
    src:  url('NewsonGLS-DTP-Semibold.woff2') format('woff2'),
    url('NewsonGLS-DTP-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'NewsonGLS-SemiboldItalic';
    src:  url('NewsonGLS-DTP-SemiboldItalic.woff2') format('woff2'),
    url('NewsonGLS-DTP-SemiboldItalic.woff') format('woff');
}

html {
    font-family: NewsonGLS, Verdana;
}

.buttonpri {
    cursor: pointer;
    background-color: #ffcd00 !important;
    border: none;
    color: black !important;
    font-weight: normal;
    text-align: center;
    -webkit-appearance: none;
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    height: 48px;
    border-radius: 400px;
    white-space: normal;
    font-size: 14px !important;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.buttonpri:hover {
    background-color: black;
    color: white !important;
}

.buttonpri span {
    padding-right: 4px;
}


.buttonsec {
    cursor: pointer;
    background-color: white;
    border: none;
    color: black !important;
    font-weight: normal;
    text-align: center;
    -webkit-appearance: none;
    width: 150px;
    font-size: 14px !important;
    height: 48px;
    border-radius: 400px;
    white-space: normal;
    text-decoration: none !important;
    /*font-size: 14px;*/
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.buttonsec:hover {
    background-color: black;
    color: white !important;
}

.buttonsec span {
    padding-right: 4px;
}


.buttonsec1 {
    cursor: pointer;
    background-color: transparent;
    background: url("../../design/main/buttonsec1.png") no-repeat;
    background-position: center right;
    border: 2px solid white;
    color: white !important;
    font-weight: normal;
    text-align: center;
    -webkit-appearance: none;
    min-width: 160px;
    width: auto;
    font-size: 14px !important;
    height: 48px;
    padding-right: 10px;
    border-radius: 400px;
    white-space: normal;
    text-decoration: none !important;
    /*font-size: 14px;*/
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.buttonsec1:hover {
    background-color: black;
    color: white !important;
}

.buttonsec1 span {
    padding-right: 4px;
}

.buttonsec1a {
    cursor: pointer;
    background-color: transparent;
    background: url("../../design/main/buttonsec1a.png") no-repeat;
    background-position: center left;
    border: 2px solid white;
    color: white !important;
    font-weight: normal;
    text-align: center;
    -webkit-appearance: none;
    min-width: 160px;
    width: auto;
    font-size: 14px !important;
    height: 48px;
    padding-left: 10px;
    border-radius: 400px;
    white-space: normal;
    text-decoration: none !important;
    /*font-size: 14px;*/
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.buttonsec1a:hover {
    background-color: black;
    color: white !important;
}

.buttonsec1a span {
    padding-right: 4px;
}



.buttonsec2 {
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #061ab1;
    color: #061ab1 !important;
    font-weight: normal;
    text-align: center;
    -webkit-appearance: none;
    width: auto;
    font-size: 14px !important;
    height: 48px;
    border-radius: 400px;
    white-space: normal;
    text-decoration: none !important;
    /*font-size: 14px;*/
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    justify-content: center
}

.buttonsec2:hover {
    background-color: black;
    color: white !important;
}

.buttonsec2 span {
    padding-right: 4px;
}


.buttonsec3 {
    cursor: pointer;
    background-color: white;
    color: black !important;
    font-weight: normal;
    text-align: center;
    -webkit-appearance: none;
    min-width: 120px;
    _width: 120px;
    font-size: 12px !important;
    padding: 0 5px;
    border: 1px solid black;
    height: 25px;
    border-radius: 400px;
    white-space: normal;
    text-decoration: none !important;
    /*font-size: 14px;*/
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.buttonsec3:hover {
    background-color: black;
    color: white !important;
}

.buttonsec3 span {
    padding-right: 4px;
}


.buttonsec4 {
    cursor: pointer;
    background-color: #061ab1;
    border: none;
    color: white !important;
    font-weight: normal;
    text-align: center;
    -webkit-appearance: none;
    width: 150px;
    font-size: 13px !important;
    height: 48px;
    border-radius: 400px;
    white-space: normal;
    text-decoration: none !important;
    /*font-size: 14px;*/
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.buttonsec4:hover {
    background-color: black;
    color: white !important;
}


.smallbutton {
    width: 100px !important;
    height: 30px !important;
}

.smallbutton1 {
    width: 135px !important;
    height: 32px !important;
}

.smallbutton1a {
    width: 135px !important;
    height: 38px !important;
}

.smallbutton1b {
    width: 170px !important;
    height: 38px !important;
}


.smallbutton2 {
    width: 60px !important;
    height: 25px !important;
    font-size: 12px !important;
    padding: 0 5px;
    border: 1px solid black;
}

.smallbutton2a {
    width: 120px !important;
    height: 25px !important;
    font-size: 12px !important;
    padding: 0 5px;
    border: 1px solid black;
}

.smallbutton2b {
    width: 100px !important;
    height: 25px !important;
    font-size: 12px !important;
    border: 1px solid black;
    letter-spacing: -0.5px;
}

.smallbutton2c {
    width: 170px !important;
    height: 30px !important;
    font-size: 12px !important;
}



.largebutton {
    width: 240px !important;
}

/* GLS  BTN */

.btngls {
    display: inline-block;
    font-weight: 400 !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1rem 1rem;
    font-size: .85rem;
    line-height: 1;
    text-decoration: none !important;
    border-radius: 400px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.btngls {
    min-width: 150px;
}


.btn-primary {
    color: #000000 !important;
    font-family: 'NewsonGLS';
    box-shadow: none;
    font-size: 14px !important;
    line-height: 18px;
    border: 1px solid #ffd100 !important;
    /*padding: 14px 20px !important;*/
    opacity: 1;
    background-color: #ffd100 !important;
}
.btn-primary:focus {
    outline: 2px solid #061ab1 !important;
    outline-offset:	2px !important;
}

.btn-primary:hover {
    text-decoration: underline !important;
    background-color: #d6af00 !important;
    border: 1px solid #d6af00 !important;
}

.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #061ab1;
    box-shadow: none;
}
.btn-secondary:hover {
    text-decoration: underline !important;
    color: white;
    background-color: #061ab1;
}