@charset "utf-8";
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); 
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), 
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), 
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), 
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); 
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot'); 
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), 
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), 
       url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), 
       url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); 
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.875em/1.5 'Source Sans Pro', Calibri, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1140px;
    margin: 1rem auto;
    border: solid 0px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
h1,h2,strong{
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
 span.ttu{
    text-transform: uppercase;
}
h1 {
    margin: 0 0 1rem;
    padding: 1rem;
    font-size: 1.8em;
    line-height: 1.1em;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    text-align: center;
    display: inline-block;
}
h1 small {
    font-size: 0.7em;
}
h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    padding: 0 0 1rem 0;
    text-transform: uppercase;
}
ul {
    padding: 0 0 1rem 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-family: Arial, sans-serif;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
header {
    padding: 0 0 1rem;
    margin-bottom: 0.25rem;
}
header>a {
    display: inline-block;
    margin: 1rem;
}
header div {
    margin: -10.5rem 0 5rem;
    text-align: center;
}
article{
    display: flex;
    justify-content: space-between;
}
article section {
    width: 67%;
}
article section:first-of-type div:nth-of-type(5) ul {
    padding-bottom: 2rem;
}
article section:first-of-type div:last-of-type {
    padding-bottom: 0.75rem;
}
article section:nth-of-type(2)>p:first-of-type a {
    text-align: center;
    background: #E16900;
    padding: 0.75rem;
    display: block;
    color: #FFF !important;
}
article section:nth-of-type(2)>p:first-of-type a:hover, footer p:first-of-type a {
    text-decoration: none;
    background: #EDA566;
}
article section:nth-of-type(2) span {
    display: inline-block;
    margin-bottom: 0.5rem;
}
article section:nth-of-type(2) img {
    vertical-align: -4px;
    padding-right: 0.25rem;
}
article section:nth-of-type(2) div {
    padding: 1rem 1rem 0.25rem;
}
article section:nth-of-type(2) div>span {
    display: block;
    background: #E16900;
    margin: -1rem -1rem 1rem;
    padding: 0.5rem 1rem;
}
article section:nth-of-type(2) a:hover {
    color: #5E5E5E;
    text-decoration: none;
}
figure img {
    margin: 0 0.5rem;
}
figure {
    margin: 0 0 1rem;
}
article section:last-of-type {
    width: 31.5%;
}
article section div {
    margin-bottom: 1rem;
    padding: 1.25rem 1rem 0.25rem;
    border: 1px solid #EAEAEA;
}
article section:last-of-type>span {
    background: #999999;
    display: block;
    padding: 0.5rem 1rem;
}
article section:last-of-type div:last-of-type p {
    padding: 0rem 0rem 7.5rem 10rem;
    position: relative;
}
article section:last-of-type div:last-of-type p>img {
    position: absolute;
    left: 1rem;
    top: 0rem;
    width: 117px;
}
article section:last-of-type div:last-of-type p span {
    cursor: pointer;
    display: inline-block;
}
article section:last-of-type div:last-of-type p span i {
    display: inline-block;
    background: #E16900;
    padding: 0.1rem 0.2rem;
    border-radius: 10px;
    font-weight: bold;
    font-size: 0.8em;
    font-style: normal;
}
article section:last-of-type div:last-of-type p strong {
    display: block;
    margin-bottom: 0.5rem;
}
article section:last-of-type div:last-of-type p span img {
    vertical-align: -4px;
    padding-right: 0.35rem;
}
.mail img {
    vertical-align: -5px;
    padding-right: 0.35rem;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(76, 76, 76, 0.8);
}
.content {
    margin: 0 auto;
    padding: 20px;
    width: 58%;
    height: auto;
    margin-top: 3%;
    text-align: center;
    position: relative;
}
#close {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    text-align: right;
    color: #fff;
    margin-bottom: 1rem;
    z-index: 4;
}
#pre, #next {
    font-size: 2.2em;
    line-height: 1;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    top: 35%;
    transform: translateY(100%);
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    color: #fff;
    z-index: 1;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.myBtn, #pre, #next, #close {
    cursor: pointer;
}
#pre {
    left: 2rem;
}
#next {
    right: 2rem;
}
.popup span {
    display: block;
    text-align: right;
}
.popup>img {
    height: 95px;
    width: 170px;
}
footer {
    padding: 0 0 0;
}
footer p:first-of-type a:first-of-type {
    background: #E16900;
    color: #FFF !important;
}
footer p:first-of-type a:first-of-type:hover {
    background: #EDA566;
}
footer p:first-of-type a:last-of-type:hover {
    background: #EDA566;
    border-color: #EDA566;
    color: rgba(0, 0, 0, 0.5);
}
footer p:first-of-type a:hover {
    text-decoration: none;
}
footer p:first-of-type a {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #CA9EA4;
    font-weight: bold;
    font-size: 1.2em;
}
footer p:last-of-type span {
    display: inline-block;
    margin-right: 2rem;
    vertical-align: 7px;
}
footer p:last-of-type a {
    display: inline-block;
    margin-right: 2rem;
}
@media only screen and (max-width:1139px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    #pre, #next {
        top: 23%;
    }
    .modal-content iframe {
        height: 300px !important;
        width: 90% !important;
    }
    article section:last-of-type div:last-of-type p {
        padding: 0 0 0.25rem;
    }
    article section:last-of-type div:last-of-type p>img {
        position: static;
    }
    header figure{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:720px) {
    .content {
        width: 80%;
    }
    #pre {
        left: 1rem;
    }
    #next {
        right: 1rem;
    }
    #pre, #next {
        top: 20%;
        font-size: 1.7em;
        width: 30px;
        height: 30px;
        padding: 0.15rem 0 0 0;
    }
    .modal-content iframe {
        height: 300px !important;
    }
    header {
        padding-bottom: 0;
    }
    header div {
        margin: 0;
    }
    h1 {
        margin-bottom: 0;
    }
    article{
        flex-direction: column;
    }
    article section  {
        width: 100% !important;
    }
    footer {
        padding-top: 1rem;
    }
}
@media only screen and (max-width:550px) {
    #pre, #next {
        top: 14%;
        width: 25px;
        height: 25px;
        padding: 0 0 0.25rem;
        font-size: 1.5em;
    }
    #pre {
        left: 0.5rem;
    }
    #next {
        right: 0.5rem;
    }
    .popup {
        text-align: center;
    }
    footer p:last-of-type a, footer p:last-of-type span {
        margin-right: 0.75rem;
    }
    .modal-content iframe {
        height: 200px !important;
    }
    .popup>img {
        width: 78px;
        height: 73px;
    }
    article section:last-of-type div:last-of-type p:last-of-type {
        position: static;
    }
}