@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;
}

.smallbutton {
    width: 100px !important;
    height: 30px !important;
}

.smallbutton1 {
    width: 130px !important;
    height: 32px !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;
}

.smallbutton2c {
    width: 170px !important;
    height: 30px !important;
    font-size: 12px !important;
}



.largebutton {
    width: 240px !important;
}

