 body {
     font-family: calibri, arial, sans-serif;
     color: #333333;
     margin: 0;
     background: #FFFFFF;
     font-size: 18px;
 }

 header {
     padding: 0;
 }

 #main {
     width: auto;
 }

 footer {
     border-top: 6px solid #FFEC00;
     background: #F2F2F2;
 }


/*
***    image styles
*/
 img {
     border: none;
 }

 .shadow {
     box-shadow: 3px 3px 5px silver;
 }

.image {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
}

 .banner a img {
     border-radius: 0 0 8% 8%;
     width: calc(100vw - 0%);
     max-width: 960px;
     height: auto;
 }

 .image .shadow {
     width: 100%;
     min-width: 300px;
     height: auto;
 }

img.flag {
     border: 1px solid #000;
     width: 30px;
     height: 18px;
     margin: -3px 5px -3px 0;
 }

.social {
    width: 50%;
    max-width: 90px;
}


/*
***    font-styles
*/
 h1 {
     font-size: 25px;
     line-height: 35px;
     font-weight: bold;
     margin: 0;
 }

 h2 {
     font-size: 20px;
     margin-bottom: 8px;
     padding: 0;
     margin: 0 0 8px;
     font-weight: bold;
 }

 .bold {
     font-weight: bold;
 }

a {
     text-decoration: none;
     color: #2288BB;
     font-weight: bold;
 }

 a:hover,
 a:active,
 a:focus {
     text-decoration: underline;
 }


/* 
***    main content
*/
 #column-layout-3 {
     display: flex;
     display: -webkit-flex;
     display: -ms-flex;
     flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     -ms-flex-flow: row nowrap;
     justify-content: space-between;
     padding: 0 0 20px 0;
     max-width: 1000px;
     margin: 0 auto;
 }

 #column-layout-3 div:nth-child(2) {
     padding: 0 20px;
 }

 #column3_1,
 #column3_2,
 #column3_3 {
     width: 33%;
 }

 #column-layout-3 ul {
     list-style: none;
     margin: 0;
     padding: 10px 20px 10px 20px;
 }

 #column-layout-3 ul li {
     text-align: left;
     word-wrap: break-word;
     -moz-hyphens: auto;
     -o-hyphens: auto;
     -webkit-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
 }

 #column-layout-3 ul li a {
     line-height: 25px;
 }

 #column-layout-3 .text {
     padding: 10px 0;
 }


/* 
***    footer 
*/

 #column-layout-4 {
     display: flex;
     display: -webkit-flex;
     display: -ms-flex;
     flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     -ms-flex-flow: row nowrap;
     justify-content: space-between;
     padding: 30px 0 10px;
     max-width: 1000px;
     margin: 0 auto;
 }

 #column-layout-4 ul {
     list-style: none;
     margin: 0;
     padding: 5px 20px 10px 20px;
 }

 #column-layout-4 ul li {
     text-align: left;
 }

 #column4_1 li {
     text-indent: -25px;
     margin-left: 25px;
 }

 #column4_1 .arrow:before {
     content: '\2714';
     position: relative;
     margin-right: 10px;
     color: #6099BF;
 }

 #column4_4 li {
     margin-bottom: 10px;
     line-height: 16px;
 }

 #column4_4 ul > li:first-child {
     margin-top: 5px;
 }

/* .link:before {
     content: '\27A5';
     position: relative;
     margin-right: 5px;
     color: #6099BF;
 } */

 #column4_1,
 #column4_2,
 #column4_3,
 #column4_4 {
     width: 25%;
 }

 .footer-text {
     font-size: 15px;
     margin-bottom: 10px
 }

 #copyright {
     font-size: 12px;
     background: #F2F2F2;
     padding: 10px 0;
     text-align: center;
 }

footer a {
    font-weight: normal;
}

.span160 { width: 160px; display: inline-block; }
.span220 { width: 220px; display: inline-block; }
.notbold { font-weight: normal; }


/*
***    Adaptions for smaller screens
*/

 @media (max-width: 700px) {
     #main {
         min-width: 250px;
     }

     #column-layout-3 {
         flex-flow: wrap;
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
     }
     #column3_1,
     #column3_2,
     #column3_3 {
         width: 100%;
         min-width: 150px;
     }

     #column-layout-3 div:nth-child(2) {
         padding: 20px 0;
     }


     #column-layout-4 {
         flex-flow: wrap;
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
     }

     #column4_1,
     #column4_2,
     #column4_3,
     #column4_4 {
         width: 100%;
         min-width: 150px;
     }

     #column-layout-4 div:nth-child(2) {
         padding: 20px 0;
     }

     #column-layout-4 div:nth-child(3) {
         padding: 20px 0;
     }
}

@media (max-width: 550px) {
    .image {
        justify-content: flex-start;
        align-content: flex-start;
    }
}

@media (min-width: 551px) and (max-width: 1100px) {
    .banner a img {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-content: center;
    }
}
