/*
Theme Name: Twenty Seventeen Child
Theme URI: http://example.com/twenty-fifteen-child/
Description: Twenty Seventeen Child Theme - Specially designed for Project - WE
Author: Amit Shah
Template: twentyseventeen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-seventeen-child
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:400');

*{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul,li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption,footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* --------------------------- */

html, body{
    width: 100%;
    height: auto;
    color: #000;
    font-family: 'Quicksand', sans-serif;
}

/* --------------------------- */

article, aside, details, figcaption, figure,footer,header, hgroup, menu, nav, section {
    display: block;
}

section{
    margin: 90px 0;
}

section:first-child{
    margin-top: 0;
}

section h5 {
    font-size: 24px;
    margin: 25px 0 5px;
}

section p {
    font-size: 17px;
    margin: 5px 0 20px;
}


/* ---------------------------- */


ul{
    list-style: none;
}

ol{
    list-style: decimal;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --------------------------- */

a,a:hover{
    color: inherit;
    text-decoration: none;
    font-family: inherit;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    color: inherit;
    font-family: inherit;
    font-weight: 500;

    widows: 3;

}

h1, .h1{
    font-size: 48px;
    /*margin-bottom: 35px;*/
}

h2, .h2{
    font-size: 36px;
    /*margin-bottom: 30px;*/
}

h3, .h3{
    font-size: 32px;
    /*margin-bottom: 25px;*/
}

h4, .h4{
    font-size: 28px;
    /*margin-bottom: 20px;*/
}

h5, .h5{
    font-size: 24px;
    margin: 10px 0;
}

h6, .h6{
    font-size: 18px;
    margin: 10px 0;
}


p{
    font-size: 17px;
    color: inherit;
    margin: 8px 0;
    widows: 3;
}


ul, li{
    /*list-style: none;*/
}

sup{
    font-size: 18px;
    position: absolute;
    top: 0;
}

img{
    vertical-align: bottom;
}

/* -------------------------------- */
/* Input - Custom start */

input, textarea{
    border: 0px solid;
    font-size: 14px;
    color: #666666;
    margin: 0;
    padding: 5px;
    outline: 0;
    vertical-align: top;
    transition: all 0.2s ease-out;
}

input[disabled]{
    pointer-events: none;
    background-color: #f9f9f9;
    color: #d5dbdb;
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

textarea{
    resize: none;
    margin-top: 10px;
}

input:focus, textarea:focus{
    /*border: 1px solid #252b3a;*/
    outline: 0;
}

textarea:disabled {
    pointer-events: none;
    background-color: #e2e2e2;
}

button, button:focus{
    outline: 0;
}


/* ------------------------------ */

.font1{font-family: 'Quicksand', sans-serif;}

.font2{
    font-family: 'Quicksand', sans-serif;
    font-weight:    normal;
}
/* -------------------------------- */

.container {
    position: relative;
    width: 100%;
    box-sizing:border-box;
}

.container::after {
    content: "";
}

.row{
    box-sizing: border-box;
}
.row::after {
    content: "";
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    padding: 0 10px;
}

.col-12{
    margin-right: 0;
    padding: 0px;
}

.row .col-1:last-child, .row .col-2:last-child, .row .col-3:last-child, .row .col-4:last-child, .row .col-5:last-child, .row .col-6:last-child, .row .col-7:last-child, .row .col-8:last-child, .row .col-9:last-child, .row .col-10:last-child, .row .col-11:last-child, .row .col-12:last-child{
    margin-right: 0px;
}

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666667%;
}

.col-12 {
    width: 100%;
}

/* -------------------------------- */

strong, .bold{
    font-weight: 700;
    color: inherit;
}

.italic{
    font-style: italic;
}

/* --------------------- */

.spacer-10{
    position: relative;
    display: block;
    height: 10px;
}

.spacer-20{
    position: relative;
    display: block;
    height: 20px;
}

.spacer-50{
    position: relative;
    display: block;
    height: 50px;
}
.spacer-100{
    position: relative;
    display: block;
    height: 100px;
}

.padding-0{
    padding: 0px !important;
    box-sizing: border-box;
}

.padding-10{
    padding: 10px;
    box-sizing: border-box;
}

.padding-50{
    padding: 50px;
    box-sizing: border-box;
}

.padding-100{
    padding: 100px;
    box-sizing: border-box;
}

.outer-gutter-space{
    padding-right: 60px;
    padding-left: 60px;
    box-sizing: border-box;
}

/* --------------------------------- */

.button{
    position: relative;
    display: inline-block;
    padding: 12px;
    /*margin: 12px;*/
    font-weight: 700;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    box-sizing:border-box;
    white-space: nowrap;

    text-transform: uppercase;
    font-weight: bold;

    transition: all 0.4s cubic-bezier(0.315, 0.605, 0.375, 0.925);    
}

.button.white{
    color: #fff;
}

.button:hover{
    color: #ED5256 !important;
}




/*.button.btn_img img{
transition: all 0.2s ease-out;
vertical-align: -2px;
}

.button.btn_img .btn_hover_img{
position: absolute;
opacity: 0;
top: 17px;
left: 12px;
}

.button.btn_img:hover img:first-child{
opacity: 0;
}
.button.btn_img:hover .btn_hover_img{
opacity: 1;
}*/

.button.after:after{
    content: '';
    position: absolute;
    left: calc(100% - 10px);
    height: 40px;
    width: 40px;
    background-image: url(./images/icons/plane-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 0px;
    bottom: 0;
    margin: auto;
    transition: all 0.4s cubic-bezier(0.46, 0.04, 0.35, 0.96);

} 

.button.with_char_o:hover{
    color: inherit !important;
}

.button .char_o{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1a84a6;
    display: inline-block;
    margin-right: 4px;
    transition: all 0.3s cubic-bezier(0.46, 0.04, 0.35, 0.96);
}

.button:hover .char_o{
    background-color: #ED5256;
}



.button.white.after:after{
    top: 1px;
    background-image: url(./images/icons/plane-white.svg);
} 

.button.after:hover:after{
    content: '';
    left: calc(100% + 5px);
}


.button.before:before{
    content: '';
    position: absolute;
    left: -30px;
    height: 40px;
    width: 40px;
    transform: rotate(180deg);
    background-image: url(./images/icons/plane-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 3px;
    transition: all 0.4s cubic-bezier(0.46, 0.04, 0.35, 0.96);

} 

.button.white.before:before{
    top: 1px;
    background-image: url(./images/icons/plane-white.svg);
} 

.button.before:hover:before{
    content: '';
    left: -45px;;
}

.button_round{
    border-radius: 20px;
    display: inline-block;
    background-color: #1a84a6;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: bold;

    cursor: pointer;
    /*webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);*/
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);   
    transition: all 0.25s ease-out;

}

.button_round:hover{
    background-color: #ED5256;
    color: #fff;
}

/* --------------------------------- */

.ta-left{text-align: left;}
.ta-center{text-align: center;}
.ta-right{text-align: right;}

.all-caps{text-transform: uppercase;}
/* --------------------------------- */

.cover-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cover-bg.left-top{
    background-position: left top;
}
.cover-bg.left-center{
    background-position: left center;
}
.cover-bg.right-center{
    background-position: right center;
}



.bg-white-grad-rl{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(right, rgba(255,255,255,1) 25%, rgba(255,255,255,0.1) 100%);
    background: -webkit-gradient(right top, left top, color-stop(25%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.1)));
    background: -webkit-linear-gradient(right, rgba(255,255,255,1) 25%, rgba(255,255,255,0.1) 100%);
    background: -o-linear-gradient(right, rgba(255,255,255,1) 25%, rgba(255,255,255,0.1) 100%);
    background: -ms-linear-gradient(right, rgba(255,255,255,1) 25%, rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to left, rgba(255,255,255,1) 25%, rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
/* --------------------------------- */

header{
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;

    /*padding: 15px 60px;*/
    margin: 15px 0;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
}

header > div{
    pointer-events: auto;
}

header a.logo.we {
    display: inline-block;
    height: 95px;
    vertical-align: middle;
    margin-right: 20px;
}

header a.logo.we img{
    height: 100%;
    width: auto;
}

header .header-bar-link-wrapper .soc-link,
.inner-page p .soc-link{
    display: inline-block;  
    vertical-align: middle;
}
.inner-page p .soc-link{
    display: block;
    margin: -10px 30px 20px;
}

header .header-bar-link-wrapper .soc-link a, 
.inner-page p .soc-link a{
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 3px;
    margin: 8px;
}
.inner-page p .soc-link a{
    display: inline-block !important;
    width: 18px;
    height: 18px;
    padding: 3px !important;
    margin: 10px 8px 20px 0px !important;

}

header .header-bar-link-wrapper .soc-link a img,
.inner-page p .soc-link a img{
    vertical-align: middle;
}
.inner-page p .soc-link a img{
    filter: brightness(0); 
}
.inner-page p .soc-link a:hover img{
    filter: brightness(100%); 
}

header .header-bar-link-wrapper .soc-link a .sl-white,
header .header-bar-link-wrapper .soc-link a .sl-pink,
.inner-page p .soc-link a .sl-pink
{
    display: none;
}



header .header-bar-link-wrapper.white .soc-link a .sl-blue{
    display: none;
}

header .header-bar-link-wrapper.white .soc-link a .sl-white{
    display: inline-block;
} 


header .header-bar-link-wrapper .soc-link a:hover .sl-white,
header .header-bar-link-wrapper .soc-link a:hover .sl-blue,
.inner-page p .soc-link a:hover .sl-white
{
    display: none;
}

header .header-bar-link-wrapper .soc-link a:hover .sl-pink,
.inner-page p .soc-link a:hover .sl-pink{
    display: inline-block;
}


.page-link{
    position: fixed;
    top: 0;
    right: -400px;
    width: auto;
    transition: all 0.4s ease-out;
    background-color: rgba(0,0,0,0.7);
    padding: 80px 60px 20px 60px;
}
.page-link a {
    display: block;
    padding: 5px 5px;
    margin: 15px 0px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.page-link a:hover{
    color: #ED5256;
}


/* ------------------------------- */

.menu {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-left: 15px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    transform: scale(0.8);
    z-index: 9999;
}



.menu span {
    display: block;
    background-color: #1797b2;
    border-radius: 0px;
    transition: all 0.2s cubic-bezier(0.44, 0.1, 0.41, 0.94);
}

.menu:hover #hamburger span, .menu #cross:hover span{
    background: #ED5256;
}

.menu #hamburger {
    position: absolute;
    height: 25px;
    width: 25px;
}

.menu #hamburger span {

    margin-top:0;
    width: 100%;
    height: 2px;
    position: relative;
    top: 16%;
    left: 0;
    margin: 8px auto;

}
.menu #hamburger span:nth-child(1) {
    transition-delay: .1s;
    margin-top: 0;
}

.menu #hamburger span:nth-child(2) {
    transition-delay: .15s;
    width: 70%;
    margin-right: 0;

}
.menu #hamburger span:nth-child(3) {
    transition-delay: .2s;
    margin-bottom:0;
}

.menu #cross {
    position: absolute;
    height: 25px;
    width: 25px;
    transform: rotate(45deg);
}

.menu #cross span{
    background-color: #1797b2;
}

.menu #cross span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    transition-delay: 0s;
}
.menu #cross span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transition-delay: .1s;
}

.menu.open #hamburger span {
    width: 0%;
}
.menu.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}
.menu.open #hamburger span:nth-child(2) {
    transition-delay: .1s;
}
.menu.open #hamburger span:nth-child(3) {
    transition-delay: .2;
}

.menu.open #cross span:nth-child(1) {
    height: 100%;
    transition-delay: .4s;
}
.menu.open #cross span:nth-child(2) {
    width: 100%;
    transition-delay: .3s;
}


.header-bar-link-wrapper.white .menu span {
    background-color: #fff;
}

/* ------------------------------ */

/*.story-container, .the-flock-container, .the-legend, .partners-logo-wrapper{
position: relative;
padding: 0 45px;
box-sizing: border-box;
}*/

.story{
    transition: all 0.4s cubic-bezier(0.315, 0.605, 0.375, 0.925);
}

.story .story-img{
    position: relative;
    /*transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0);
    animation: storyItem 0.4s cubic-bezier(0.315, 0.605, 0.375, 0.925) 1;*/

    transform: scale(1);
    animation-fill-mode: forwards;
    /*background-color: #000;*/
    transition: all 0.4s cubic-bezier(0.315, 0.605, 0.375, 0.925);
}

.story .story-img img{
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: opacity 0.4s cubic-bezier(0.315, 0.605, 0.375, 0.925);
}


.story .story-text{
    /*transform: perspective(1700px) rotateX(0) rotateY(0) translateZ(0);*/
    position: absolute;
    top: 81%;
    text-align: center;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.4s cubic-bezier(0.315, 0.605, 0.375, 0.925);
}

.story .story-text h3{
    font-size: 21px;
    font-weight: normal;
    padding: 0 30px;
    letter-spacing: -0.02em;
}


.story .story-text h2{
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 7px;
}

.story .button{
    /*color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.25em;
    font-size: 16px;
    font-weight: 700;*/
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.315, 0.605, 0.375, 0.925);
}

.story:hover .story-text{
    top: 75%;
}

.story:hover .story-img{
    /*animation: storyItemHover 0.7s cubic-bezier(0.315, 0.605, 0.375, 0.925) 1;*/
    /*animation-fill-mode: forwards;*/
    transform: scale(1.05);
}

.story:hover .button{
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
/* ------------------------------ */

@keyframes storyItem {
    0% {
        transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(65px);
    }

    100% {
        transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0);
    }

}

@keyframes storyItemHover {
    0% {
        transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0);
    }

    100% {
        transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(65px);
    }
}

/* ------------------------------ */

.story-img .gradient-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(to top, rgba(0,0,0,0.65) -20%, rgba(0,0,0,0) 50%);
    /*display: none;*/
}


.the-flock-container .story-wrapper .story-img p{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 20px;
    margin: 0 10px;
    color: #fff;
}

.gallery-wrapper{
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
    /*    padding: 10px 60px;*/
    /* box-sizing: border-box; */
    flex-wrap: wrap;
}

.gallery-img{
    position: relative;
    width: 20%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.gallery-img img{
    /*width: 100%;*/
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto;
    position: absolute;
}

/* ------------------------------ */

.route-map-container{
    position: relative;
}

#route_map, .route-map-overlay, #we_route_map{
    position: relative;
    height: 65vh;
    width: 100%;
    margin: 0 auto;
}

.route-map-overlay{
    position: absolute;
    background-color: transparent;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(65vh - 45px);
}


.partners-logo-wrapper img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 10px 60px;
}

/* ------------------------------ */

.foo-links-wrapper{
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 20px 60px;
    background-color: #2c2c2c;
    color: #fff;
    z-index: 2;
}
.foo-copy{
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #1a84a6;
    padding: 5px 60px;
}

footer .foo-links-wrapper a,
footer div.link{
    display: block;
    font-size: 14px;
    line-height: 28px;
}
footer div.link a{
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    font-size: 14px;
}


footer .foo-links-wrapper  a:hover{
    color: #ED5256;
}

footer .foo-copy-text{
    font-size: 11px;
    color: #ededed;
    margin: 0 20px;
}


footer .newsletter_subscription{
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-right: 30px;
}

footer .newsletter_subscription span{

    position: absolute;
    text-transform: uppercase;
    width: 100%;
    top: 0;
    left: 0;
    font-weight: bold;

    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    text-align: left;
    transform-origin: left center;
    font-size: 12px;

    letter-spacing: 0.18em;
    pointer-events: none;

}

footer .newsletter_subscription input[type="email"]{
    width: 250px;
    color: #fff;
    background-color: transparent;
}

/*footer .newsletter_subscription input[type="email"]:focus ~ span{
top: -10px;
transform: scale(0.6);
opacity: 0.5;
}*/


footer .newsletter_subscription input[type="submit"]{
    position: absolute;
    left: 100%;
    top: -10px;
    height: 40px;
    width: 40px;
    background-image: url(./images/icons/plane-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.46, 0.04, 0.35, 0.96);
}

footer .newsletter_subscription input[type="submit"]:hover{
    width: 80px;
}

/* ------------------------------ */

.bg-wave{
    position: absolute;
    width: 100%;
    top: 100%;
    overflow: hidden;
}

.wave-img-wrapper{
    width: 100%;
}

.wave-img-wrapper .st0{
    fill: none;
    stroke: rgba(24, 151, 180, 0.25);
    stroke-width: 0.2;
    stroke-miterlimit: 10;
    stroke-dasharray: 1000;
    stroke-dashoffset: -1000;
    transition: all 5s ease-out;
}

.wave-img-wrapper.anim .st0{
    stroke-dashoffset: 0;
}

/* ------------------------------ */

.inner-page{
    margin-bottom: 40px;
}

.inner-page h3{
    font-size: 24px;
    font-weight: 700;
}

.inner-page p{
    font-size: 16px;

    color: inherit;
    margin: 0px 0 20px;
    line-height: 31px;
    /*font-weight: 500;*/
}

.inner-page p:first-child{
    margin-top: 0px;
}

p.image_courtesy{
    font-size: 12px;
}

.inner-page p .button_round{
    padding: 5px 24px;
    margin-top: 8px;
}

.inner-page p a{
    color: #1a84a6;
}



.inner-page .button{
    /*margin-bottom: 20px;*/
}

.masthead img{
    width: 100%;
}

.inner-page ol{
    margin: 25px 0;
}

.inner-page ol li{
    list-style: decimal;
    font-size: 15px;
    color: inherit;
    margin: 16px 0;
    line-height: 30px;
    margin-left:18vh;
}

.inner-page .content-wrapper ul li{
    list-style: disc;
    margin:00px 0 15px 17px;

}

.bottom-buttons-wrapper{
    display: flex;
    justify-content: space-between;
    margin: 30px 0 10px;
    padding: 0 80px;
    box-sizing: border-box;
}


form input, form textarea, form select{
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #2c2c2c;
    border-radius: 25px;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    margin: 15px 0;
    background-color: transparent;
}

form input{

}

form textarea{
    height: 112px;
}
form select{
    padding-left: 88px;
    vertical-align: bottom;
    box-shadow: none;
    line-height: normal;

    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: transparent url(./images/icon-arrow-down.png) no-repeat 95% 50%;*/
}

form select:focus{
    outline: 0;
}

form button{
    background-color: transparent;
    border: 0;
}

form label{
    position: absolute;
    top: 31px;
    left: 38px;
    font-size: 14px;
    color: #888;
    pointer-events: none;
}


.img-content-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.img-content-wrapper .img-wrapper,
.img-content-wrapper .content-wrapper{
    width: calc(50% - 25px);
}

.img-content-wrapper:nth-child(2n){
    flex-direction: row-reverse;
}

.img-wrapper{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.img-wrapper img{
    position: relative;
    width: 100%;
    vertical-align: top;
}

.schedule-table{
    width: 75%;
    margin: 0px auto;
    display: flex;
    flex-flow: column;
    border: 1px solid #000;
    border-radius: 20px;
}

.data-row{
    width: 100%;
    display: table;
}

.data-row:first-child{
    border-bottom: 1px solid #000;
}


.data-row:first-child .data-col{
    font-weight: 700;
    font-size: 16px; 
    padding-bottom: 15px;
    text-transform: uppercase;

}

.data-col{
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    /*padding: 20px;*/
    padding: 15px 10px 0;
    box-sizing: border-box;
    border-right: 1px solid #000;
    font-size: 14px; 
}

.data-row:last-child .data-col{
    padding-bottom: 15px;
}

.data-col:nth-child(2){
    width: 40%;
}

.data-col:last-child{
    /*width: 50%;*/
    border-right: 0px solid #000;
}


/* ------------------------ */

.article_filter_container{
    text-align: center;
}

.article_filter{
    display: inline-block;
    margin: 0 10px; 
    padding-bottom: 5px;
    border-bottom:0px solid;
    cursor: pointer;
}

.article_filter.active{
    border-bottom: 1px solid;
    cursor: default;
} 

.news-container{
    margin-top: 10px;
}

.news-block, .grid-sizer{
    /*width: calc(33% - 4px);*/
    width: 29%;
    margin: 0px 10px;
    margin-top: 24px;
    padding: 0;
}

.news-img{
    max-height: 210px;
    overflow: hidden;
}
.news-content{
    width: 100%;
    padding: 24px;
    padding-top: 14px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    min-height: 225px;
}

.news-content p{
    font-size: 15px;
    margin-bottom: 20px;
    line-height: normal;
}

.news-source-date{
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.news-publisher img{
    height: 30px;
}


.news-date{
    font-size: 14px;
}

/* ------------------------ */

.vid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.vid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------ */

.load_more, .more_news{
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

/* ------------------------ */

@media all and (max-width: 1430px) {
    .story .story-text h3{
        font-size: 19px;
        /*letter-spacing: -0.03em;*/
    }
    .story .story-text h2{

    }

}

@media all and (max-width: 1280px) {
    header .header-bar-link-wrapper .soc-link{
        display: none;
    }

    .story .story-text{
        top: 80%;
    }

    .story:hover .story-text{
        top: 75%;
    }
    .story .story-text h2{
        font-size: 22px;
    }

    .story .story-text h3{
        font-size: 17px;
    }
}

@media all and (max-width: 1190px) {

    .story .story-text{
        top: 74%;
    }

    .story:hover .story-text{
        top: 68%;
    }

    .story .story-text h3{
        font-size: 16px;
    }

}

@media all and (max-width: 1024px) {

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11{
        padding: 0 10px;
    }

    .outer-gutter-space{
        padding-right: 10px;
        padding-left: 10px;
    }

    .inner-page ol li{
        margin-left: 2vh;
    }

    h1, .h1{
        font-size: 42px;
    }

    h2, .h2{
        font-size: 32px;
    }

    h3, .h3{
        font-size: 28px;
    }

    h4, .h4{
        font-size: 24px;
    }

    h5, .h5{
        font-size: 20px;
        margin: 15px 0;
    }

    h6, .h6{
        font-size: 16px;
        margin: 10px 0;
    }


    p{
        font-size: 14px;
        color: inherit;
        margin: 10px 0;
    }

    header{
        /*padding: 15px 30px;*/
        margin: 10px 0;
    }
    #route_map{
        width: calc(100% - 60px);
    }

    .story .story-text{
        top: 74%;
    }

    .story:hover .story-text{
        top: 68%;
    }

    .story .story-text h3{
        font-size: 16px;
    }

    .news-block{
        width: calc(50% - 20px);
        margin: 10px;
    }
}


@media all and (max-width: 960px) {
    .story .story-text h3 {
        font-size: 14px;
    }
    .story .story-text h2{
        font-size: 18px;
        margin-top: 10px;
    }

}




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

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,  .col-7, .col-8{
        width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11{
        padding: 0 5px;
    }


    h1, .h1{
        font-size: 32px;
    }

    h2, .h2{
        font-size: 26px;
    }

    h3, .h3{
        font-size: 20px;
        font-weight: 500;
    }

    h4, .h4{
        font-size: 22px;
    }

    h5, .h5{
        font-size: 18px;
        margin: 20px 0;
    }

    h6, .h6{
        font-size: 16px;
        margin: 10px 0;
    }


    p{
        font-size: 12px;
        color: inherit;
        margin: 10px 0;
    }

    header{
        padding: 5px 10px;
    }

    #head-counter{
        display: none;
    }

    header a.logo.we{
        height: 60px;
    }

    header .button_round.get_involved{
        display: none;
    }

    .outer-gutter-space{
        padding-right: 10px;
        padding-left: 10px;
    }

    .button{
        font-size: 14px;
    }

    .button .char_o {
        width: 10px;
        height: 10px;
    }

    section {
        margin: 50px 0; 
    }

    section h3{
        font-size: 24px;
    }
    section h5{
        font-size: 20px;
    }
    section p{
        font-size: 14px;
    }

    .story-container, .the-flock-container, .the-legend, .partners-logo-wrapper{
        padding: 0 10px;
    }

    #route_map{
        width: calc(100% - 20px);
    }

    .story-img .gradient-overlay {
        background: linear-gradient(to top, rgba(0,0,0,0.85) -10%, rgba(0,0,0,0) 60%);
    }
    .story .story-img {
        height: 50vh;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .story .story-img img{
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
    }

    .story .story-text, .story:hover .story-text{
        top: 61%;
    }

    .story .story-text h2, .story:hover .story-text h2{
        font-size: 20px;
        margin: 4px 0 -3px;
    }
    .story .button{
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }
    .partners-logo-wrapper img{
        display: block;
        margin: 20px auto;
    }

    .gallery-wrapper{
        padding: 5px 0px;
    }
    .gallery-img{
        width: 50%;
        /*width: calc(50% - 14px);*/
    }

    .foo-links-wrapper > div{
        width: 51%;
        text-align: center;
    }

    .foo-links-wrapper{
        padding: 10px;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .foo-links-wrapper > div:first-child{
        margin-bottom: 10px;
        /*text-align: center !important;*/
    }

    .inner-page p{
        padding: 0;
        font-size: 15px;
        margin: 15px 0;
        line-height: 25px;
    }

    .inner-page ol li{
        margin-left: 16px;
        line-height: 20px;
    }


    .bottom-buttons-wrapper{
        padding: 0 30px;
    }
    .inner-page .button{
        font-size: 14px;
    }

    .news-block{
        margin: 10px 0;
    }
}

@media all and (max-width: 640px) {
    .img-content-wrapper{
        flex-flow: wrap;
        justify-content: center;
    }
    .img-content-wrapper .img-wrapper, .img-content-wrapper .content-wrapper{
        width: 100%;
    }
    .img-wrapper{
        margin-bottom: 10px;
    }
    .bottom-buttons-wrapper {
        padding: 0 10px;
        justify-content: center;
        flex-flow: wrap;
    }
    form select{
        padding-left: 94px;
    }

    .schedule-table{
        width: 100%;
        /*flex-flow: row;*/
    }
    .data-col, .data-row:first-child .data-col{
        font-size: 10px;
    }
    .data-col, .data-col:nth-child(2){
        padding: 4px 2px !important;

    }


    .foo-links-wrapper{
        padding: 10px;
        flex-flow: wrap;
        justify-content: center;
    }

    .foo-links-wrapper > div{
        width: 80%;
        text-align: center;
    }

    .inner-page .button {
        font-size: 12px;
        letter-spacing: 0.15em;
    }
}

@media all and (max-width: 480px) {

    footer .newsletter_subscription span{
        font-size: 10px;
    }
    .page-link a{
        margin: 10px 0px;
    }
    .page-link{
        padding: 20px 65px 20px 65px;
        overflow: scroll;
        height: 100%;
        box-sizing: border-box;
    }



    .data-col, .data-row:first-child .data-col {
        font-size: 9px;
    }
}

@media all and (max-width: 640px) and (orientation: landscape) {
    .page-link{
        padding: 15px 60px 15px 60px;
        overflow: scroll;
        height: 100%;
        box-sizing: border-box;
    }

}