/* Good Pitch v4 - 
Doc Society - james@docsociety.org
------------------------------------
*/

@import url('fonts.css') all;
@import url('helpers.css') all;
@import url('font-awesome.min.css') all;

/* RESET
------------------------------------
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

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

html {
    overflow-y: scroll;
    background: #FFF;
}


/* /ht Ethan Marcotte - http://front.ie/l8rJaA */

img,
embed,
object,
video {
    max-width: 100%;
}

.ie6 img.full,
.ie6 object.full,
.ie6 embed,
.ie6 video {
    width: 100%;
}


/* Bootstrap Grid */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-lg {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container-lg {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-lg {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-lg {
        width: auto;
        min-width: 1170px;
        max-width: 1400px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

/* Fix for bug on Safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .row:before,
    .row:after {
        display: none !important; 
    }
}}


.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/* Typography
------------------------------------
*/

body {
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
    font-family: "Gotham", 'Helvetica Neue', Arial, sans-serif;
}

.body-copy p,
.body-copy li {
    /*max-width: 37.500em;*/
}

.body-copy li {
    list-style: disc;
}

.form fieldset>legend,
.award,
.event-list h4,
.featured-event h4,
.for-filmmakers .big-number,
.events a,
.past-events a,
.stats .number,
.concept .upcoming,
.event-page .mainstage strong,
.invite strong,
h1,
h2,
h3 {
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0.25em;
    line-height: 1.1em;
    text-rendering: optimizeLegibility;
    font-family: 'Grotesque', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0.25em;
    line-height: 1.2em;
    text-rendering: optimizeLegibility;
    font-family: 'Gotham', "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.03em;
}

h1 {
    font-size: 6vw;
    line-height: 1;
}

h2 {
    font-size: 5vw;
}

h3 {
    font-size: 4vw;
}

h4 {
    font-size: 3vw;
}

h5 {
    font-size: 2vw;
}

h6 {
    font-size: 1vw;
}

p,
ul,
ol,
dl,
blockquote {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

nav ul,
nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

i,
em {
    font-style: italic;
}

small {
    font-size: 80%;
}

sup {
    font-size: 0.5em !important;
    vertical-align: super !important;
    top: inherit !important;
}

textarea {
    width: 100%;
    margin-bottom: 30px;
}


/* Links
------------------------------------
*/

a,
a:visited {
    outline: none;
    color: #00a0e0;
    text-decoration: none;
}

a:hover {
    color: #000;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:active,
a:focus {
    color: #000;
    outline: none;
}

a:hover {
    color: #476b79;
    -webkit-transition: 0.3s;
    /* Safari and Chrome */
    -moz-transition: 0.3s;
    /* Firefox 4 */
    transition: 0.3s;
}

.btn,
.button {
    display: inline-block;
    padding: 13px 30px;
    background-color: #00a0e0;
    color: #fff !important;
    font-family: grotesque;
    text-transform: uppercase;
    font-size: 1.8em;
    margin-bottom: 3px;
    transition: 0.3s;
    border: none;
}

.btn:hover,
.button:hover {
    background-color: #fff;
    color: #00a0e0 !important;
}

.btn.inverted,
.button.inverted {
    background-color: #fff;
    color: #00a0e0 !important;
}

.btn.inverted:hover,
.button.inverted:hover {
    background-color: #00a0e0;
    color: #fff !important;
}

.btn.btn-sm {
    font-size: 1em;
    padding: 7px 13px;
}

.btn.btn-block {
    display: block;
    text-align: center;
}

/* Forms
------------------------------------
*/

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* Menu
------------------------------------
*/

@media screen and (max-width: 767px) {
    header {
        height: 80px;
        margin: 0 auto 0 auto;
        background-color: #a1daf8;
    }
    nav {
        height: 68px;
        background: #333;
        text-transform: uppercase;
        font-family: 'Grotesque';
        z-index: 1001;
    }
    nav input#dropdown,
    nav label {
        position: absolute;
        top: 25px;
        right: 14px;
        width: 83px;
        height: 35px;
        font-size: 25px;
    }
    nav input#dropdown {
        opacity: 0;
    }
    nav label {
        color: #fff;
    }
    nav label:hover {
        cursor: pointer;
    }
    nav input#dropdown:checked~label {
        color: #eee;
    }
    nav input#dropdown:checked~ul {
        display: block;
    }
    nav input,
    nav label,
    nav p {
        display: block;
    }
    nav {
        height: 80px;
    }
    nav>ul {
        display: none;
        top: 80px;
        position: absolute;
        z-index: 1;
        background-color: #333;
        padding: 20px;
    }
    nav ul>li {
        display: inline-block;
        width: 100%;
        height: auto;
        float: none;
        padding: 10px 5px;
    }
    nav ul li>a, nav ul li>a:visited {
        width: 100%;
        font-size: 30px;
        line-height: 1;
        text-align: left;
        padding-left: 5px;
        text-decoration: underline;
    }
    nav ul:hover li.active>a {
        color: #fff;
    }
    nav ul ul {
        position: relative;
        width: 100%;
        height: auto;
        visibility: visible;
        opacity: 1;
        padding-top: 10px;
    }
    nav ul li.active ul {
        visibility: visible;
        opacity: 1;
        margin: 0;
    }
    nav ul ul li {
        border-bottom: 3px solid #a6def6;
        display: inline-block;
        width: 23%;
        text-align: center;
        background-color: #00a0e0;
        vertical-align: middle;
        margin: 0 1% 1% 0;
    }
    nav ul ul li:first-child a {
        padding-left: 0;
    }
    nav ul ul li a, nav ul ul li a:visited {
        text-transform: uppercase;
        width: auto;
        padding: 0;
        -webkit-transition: background 190ms linear, color 190ms linear;
        -moz-transition: background 190ms linear, color 190ms linear;
        -ms-transition: background 190ms linear, color 190ms linear;
        -o-transition: background 190ms linear, color 190ms linear;
        transition: background 190ms linear, color 190ms linear;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
    }
    nav ul ul li:hover a {
        color: #fff;
    }
    nav ul li.social-icon.s-login ul li.nav-logout {
        width: 50%;
        background-color: transparent;
    }
    nav ul li.social-icon.s-login ul li.nav-logout a {
        color: #00a0e0;
    }
    nav ul li.social-icon.s-twitter,
    nav ul li.social-icon.s-facebook,
    nav ul li.social-icon.s-email {
        display: none;
    }
    nav span.logo {
        position: absolute;
        top: -4px;
        left: 14px;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 19px;
        color: #FFF;
    }
    nav span.logo a {
        position: relative;
        height: 60px;
        width: 180px;
        z-index: 1;
        display: block;
    }
    nav span.logo img {
        max-width: 180px;
    }
}

@media screen and (max-width: 480px) {
    nav_container {
        width: 94%;
    }
    nav ul ul li {
        width: 33%;
    }
}

@media screen and (max-width: 320px) {
    nav ul ul li {
        width: 33.33%;
    }
}


/* Footer
------------------------------------
*/

footer {
    background-color: #666;
    color: #fff;
    padding-bottom: 0;
    border-bottom: 8px #00a0e0 solid;
    line-height: 16px;
}

footer h2,
footer h3 {
    display: block;
    border-bottom: 3px solid #ccc;
    padding-bottom: 0.1em;
}

footer hr {
    border-color: #ccc;
}

footer a,
footer a:visited {
    color: #a6def6;
}

footer a:hover {
    background-color: #a6def6;
    color: #666;
}

footer .image-holder {
    text-align: center;
}

footer img {
    float: none;
    margin: inherit;
    max-height: 60px;
}

footer .footer-stamp {
    position: absolute;
    right: 3em;
    margin-top: -5em;
}

footer img:hover {
    opacity: 0.8;
}

footer img.logo-main {
    float: none;
    margin: inherit;
    max-height: 100px;
}

footer .container ul {
    list-style: none;
}

footer .three-col li {
    margin-bottom: 1em;
}

footer ul.footer-social li,
footer ul.coming-soon li {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}

footer ul.footer-social,
footer ul.coming-soon {
    display: inline-block;
    margin: 0px;
}

footer .footer_logos {
    background-color: #1d1d1b;
    text-align: center;
    padding-bottom: 0;
}

footer section.footer_logos p {
    margin-bottom: 0;
    color: #999;
}

footer section.footer_logos a:hover {
    background: none;
    transform: scale(1.05);
}

footer section.footer_logos p.copyright-bar {
    font-size: 0.8em;
    display: block;
    color: #fff;
    background-color: #000;
    padding: 17px 0;
}

footer .container ul.three-col li {
    margin-top: 0;
    padding-top: 0;
    padding-right: 10px;
}

footer .container ul li a {
    display: block;
    margin: 2px 0 0;
    padding: 2px 10px;
    font-size: 1em;
}

footer .container ul li h3 {
    display: block;
    padding: 4px 10px 0;
    font-size: 2em;
    margin: 0;
}


/* Team Modal
------------------------------------
*/

.modal-backdrop.fade.in {
    display: none;
}

.modal-full .modal-dialog {
    width: 66vw;
    min-height: 100vh;
    background: #333;
    margin: 0;
    left: 0;
}

.modal-full .modal-content {
    border-radius: 0;
    background: transparent;
    border: none;
    color: #fff;
}

.modal-full .close {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    height: 54px;
    width: 54px;
    overflow: hidden;
}

.modal-full .close span {
    line-height: 0.7;
    display: block;
    height: 54px;
    color: #fff;
}

.modal-full .close:hover {
    transform: rotate(90deg);
}


/* Lightbox
------------------------------------
*/

.modal-backdrop.in {
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    background-color: #333333;
}

.ekko-lightbox .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.ekko-lightbox .modal-header {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.ekko-lightbox .modal-header .close {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    text-shadow: 0;
    font-weight: 100;
    margin-top: 5px;
}

.ekko-lightbox .modal-header .close:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.ekko-lightbox .modal-header h4.modal-title {
    font-weight: 100;
    color: #fff;
    padding: 0;
}

.ekko-lightbox .modal-body {
    padding: 0;
}

.ekko-lightbox .modal-footer {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 0;
    color: #fff;
    font-weight: 100;
    padding: 0;
}

.ekko-lightbox-nav-overlay a {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    text-shadow: none;
}


/* Alerts
------------------------------------
*/

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}


/* Layout
------------------------------------
*/

section {
    padding: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

section .container {
    padding: 3em 0em;
    margin: 0 auto;
    width: 96%;
}

section .short {
    padding: 0em;
    margin: 0 auto;
    width: 98%;
}

section .narrow {
    max-width: 47.5em;
    margin: 0 auto;
}

section .two-thirds {
    max-width: 50em;
    margin: 0 auto;
}

section ul.row {
    list-style: none;
}

a.anchor {
    display: block;
    position: relative;
    top: -102px;
    visibility: hidden;
}

.text-box div,
.text-box li {
    padding: 2em 0;
}

.text-box a {
    color: #000;
}

.film-box {
    background-size: cover;
    background-repeat: no-repeat;
}

.film-box a {
    /* color: #fff; */
}

.intro {
    min-height: 50vh;
    padding: 1em 0;
    position: relative;
    overflow: hidden;
    background-color: #00a0e0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
}

.intro h1 {
    margin: 0.1em;
}

.shade-right,
.shade-down {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 1s;
    /* Safari and Chrome */
    -moz-transition: 1s;
    /* Firefox 4 */
    transition: 1s;
}

.shade-down {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.film-box .shade-down:hover {
    text-decoration: underline;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.image-panel {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

.image-panel-bg-parent {
    position: relative;
}

.image-panel-bg {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.case-studies .image-panel {
    min-height: 40vh;
    padding-top: 15vh;
}

.quote em {
    font-weight: normal;
    line-height: 1.5em;
}

.bd-stamp {
    position: absolute;
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
}

.one-col li {
    margin: 0;
    list-style: none;
}

.two-col li {
    margin: 5%;
    list-style: none;
}

.three-col li {
    margin: 5%;
    list-style: none;
}

.four-col li {
    margin: 5%;
    list-style: none;
}

.five-col li {
    margin: 5%;
    list-style: none;
}


/* ---------------------------------------------------
Supporter Logos
*/

.logos {
    width: 100%;
}

.logos-group .container>ul>li {
    display: table;
}

.logos h3 {
    color: #999;
    font-size: 1.2em;
    margin-bottom: 1em;
    padding-top: 1em;
}

.logos li {
    display: inline-block;
    margin: 0 20px 10px 0;
    line-height: 160px;
    /* text-align: center; */
}

.logos img {
    max-width: 100%;
    max-height: 100%;
    /* vertical-align: middle; */
}

.logos .major-supporters li {
    height: 7em;
}

.logos .supporters li {
    height: 4em;
}

.logos .friends li {
    height: 3em;
}

.logos li, .logos-group li {
    list-style: none;
  }

    .logos.logos-group .container > ul > li, .logos .container > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
    }

    .logos.logos-group h3{
        color: #a6def6;
        font-size: 1.6em;
        margin-bottom: 0;
        padding-top: 1em;
    }

  .logos.logos-group h2 {
    text-align: center;
  }

    .logos.logos-group ul li ul li {
        display: inline-block;
        width: 140px;
        height: 140px;
        margin: 0 20px 5px 0;
        line-height: 160px;
    }

    .logos.logos-group img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
        filter: grayscale(100%);
    }

/* GP 10 Stamp */

div.gp10-stamp {
    width: 200px;
    height: 200px;
    background: url('/static/images/logos/gp10-stamp.png') no-repeat center center;
    background-size: cover;
}


/* Layout
--------------------------------------*/

.mainstage {
    min-height: 50vh;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 2em 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.mainstage h1 {
    margin: 0.1em;
}

.mainstage h2 {
    font-size: 4.6em;
    margin: 0;
}

.mainstage p {
    max-width: 24em;
    margin: 0 auto;
    margin-bottom: 1em;
    font-size: 1em;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
}


/* Quote Bubble */

.quote-bubble.bd-blue {
    background-color: transparent;
}

.quote-bubble p, .quote-bubble > div {
    padding: 20px 30px 20px 50px;
}

.quote-bubble p:first-child, .quote-bubble > div:first-child {
    background-color: #999;
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.quote-bubble.bd-blue p:first-child, .quote-bubble.bd-blue > div:first-child {
    background-color: #00a0e6;
}

.quote-bubble > div:first-child:before {
    content: '\201C';
    font-family: Georgia, serif;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 20px;
    top: 30px;
}

.quote-bubble p:first-child:after, .quote-bubble > div:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top-width: 20px;
    border-top-style: solid;
    border-right: 20px solid transparent !important;
    position: absolute;
    bottom: -20px;
    left: 20px;
    border-color: #999;
}

.quote-bubble.bd-blue p:first-child:after, .quote-bubble.bd-blue > div:first-child:after {
    border-color: #00a0e6;
}

.quote-bubble p:first-child, .quote-bubble > div:first-child {
    font-weight: bold;
    color: #fff;
}

.impact-guide .quote-bubble p:first-child {
    background-color: #a69ac2;
}

.impact-guide .quote-bubble p:first-child:after {
    border-color: #a69ac2;
}


/* Home Page
--------------------------------------*/

.home-hero .home-left {
    text-align: center;
    padding-top: 10vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-hero .home-left h2 {
    color: #fff;
    text-decoration: underline;
    padding-top: 50px;
}

.home-hero .home-left p {
    font-size: 19px;
    color: #333;
    margin: 0 20%;
    padding-bottom: 5vh;
}

.home-hero .home-left img {
    max-width: 400px;
}

.home-hero .home-right {
    position: relative;
    /* For the stamp positioning */
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #e5e5e5;
    padding-bottom: 50px;
}

.home-hero div.gp10-stamp {
    position: absolute;
    bottom: 20px;
    right: -20px;
    z-index: 1;
    opacity: 0.5;
}

.home-puzzle {
    background-size: 100%;
    background-repeat: no-repeat;
}

#home span.logo {
    display: none;
}

ul.staff li:nth-child(4n+1) {
    clear: both;
}

.team div {
    min-height: 45vh;
}

.team div p {
    border-top: 7px #000 solid;
    padding-top: 10px;
    margin-top: 0;
}

.team div:nth-child(1) h5 {
    border: 7px #00a0e6 solid;
    color: #00a0e6;
    padding: 10px 10px 60px 10px;
    font-size: 24px;
}

.team-consult div:nth-child(1) h5 {
    border: none;
    background-color: #00a0e6;
    color: #fff;
    padding: 10px 10px 90px 10px;
    font-size: 24px;
}

.team div:nth-child(5n+1) {
    /*clear: left;*/
}


/* ul.team li:nth-child(4n+1) {
	clear: both;
} */

.team img.team-image {
    cursor: pointer;
    margin-bottom: 0;
}


/* Events */

.contact-help {
    background-color: #ccc;
    padding: 20px;
    width: 300px;
}

.events-index-page .mainstage {
    background-position: center center;
}

.event-years ul {
    width: 100%;
    text-align: left;
}

.event-years ul li {
    width: 14%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    height: 2em;
    text-align: center;
}

.event-years ul li.highlight:after {
    display: block;
    content: '^';
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 22px;
}

.event-years ul li a {
    font-family: 'grotesque' !important;
    font-size: 2em;
    text-decoration: underline;
}

ul.events {
    list-style: none;
    text-align: left;
}

ul.past-events {
    list-style: none;
    text-align: left;
    width: 90%;
    margin: 2em auto 0 auto;
}

ul.events li,
ul.past-events li {
    width: 32%;
    display: inline-block;
    background-color: #fff;
    vertical-align: top;
    padding: 0 10px 0px 50px;
    margin: 0 1% 1em 0;
    min-height: 260px;
    height: 32vh;
}

ul.past-events li {
    padding: 0 50px 50px 50px;
    min-height: 35vh;
}

ul.events li a,
ul.past-events li a {
    font-size: 2.5em;
    text-decoration: underline;
    display: inline-block;
    line-height: 1;
    padding: 20px 0 0 0;
    border-top: solid #000 6px;
}

ul.past-events li a {
    padding: 50px 0 0 0;
    width: 40%;
    font-size: 3em;
    margin-right: 50px;
}

ul.events li a strong,
ul.past-events li a strong {
    font-weight: normal;
}

ul.events li p,
ul.past-events li p {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}

ul.past-events li p {
    width: 30%;
    padding-top: 2em;
}


/*Event detail page*/

.invite-banner {
    position: absolute;
    top: 140px;
    right: -50%;
    left: -50%;
    background-color: #ff5e2a;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: 'grotesque';
    padding: 20px;
    transform: rotate(-6deg);
    z-index: 0;
}

.invite {
    padding: 1.5em 0;
    background-color: #eee;
    text-align: center;
}

.invite strong {
    margin: 0 0.5em 0 0;
    padding: 0;
    line-height: 1em;
    font-size: 1.5em;
    vertical-align: middle;
}

section.inverted {
    background-color: #2C2C2C;
    color: #fff;
}

.event-page .films .container {
    border-top: 1px dotted #ccc;
    padding-top: 2em;
}

.event-page.archived .mainstage {
    background-color: #8acecb;
}

.event-logo {
    max-width: 100%;
    width: 90vw;
    padding-top: 0vh;
}

.films .mobile-slats {
    border-top: none;
    margin-bottom: 0;
}

.films p {
    font-size: 0.875em;
}

.films strong {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}

.short-synopsis {
    margin-top: 200px;
}

.short-synopsis h1 {
    font-size: 5em;
    color: #fff;
}

.overlay {
    background-color: #000;
    opacity: 0.45;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

.image-big {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
    background-color: #000;
    position: relative;
}

ul.production-team h3 {
    font-size: 1.75em;
}

.inverted .mobile-slats li {
    border-color: #444;
}

.image-list li {
    width: 9.55%;
    margin: 0 0.5% 0.5% 0;
    display: inline-block;
    width: 170px;
    height: 160px;
    margin: 0 20px 5px 0;
    line-height: 160px;
    text-align: center;
}

.image-list :nth-child(6n+6) {
    margin: 0 0.5% 0.5% 0;
}

.image-list :nth-child(10n+10) {
    margin: 0;
}

ul.schedule li {
    font-size: 1.1em;
    padding: 8px;
    color: #666;
}

ul.schedule li.odd {
    background-color: #f9f9f9;
}

.schedule-name {
    font-size: 1.1em;
    color: #999;
    border-bottom: 3px solid #999;
}

.day-name {
    font-size: 2.3em;
    color: #999;
}

.trailer {
    text-align: center;
    padding-bottom: 2em;
}

.trailer-embed {
    width: auto;
    line-height: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
    max-width: 720px;
    margin: 0 auto;
}

/*Full width Video*/

.full-width-video {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.full-width-video h2 {
    padding-top: 1em;
}

.full-width-video .fitvid {
    max-width: 1200px;
    margin: 0 auto;
}

.event-page.archived h1 {
    font-size: 3em;
}

.blurb {
    text-align: center;
}

.blurb h2 {
    font-size: 1.5em;
}

.blurb p {
    margin: 0;
}

.blurb em {
    color: #00aef1;
    font-style: normal;
}


/* Activate Page */

.activate-page .mainstage {
    background-color: #8acecb;
}


/*Edit event*/

.stats li {
    padding: 1em 0;
}

.stats .over-capacity {
    color: #de6466;
}


/* Hosts */

ul.hosts-list {
    list-style: none;
    text-align: left;
}

ul.hosts-list li {
    width: 32%;
    margin: 1% 0 0 1%;
    display: inline-block;
    background-color: #fff;
    /* text-align: right; */
    vertical-align: top;
    padding: 20px;
}

ul.hosts-list li img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

ul.hosts-list li div.img-block {
    background-color: #ddd;
    width: 100%;
}

ul.hosts-list li h3 {
    /* padding: 10px 20px 0 0; */
}


/*
ul.hosts-list li a {
	padding: 0 20px 10px 0;
	text-transform: uppercase;
	font-family: grotesque;
	font-size: 1.5em;
	display: block;
}
*/


/* Film List */

.films-list-all {
    overflow: hidden;
    position: relative;
}

.films-list-all .mainstage {
    background-position: center center;
    background-size: cover;
    background-color: #000;
    padding: 1em;
    padding-top: 4em;
}

.films-list-all .mainstage h1 {
    color: #0087bc;
    max-width: 50%;
}

.films-list-all .mainstage p {
    color: #fff;
    max-width: 80%;
}

.films-list-all .search input {
    padding: 0.4em;
    border: none;
    border-radius: 5px;
    font-size: 1.4em;
    margin: 0 0 20px 0;
}

.films-list-all ul#filmlist {
    text-align: left;
    width: 100%;
}

.films-list-all ul li {
    display: inline-block;
    width: 50%;
    height: 40vh;
    max-width: 100%;
    vertical-align: top;
    background-position: center center;
    background-size: cover;
    background-color: #000;
    transition-duration: 700ms;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.films-list-all ul li>a {
    display: block;
    margin: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    transition-duration: 400ms;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-family: grotesque;
}

.films-list-all ul li>a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.films-list-all ul li a span.filmTitle {
    display: block;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 0.9;
}

.films-list-all ul li a:hover span.filmTitle {
    color: #0087bc;
}

.films-list-all ul li a span.filmInfo {
    opacity: 0;
    transition-duration: 400ms;
    color: #fff !important;
    font-size: 1.3em;
    line-height: normal;
    text-transform: uppercase;
}

.films-list-all ul li a:hover span.filmInfo {
    opacity: 1;
}

.films-list-all ul li a span.filmInfo strong, .films-list-all ul li a {
    color: #0087bc;
}

.films-list-all ul li a.edit-project {
    font-size: 200%;
    top: auto;
    left: auto;
    background: none;
}


/* FROM BRITDOC SITE ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------	
	

/* #home
------------------------------------
*/

#home .intro {
    padding: 7vh 0;
}

#home .three-col li {
    margin: 0 3% 0 0;
}

@media screen and (max-width: 768px) {
    #home .three-col li {
        margin: 3% 3% 0 0;
    }
    .bubble,
    .bubble2 {
        padding: 7% 10%;
    }
}

#home .major-supporters img {
    max-width: 50%;
    opacity: 0.6;
}

#home .major-supporters img.bertha {
    max-width: 40%;
    padding-bottom: 30px;
}

#home .major-supporters img.ford {
    max-width: 60%;
    padding-bottom: 30px;
}

#home .major-supporters img.bbc {
    max-width: 35%;
    padding-bottom: 17px;
}

.supporters img {
    max-width: 28%;
    float: left;
    margin: 1%;
    padding: 0;
    vertical-align: middle;
    display: inline;
}

.supporters img.major {
    max-width: 48%;
}

.supporters img.supporters-mass {
    max-width: 100%;
}

#home .project-stats small {
    color: inherit !important;
}

#home .diagram {
    width: 45vw;
    height: 36vw;
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 10px;
}

#home .diagram .arrow {
    top: -17vw;
    position: absolute;
    left: 28vw;
}

@media screen and (max-width: 768px) {
    #home .diagram .arrow {
        display: none;
    }
}

#home .diagram a {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    height: 9vw;
    width: 9vw;
    font-family: 'Grotesque';
    text-transform: uppercase;
    font-size: 1.8vw;
    position: absolute;
}

#home .diagram a.d-funds {
    top: 0;
    left: 25vw;
    color: #7bba58;
    background-color: #7bba58;
}

#home .diagram a.d-films {
    top: 0;
    left: 12vw;
    color: #fab723;
    background-color: #fab723;
}

#home .diagram a.d-goodpitch {
    top: 11vw;
    left: 33vw;
    color: #009ee3;
    background-color: #009ee3;
}

#home .diagram a.d-something-real {
    top: 24vw;
    left: 29vw;
    color: #e5007d;
    background-color: #e5007d;
    font-size: 1.6vw;
}

#home .diagram a.d-field-guide {
    top: 9vw;
    left: 4vw;
    color: #a2ba46;
    background-color: #a2ba46;
}

#home .diagram a.d-doc-academy {
    top: 28.5vw;
    left: 17vw;
    color: #0077ab;
    background-color: #0077ab;
}

#home .diagram a.d-impact-award {
    top: 23.5vw;
    left: 6vw;
    color: #e95053;
    background-color: #e95053;
}

#home .diagram a span:nth-child(1) {
    background-color: #fff;
    display: block;
    position: absolute;
    height: 8vw;
    width: 8vw;
    top: 0.5vw;
    left: 0.5vw;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: 0.5s;
    /* Safari and Chrome */
    -moz-transition: 0.5s;
    /* Firefox 4 */
    transition: 0.5s;
}

#home .diagram a:hover span:nth-child(1) {
    height: 0;
    width: 0;
    top: 4vw;
    left: 4.5vw;
}

#home .diagram a span:nth-child(2) {
    display: block;
    position: relative;
    line-height: 1;
    top: 3.5vw;
    -webkit-transition: 0.5s;
    /* Safari and Chrome */
    -moz-transition: 0.5s;
    /* Firefox 4 */
    transition: 0.5s;
}

#home .diagram a:hover span:nth-child(2) {
    color: #fff;
}

#home .diagram a img {
    opacity: 0;
    position: absolute;
    max-width: 18vw;
    height: 18vw;
    -webkit-transition: 0.5s;
    /* Safari and Chrome */
    -moz-transition: 0.5s;
    /* Firefox 4 */
    transition: 0.5s;
}

#home .diagram a.d-funds img {
    top: 11vw;
    left: -11vw;
}

#home .diagram a.d-films img {
    top: 10vw;
    left: 1vw;
}

#home .diagram a.d-goodpitch img {
    top: -1vw;
    left: -19vw;
}

#home .diagram a.d-something-real img {
    top: -14vw;
    left: -15vw;
}

#home .diagram a.d-doc-academy img {
    top: -19vw;
    left: -3vw;
}

#home .diagram a.d-impact-award img {
    top: -14vw;
    left: 7vw;
}

#home .diagram a.d-field-guide img {
    top: 1vw;
    left: 9vw;
}

#home .diagram a:hover img {
    opacity: 1;
}

ul.staff li:nth-child(4n+1) {
    clear: both;
}

ul.team li:nth-child(3n+1) {
    clear: left;
}


/* ul.team li:nth-child(4n+1) {
	clear: both;
} */

ul.team img.team-image {
    cursor: pointer;
}


/* #projects
------------------------------------
*/

#projects .intro {
    min-height: 75vh;
}

.logo-panel img {
    max-width: 200px;
}

#projects .image-panel {
    min-height: 400px;
}


/* #funds
------------------------------------
*/


/* #films
------------------------------------
*/

.film-body {
    background-color: #000;
}

.social-icons {
    background-color: #00a0e0;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000;
    text-align: center;
    display: inline-block;
}

#films .intro p.social-icons a:hover {
    opacity: 0.7;
}

.film-side-bar {
    list-style: none;
    margin-top: 30px;
}

.film-side-bar li a {
    border-top: 1px solid #fff;
    display: block;
    font-weight: bold;
}

.film-side-bar li a span.icon {
    float: right;
    font-size: 10px;
    padding-right: 5px;
}

.film-side-bar li.selected a {
    color: #fff !important;
}

.film-side-bar li:hover ul li,
.film-side-bar li.selected ul li {
    display: block;
}

.film-side-bar li ul li a {
    padding-left: 10px;
    font-weight: normal;
}

.film-side-bar li ul li.selected a {
    color: #7aba59 !important;
}

.film-side-bar li ul li a:hover {
    background-color: #d0e7c4;
    color: #000 !important;
}

.film-side-bar>li:last-child {
    border-top: 1px solid #fff;
}

.film-side-bar li input {
    border: 1px solid #fff;
    display: block;
    width: 100%;
    margin-top: 30px;
    background-color: #000;
    color: #fff !important;
    padding: 0 10px;
}

.film-side-bar li ul li {
    display: none;
}

.a-z-list {
    margin-bottom: 100px;
}

.a-z-list li {
    list-style: none;
    display: inline-block;
    width: 3.2%;
    text-align: center !important;
}

.a-z-list li a {
    color: #fff;
    font-size: 11px;
}

.a-z-list li.selected a {
    color: #00a0e0;
}

.group li.film-box {
    position: relative;
}

.group li.film-box a {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    font-weight: bold;
    font-size: 0.7em;
    line-height: 1.3;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1em;
}

.group li.film-box a:hover {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
    text-decoration: none;
    color: #00a0e0;
}

#films footer,
#film-details footer,
#films-a-z footer,
#film-year footer {
    margin-top: 0;
}

#film-details .film-fund-logos img {
    max-width: 200px;
}

.film-tick {
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.film-tick-on {
    background-color: #9bcc81;
}

.film-laurel {
    display: inline-block;
    padding: 10px 25px;
    position: relative;
    margin: 0 10px 10px 0;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 150px;
    text-align: center;
    vertical-align: text-top;
    height: 50px;
}

.film-laurel:before,
.film-laurel:after {
    display: block;
    width: 20px;
    height: 35px;
    content: ' ';
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../img/laurel-sprite.png) no-repeat left center;
}

.film-laurel:after {
    right: 0;
    left: auto;
    background-position: right center;
}


/* #films slider
------------------------------------
*/

.mSPages {
    display: none;
}

.mSButtons {
    opacity: 1 !important;
}

#film-slider {
    height: 70vh;
    overflow: hidden;
}

#film-slider .mSButtons {
    height: 80%;
    opacity: 0.8;
}

#film-slider .frame {
    width: 100%;
    height: 100%;
}

#film-slider .frame .slide_element {
    height: 100%;
}

#film-slider .frame .slide_element>div {
    float: left;
    height: 100%;
    overflow: hidden;
}

#film-slider .frame .mSCover img {
    max-width: none;
}

#film-slider .credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 11px;
    line-height: normal;
    font-weight: 300;
    text-shadow: rgba(0, 0, 0, 0.7) 0 1px 0px;
    color: #CCC;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 4px;
    white-space: nowrap;
    z-index: 1002;
    text-transform: uppercase;
}

#film-slider .credit a {
    color: #FFF;
    font-weight: 400;
}

.infoBlock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5% 33% 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 1002;
    opacity: 0;
}

.infoBlock a {
    color: #FFF;
    text-decoration: underline;
}

ul.group li {
    /* margin: 3% auto; */
    list-style: none;
}

.text-center {
    margin-right: auto !important;
    margin-left: auto !important;
}


/* style for home */

.home-contact>div>div {
    position: relative;
    text-align: center;
}

.home-contact>div>div>h6 {
    line-height: 1;
    position: absolute;
    font-size: 2vw;
    top: 6.3vw;
}

.home-mailout {
    position: relative;
    text-align: center;
}

.home-mailout>div {
    position: absolute;
    top: 5vw;
}

.home-mailout h4,
.home-mailout h5 {}

.home-office h3 {
    font-size: 2.3em !important;
}


/* style for project */

.project-page-title {
    max-width: 30%;
}

.project-page-logo {
    min-width: 60%;
}

#projects .bubble {
    position: relative;
    text-align: center;
}

#projects .bubble:before {
    /*content: "";
    display: table;*/
}

.bubble .bubble-inner {
    position: absolute;
    top: 7vw;
    right: 0;
    left: 0;
}

.bubble-bottom-area {
    /*display: table-cell;
    vertical-align: middle;*/
}

.div-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0.3;
}

.about .bubble {
    position: relative;
}

.about .bubble .bubble-inner {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    font-size: 0.75em;
    transform: rotate(-5deg);
}

.about .bubble .bubble-inner {
    padding: 0 10px;
}


/* style for journalism */

.journal-spacing {
    min-height: 12vh;
}

.journalism-intro {
    margin-top: -12vh !important;
}

#resources section ul {
    margin-left: 20px;
}

ul.a-file-meta {
    margin-left: 20px;
}

.mail-signup-wrapper {
    margin-top: 3%;
    margin-bottom: 3%;
}

.bubble {
    padding: 0 !important;
}

.bubble2 {
    position: relative;
    padding-top: 30%;
}

.film-fund-logos img {
    width: 14vw;
    padding: 10px;
    float: left;
}

.film-fund-logos a {
    display: inline-block;
    vertical-align: middle;
}


/*Event page*/

.films .mobile-slats {
    border-top: none;
    margin-bottom: 0;
}

.films p {
    font-size: 0.875em;
}

.films strong {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}

.films ul li > a{
    height: 0;
    padding-top: 56.25%;
    display: block;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    margin-bottom: 5px;
}

.inverted .mobile-slats li {
    border-color: #444;
}

.event-page .mainstage {
    background-color: #00aef1;
    padding: 1.5em 0;
}

.event-page .mainstage strong {
    font-size: 2em;
    color: #2C2C2C;
    border-bottom: 0.1em solid #2c2c2c;
    margin-bottom: 0.5em;
    display: inline-block;
}

.event-page .mainstage p {
    color: #fff;
    margin-bottom: 0;
    color: #2C2C2C;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    padding: 0.8em;
}

.event-page.archived h1 {
    font-size: 3em;
}

.blurb {
    text-align: center;
}

.blurb h2 {
    font-size: 1.5em;
}

.blurb p {
    margin: 0;
}

.blurb em {
    color: #00aef1;
    font-style: normal;
}
.attendees .row div.col-sm-4:nth-child(3n+1) {
    clear: left;
}
.attendees a, .attendees .attendees-name {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}
.attendees a:hover {
    color: #00a0e6;
}

/* Activate Page */

.activate-page .mainstage {
    background-color: #8acecb;
}


/*Edit event*/

.stats li {
    padding: 1em 0;
}

.stats .over-capacity {
    color: #de6466;
}

@media (max-width: 992px) {
    /* h4 {
        font-size: 1.5em;
    }
    h5 {
        font-size: 1em;
    } */
    ul.group li div {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    #home .diagram .arrow {
        top: -15vw;
        width: 60%;
    }
    .project-page-title {
        max-width: 36%;
    }
    .funds-more-info {
        padding-top: 10%;
    }
    .home-office .square {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .home-office h3 {
        font-size: 1.6em !important;
    }
    .home-office p {
        line-height: 1.1em !important;
    }
    .bubble-inner h5 {
        font-size: 2.8vw;
    }
    .bubble-inner h4 {
        font-size: 3.2vw;
    }
    #films .film-fund-logos {
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    #film-slider {
        margin: 0 -20px;
        height: 300px;
    }
    .infoBlock {
        padding: 5%;
        height: auto;
        max-height: 100%;
    }
    .infoBlock h4 {
        font-size: 14px;
        line-height: 17px;
    }
    .infoBlock p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 12vw;
    }
    h2 {
        font-size: 10vw;
    }
    h3 {
        font-size: 8vw;
    }
    h4 {
        font-size: 6vw;
    }
    h5 {
        font-size: 5vw;
    }
    h6 {
        font-size: 4vw;
    }
    .mobile-text-center {
        text-align: center !important;
    }
    ul.group li div a {
        margin-top: 17%;
    }
    ul.group li .film-box a {
        margin-top: 0;
    }
    .banner {
        width: 90% !important;
    }
    .bubble-bottom-area {
        width: 45%;
        margin: 3% auto;
    }
    .bubble-top-area {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3%;
    }
    .bubble .bubble-inner {
        top: 9vw;
    }
    .bubble-inner h5 {
        font-size: 3.6vw;
    }
    .bubble-inner h4 {
        font-size: 4.5vw;
    }
    .journalism-intro {
        margin-top: 0 !important;
    }
    .journal-spacing {
        min-height: 6vh;
    }
    section.project-stats>div:nth-child(2) {
        margin-top: 3%;
    }
    /* style for  projects-stats on mobile */
    #home .diagram {
        width: 85vw;
        height: 61vw;
        background-size: 72%;
        margin: 7vw auto 16vw auto;
    }
    #home .diagram a {
        height: 19vw;
        width: 19vw;
        font-size: 3.8vw;
    }
    #home .diagram a.d-funds {
        top: -7vw;
        left: 50vw;
    }
    #home .diagram a.d-funds img {
        top: 24vw;
        left: -22vw;
    }
    #home .diagram a.d-films {
        top: -6vw;
        left: 18vw;
    }
    #home .diagram a.d-films img {
        top: 23vw;
        left: 11vw;
    }
    #home .diagram a.d-goodpitch {
        top: 14vw;
        left: 66vw;
    }
    #home .diagram a.d-goodpitch img {
        top: 4vw;
        left: -37vw;
    }
    #home .diagram a.d-something-real {
        top: 43vw;
        left: 58vw;
        font-size: 3.5vw;
    }
    #home .diagram a.d-something-real img {
        top: -26vw;
        left: -30vw;
    }
    #home .diagram a.d-doc-academy {
        top: 55.5vw;
        left: 31vw;
    }
    #home .diagram a.d-doc-academy img {
        top: -38vw;
        left: -3vw;
    }
    #home .diagram a.d-impact-award {
        top: 41.5vw;
        left: 6vw;
    }
    #home .diagram a.d-impact-award img {
        top: -25vw;
        left: 23vw;
    }
    #home .diagram a.d-field-guide {
        top: 13vw;
        left: 1vw;
    }
    #home .diagram a.d-field-guide img {
        top: 5vw;
        left: 27vw;
    }
    #home .diagram a span:nth-child(1) {
        height: 17vw;
        width: 17vw;
        top: 1vw;
        left: 1vw;
    }
    #home .diagram a img {
        max-width: 31vw;
        height: 29vw;
    }
    #home .diagram a:hover span:nth-child(1) {
        height: 0;
        width: 0;
        top: 9.5vw;
        left: 9.5vw;
    }
    #home .diagram a span:nth-child(2) {
        top: 8vw;
    }
    #home .diagram a.d-films {
        top: -6vw;
        left: 18vw;
    }
    /* end style for projects-stats on mobile */
    .home-contact {
        width: 80% !important;
    }
    .home-contact>div {
        width: 49% !important;
        display: inline-block;
        vertical-align: top;
    }
    .home-contact>div:nth-child(1),
    .home-contact>div:nth-child(2) {
        margin-bottom: 3%;
    }
    .home-contact>div>div>h6 {
        font-size: 3.4vw;
        top: 11vw;
    }
    .film-fund-logos img {
        width: 20vw;
    }
    .modal-full .modal-dialog {
        width: 100vw;
    }
}

@media (max-width: 620px) {
    .project-page-title {
        max-width: 100%;
        padding: 0 10%;
        text-align: center;
    }
    .project-page-logo {
        min-width: 100%;
    }
    .mail-signup-wrapper {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .home-mailout-wrapper {
        width: 70% !important;
        margin: 0 auto !important;
    }
    .home-mailout-wrapper .home-mailout {
        margin-bottom: 5%;
    }
    .home-mailout-wrapper>div {
        width: 100% !important;
    }
    .home-mailout>div {
        top: 10vw;
    }
}

@media (max-width: 480px) {
    section .container {
        padding: 1.5em 0em;
    }
    ul.group li div a {
        margin-top: 5%;
    }
    .col-last-d {
        width: 100%;
    }
    #home .major-supporters img.bertha {
        max-width: 40%;
        padding-bottom: 10px;
    }
    #home .major-supporters img.ford {
        max-width: 38%;
        padding-bottom: 10px;
    }
    #home .major-supporters img.channel4 {
        max-width: 26%;
        padding-bottom: 10px;
    }
    .huge-text {
        font-size: 2.5em !important;
    }
    .bubble-bottom-area {
        width: 80%;
    }
    .bubble-top-area {
        width: 80%;
    }
    .square {
        padding: 25px !important;
    }
    .funds-more-info {
        padding-top: 20%;
    }
    .home-contact {
        width: 96% !important;
    }
    .bubble-bottom-area {
        width: 70%;
    }
    .bubble-top-area {
        width: 70%;
    }
    .bubble .bubble-inner {
        top: 13vw;
    }
    .bubble-inner h5 {
        font-size: 5.5vw;
    }
    .bubble-inner h4 {
        font-size: 6.7vw;
    }
    .footer_nav ul li {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .giant-text {
        font-size: 4em !important;
    }
}

@media (max-width: 420px) {
    select#id_region {
        width: 95%;
    }
    #home .diagram {
        margin: 7vw auto 16vw -3vw;
    }
    .home-mailout-wrapper {
        width: 90% !important;
    }
    .home-mailout-wrapper .home-mailout {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .home-mailout>div {
        top: 10vw;
    }
    .home-office>div:nth-child(1) {
        float: none;
    }
    .home-office>div:nth-child(2),
    .home-office>div:nth-child(3) {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    .home-office>div:nth-child(2) {
        margin-bottom: 4%;
    }
}

@media (max-width: 320px) {
    #home .diagram {
        margin: 7vw auto 16vw -5vw;
    }
}