@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,300i,400,400i,700');

body, html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.74;
    color: #333;
    background: #FFFFFF;
    height: 100%;
}
body{
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, input, select, textarea, label, table, tr, td, pre {
    font-family: inherit;
    font-weight: 300;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}

h1 {
    font-size: 20px;
    margin-bottom: 30px;
}

h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h3, h4 {
    line-height: 32px;
}

img {
    max-width: 100%;
}

p,
a {
    color: black;
}

input, select, textarea {
    background: transparent;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: 0;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding-left: 7px;
    font-size: 14px;
    font-weight: 300;
}

textarea {
    height: 190px;
    margin-bottom: 0;
}

button[type=submit] {
    float: left;
    border-radius: 0;
    -webkit-border-radius: 0;
}

form {
    margin: 40px 0;
}

button {
    text-transform: uppercase;
    padding: 5px 15px;
    background-color: #005683;
    color: white;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

button:focus {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
}
em{
    font-weight: inherit;
}

[type=checkbox], [type=radio]{
 left:-9000px;
 position:absolute; 
}
[type=checkbox] + label, [type=radio] + label {
  line-height:16px;
  height:16px;
  max-width: 100%;
  padding-left:20px;
  display:inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor:pointer;
}
[type=checkbox] + label { background-image: url("../images/checkboxes.png?v=1.0"); }
[type=radio] + label{ background-image: url("../images/radio-buttons.png?v=1.0"); }
[type=radio]:checked + label, [type=checkbox]:checked + label{ background-position: 0 -15px; }

.bg-gray {
    background-color: #f6f6f6;
}


.aligned-row {
  display: flex;
  flex-flow: row wrap;

}
.aligned-row &::before {
display: block;
}

.cta-button{
    padding: 10px 20px;
    margin-top: 20px;
}
.cta-button a{
    font-size: 20px;
    color: white;
}




/*MODAL */
.modal{
  background: rgba(0,0,0,0.6);
}
.modal-dialog{
  border-left: 7px solid #005684;
  padding: 20px;
  background: white;
  z-index: 9999;
}
.modal-content{
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-header{
  border: none;
  padding: 0;
}
.modal-header .close:before{
  display: none;
}
.modal-body{
  padding: 0 0 20px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-footer{
  padding: 20px 0 0;
}


#free-live-demo .modal-body{
    padding: 0 0 10px;
}
#free-live-demo button{
    font-weight: 300;
}




.component-name{
  font-weight: 300;
  font-size: 12px;
  display: block;
  margin-top: 20px;
}
.component-name:first-letter{ text-transform: uppercase; }
.component-name + h2, .content h2:first-child{ margin-top: 0; }

.embed-input{
    margin-top: 20px;
}

.container,
.container-fluid {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container.banner {
    padding-top: 15px;
    padding-bottom: 0 !important;
}

/* NAVIGATION */
.topbar {
    position: fixed;
    top: 0;
    min-height: 70px;
    width: 100%;
    z-index: 4;
    display: block;
    background: transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    left: 0;
}

.topbar.freeze {
    background: white;
    border-bottom: 1px solid #e5e5e5;
    min-height: 50px;
}

.topbar .logo {
    display: inline-block;
    vertical-align: top;
    height: 70px;
    width: 130px;
    background: url(../images/logo-maps4news-white.png) no-repeat center;
    background-size: 70%;
}

.topbar .menu {
    display: none;
    vertical-align: top;
    text-align: center;
}

.topbar .menu ul {
    width: 100%;
}

.topbar .menu li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 30px;
}

.topbar a {
    text-transform: uppercase;
    text-decoration: none;
}

.topbar .language {
    display: none;
    color: #005683;
    float: right;
}

.topbar.active .language {
    display: inline-block;
}

.topbar .language select {
    color: inherit;
    border: 0;
    width: auto;
    font-weight: bold;
    font-size: 16px;
    margin-left: -5px;
    margin-right: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.topbar .language select {
    cursor: pointer;
}

.topbar .nav-button {
    float: right;
    padding: 15px 15px 15px 0;
}

.topbar .nav-button .button {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin: 0;
    display: inline-block;
    background-color: transparent;
    float: right;
}

.topbar .nav-button .button:hover {
    background-color: transparent;
}

.topbar .nav-button .login {
    background-color: #005683;
    color: white;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    margin: 5px;
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.lines, .lines:after, .lines:before {
    display: block;
    height: 3px;
    background: #fff;
    transition: .3s;
    width: 100%;
    position: relative;
}

.lines {
    margin-top: 14px;
}

.lines:after, .lines:before {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: .28571rem center;
    transform-origin: .28571rem center;
}

.lines:before {
    top: 8px;
}

.lines:after {
    top: -8px;
}

.topbar.active {
    background-color: #fff;
    height: 199vh;
}

.topbar.active .logo, .topbar.freeze .logo {
    background-image: url(../images/logo-maps4news-blue.png);
}

.topbar.active .nav-button .button .lines:after, .topbar.active .nav-button .button .lines:before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 100%;
}

.topbar.freeze .lines, .topbar.freeze .lines:after, .topbar.freeze .lines:before {
    background: #005683;
}

.topbar.active .nav-button .button .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.topbar.active .nav-button .button .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.topbar.active .nav-button .button .lines {
    background: 0 0;
}

.topbar.active .lines, .topbar.active .lines:before, .topbar.active .lines:after {
    background: #005683;
}

.topbar.active .menu {
    display: block;
}

/* HEADERS */
header, header.small {
    height: 70vh;
    background-color: #005683;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.small {
    height: 30vh;
    background-position: center;
    background-image: url(../images/header-street-pattern.png);
}

header.small p {
    color: white;
}

header.dark,
header.dark h1{
    color: black;
}

header .caption {
    width: 80%;
}

header .caption input {
    background-color: white;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #333;
    margin-top: 20px;
    padding-left: 40px;
}

header button{
    border: 1px solid;
    outline: 0;
    width: auto;
    font-size: 20px;
    padding: 10px 20px;
}

header button.get-started{
    background-color: #005683;
    border-color: #005683;
}
header button.live-demo{
    background-color: transparent;
    border-color: white;
    color: white;
}
/*header ul{
    padding-left: 20px;
    padding-bottom: 20px;
}
header li{
    display: list-item;
    font-size: 20px;
    font-weight: normal;
}*/
.btn-orange{
    border-color: orange !important;
    background-color: orange !important;
    color: white !important;
}

/* WORKING FOR */
.working-for {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}
.working-for.landingspage{
    padding: 10px 0 0 0;
}
.working-for ul{
    max-width: 1140px;
    margin: 0 auto;
}

.working-for li img {
    max-width: 100px;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.8;
    -webkit-opacity: 0.8;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.working-for li img:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;
    -webkit-opacity: 1;
}

/* ABOUT */

/* EXAMPLES */
.examples {
    text-align: center;
}

.examples .owl-carousel {
    margin-top: 30px;
}

.owl-carousel .owl-nav{
    display: none;
}

.examples .item{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.examples .item:before{
    content: "";
    display: block;
}
.examples .small-padding{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.examples .item:hover .caption{ opacity: 1; }
.examples.overview .item:hover .caption{ opacity: 1; }

.examples.overview .item .image,
.examples.overview .item .caption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.examples.overview .item .caption{
    opacity: 0;
    padding: 30px;
    background-color: #005683;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
.examples.overview .item .image{
    background-repeat: no-repeat;
    background-size: cover;
}

.examples.overview .item:before{
    padding-bottom: 100%;
}


.explore-more {
    border: none;
    color: #888;
    margin-top: 20px;
}
.explore-more a{
    color: white;
    background-color: #005683;
    padding: 7px 15px;
    text-decoration: none;
}

/* KEYWORDS */
.keyword {
    margin-bottom: 40px;
}

/* WHY MAPS4NEWS */
.why-maps4news .item {
    margin-top: 30px;
}

.why-maps4news .item img {
    max-width: 200px;
}

/* REFERENCES */
.references {
    width: 100%;
    padding-top: 110px;
    background-image: url(../images/quote-dark.png);
    background-repeat: no-repeat;
    background-position: top 100px center;

}

.references h3 {
    font-size: 20px;
    font-weight: 300;
}

.references h4 {
    margin: 20px 0;
    font-weight: 300;
}

.references img {
    max-width: 100px;
    margin: 40px auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 3px solid #d4d4d4;
}

/* LICENSING */
.licensing{
    text-align: left;
}
.licensing ul {
    margin-bottom: 30px;
}

.licensing li {
    width: 100%;
    padding: 10px 30px;
    border-bottom: 1px solid #e5e5e5;
    background: #f6f6f6;
}

p.or{
    max-width: 75%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 0.1em;
    margin: 30px auto 10px;
}
p.or span{ 
    padding: 0 10px;
    background-color: white;
}

/* BLOG */
.blog {
    text-align: left;
}

.blog .item {
    margin-bottom: 75px;
}

.blog .image {
    background: #f6f6f6 no-repeat center;
    background-size: cover;
    padding-bottom: 50%;
}

.blog .date {
    color: #808080;
    font-size: 12px;
    margin: -10px 0 15px;
}

.blog .author {
    color: #808080;
    font-size: 12px;
    margin: -10px 0 15px;
}

.blog.overview p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog .read-more{
    display: block;
    float: right;
    margin-top: 10px;

}
.blog .read-more a{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: inherit;
    background: #f6f6f6;
    padding: 5px 10px;
}
.blog .read-more a:hover{
    background: #e5e5e5;
    text-decoration: none;
}

.blog .back {
    margin-top: -27px;
}
.blog .back a{
    font-weight: 400;
    font-size: 12px;
}

.blog .item .blog-content a {
    color: orange;
    font-weight: bold;
}

.blog .blog-content p{
    margin-bottom: 20px;
}
.blog li.active a {
    color: orange;
}

.blog .blog-content blockquote{
    margin: 50px 0 50px 50px;
    border-left: 5px solid orange;
    padding: 20px;
    background-color: #f6f6f6;
    font-style: italic;
}

.blog .blog-content blockquote + small{
    text-align: right;
    color: #333;
    margin-top: -50px;
    margin-bottom: 50px;
    display: block;
    font-style: italic;
}
.blog.detail .blog-content img{
    margin-bottom: 0;
}
.blog .blog-content img + small{
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-bottom: 50px;
}
.blog .blog-content ul{
    margin: 10px;
    display: block;
}
.blog .blog-content ul li{
    display: block;
    background: url(/assets/images/list-style-pin.png) no-repeat left top 7px;
    background-size: 18px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.blog .blog-content h4{
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 40px;
}

/*.blog .blog-content blockquote:before,
.blog .blog-content blockquote:after{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 1;
    color: #ddd;
    padding: 0 20px 0 0;
    display: inline-block;
    vertical-align: bottom;
}
.blog .blog-content blockquote:after{
    content: "\f10e";
    padding: 0 0 0 15px;
    vertical-align: top;
}
*/

.blog .full-archive-link{
    display: block;
    margin-top: 10px;
    float: right;
}
.blog .archive-year{
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.blog .archive-date{
    margin: 5px 0 0;
    color: #808080;
    font-size: 12px;
}
.blog .archive-title{
    margin: 0 0 70px 0;
}

.blog .other-posts {
}

.blog .other-posts .item {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 10px;
    border-bottom: 1px solid #DDD;
}

.blog .other-posts .item:last-child {
    border: none;
}

.blog .other-posts h4 {
    line-height: 1.3;
}

.blog .other-posts .date {
    margin: 0;
}

.blog.detail img{ margin: 50px 0; }

.blog.detail .blog-content .biography{
    background-color: #f6f6f6;
    padding: 30px;
    margin-top: 80px;
}
.blog.detail .blog-content .biography img {
    max-width: 150px;
    margin: 30px auto;
    margin-bottom: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #d4d4d4;
    display: block;
}

.blog .social-sharing img{
    margin: 0;
}

.blog .note{
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
}

.blog .blog-content .resources{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.blog .blog-content .resources li{
    line-height: 1.5;
    background: none;
    padding: 0;
}
.blog .blog-content .resources li a{
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    color: black;
}


@media (min-width: 676px){

    .blog.detail .blog-content .biography img{
        float: left;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
/* HELP */
.help ul {
    border: none;
}


.help ul li {
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    padding: 0;
    border: 0;
    background-color: #f6f6f6;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.help ul li.general.active {
    background-color: #005683;
    color: white;
}

.help ul li.annotation-map.active {
    background-color: #fbb040;
    color: white;
}

.help ul li.locator-map.active {
    background-color: #009444;
    color: white;
}

.help ul li a,
.help ul li a:hover,
.help ul li.active a,
.help ul li.active a:focus,
.help ul li.active a:hover {
    border: 0;
    color: inherit;
    background-color: inherit;
}

.help ul li h3 {
    margin: 0;
}

.help ul li p {
    display: none;
}

.help ul li h3, .help ul li p {
    color: inherit;
}

.help.questions {
    width: 100%;
}

.help.questions ul {
    margin-top: 30px;
}

.help.questions li {
    display: inline-block;
    width: 100%;
    line-height: 1;
    border: 1px solid #ddd;
    background: #f0f0f0;
    margin: 0 3px 3px 0;
    padding: 0 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.help.questions li:hover {
    background: #ededed;
}

.help.questions li a:hover {
    background: #ededed;
}

.help.questions li a {
    color: inherit;
    font-weight: 300;
    text-decoration: none;
    display: block;
    background-color: inherit;
}

.help.detail {
    text-align: left;
}

.help.detail .related-posts {
    padding-left: 50px;
}

.help.detail .related-posts ul li {
    padding: 0;
    margin: 0;
    width: 100%;
}

/* CONTACT */
.contact{
    border-top: 1px solid #ddd;
    text-align: left;
}
.contact button {
    /*width: 50%;*/
    float: right;
}

.contact .office{
    width: 100%;
    margin: 30px 0;
    background-color: #f6f6f6;
    display: flex;
    display: -webkit-flex;
}
.contact .office div{
    padding: 10px 40px 30px;
}




/* ERROR PAGE */
.error-page {
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100vh;
}

.error-page .content {
    padding: 20px;
}

.error-page .content h1 {
    font-size: 75px;
}

.error-page .image {
    display: none;
}

/* FOOTER */
footer .container {
    background: url(../images/footer-devider.png) no-repeat top center;
    background-size: 100%;
    text-align: center;
}

footer a.logo {
    width: 130px;
    display: block;
    margin: auto;
}

footer ul.socialmedia{
    margin-top: -10px;
    margin-bottom: 40px;
}
footer ul.socialmedia li {
    padding: 0 15px;
}

footer ul.socialmedia a {
    color: #ccc;
    font-size: 25px;
}

footer ul.menu {
    margin: 50px 0;
}
footer ul.menu li{
    width: 100%;
}

footer ul.menu li a{
    color: #005683;
    font-weight: 400;
}
/*footer ul.menu li a.terms-of-service{
    color: #b1b1b1;
}
*/
footer .newsletter button{
    width: 100%;
}

footer .newsletter form{
    margin: 0 0 30px;
}
footer h4{
    margin-top: 0;
}

footer.landingspage .container{
    text-align: center;
}
footer.landingspage .container .logo{
    display: inline-block;
}

/* OWL SLIDER */
.owl-dots {
    margin: 0 auto;
}

.owl-dot {
    display: inline-block;
    margin: 3px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #e5e5e5;
    display: block;
}

.owl-dot.active span {
    background: #4d4d4d;
}


/* Landingpasges */
.video-bg-container{
    background: linear-gradient(-90deg, #e5e5e5 70%, white 70%, white 100%);
    background: -ms-linear-gradient(-90deg, #e5e5e5 70%, white 70%, white 100%);
    background: -moz-linear-gradient(-90deg, #e5e5e5 70%, white 70%, white 100%);
    background: -webkit-linear-gradient(-90deg, #e5e5e5 70%, white 70%, white 100%);
}
.video-bg-container .container{
    padding-bottom: 0;
}
.video-container{
    position: relative;
    padding-bottom: 64%; 
}
.video-container iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.text-align-left {
    text-align: left;
}

.etappe {
    width: 100%;
    margin-bottom: 25px;
}
.etappe--name {
    /*font-weight: bold;*/
    font-size: 20px;
}
.etappe--date {
    font-size: 15px;
    font-style: italic;
}
.etappe--link a{
    color: #428bca;
    font-size: 15px;
}

@media (min-width: 768px) {
    .container.banner {
        padding-top: 26px;
        padding-bottom: 0 !important;
    }

     h1{
        font-size: 40px;
    }
    
    .topbar {
        min-height: 90px;
        padding-top: 10px;
    }

    .topbar.active {
        height: auto;
    }

    .topbar.active:not(.freeze) {
        background-color: transparent;
        color: white;
    }

    .topbar.freeze {
        padding-top: 0;
    }

    .topbar .logo {
        width: 200px;
    }

    .topbar.freeze .logo {
        width: 130px;
    }

    .topbar .nav-button, .topbar .menu {
        padding-bottom: 0;
    }

    .topbar .nav-button .login {
        font-size: 16px;
        margin-right: 20px;
        line-height: 40px;
        margin-top: 0;
    }

    .topbar .language {
        color: white;
    }

    .topbar .language select {
        background-color: transparent;
    }

    .topbar .language select option {
        color: #005683;
    }

    .topbar.freeze .language {
        color: #005683;
    }

    .topbar.active:not(.freeze) .logo {
        background-image: url(../images/logo-maps4news-white.png);
    }

    .topbar.active:not(.freeze) .lines, .topbar.active:not(.freeze) .lines:before, .topbar.active:not(.freeze) .lines:after {
        background: white;
    }

    .topbar.freeze .lines, .topbar.freeze .lines:before, .topbar.freeze .lines:after {
        background-color: #005683;
    }

    .topbar.active .menu {
        display: inline-block;
        float: right;
        padding: 15px;
    }

    .topbar .menu ul {
        width: auto;
        float: right;
        margin-right: 10px;
    }

    .topbar .menu li {
        width: auto;
        padding: 0 0 0 20px;
        line-height: 40px;
        border: 0;
    }

    .topbar .menu a {
        color: white;
        font-weight: bold;
    }

    .topbar.freeze .menu a {
        color: #005683;
    }

    header {
        /*background-image: url(../images/header-maps4news.png);*/
        background-image: url(../images/header-maps4news.jpg);
        justify-content: flex-start;
    }

    header .caption {
        width: 40%;
        padding-left: 10%;
    }

    header.small {
        height: 300px;
    }

    header.small .caption {
        width: 65%;
        padding: 0;
        text-align: center;
    }

    header .caption input {
        max-width: 700px;
    }

    .container,
    .container-fluid {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .owl-carousel .owl-nav{
        display: block;
        position: absolute;
        width: 100%;
        top: calc(15% - 20px);
    }
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev{
        width: 100px;
        font-family: "FontAwesome";
        color: #d4d4d4;
        font-size: 100px;
    }
    .owl-carousel .owl-nav .owl-next{ float: right; margin-right: -50px;}
    .owl-carousel .owl-nav .owl-prev{ float: left;  margin-left: -50px;}
    .owl-carousel .owl-nav .owl-next:before{ content: "\f105"; float: right;}
    .owl-carousel .owl-nav .owl-prev:before{ content: "\f104 "; float: left; }

    .keywords {
        text-align: left;
    }

    .licensing ul {
        max-width: 700px;
    }

    .licensing ul li {
        padding: 15px 30px;
    }

    .blog .item {
        margin-bottom: 125px;
    }

    .blog .item .content {
        padding: 5px 50px 15px 15px;
    }

    .blog .other-posts {
        padding-left: 50px;
    }



    .blog .blog-content ul li{
        line-height: 2.2;
        margin-bottom: 0;
    }

    

    .help ul li {
        width: calc(50% - 20px);
        float: left;
        margin: 10px;
        padding: 30px 20px;
    }

    .help ul li h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .help ul li p {
        display: block;
    }

    .help.questions li {
        width: calc(50% - 4px);
        float: left;
    }

    .error-page {
    }

    .error-page .content,
    .error-page .image {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .error-page .content {
        justify-content: center;
        height: 40%;
    }

    .error-page .image svg {
        max-width: 70%;
        max-height: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    footer .container{
        text-align: left;
    }

    footer a.logo {
        margin: 0;
    }

    footer ul.socialmedia {
        padding: 0;
        margin-top: -5px;
    }

    footer ul.socialmedia li {
        padding: 0 5px;
        display: inline-block;
        width: auto;
    }

    footer ul.menu {
        margin: 0;
    }


    footer ul li {
        width: 100%;
        line-height: 28px;
    }
}

@media (min-width: 1024px) {
    .container,
    .container-fluid {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .owl-carousel .owl-nav{
        top: calc(30% - 20px);
    }

    .working-for li img {
        max-width: 80%;
    }

    .help ul.nav-tabs {
        display: flex;
        display: -webkit-flex;
        -ms-display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
    }

    .help ul li {
        width: calc(20% - 20px);
        padding: 40px 20px;
    }

    .help.questions li {
        width: calc(100% / 3 - 4px);
    }

    .error-page {
        flex-direction: row;
    }

    .error-page .image,
    .error-page .content {
        width: 50%;
        padding-top: 100px;
    }

    .error-page .content {
        justify-content: flex-start;
        height: auto;
    }

    .error-page .content h1,
    .error-page .content h2,
    .error-page .content p {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .error-page .image svg {
        max-width: 100%;
        max-height: 80%;
    }



    footer .newsletter button{
        background: #b1b1b1;
    }
}
.hidden-desktop{ display: block !important; }
.hidden-mobile{ display: none !important; }

@media (min-width: 676px){
    .hidden-desktop{ display: none !important; }
    .hidden-mobile{ display: block !important; }
}