 /*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    height: 100%;
    width: 100%;
    min-width: 100%;

}
body {
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
}
h1 {
    margin-top: 0;
}
a {
    color: #0b5ea9;
    text-decoration: none;
}

header {
    display: block;
    position: absolute;
    left:0;
    right: 0;
    margin:0 auto;
    z-index: 999;
    width:960px;
    height:135px;
    overflow: visible;
   /* border-bottom:1px solid #e2e2e2;*/
    padding:20px 0;
    z-index: 9999;
}

.logo {
    display: block;
    float:left;
    opacity: 1;
    width:145px;
    transition: opacity ease-out 1s;
}

.logo-responsive {
    display: none;
}
.logo.video-playing {
    opacity: 0;
}
.logo img {
    width: 100%;
}

.tagline {
    position: relative;
    float: left;
    width:620px;
    font-size: 18px;
    top:50%;
    transform: translateY(-50%);
    font-size: 22px;
    color:#0b5ea9;
    font-weight: 600;
    margin-left:20px;
    line-height:1.1em;
}

.language-dropdown-wrapper {
   position: absolute;
   right:0;
   top:76px;
}
.language-dropdown-wrapper .language-dropdown {
    background: #0b5ea9;
    display: none;
    padding: 20px 5px;
    transition: opacity 1s;
    width: 400px;
}

.language-dropdown-wrapper .switch:hover .language-dropdown,
.language-dropdown-wrapper .switch:focus .language-dropdown  {
    display: inline-block;
}

.language-dropdown-wrapper .language-dropdown a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    padding: 2px 10px;
    text-transform: uppercase;
    width: 33.33%;
}
.language-dropdown-wrapper .language-dropdown a:hover {
    color:#8ec641;
    transition: color ease-out 0.2s;
}

.language-dropdown-wrapper .language-dropdown a.current {
    font-weight: 600;
    color:#8ec641;
}
.language-dropdown-wrapper .heading-wrapper {
    text-align: right;
}
.language-dropdown-wrapper .heading {
    background: #5dade0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 0 0 0 15px;
    text-transform: uppercase;
}
.language-dropdown-wrapper .heading:hover {
    cursor: pointer;
}
.language-dropdown-wrapper .heading .fa-stack {
    background: #0b5ea9;
    display: inline-block;
    height: 30px;
    margin-left: 15px;
    text-align: center;
    width: 30px;
}
.language-dropdown-wrapper .heading .fa-stack i {
    color: #fff;
}

.tip-nav-links {
   
}

.grid-wrapper {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.content-area {
    background: #ffffff;
    box-sizing: border-box;
    height: 75%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.content-area-home {
    background: linear-gradient(#f9f9f9, #ededed);
}
.bottom-area {
    background: #5dade0;
    bottom: 0;
    box-sizing: border-box;
    height: 20%;
    left: 0;
    position: relative;
    width: 100%;
}
.content-area-tip {
    height:85%;
}
.bottom-area-tip {
    height:10%;
   
}
.bottom-area-responsive {
    display:none;
}
.bottom-area .grid-wrapper,
.bottom-area-responsive .grid-wrapper {
    position: absolute;
    left:0;
    bottom: 0;
    right:0;
    top:0;
    display: inline-block;
    margin: auto;
    width: 100%;
    height:100%;
    max-width: 960px;
    
}
.bottom-content-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    overflow: hidden;
}
.bottom-content {
    padding-right:35%;
}
.bottom-content h1 {
   color:#005caa;
   margin:0;
   font-size: 20px;
   text-transform: uppercase;

}
.bottom-content .sub-heading {
    display:block;
    color:#fff; 
    font-size:18px; 
    font-weight:600;
    margin-top:10px;
}
.bottom-content p {
  color:#fff;
  margin:10px 0 0 0;    
}

.bottom-logo {
    margin: auto;
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    width:200px; 
    height:100px;
    opacity:0;
    transition: opacity ease-out 1s;
}
.video-playing .bottom-logo {
    opacity:1; 
    display:none;  
}
.bottom-logo img {
    width: 100%;
}

.nav-items {
    position: relative;
    overflow: hidden;
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    margin: auto 0;
    height:100%;
    max-height: 45px;
    min-height: 45px;
    z-index: 999;
}

.bottom-area-tip .nav-items {
    left:0;
    max-width: 50%;
    min-width: 50%;
}

.nav-items a {
    display:inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 3px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff; 
    text-transform: uppercase;
    font-weight: 300;
    transition: border-color ease-out 0.2s, color ease-out 0.2s;
    margin-right:5px;
}

.nav-items a::before {
    background-color:#0b5ea9;
    border-radius: 3px;
}

.nav-items a:hover {
    border-color:#fff;
    color:#fff;
}

.nav-items a.share-button {
    width:auto;
    padding: 0;
    border:none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.nav-items a.share-button:first-child {
    margin-left:30px;
}

.nav-items a.share-button .fa-stack {
    transition: color ease-in-out 1s;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color:#5dade0;

}
.nav-items a.share-button .fa-stack::before {
    background:#005CAA;
}
.nav-items a.share-button:hover .fa-stack {
    background:transparent;
    color:#fff;
}


/**************/
.tip-nav-links {
    position: relative;
    overflow: hidden;
    position: absolute;
    right:0;
    top:0;
    bottom: 0;
    margin: auto 0;
    height:100%;
    max-height: 42px;
    min-height: 42px;
}

a.tip-nav {
    display:inline-block;
    color:#fff;
    transition: color ease-out 0.2s;
}
a.tip-nav-prev {
   margin-right:10px;
}
a.tip-nav .label {
    display: inline-block;
    display:none !important;
    line-height: 24px;
    margin:0 5px;
    font-weight: 600;
    text-transform: uppercase;
}
a.tip-nav .fa-stack {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 50%;
    transition: border-color ease-out 0.2s;
}

a.tip-nav:hover {
    color:#005CAA;
}

a.tip-nav:hover .fa-stack {
    border-color:#005CAA;
}
a.tip-nav .fa-stack i {
    color:#fff;
    transition: color ease-out 0.2s;
    margin-top:-2px;
}
a.tip-nav:hover .fa-stack i {
    color:#005CAA;
}

a.tip-nav-next .fa-stack {
    float: right;
} 

a.tip-nav-prev .fa-stack {
    float:left;
} 

a.tip-nav:hover .fa-stack {

}
a.tip-nav .fa-stack i {
    
}
a.tip-nav:hover .fa-stack i {
   
}

/*************/
.video-wrapper {
    bottom: 0;
    display: inline-block;
    left: 0px;
    margin: 0 auto;
    max-width: 100%;
    max-width: 100%;
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 1000;
    height:100%; /* Added for YT*/
}
.video-overlay {
    background:#fff; 
    width:100%; 
    height:100%; 
    position:absolute; 
    z-index: -1000;
    opacity:0;
    display:block;
    transition: opacity ease-out 0.5s;
}

.tips-overlay-content {
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 960px;
    box-sizing:border-box;
    overflow: hidden;
    display:none;
    z-index: 9999;
    opacity:0;
}
.tips-list {
    overflow: hidden;
}
.tips-list .heading {
    display:block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 44px;
    color: #0b5ea9;
    font-weight: 600;
}
.tips-list a {
    width:20%;
    float:left;
    text-align: center;
    color:#5dade0;
    transition: color ease-out 0.2s;
    min-height:285px !important;
    
}
.tips-list a:hover {
    color:#0b5ea9;
}
.tips-list a img {
    width: 100%;
}
.tips-list a span {
    display: inline-block;
    font-weight:300; 
    font-size: 18px;
    margin:5px 0;
}
.tips-list a.watched img {
    filter:grayscale(100%);
    transition: opacity ease-out 0.2s;
    opacity:0.6;
}
.tips-list a.watched:hover img {
    opacity:1;
}

.tips-list a.watched {
    color:#ccc;
}
.tips-list a.watched:hover {
    color:#333;
}
.tips-list a.watched:hover img {
    opacity:1;
}

.video-overlay-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    width: 960px;
    box-sizing:border-box;
    overflow: hidden;
}

.tip-content-wrapper {
    display:block;
    width: 650px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right:0;
}

.video-overlay-content h2 {
    font-size: 30px;
    font-weight: 100;
    letter-spacing: -1px;
    color:#0b5ea9;
    font-weight: 300;
    margin:0;
    line-height: 1em;
}
.video-overlay-content p {
    font-size:20px;
    color:#8ec641;
    margin:20px 0;
}
.next-tip {
    display: inline-block;
    border-radius: 3px;
    background-color: #0b5ea9;
    line-height: 60px;
    padding: 0 40px;
    color: #fff; 
    text-transform: uppercase;
    font-weight: 600;
    margin-top:0px;
    transition: all 0.2s ease-in-out;
}
.tip-reference {
    color:#adadad; 
    font-size: 12px;
    display: block;
    margin-bottom   : 20px;
}
.next-tip::before {
    background-color:#8ec641;
    border-radius: 3px;
}

.next-tip:hover i {
    transform: scale(2,2);
    transform-origin: right 50%;
    -webkit-transform: scale(2,2);
    -webkit-transform-origin: right 50%;
    -ms-transform: scale(2,2);
    -ms-transform-origin: right 50%;
}

.tip-character-wrapper {
    display:block;
    width:300px; 
    height:300px; 
    box-sizing:border-box;
    float: left;
    margin-right:0px;
}
.tip-character-wrapper img {
    width: 100%;
}

#video {
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

#privacy-centre .column {
    display: block!important;
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
}

#privacy-centre .members a {
    display: initial!important;
    box-sizing: border-box;
    overflow: hidden;
    width: 10%;
    height: 90px;
    float: left;
    padding: 1.5%;
    text-align: center;
    line-height: 80px;
    float: none;
    text-align: center;
}

body#privacy-policy header,body#terms-of-use header
,body#cookies-policy header,body#privacy-centre header {
    display: block;
    position: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    width: 960px;
    height: 135px;
    overflow: visible;
    /* border-bottom: 1px solid #e2e2e2; */
    padding: 20px 0;
    z-index: 9999;
}

body#privacy-policy .members, body#terms-of-use .members 
,body#cookies-policy .members,body#privacy-centre .members{
     overflow: inherit!important;
    width: 960px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body#privacy-policy .members a, body#terms-of-use .members a
,body#cookies-policy .members a,body#privacy-centre .members a{
    display: inherit;
    box-sizing: inherit;
    overflow: inherit;
    width: 10%;
    height: inherit;
    float: inherit;
    padding: inherit;
    text-align: inherit;
    line-height: 40px;
}

body#privacy-policy .content-area,body#terms-of-use .content-area,
body#cookies-policy .content-area,body#privacy-centre .content-area {
    background: #ffffff;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.members {
    
    overflow: hidden;
}

.text-content {
    position: absolute;
    bottom:30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width: 960px;
    box-sizing:border-box;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color:#666;
}

.text-content p {

}

.text-content .button {
    margin-top:30px;
}

.text-content .button:first-child {
    margin-right:20px;
}

.button.hvr-sweep-to-right {
    background: #0B5EA9;
    border-radius: 3px;
    color:#fff;
    line-height: 60px;
    padding: 0px 40px;
    font-weight: 600;
}
.button.hvr-sweep-to-right:before {
    border-radius: 3px;
    background:#8EC641;
}

.associations {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
}

.associations a {
    display: block;
    box-sizing:border-box;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    color:#666;
    font-weight: 600;
}

.associations .col {
    width:50%;
    display: block;
    float: left;
    text-align: left;
    box-sizing:border-box;
    padding:0 10px;
}

.associations a .country {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #0B5EA9;
    color: #fff;
    text-align: center;
    font-weight: 300;
}

.members a {
    display: inline-block;
    box-sizing:border-box;
    overflow: hidden;
    width:10%;
    height:90px;
    float:left;
    padding: 1.5%;
    text-align: center;
    line-height: 80px;
}

.members a img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.mapping {
    background: url(/img/shadows.png) top left no-repeat; 
    background-size: 100% ;
    bottom: 0;
    height: 497px;
    left: 0;
    margin: 0 auto;
    max-height: 960px;
    max-width: 960px;
    position: absolute;
    right: 0;
    width: 100%;
    box-sizing:border-box;
}

.mapping a {
    display: inline-block;
    position: absolute;
    
}


.mapping a .tooltip {
    display: block;
    position: absolute;
    bottom: 0;
    top: 20px;
    left: 0;
    right: 0;
    max-height: 110px;
    max-width: 110px;
    border-radius: 0px;
    text-align: center;
    color:#333;
    background: #f5f5f5;
    border:5px solid #5DADE0;
    font-size: 12px;
    border-radius: 50%;
    opacity: 0;
    transition: transform 0.2s ease-out, opacity ease-out 0.5s;
    /*transform: scale(0,0);*/
    z-index: 9999;
    padding:0 20px;
    box-sizing:border-box;

}

.mapping a:hover .tooltip {
    opacity: 1;
    /*transform: scale(1,1);*/
}

.mapping a:hover .tooltip {
    opacity:1;
}

.mapping a .tooltip span {
    display:inline-block;
    position: absolute;
    top:50%;
    left:0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.mapping a .square {
    display:none;
}
.mapping a img {
    transition: transform ease-out 0.8s, filter ease-out 0.8s;
}
.mapping a:hover img {
    
}
.mapping a.p1 {
    left: 188px;
    top: 225px;
    z-index: 100;
}
.mapping a.p2 {
    left: 3px;
    top: 0;
    z-index: 90;
}
.mapping a.p3 {
    left: 783px;
    top: 10px;
    z-index: 80;
}
.mapping a.p4 {
    bottom: 21px;
    left: 500px;
    z-index: 70;
}
.mapping a.p5 {
    left: 359px;
    top: 20px;
    z-index: 60;
}
.mapping a.p6 {
    left: 80px;
    top: 30px;
    z-index: 50;
}
.mapping a.p7 {
    left: 464px;
    top: 12px;
    z-index: 40;
}
.mapping a.p8 {
    left: 734px;
    top: 47px;
    z-index: 30;
}
.mapping a.p9 {
    left: 618px;
    top: 27px;
    z-index: 20;
}
.mapping a.p10 {
    left: 155px;
    top: 23px;
    z-index: 10;
}
.mapping a.p1 .tooltip {
    top:100px;
    left:100px;
}
.mapping a.p2 .tooltip {
    top:120px;
    left:0;
}
.mapping a.p3 .tooltip {
    top:90px;
    left:70px;
}
.mapping a.p4 .tooltip {
    top:80px;
    left:100px;
}
.mapping a.p5 .tooltip {
    top:70px;
    left:5px;
}
.mapping a.p6 .tooltip {
    top:70px;
    left:45px;
}
.mapping a.p7 .tooltip {
    top:80px;
    left:30px;
}
.mapping a.p8 .tooltip {
    top:80px;
    left:10px;
}
.mapping a.p9 .tooltip {
    top:80px;
    left:10px;
}
.mapping a.p10 .tooltip {
    top:80px;
    left:100px;
}

.language-selector-wrapper {
    background: rgba(0,0,0,0.7);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 200;
}


.language-links-wrapper {
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    margin:auto;
    max-width: 500px; min-width: 500px;
    max-height: 330px; min-height: 330px;
    overflow: hidden;
    padding: 40px;
    position: absolute;
    right: 0;
    top:0; bottom:0;
    width: 100%;
}
.language-links-wrapper a {
    box-sizing: border-box;
    display: block;
    float: left;
    font-weight: 600;
    padding: 5px 0 5px 20px;
    text-transform: uppercase;
    width: 33%;
}
.language-links-wrapper a:hover {
    color: #8ec641;
}

footer {
    height:5%;
    background: #fff;
    position: relative;
    font-size: 12px; 
    color:#adadad;
    text-transform: uppercase;
}
footer .felink {
    float:right;
}
footer .grid-wrapper {
    position: relative; 
    height:100%;
}
footer .grid-wrapper .footer-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
footer .grid-wrapper .footer-content span {
    line-height: 34px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* IF THE SCREEN RESOLUTION SI LESS THAN 960PX WIDTH OR LESS THAN 800PX HEIGHT */

@media only screen and (max-width: 960px), screen and (max-height: 908px) {

    header {
        position: relative;
        width: 100%;
        overflow: visible;
        z-index: 9999;
    }

    header .logo {
        display: none;
    }
    header .logo-responsive {
        display:block; 
        width:15%;
        left:30px;
        position:relative;
        top:50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    header .logo-responsive img {
        width: 100%;
    }

    header .tagline {
        max-width: 60%;
        margin-left:5%;
    }

    header .language-dropdown-wrapper {
        right:30px;
        z-index: 9999;
    }

   
    .content-area,
    .members footer { 
        position:static; 
        display:block; 
    }
    
    .text-content {
        position:static;
        transform:none;
        -ms-transform:none;
        -webkit-transform:none;
        height:auto;
        padding: 30px;
        width:100%;

    }
    .members a {
        width:12.5%;
    }

    .content-area {
        height:auto;
    }
    

    .bottom-content-wrapper {
        position: static;
    }

    .footer .grid-wrapper .footer-content {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .bottom-area {
        height:auto;
    }

    .bottom-area .grid-wrapper {
        position: relative;
    }
    .bottom-content-wrapper {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        overflow: hidden;
        padding:30px;
        position: relative;
        box-sizing:border-box;

    }

    .bottom-content {
        width:60%;
        padding:0; 
        float:left;
        margin-bottom: 30px;
    }
    .nav-items{
        width:40%;
        float:right;
        text-align: right;
        position: relative;
    }


    .bottom-area-tip .nav-items {
        float:left;
        max-width: none;
        min-width: none;
        width:auto;
    }

    .bottom-area-tip .grid-wrapper {
        padding:30px;
        box-sizing:border-box;
    }

    .tip-nav-links {
        max-height: 42px;
        min-height: 42px;
        position: relative;
        float: right;
    }
    a.tip-nav .label {
        display: none;
    }
    a.tip-nav {
        width: 42px;
        height: 42px;
        line-height: 42px;
        display:block;
        width:inherit;
        height:inherit;
        float:left;
    }
    
    a.tip-nav .fa-stack {
        width:40px;
        height: 40px;
        line-height: 40px;
    }
    a.tip-nav-prev {
        margin-right: 10px;
    }
  

    .video-wrapper {
        max-width: 100%;
        height:540px;
        position:static;
    }

    .video-wrapper.video-ended {
        height: auto;
    }
    
    .video-overlay-content {
        width: 100%;
        display:none; 
        transform:none;
        -ms-transform:none;
        -webkit-transform:none;
        left:auto;
        top:auto;
    }

    .tip-character-wrapper {
        width:30%;
        padding-left: 5%;
    }

    .tip-content-wrapper {
        width: 60%;
        padding-right: 5%;
        top:auto;
        left: auto;
        transform:none;
        -ms-transform:none;
        -webkit-transform:none;
    }

    .mapping {
        position: relative;
        background: linear-gradient(#f9f9f9, #ededed);
        width:100%;
        overflow: hidden;
        height: auto;
        padding: 30px;
        margin:0;
    }
    .mapping a {
        position: relative;
        left: auto !important;
        right: auto !important; 
        top: auto !important;
        bottom: auto !important;
        float: left;
        width: 25%;
        margin:0;
        overflow: hidden;
    }

    .mapping a .tooltip {
        display:block; 
        position: absolute;
        left: 0 !important;
        right: 0 !important; 
        top: 0 !important;
        bottom: 0 !important;
        margin:auto;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .mapping a .square {
        display:block;
    }
    .mapping a .full {
        display:none;
    }
   
    .mapping a span img {
        position: static;
        width: 100%;
        
    }
    .mapping a.p1 {
        
    }
    .tips-overlay-content {
        width:100%;
        left: auto;
        top:auto;
        transform:none;
        -ms-transform:none;
        -webkit-transform:none;
    }
    .tips-overlay-content .heading {
        font-size:30px;
    }
    .associations {
        overflow: hidden;
        height: auto;
    }
    footer {
        height: auto;
    }
    footer .grid-wrapper {
        width:100%;
        padding:15px 30px;
        box-sizing:border-box;
    }
    footer .grid-wrapper .footer-content {
        top:0;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);

    }

    
    .video-overlay {
        height:auto;
        position: static;
    }
    
    .logo-responsive{
        position:relative; 
        float:left;
        width: 100px;
    }
    header{
        display:block; 
        position:relative !important; 
        min-height:150px; 
        width:100%; 

    }
   
    .tips-list a {
        min-height:220px !important;
        display:block !important;
        overflow:hidden; 
    }

    .tips-list a span {
        font-size: 14px;
    }

   


    @media only screen and (max-width: 768px) {

        .nav-items, .bottom-content {
            width: 100%;
            text-align: center;
            float: none;
            position: static;
        }

        header .tagline {
            font-size: 18px;
            max-width: 50%;
        }

        .associations .col {
            width: 100%;
        }

        .language-selector-wrapper {

        }

        .language-links-wrapper {
            max-width: 100%;
            min-width: 100%;
            min-height: none;
            max-height: none;
            position: static;
        }
        .language-links-wrapper a {
            width: 50%;
        }
    }

    @media only screen and (max-width: 640px) {

        header .tagline {
            font-size: 16px;
            max-width: 40%;
            margin-left:10%;
        }
        .language-dropdown-wrapper .language-dropdown  {
            width: 310px;
        }
        .language-dropdown-wrapper .language-dropdown  a {
            width: 50%;
        }

        .text-content, .bottom-content, .nav-items {
            text-align: left;
        }


    }

    @media only screen and (max-width: 530px) {
        .bottom-area-tip .nav-items {
            float: none;
            width: 100%;
            text-align: center;
        }

        .bottom-area-tip .tip-nav-links {
            display:none;
        }

        
    }
 


    @media only screen and (max-width: 425px) {

        header .tagline {
            font-size: 14px;
        }

        /*.bottom-area-tip */ .nav-items .share-buttons {
            width: 100%;
            display: block;
            padding:5px 0;
            
        }

        /*.bottom-area-tip */  .nav-items {
            height:auto;
            min-height: none;
            max-height: none;
            
        }
        
        /*.bottom-area-tip */ .nav-items a.share-button:first-child {
            margin:0;
        }

    }

}

@media only screen and (min-width: 960px) and (max-height: 800px) {
    header, .mapping, .bottom-area .grid-wrapper, footer .grid-wrapper, .tips-list, .members, .text-content {
        width:960px;
        margin:0 auto;
        display: block;
        overflow: hidden;
    }
    header {
        overflow: visible;
    }
}


@media print,
    (-o-min-device-pixel-ratio: 5/4),
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media only screen and (max-device-width : 321px)  {
	.tagline{font-size:14px !important; width:35%;}
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}