﻿@font-face {
    font-family: 'Thewavesanstt-regular';
    src: url("/Content/fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: 'Roboto-Light';
    src: url("/Content/fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: 'Thewavesanstt-regular';
    src: url("/Content/fonts/THEWAVESANSTT-REGULAR.ttf");
}

@font-face {
    font-family: 'Thewavesanstt-bold';
    src: url("/Content/fonts/THEWAVESANSTT-BOLD.ttf");
}
.content-landingpage .section-content:before {
    content: url(/Content/images/green-arrow.svg);
}

.section-content .site-link a:after {
    content: url(/Content/images/right-blue-arror.svg);
}
.header-banner .panel-heading .pageTitle:before {
    background: url(/Content/images/white-star.svg);
    background-size: cover;
}
.content-landingpage:after {
    content: url(/greece/Content/images/Green_Line.svg);
	content:none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.section-moreInfo {
    background: url(/Content/images/header-banner.png);
    min-height: 366px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.application .page-content ul:before {
    content: url(/Content/images/green-arrow.svg);
}