 /**
 * Main.css - Global styles
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 *
 * Colors
 * - Blue (solid):              #1D8FD5
 * - Blue (w80):                #4AA5DD
 * - Gray (solid):              #333
 * - Gray (w80):                #5C5C5C
 * - Light gray (solid):        #E5E5E5
 */

/* Base */

html,
body {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html.loading * {
    cursor: progress !important;
}

html.loading a,
html.loading a * {
    cursor: pointer !important;
}

body,
button,
input,
select,
textarea {
    font: 16px/2.5 'Lato', Arial, Helvetica, sans-serif;
    letter-spacing: 1.5px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    background-color: #fff;
    color: #4A4A4A;
    overflow-x: hidden !important;
}

.wrapper {
    overflow-x: hidden;
}

a {
    background: transparent;
    color: #E7511E;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}

a:hover {
    color: #DF3814;
}

[href^="tel:"],
[href^="tel:"]:hover {
    color: inherit;
}

[href^="tel:"] {
    text-decoration: none;
}



b, strong {
    font-weight: 900;
}

dd {
    margin: 0;
}

dt {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Museo W03_900';
    line-height: 2;
    letter-spacing: 3.5px !important;
    color: #13235B;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: block;
}

h1 {
    font-size: 40px;
    line-height: 2;
}

h2 {
    font-size: 34px;
    line-height: 2;
}

h3 {
    font-size: 32px;
    line-height: 1.5;
}

h4 {
    font-size: 26px;
    line-height: 1.5;
}

h5 {
    font-size: 22px;
    line-height: 1.5;
}

h6 {
    font-size: 20px;
    line-height: 1.5;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #E5E5E5;
}

img {
    max-width: 100%;
    border: 0;
}

ins {
    text-decoration: none;
}

ol,
ul {
    padding: 0 0 0 30px;
}

p:empty {
    display: none;
}


/* Vertical rhythm */

blockquote,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6, 
ol,
p,
ul,
table,
.address,
.content-header,
.grid,
.item,
.panel,
.tab-content,
.widget {
    margin: 0 0 40px;
}

.row {
    margin: 0 0 20px;
}

hr,
.button-bar {
    margin: 20px 0;
}

.intrusive,
.pagination {
    margin: 40px 0;
}

hr:first-child,
.button-bar:first-child,
.pagination:first-child {
    margin-top: 0;
}

:last-child {
    margin-bottom: 0;
}


/* Tables */

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

th,
td {
    padding: 0 0 0 10px;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th,
thead td {
    font-weight: bold;
    text-align: left;
}


/* Property/value tables */

.table__property {
    width: 25%;
}

.table__value {
    width: 75%;
}


/* Basic tables */

.table--basic > tbody > tr > th,
.table--basic > tbody > tr > td {
    padding: 15px 0 15px 10px;
}

.table--basic > tbody > tr > th:first-child,
.table--basic > tbody > tr > td:first-child {
    padding-left: 0;
}


/* Bordered tables */

.table--bordered > tbody > tr > th,
.table--bordered > tbody > tr > td {
    border-bottom: 1px solid #E5E5E5;
}


/* Striped tables */

.table--striped > tbody > tr:nth-child(even) {
    background-color: #F5F5F5;
}

.table--striped > tbody > tr.even { /* < IE9 */
    background-color: #F5F5F5;
}


/* Condensed tables */

.table--condensed > tbody > tr > th,
.table--condensed > tbody > tr > td {
    padding: 2px 10px;
}


/* Padded tables */

.table--padded > tbody > tr > th,
.table--padded > tbody > tr > td {
    padding: 20px 10px;
}


/* Clickable tables */

.table--clickable td {
    cursor: pointer;
}


/* General form styles */

fieldset {
    padding: 0;
    border: 0;
}

legend {
    padding: 0;
}

label[for] {
    cursor: pointer;
}

button,
select,
textarea,
.input {
    margin: 0;
}

button,
input,
label,
select {
    vertical-align: middle;
}

select,
textarea,
.input {
    border: none;
    border-radius: 2px;
    outline: none;
    color: #333;
}

.grid__item > input[type="file"],
.grid__item > select,
.grid__item > textarea,
.grid__item > .input {
    width: 100%;
}

select:focus,
textarea:focus,
.input:focus {
    border-color: #999;
}

textarea,
.input {
    padding: 9px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select,
.input {
    height: 60px;
}

select {
    padding: 9px; /* Padding is the only way to vertical center <select> text in Firefox. Be sure to adjust this + .user-error style if <select> height changes. */
}

textarea {
    height: 150px;
    vertical-align: baseline;
    overflow: auto;
    resize: vertical;
}


/* Form control sizes */

.input--extra-small,
.input--extra-small {
    padding: 3px 6px;
    height: 24px;
    font-size: 12px;
}

.input--small,
.input--small {
    height: 40px;
}

.input--large,
.input--large {
    padding: 14px 19px;
    height: 60px;
}

.input--extra-large,
.input--extra-large {
    height: 96px;
}


/* Rows */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Labels */

.label {

}

.label--block,
.label--inline {
    font-weight: 700;
    font-size: 14px;
    color: #717B9C !important
}

.label--block,
.mimic-label--block:before {
    display: block;
    margin-bottom: 10px;
}

.label--inline {
    display: inline-block;
    padding-top: 13px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.label--centered {
    text-align: center;
}

.mimic-label--block:before {
    content: "\00a0"; /* Non-breaking space */
}


/* Form hints */

label + .hint,
select + .hint,
textarea + .hint,
.input + .hint {
    margin: 5px 0 0;
}


/* Custom form controls */

.control {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.control + label:before {
    content: "";
    display: inline-block;
    background: #FFF 50% 50% no-repeat;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 3px 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 3px 3px 3px -3px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.2s, border-color 0.2s, opacity 0.2s;
    -moz-transition: background 0.2s, border-color 0.2s, opacity 0.2s;
    transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.control:hover + label:before,
.control:focus + label:before {
    border-color: #999;
}

.control:disabled + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.4;
}

.control.user-error + label:before {
    border-width: 2px;
    border-color: #C00;
}


/* Custom checkbox controls */

.control--checkbox + label:before {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
}

.control--checkbox:checked + label:before {
    background-image: url(../img/check-primary-small.png);
    background-image: url(../img/check-primary-small.svg), none;
}


/* Custom radio controls */

.control--radio + label:before {
    margin: 2px;
    padding: 4px;
    width: 16px;
    height: 16px;
    background-clip: content-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.control--radio:checked + label:before {
    background-color: #1D8FD5;
}


/* Standalone custom form controls */

.control--standalone + label {
    font-size: 0;
}


/* Custom form controls (lt IE 9) */

.lt-ie9 .control {
    position: static;
    vertical-align: middle;
    z-index: 1;
}

.lt-ie9 .control + label:before {
    display: none;
}


/* Placeholder style */

::-webkit-input-placeholder {
    color: #A3A2A1 !important;
}

:-moz-placeholder {
    color: #A3A2A1 !important;
}

::-moz-placeholder {
    opacity: 1;
    color: #A3A2A1 !important;
}

:-ms-input-placeholder {
    color: #A3A2A1 !important;
}

.placeholder-visible {
    color: #A3A2A1;
}

option[value=""]:first-child {
    color: #A3A2A1;
}


/* Form validation style */

select.user-error,
textarea.user-error,
.input.user-error {
    border-width: 2px;
    border-color: #C00 !important;
    -webkit-box-shadow: 0 0 3px rgba(204, 0, 0, 0.7);
    box-shadow: 0 0 3px rgba(204, 0, 0, 0.7);
}

textarea.user-error,
.input.user-error {
    padding: 8px 13px;
}

select.user-error {
    padding: 8px;
}

input.user-error + label {
    font-weight: bold;
    color: #C00;
}


/* Webshims form element style */

input.has-input-buttons {
    padding-right: 24px;
}

.ws-date.has-input-buttons,
.ws-time.has-input-buttons {
    padding-right: 44px;
}

.input-buttons {
    margin-top: 0;
}


/**
 * RESPONSIVE UTILITIES
 * ----------------------------------------
 */

.visible-phone,
.visible-tablet,
.visible-mobile,
.visible-desktop {
    display: none !important;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

 /* Aside inner content */

 aside .panel > * {
    color: #fff !important;
 }

/* Containers */

.container {
    margin: 0 auto;
    padding: 0px;
    min-width: 320px;
    max-width: 1160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container--small {
    max-width: 400px;
}

.lt-ie9 .container {
    min-width: 0;
    max-width: none;
}


/* Flexbox utilities */

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex--align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex--align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex--justify-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* Grid */

.grid {
    margin-left: -20px;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid--full {
    margin-left: 0;
}

.grid--narrow {
    margin-left: -10px;
}

.grid--wide {
    margin-left: -40px;
}


/* Grid items */

.grid__item {
    position: relative;
    float: left;
    padding-left: 20px;
    width: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid--full > .grid__item,
.grid__item--full {
    padding-left: 0;
}

.grid--narrow > .grid__item,
.grid__item--narrow {
    padding-left: 10px;
}

.grid--wide > .grid__item,
.grid__item--wide {
    padding-left: 40px;
}

.grid--reversed > .grid__item {
    float: right;
}

.grid--reversed.flex {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


/* Grid widths */

.one-whole { width: 100%; }

.one-half { width: 50%; }

.one-third { width: 33.333333%; }
.two-thirds { width: 66.666667%; }

.one-quarter { width: 25%; }
.two-quarters { width: 50%; }
.three-quarters { width: 75%; }

.one-fifth { width: 20%; }
.two-fifths { width: 40%; }
.three-fifths { width: 60%; }
.four-fifths { width: 80%; }

.one-sixth { width: 16.666667%; }
.two-sixths { width: 33.333333%; }
.three-sixths { width: 50%; }
.four-sixths { width: 66.666667%; }
.five-sixths { width: 83.333333%; }

.one-eighth { width: 12.5%; }
.two-eighths { width: 25%; }
.three-eighths { width: 37.5%; }
.four-eighths { width: 50%; }
.five-eighths { width: 62.5%; }
.six-eighths { width: 75%; }
.seven-eighths { width: 87.5%; }

.one-tenth { width: 10%; }
.two-tenths { width: 20%; }
.three-tenths { width: 30%; }
.four-tenths { width: 40%; }
.five-tenths { width: 50%; }
.six-tenths { width: 60%; }
.seven-tenths { width: 70%; }
.eight-tenths { width: 80%; }
.nine-tenths { width: 90%; }

.one-twelfth { width: 8.333333%; }
.two-twelfths { width: 16.666667%; }
.three-twelfths { width: 25%; }
.four-twelfths { width: 33.333333%; }
.five-twelfths { width: 41.666667%; }
.six-twelfths { width: 50%; }
.seven-twelfths { width: 58.333333%; }
.eight-twelfths { width: 66.666667%; }
.nine-twelfths { width: 75%; }
.ten-twelfths { width: 83.333333%; }
.eleven-twelfths { width: 91.666667%; }


/* Offset grid items */

.offset-one-whole { margin-left: 100%; }

.offset-one-half { margin-left: 50%; }

.offset-one-third { margin-left: 33.333333%; }
.offset-two-thirds { margin-left: 66.666667%; }

.offset-one-quarter { margin-left: 25%; }
.offset-two-quarters { margin-left: 50%; }
.offset-three-quarters { margin-left: 75%; }

.offset-one-fifth { margin-left: 20%; }
.offset-two-fifths { margin-left: 40%; }
.offset-three-fifths { margin-left: 60%; }
.offset-four-fifths { margin-left: 80%; }

.offset-one-sixth { margin-left: 16.666667%; }
.offset-two-sixths { margin-left: 33.333333%; }
.offset-three-sixths { margin-left: 50%; }
.offset-four-sixths { margin-left: 66.666667%; }
.offset-five-sixths { margin-left: 83.333333%; }

.offset-one-eighth { margin-left: 12.5%; }
.offset-two-eighths { margin-left: 25%; }
.offset-three-eighths { margin-left: 37.5%; }
.offset-four-eighths { margin-left: 50%; }
.offset-five-eighths { margin-left: 62.5%; }
.offset-six-eighths { margin-left: 75%; }
.offset-seven-eighths { margin-left: 87.5%; }

.offset-one-tenth { margin-left: 10%; }
.offset-two-tenths { margin-left: 20%; }
.offset-three-tenths { margin-left: 30%; }
.offset-four-tenths { margin-left: 40%; }
.offset-five-tenths { margin-left: 50%; }
.offset-six-tenths { margin-left: 60%; }
.offset-seven-tenths { margin-left: 70%; }
.offset-eight-tenths { margin-left: 80%; }
.offset-nine-tenths { margin-left: 90%; }

.offset-one-twelfth { margin-left: 8.333333%; }
.offset-two-twelfths { margin-left: 16.666667%; }
.offset-three-twelfths { margin-left: 25%; }
.offset-four-twelfths { margin-left: 33.333333%; }
.offset-five-twelfths { margin-left: 41.666667%; }
.offset-six-twelfths { margin-left: 50%; }
.offset-seven-twelfths { margin-left: 58.333333%; }
.offset-eight-twelfths { margin-left: 66.666667%; }
.offset-nine-twelfths { margin-left: 75%; }
.offset-ten-twelfths { margin-left: 83.333333%; }
.offset-eleven-twelfths { margin-left: 91.666667%; }


/* Push grid items */

.grid__item[class*="push-"] {
    position: relative;
}

.push-one-whole { left: 100%; }

.push-one-half { left: 50%; }

.push-one-third { left: 33.333333%; }
.push-two-thirds { left: 66.666667%; }

.push-one-quarter { left: 25%; }
.push-two-quarters { left: 50%; }
.push-three-quarters { left: 75%; }

.push-one-fifth { left: 20%; }
.push-two-fifths { left: 40%; }
.push-three-fifths { left: 60%; }
.push-four-fifths { left: 80%; }

.push-one-sixth { left: 16.666667%; }
.push-two-sixths { left: 33.333333%; }
.push-three-sixths { left: 50%; }
.push-four-sixths { left: 66.666667%; }
.push-five-sixths { left: 83.333333%; }

.push-one-eighth { left: 12.5%; }
.push-two-eighths { left: 25%; }
.push-three-eighths { left: 37.5%; }
.push-four-eighths { left: 50%; }
.push-five-eighths { left: 62.5%; }
.push-six-eighths { left: 75%; }
.push-seven-eighths { left: 87.5%; }

.push-one-tenth { left: 10%; }
.push-two-tenths { left: 20%; }
.push-three-tenths { left: 30%; }
.push-four-tenths { left: 40%; }
.push-five-tenths { left: 50%; }
.push-six-tenths { left: 60%; }
.push-seven-tenths { left: 70%; }
.push-eight-tenths { left: 80%; }
.push-nine-tenths { left: 90%; }

.push-one-twelfth { left: 8.333333%; }
.push-two-twelfths { left: 16.666667%; }
.push-three-twelfths { left: 25%; }
.push-four-twelfths { left: 33.333333%; }
.push-five-twelfths { left: 41.666667%; }
.push-six-twelfths { left: 50%; }
.push-seven-twelfths { left: 58.333333%; }
.push-eight-twelfths { left: 66.666667%; }
.push-nine-twelfths { left: 75%; }
.push-ten-twelfths { left: 83.333333%; }
.push-eleven-twelfths { left: 91.666667%; }


/* Pull grid items */

.grid__item[class*="pull-"] {
    position: relative;
}

.pull-one-whole { right: 100%; }

.pull-one-half { right: 50%; }

.pull-one-third { right: 33.333333%; }
.pull-two-thirds { right: 66.666667%; }

.pull-one-quarter { right: 25%; }
.pull-two-quarters { right: 50%; }
.pull-three-quarters { right: 75%; }

.pull-one-fifth { right: 20%; }
.pull-two-fifths { right: 40%; }
.pull-three-fifths { right: 60%; }
.pull-four-fifths { right: 80%; }

.pull-one-sixth { right: 16.666667%; }
.pull-two-sixths { right: 33.333333%; }
.pull-three-sixths { right: 50%; }
.pull-four-sixths { right: 66.666667%; }
.pull-five-sixths { right: 83.333333%; }

.pull-one-eighth { right: 12.5%; }
.pull-two-eighths { right: 25%; }
.pull-three-eighths { right: 37.5%; }
.pull-four-eighths { right: 50%; }
.pull-five-eighths { right: 62.5%; }
.pull-six-eighths { right: 75%; }
.pull-seven-eighths { right: 87.5%; }

.pull-one-tenth { right: 10%; }
.pull-two-tenths { right: 20%; }
.pull-three-tenths { right: 30%; }
.pull-four-tenths { right: 40%; }
.pull-five-tenths { right: 50%; }
.pull-six-tenths { right: 60%; }
.pull-seven-tenths { right: 70%; }
.pull-eight-tenths { right: 80%; }
.pull-nine-tenths { right: 90%; }

.pull-one-twelfth { right: 8.333333%; }
.pull-two-twelfths { right: 16.666667%; }
.pull-three-twelfths { right: 25%; }
.pull-four-twelfths { right: 33.333333%; }
.pull-five-twelfths { right: 41.666667%; }
.pull-six-twelfths { right: 50%; }
.pull-seven-twelfths { right: 58.333333%; }
.pull-eight-twelfths { right: 66.666667%; }
.pull-nine-twelfths { right: 75%; }
.pull-ten-twelfths { right: 83.333333%; }
.pull-eleven-twelfths { right: 91.666667%; }


/* Mobile grid modifiers */

@media only screen and (max-width: 767px) {


    /* Flexbox utilities */

    .flex {
        display: block;
    }


    /* Grid */

    .grid {
        margin-bottom: 0;
    }


    /* Grid items */

    .grid__item {
        float: none !important;
        left: auto;
        right: auto;
        margin-bottom: 20px;
        margin-left: 0;
        padding-left: 20px;
        width: auto;
    }

    .grid__item:last-child,
    .grid--full > .grid__item {
        margin-bottom: 0;
    }


    /* Grid width modifiers */

    .grid__item[class*="mobile-"] {
        float: left !important;
    }

    .mobile-one-whole { width: 100%; }

    .mobile-one-half { width: 50%; }

    .mobile-one-third { width: 33.333333%; }
    .mobile-two-thirds { width: 66.666667%; }

    .mobile-one-quarter { width: 25%; }
    .mobile-two-quarters { width: 50%; }
    .mobile-three-quarters { width: 75%; }

    .mobile-one-fifth { width: 20%; }
    .mobile-two-fifths { width: 40%; }
    .mobile-three-fifths { width: 60%; }
    .mobile-four-fifths { width: 80%; }

    .mobile-one-sixth { width: 16.666667%; }
    .mobile-two-sixths { width: 33.333333%; }
    .mobile-three-sixths { width: 50%; }
    .mobile-four-sixths { width: 66.666667%; }
    .mobile-five-sixths { width: 83.333333%; }

    .mobile-one-eighth { width: 12.5%; }
    .mobile-two-eighths { width: 25%; }
    .mobile-three-eighths { width: 37.5%; }
    .mobile-four-eighths { width: 50%; }
    .mobile-five-eighths { width: 62.5%; }
    .mobile-six-eighths { width: 75%; }
    .mobile-seven-eighths { width: 87.5%; }

    .mobile-one-tenth { width: 10%; }
    .mobile-two-tenths { width: 20%; }
    .mobile-three-tenths { width: 30%; }
    .mobile-four-tenths { width: 40%; }
    .mobile-five-tenths { width: 50%; }
    .mobile-six-tenths { width: 60%; }
    .mobile-seven-tenths { width: 70%; }
    .mobile-eight-tenths { width: 80%; }
    .mobile-nine-tenths { width: 90%; }

    .mobile-one-twelfth { width: 8.333333%; }
    .mobile-two-twelfths { width: 16.666667%; }
    .mobile-three-twelfths { width: 25%; }
    .mobile-four-twelfths { width: 33.333333%; }
    .mobile-five-twelfths { width: 41.666667%; }
    .mobile-six-twelfths { width: 50%; }
    .mobile-seven-twelfths { width: 58.333333%; }
    .mobile-eight-twelfths { width: 66.666667%; }
    .mobile-nine-twelfths { width: 75%; }
    .mobile-ten-twelfths { width: 83.333333%; }
    .mobile-eleven-twelfths { width: 91.666667%; }


    /* Offset mobile grid items */

    .offset-mobile-one-whole { margin-left: 100%; }

    .offset-mobile-one-half { margin-left: 50%; }

    .offset-mobile-one-third { margin-left: 33.333333%; }
    .offset-mobile-two-thirds { margin-left: 66.666667%; }

    .offset-mobile-one-quarter { margin-left: 25%; }
    .offset-mobile-two-quarters { margin-left: 50%; }
    .offset-mobile-three-quarters { margin-left: 75%; }

    .offset-mobile-one-fifth { margin-left: 20%; }
    .offset-mobile-two-fifths { margin-left: 40%; }
    .offset-mobile-three-fifths { margin-left: 60%; }
    .offset-mobile-four-fifths { margin-left: 80%; }

    .offset-mobile-one-sixth { margin-left: 16.666667%; }
    .offset-mobile-two-sixths { margin-left: 33.333333%; }
    .offset-mobile-three-sixths { margin-left: 50%; }
    .offset-mobile-four-sixths { margin-left: 66.666667%; }
    .offset-mobile-five-sixths { margin-left: 83.333333%; }

    .offset-mobile-one-eighth { margin-left: 12.5%; }
    .offset-mobile-two-eighths { margin-left: 25%; }
    .offset-mobile-three-eighths { margin-left: 37.5%; }
    .offset-mobile-four-eighths { margin-left: 50%; }
    .offset-mobile-five-eighths { margin-left: 62.5%; }
    .offset-mobile-six-eighths { margin-left: 75%; }
    .offset-mobile-seven-eighths { margin-left: 87.5%; }

    .offset-mobile-one-tenth { margin-left: 10%; }
    .offset-mobile-two-tenths { margin-left: 20%; }
    .offset-mobile-three-tenths { margin-left: 30%; }
    .offset-mobile-four-tenths { margin-left: 40%; }
    .offset-mobile-five-tenths { margin-left: 50%; }
    .offset-mobile-six-tenths { margin-left: 60%; }
    .offset-mobile-seven-tenths { margin-left: 70%; }
    .offset-mobile-eight-tenths { margin-left: 80%; }
    .offset-mobile-nine-tenths { margin-left: 90%; }

    .offset-mobile-one-twelfth { margin-left: 8.333333%; }
    .offset-mobile-two-twelfths { margin-left: 16.666667%; }
    .offset-mobile-three-twelfths { margin-left: 25%; }
    .offset-mobile-four-twelfths { margin-left: 33.333333%; }
    .offset-mobile-five-twelfths { margin-left: 41.666667%; }
    .offset-mobile-six-twelfths { margin-left: 50%; }
    .offset-mobile-seven-twelfths { margin-left: 58.333333%; }
    .offset-mobile-eight-twelfths { margin-left: 66.666667%; }
    .offset-mobile-nine-twelfths { margin-left: 75%; }
    .offset-mobile-ten-twelfths { margin-left: 83.333333%; }
    .offset-mobile-eleven-twelfths { margin-left: 91.666667%; }


    /* Push mobile grid items */

    .push-mobile-one-whole { left: 100%; }

    .push-mobile-one-half { left: 50%; }

    .push-mobile-one-third { left: 33.333333%; }
    .push-mobile-two-thirds { left: 66.666667%; }

    .push-mobile-one-quarter { left: 25%; }
    .push-mobile-two-quarters { left: 50%; }
    .push-mobile-three-quarters { left: 75%; }

    .push-mobile-one-fifth { left: 20%; }
    .push-mobile-two-fifths { left: 40%; }
    .push-mobile-three-fifths { left: 60%; }
    .push-mobile-four-fifths { left: 80%; }

    .push-mobile-one-sixth { left: 16.666667%; }
    .push-mobile-two-sixths { left: 33.333333%; }
    .push-mobile-three-sixths { left: 50%; }
    .push-mobile-four-sixths { left: 66.666667%; }
    .push-mobile-five-sixths { left: 83.333333%; }

    .push-mobile-one-eighth { left: 12.5%; }
    .push-mobile-two-eighths { left: 25%; }
    .push-mobile-three-eighths { left: 37.5%; }
    .push-mobile-four-eighths { left: 50%; }
    .push-mobile-five-eighths { left: 62.5%; }
    .push-mobile-six-eighths { left: 75%; }
    .push-mobile-seven-eighths { left: 87.5%; }

    .push-mobile-one-tenth { left: 10%; }
    .push-mobile-two-tenths { left: 20%; }
    .push-mobile-three-tenths { left: 30%; }
    .push-mobile-four-tenths { left: 40%; }
    .push-mobile-five-tenths { left: 50%; }
    .push-mobile-six-tenths { left: 60%; }
    .push-mobile-seven-tenths { left: 70%; }
    .push-mobile-eight-tenths { left: 80%; }
    .push-mobile-nine-tenths { left: 90%; }

    .push-mobile-one-twelfth { left: 8.333333%; }
    .push-mobile-two-twelfths { left: 16.666667%; }
    .push-mobile-three-twelfths { left: 25%; }
    .push-mobile-four-twelfths { left: 33.333333%; }
    .push-mobile-five-twelfths { left: 41.666667%; }
    .push-mobile-six-twelfths { left: 50%; }
    .push-mobile-seven-twelfths { left: 58.333333%; }
    .push-mobile-eight-twelfths { left: 66.666667%; }
    .push-mobile-nine-twelfths { left: 75%; }
    .push-mobile-ten-twelfths { left: 83.333333%; }
    .push-mobile-eleven-twelfths { left: 91.666667%; }


    /* Pull mobile grid items */

    .pull-mobile-one-whole { right: 100%; }

    .pull-mobile-one-half { right: 50%; }

    .pull-mobile-one-third { right: 33.333333%; }
    .pull-mobile-two-thirds { right: 66.666667%; }

    .pull-mobile-one-quarter { right: 25%; }
    .pull-mobile-two-quarters { right: 50%; }
    .pull-mobile-three-quarters { right: 75%; }

    .pull-mobile-one-fifth { right: 20%; }
    .pull-mobile-two-fifths { right: 40%; }
    .pull-mobile-three-fifths { right: 60%; }
    .pull-mobile-four-fifths { right: 80%; }

    .pull-mobile-one-sixth { right: 16.666667%; }
    .pull-mobile-two-sixths { right: 33.333333%; }
    .pull-mobile-three-sixths { right: 50%; }
    .pull-mobile-four-sixths { right: 66.666667%; }
    .pull-mobile-five-sixths { right: 83.333333%; }

    .pull-mobile-one-eighth { right: 12.5%; }
    .pull-mobile-two-eighths { right: 25%; }
    .pull-mobile-three-eighths { right: 37.5%; }
    .pull-mobile-four-eighths { right: 50%; }
    .pull-mobile-five-eighths { right: 62.5%; }
    .pull-mobile-six-eighths { right: 75%; }
    .pull-mobile-seven-eighths { right: 87.5%; }

    .pull-mobile-one-tenth { right: 10%; }
    .pull-mobile-two-tenths { right: 20%; }
    .pull-mobile-three-tenths { right: 30%; }
    .pull-mobile-four-tenths { right: 40%; }
    .pull-mobile-five-tenths { right: 50%; }
    .pull-mobile-six-tenths { right: 60%; }
    .pull-mobile-seven-tenths { right: 70%; }
    .pull-mobile-eight-tenths { right: 80%; }
    .pull-mobile-nine-tenths { right: 90%; }

    .pull-mobile-one-twelfth { right: 8.333333%; }
    .pull-mobile-two-twelfths { right: 16.666667%; }
    .pull-mobile-three-twelfths { right: 25%; }
    .pull-mobile-four-twelfths { right: 33.333333%; }
    .pull-mobile-five-twelfths { right: 41.666667%; }
    .pull-mobile-six-twelfths { right: 50%; }
    .pull-mobile-seven-twelfths { right: 58.333333%; }
    .pull-mobile-eight-twelfths { right: 66.666667%; }
    .pull-mobile-nine-twelfths { right: 75%; }
    .pull-mobile-ten-twelfths { right: 83.333333%; }
    .pull-mobile-eleven-twelfths { right: 91.666667%; }
}


/* Phone grid modifiers */

@media only screen and (max-width: 479px) {


    /* Grid items */

    .grid__item[class*="phone-"] {
        float: left !important;
    }

    .phone-one-whole { width: 100%; }

    .phone-one-half { width: 50%; }

    .phone-one-third { width: 33.333333%; }
    .phone-two-thirds { width: 66.666667%; }

    .phone-one-quarter { width: 25%; }
    .phone-two-quarters { width: 50%; }
    .phone-three-quarters { width: 75%; }

    .phone-one-fifth { width: 20%; }
    .phone-two-fifths { width: 40%; }
    .phone-three-fifths { width: 60%; }
    .phone-four-fifths { width: 80%; }

    .phone-one-sixth { width: 16.666667%; }
    .phone-two-sixths { width: 33.333333%; }
    .phone-three-sixths { width: 50%; }
    .phone-four-sixths { width: 66.666667%; }
    .phone-five-sixths { width: 83.333333%; }

    .phone-one-eighth { width: 12.5%; }
    .phone-two-eighths { width: 25%; }
    .phone-three-eighths { width: 37.5%; }
    .phone-four-eighths { width: 50%; }
    .phone-five-eighths { width: 62.5%; }
    .phone-six-eighths { width: 75%; }
    .phone-seven-eighths { width: 87.5%; }

    .phone-one-tenth { width: 10%; }
    .phone-two-tenths { width: 20%; }
    .phone-three-tenths { width: 30%; }
    .phone-four-tenths { width: 40%; }
    .phone-five-tenths { width: 50%; }
    .phone-six-tenths { width: 60%; }
    .phone-seven-tenths { width: 70%; }
    .phone-eight-tenths { width: 80%; }
    .phone-nine-tenths { width: 90%; }

    .phone-one-twelfth { width: 8.333333%; }
    .phone-two-twelfths { width: 16.666667%; }
    .phone-three-twelfths { width: 25%; }
    .phone-four-twelfths { width: 33.333333%; }
    .phone-five-twelfths { width: 41.666667%; }
    .phone-six-twelfths { width: 50%; }
    .phone-seven-twelfths { width: 58.333333%; }
    .phone-eight-twelfths { width: 66.666667%; }
    .phone-nine-twelfths { width: 75%; }
    .phone-ten-twelfths { width: 83.333333%; }
    .phone-eleven-twelfths { width: 91.666667%; }


    /* Offset phone grid items */

    .offset-phone-one-whole { margin-left: 100%; }

    .offset-phone-one-half { margin-left: 50%; }

    .offset-phone-one-third { margin-left: 33.333333%; }
    .offset-phone-two-thirds { margin-left: 66.666667%; }

    .offset-phone-one-quarter { margin-left: 25%; }
    .offset-phone-two-quarters { margin-left: 50%; }
    .offset-phone-three-quarters { margin-left: 75%; }

    .offset-phone-one-fifth { margin-left: 20%; }
    .offset-phone-two-fifths { margin-left: 40%; }
    .offset-phone-three-fifths { margin-left: 60%; }
    .offset-phone-four-fifths { margin-left: 80%; }

    .offset-phone-one-sixth { margin-left: 16.666667%; }
    .offset-phone-two-sixths { margin-left: 33.333333%; }
    .offset-phone-three-sixths { margin-left: 50%; }
    .offset-phone-four-sixths { margin-left: 66.666667%; }
    .offset-phone-five-sixths { margin-left: 83.333333%; }

    .offset-phone-one-eighth { margin-left: 12.5%; }
    .offset-phone-two-eighths { margin-left: 25%; }
    .offset-phone-three-eighths { margin-left: 37.5%; }
    .offset-phone-four-eighths { margin-left: 50%; }
    .offset-phone-five-eighths { margin-left: 62.5%; }
    .offset-phone-six-eighths { margin-left: 75%; }
    .offset-phone-seven-eighths { margin-left: 87.5%; }

    .offset-phone-one-tenth { margin-left: 10%; }
    .offset-phone-two-tenths { margin-left: 20%; }
    .offset-phone-three-tenths { margin-left: 30%; }
    .offset-phone-four-tenths { margin-left: 40%; }
    .offset-phone-five-tenths { margin-left: 50%; }
    .offset-phone-six-tenths { margin-left: 60%; }
    .offset-phone-seven-tenths { margin-left: 70%; }
    .offset-phone-eight-tenths { margin-left: 80%; }
    .offset-phone-nine-tenths { margin-left: 90%; }

    .offset-phone-one-twelfth { margin-left: 8.333333%; }
    .offset-phone-two-twelfths { margin-left: 16.666667%; }
    .offset-phone-three-twelfths { margin-left: 25%; }
    .offset-phone-four-twelfths { margin-left: 33.333333%; }
    .offset-phone-five-twelfths { margin-left: 41.666667%; }
    .offset-phone-six-twelfths { margin-left: 50%; }
    .offset-phone-seven-twelfths { margin-left: 58.333333%; }
    .offset-phone-eight-twelfths { margin-left: 66.666667%; }
    .offset-phone-nine-twelfths { margin-left: 75%; }
    .offset-phone-ten-twelfths { margin-left: 83.333333%; }
    .offset-phone-eleven-twelfths { margin-left: 91.666667%; }


    /* Push phone grid items */

    .push-phone-one-whole { left: 100%; }

    .push-phone-one-half { left: 50%; }

    .push-phone-one-third { left: 33.333333%; }
    .push-phone-two-thirds { left: 66.666667%; }

    .push-phone-one-quarter { left: 25%; }
    .push-phone-two-quarters { left: 50%; }
    .push-phone-three-quarters { left: 75%; }

    .push-phone-one-fifth { left: 20%; }
    .push-phone-two-fifths { left: 40%; }
    .push-phone-three-fifths { left: 60%; }
    .push-phone-four-fifths { left: 80%; }

    .push-phone-one-sixth { left: 16.666667%; }
    .push-phone-two-sixths { left: 33.333333%; }
    .push-phone-three-sixths { left: 50%; }
    .push-phone-four-sixths { left: 66.666667%; }
    .push-phone-five-sixths { left: 83.333333%; }

    .push-phone-one-eighth { left: 12.5%; }
    .push-phone-two-eighths { left: 25%; }
    .push-phone-three-eighths { left: 37.5%; }
    .push-phone-four-eighths { left: 50%; }
    .push-phone-five-eighths { left: 62.5%; }
    .push-phone-six-eighths { left: 75%; }
    .push-phone-seven-eighths { left: 87.5%; }

    .push-phone-one-tenth { left: 10%; }
    .push-phone-two-tenths { left: 20%; }
    .push-phone-three-tenths { left: 30%; }
    .push-phone-four-tenths { left: 40%; }
    .push-phone-five-tenths { left: 50%; }
    .push-phone-six-tenths { left: 60%; }
    .push-phone-seven-tenths { left: 70%; }
    .push-phone-eight-tenths { left: 80%; }
    .push-phone-nine-tenths { left: 90%; }

    .push-phone-one-twelfth { left: 8.333333%; }
    .push-phone-two-twelfths { left: 16.666667%; }
    .push-phone-three-twelfths { left: 25%; }
    .push-phone-four-twelfths { left: 33.333333%; }
    .push-phone-five-twelfths { left: 41.666667%; }
    .push-phone-six-twelfths { left: 50%; }
    .push-phone-seven-twelfths { left: 58.333333%; }
    .push-phone-eight-twelfths { left: 66.666667%; }
    .push-phone-nine-twelfths { left: 75%; }
    .push-phone-ten-twelfths { left: 83.333333%; }
    .push-phone-eleven-twelfths { left: 91.666667%; }


    /* Pull phone grid items */

    .pull-phone-one-whole { right: 100%; }

    .pull-phone-one-half { right: 50%; }

    .pull-phone-one-third { right: 33.333333%; }
    .pull-phone-two-thirds { right: 66.666667%; }

    .pull-phone-one-quarter { right: 25%; }
    .pull-phone-two-quarters { right: 50%; }
    .pull-phone-three-quarters { right: 75%; }

    .pull-phone-one-fifth { right: 20%; }
    .pull-phone-two-fifths { right: 40%; }
    .pull-phone-three-fifths { right: 60%; }
    .pull-phone-four-fifths { right: 80%; }

    .pull-phone-one-sixth { right: 16.666667%; }
    .pull-phone-two-sixths { right: 33.333333%; }
    .pull-phone-three-sixths { right: 50%; }
    .pull-phone-four-sixths { right: 66.666667%; }
    .pull-phone-five-sixths { right: 83.333333%; }

    .pull-phone-one-eighth { right: 12.5%; }
    .pull-phone-two-eighths { right: 25%; }
    .pull-phone-three-eighths { right: 37.5%; }
    .pull-phone-four-eighths { right: 50%; }
    .pull-phone-five-eighths { right: 62.5%; }
    .pull-phone-six-eighths { right: 75%; }
    .pull-phone-seven-eighths { right: 87.5%; }

    .pull-phone-one-tenth { right: 10%; }
    .pull-phone-two-tenths { right: 20%; }
    .pull-phone-three-tenths { right: 30%; }
    .pull-phone-four-tenths { right: 40%; }
    .pull-phone-five-tenths { right: 50%; }
    .pull-phone-six-tenths { right: 60%; }
    .pull-phone-seven-tenths { right: 70%; }
    .pull-phone-eight-tenths { right: 80%; }
    .pull-phone-nine-tenths { right: 90%; }

    .pull-phone-one-twelfth { right: 8.333333%; }
    .pull-phone-two-twelfths { right: 16.666667%; }
    .pull-phone-three-twelfths { right: 25%; }
    .pull-phone-four-twelfths { right: 33.333333%; }
    .pull-phone-five-twelfths { right: 41.666667%; }
    .pull-phone-six-twelfths { right: 50%; }
    .pull-phone-seven-twelfths { right: 58.333333%; }
    .pull-phone-eight-twelfths { right: 66.666667%; }
    .pull-phone-nine-twelfths { right: 75%; }
    .pull-phone-ten-twelfths { right: 83.333333%; }
    .pull-phone-eleven-twelfths { right: 91.666667%; }
}


/* Tablet grid modifiers */

@media only screen and (min-width: 768px) and (max-width: 1023px) {


    /* Grid items */

    .grid__item[class*="tablet-"] {
        float: left !important;
    }

    .tablet-one-whole { width: 100%; }

    .tablet-one-half { width: 50%; }

    .tablet-one-third { width: 33.333333%; }
    .tablet-two-thirds { width: 66.666667%; }

    .tablet-one-quarter { width: 25%; }
    .tablet-two-quarters { width: 50%; }
    .tablet-three-quarters { width: 75%; }

    .tablet-one-fifth { width: 20%; }
    .tablet-two-fifths { width: 40%; }
    .tablet-three-fifths { width: 60%; }
    .tablet-four-fifths { width: 80%; }

    .tablet-one-sixth { width: 16.666667%; }
    .tablet-two-sixths { width: 33.333333%; }
    .tablet-three-sixths { width: 50%; }
    .tablet-four-sixths { width: 66.666667%; }
    .tablet-five-sixths { width: 83.333333%; }

    .tablet-one-eighth { width: 12.5%; }
    .tablet-two-eighths { width: 25%; }
    .tablet-three-eighths { width: 37.5%; }
    .tablet-four-eighths { width: 50%; }
    .tablet-five-eighths { width: 62.5%; }
    .tablet-six-eighths { width: 75%; }
    .tablet-seven-eighths { width: 87.5%; }

    .tablet-one-tenth { width: 10%; }
    .tablet-two-tenths { width: 20%; }
    .tablet-three-tenths { width: 30%; }
    .tablet-four-tenths { width: 40%; }
    .tablet-five-tenths { width: 50%; }
    .tablet-six-tenths { width: 60%; }
    .tablet-seven-tenths { width: 70%; }
    .tablet-eight-tenths { width: 80%; }
    .tablet-nine-tenths { width: 90%; }

    .tablet-one-twelfth { width: 8.333333%; }
    .tablet-two-twelfths { width: 16.666667%; }
    .tablet-three-twelfths { width: 25%; }
    .tablet-four-twelfths { width: 33.333333%; }
    .tablet-five-twelfths { width: 41.666667%; }
    .tablet-six-twelfths { width: 50%; }
    .tablet-seven-twelfths { width: 58.333333%; }
    .tablet-eight-twelfths { width: 66.666667%; }
    .tablet-nine-twelfths { width: 75%; }
    .tablet-ten-twelfths { width: 83.333333%; }
    .tablet-eleven-twelfths { width: 91.666667%; }


    /* Offset tablet grid items */

    .offset-tablet-one-whole { margin-left: 100%; }

    .offset-tablet-one-half { margin-left: 50%; }

    .offset-tablet-one-third { margin-left: 33.333333%; }
    .offset-tablet-two-thirds { margin-left: 66.666667%; }

    .offset-tablet-one-quarter { margin-left: 25%; }
    .offset-tablet-two-quarters { margin-left: 50%; }
    .offset-tablet-three-quarters { margin-left: 75%; }

    .offset-tablet-one-fifth { margin-left: 20%; }
    .offset-tablet-two-fifths { margin-left: 40%; }
    .offset-tablet-three-fifths { margin-left: 60%; }
    .offset-tablet-four-fifths { margin-left: 80%; }

    .offset-tablet-one-sixth { margin-left: 16.666667%; }
    .offset-tablet-two-sixths { margin-left: 33.333333%; }
    .offset-tablet-three-sixths { margin-left: 50%; }
    .offset-tablet-four-sixths { margin-left: 66.666667%; }
    .offset-tablet-five-sixths { margin-left: 83.333333%; }

    .offset-tablet-one-eighth { margin-left: 12.5%; }
    .offset-tablet-two-eighths { margin-left: 25%; }
    .offset-tablet-three-eighths { margin-left: 37.5%; }
    .offset-tablet-four-eighths { margin-left: 50%; }
    .offset-tablet-five-eighths { margin-left: 62.5%; }
    .offset-tablet-six-eighths { margin-left: 75%; }
    .offset-tablet-seven-eighths { margin-left: 87.5%; }

    .offset-tablet-one-tenth { margin-left: 10%; }
    .offset-tablet-two-tenths { margin-left: 20%; }
    .offset-tablet-three-tenths { margin-left: 30%; }
    .offset-tablet-four-tenths { margin-left: 40%; }
    .offset-tablet-five-tenths { margin-left: 50%; }
    .offset-tablet-six-tenths { margin-left: 60%; }
    .offset-tablet-seven-tenths { margin-left: 70%; }
    .offset-tablet-eight-tenths { margin-left: 80%; }
    .offset-tablet-nine-tenths { margin-left: 90%; }

    .offset-tablet-one-twelfth { margin-left: 8.333333%; }
    .offset-tablet-two-twelfths { margin-left: 16.666667%; }
    .offset-tablet-three-twelfths { margin-left: 25%; }
    .offset-tablet-four-twelfths { margin-left: 33.333333%; }
    .offset-tablet-five-twelfths { margin-left: 41.666667%; }
    .offset-tablet-six-twelfths { margin-left: 50%; }
    .offset-tablet-seven-twelfths { margin-left: 58.333333%; }
    .offset-tablet-eight-twelfths { margin-left: 66.666667%; }
    .offset-tablet-nine-twelfths { margin-left: 75%; }
    .offset-tablet-ten-twelfths { margin-left: 83.333333%; }
    .offset-tablet-eleven-twelfths { margin-left: 91.666667%; }


    /* Push tablet grid items */

    .push-tablet-one-whole { left: 100%; }

    .push-tablet-one-half { left: 50%; }

    .push-tablet-one-third { left: 33.333333%; }
    .push-tablet-two-thirds { left: 66.666667%; }

    .push-tablet-one-quarter { left: 25%; }
    .push-tablet-two-quarters { left: 50%; }
    .push-tablet-three-quarters { left: 75%; }

    .push-tablet-one-fifth { left: 20%; }
    .push-tablet-two-fifths { left: 40%; }
    .push-tablet-three-fifths { left: 60%; }
    .push-tablet-four-fifths { left: 80%; }

    .push-tablet-one-sixth { left: 16.666667%; }
    .push-tablet-two-sixths { left: 33.333333%; }
    .push-tablet-three-sixths { left: 50%; }
    .push-tablet-four-sixths { left: 66.666667%; }
    .push-tablet-five-sixths { left: 83.333333%; }

    .push-tablet-one-eighth { left: 12.5%; }
    .push-tablet-two-eighths { left: 25%; }
    .push-tablet-three-eighths { left: 37.5%; }
    .push-tablet-four-eighths { left: 50%; }
    .push-tablet-five-eighths { left: 62.5%; }
    .push-tablet-six-eighths { left: 75%; }
    .push-tablet-seven-eighths { left: 87.5%; }

    .push-tablet-one-tenth { left: 10%; }
    .push-tablet-two-tenths { left: 20%; }
    .push-tablet-three-tenths { left: 30%; }
    .push-tablet-four-tenths { left: 40%; }
    .push-tablet-five-tenths { left: 50%; }
    .push-tablet-six-tenths { left: 60%; }
    .push-tablet-seven-tenths { left: 70%; }
    .push-tablet-eight-tenths { left: 80%; }
    .push-tablet-nine-tenths { left: 90%; }

    .push-tablet-one-twelfth { left: 8.333333%; }
    .push-tablet-two-twelfths { left: 16.666667%; }
    .push-tablet-three-twelfths { left: 25%; }
    .push-tablet-four-twelfths { left: 33.333333%; }
    .push-tablet-five-twelfths { left: 41.666667%; }
    .push-tablet-six-twelfths { left: 50%; }
    .push-tablet-seven-twelfths { left: 58.333333%; }
    .push-tablet-eight-twelfths { left: 66.666667%; }
    .push-tablet-nine-twelfths { left: 75%; }
    .push-tablet-ten-twelfths { left: 83.333333%; }
    .push-tablet-eleven-twelfths { left: 91.666667%; }


    /* Pull tablet grid items */

    .pull-tablet-one-whole { right: 100%; }

    .pull-tablet-one-half { right: 50%; }

    .pull-tablet-one-third { right: 33.333333%; }
    .pull-tablet-two-thirds { right: 66.666667%; }

    .pull-tablet-one-quarter { right: 25%; }
    .pull-tablet-two-quarters { right: 50%; }
    .pull-tablet-three-quarters { right: 75%; }

    .pull-tablet-one-fifth { right: 20%; }
    .pull-tablet-two-fifths { right: 40%; }
    .pull-tablet-three-fifths { right: 60%; }
    .pull-tablet-four-fifths { right: 80%; }

    .pull-tablet-one-sixth { right: 16.666667%; }
    .pull-tablet-two-sixths { right: 33.333333%; }
    .pull-tablet-three-sixths { right: 50%; }
    .pull-tablet-four-sixths { right: 66.666667%; }
    .pull-tablet-five-sixths { right: 83.333333%; }

    .pull-tablet-one-eighth { right: 12.5%; }
    .pull-tablet-two-eighths { right: 25%; }
    .pull-tablet-three-eighths { right: 37.5%; }
    .pull-tablet-four-eighths { right: 50%; }
    .pull-tablet-five-eighths { right: 62.5%; }
    .pull-tablet-six-eighths { right: 75%; }
    .pull-tablet-seven-eighths { right: 87.5%; }

    .pull-tablet-one-tenth { right: 10%; }
    .pull-tablet-two-tenths { right: 20%; }
    .pull-tablet-three-tenths { right: 30%; }
    .pull-tablet-five-tenths { right: 50%; }
    .pull-tablet-six-tenths { right: 60%; }
    .pull-tablet-seven-tenths { right: 70%; }
    .pull-tablet-eight-tenths { right: 80%; }
    .pull-tablet-nine-tenths { right: 90%; }

    .pull-tablet-one-twelfth { right: 8.333333%; }
    .pull-tablet-two-twelfths { right: 16.666667%; }
    .pull-tablet-three-twelfths { right: 25%; }
    .pull-tablet-four-twelfths { right: 33.333333%; }
    .pull-tablet-five-twelfths { right: 41.666667%; }
    .pull-tablet-six-twelfths { right: 50%; }
    .pull-tablet-seven-twelfths { right: 58.333333%; }
    .pull-tablet-eight-twelfths { right: 66.666667%; }
    .pull-tablet-nine-twelfths { right: 75%; }
    .pull-tablet-ten-twelfths { right: 83.333333%; }
    .pull-tablet-eleven-twelfths { right: 91.666667%; }
}


/* Structural elements */

.section--overlapping {
    position: relative;
    top:-120px;
    margin-bottom: -120px;
}

.main-header {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.main {
    background: #13235B url(../img/plus-background.png) repeat;
    background-image: url(../img/plus-background.svg), none;
}


.gallery {
    z-index: 98;
    position: relative;
}

.program {
    background: #E7511E url(../img/plus-background.png) repeat;
    background-image: url(../img/plus-background.svg), none;
}

.program .grid__item.expanded-bottom:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 999em;
    height: 120px;
    background: #13235B;
}

.register {
    background-color: #13235B;
}

.register > .container {
    padding-top: 100px;
    padding-bottom: 100px;
}


/**
 * ABSTRACTIONS AND COMPONENTS
 * ----------------------------------------
 */

.intro {
    font-size: 20px;
    color: #717B9C !important;
}

.hint {
    font-size: 75%;
    opacity: 0.7;
}

.numeric {
    text-align: right;
}

.date,
.price,
.nowrap {
    white-space: nowrap;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.invisible {
    visibility: hidden;
}

.js .no-js-fallback {
    display: none;
}

.inline {
    display: inline-block;
}

.inline > .logo > a > img, 
.inline > * {
    vertical-align: initial;
}

/* Text colors */

.text-muted {
    opacity: 0.7;
}

.text-primary {
    color: #1D8FD5;
}

.text-success {
    color: #4EB747;
}

.text-info {
    color: #4685B7;
}

.text-warning {
    color: #D3AB2A;
}

.text-error {
    color: #CC4031;
}


/* Addresses */

.address p {
    margin: 0;
}


/* Plain elements */

button.plain {
    padding: 0;
    background: none;
    border: 0;
}

button.plain::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* Reverse type (white or light text on a colored background) */

.reverse-type {
    color: #FFF;
}
/*
.reverse-type a,
.reverse-type h1,
.reverse-type h2,
.reverse-type h3,
.reverse-type h4,
.reverse-type h5,
.reverse-type h6,
.reverse-type .more,
.reverse-type .more:hover,
.reverse-type .intro {
    color: inherit;
}

.reverse-type a:hover,
.reverse-type a.more:hover {
    color: rgba(255, 255, 255, 0.7);
}
*/
.reverse-type hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.reverse-type .more,
.reverse-type .more:hover {
    background-position: 100% 8px;
}

.reverse-type .list--arrow li {
    background-position: -4px 9px;
}


/* Lists */

.list {
    padding: 0;
    list-style: none;
}

/* Bordered lists */

.list--bordered li {
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}

.list--bordered.list--inline li {
    padding: 0 20px 0 0;
    border-right: 1px solid #E5E5E5;
    border-bottom: 0;
}

.list--bordered.list--inline li:last-child {
    padding-right: 0;
    border-right: 0;
}


/* Icon and control lists */

.list--icon li,
.list--control li {
    position: relative;
    padding-left: 30px;
}

.list--icon .icon,
.list--control .control + label:before {
    position: absolute;
    left: 0;
}

.list--icon li + li,
.list--control li + li {
    margin-top: 10px;
}


/* Icon lists */

.list--icon .icon--10 {
    top: 12px;
}

.list--icon .icon--12 {
    top: 10px;
}

.list--icon .icon--16 {
    top: 8px;
}


/* Control lists */

.list--control .control + label:before {
    top: 2px;
}


/* Control lists (lt IE 9) */

.lt-ie9 .list--control .control {
    position: absolute;
    top: 3px;
    left: 0;
}


/* Inline lists */

.list--inline {
    letter-spacing: 16px;
}

.list--inline li {
    display: inline-block;
    letter-spacing: 0;
    margin-left: 40px;
}

.list--inline li:first-child {
    margin-left: 0px;
}

/* List date */

.list--date li {
    font-family:'Museo W03_900';
    position: relative;
    text-transform: uppercase;
    line-height: 80px;
    letter-spacing: 1.5px !important;
    color: #fff;
}

.list--date > li:after {
    content: "";
    width: 8px;
    height: 2px;
    position: absolute;
    background-color: #717B9C;
    right: -34px;
    top: 50%;
    margin-top: -1px;
}

.list--date > li:last-child:after {
    display: none;
}


/* List Program */


.list--program > li {
    position: relative;
    padding: 30px 0px;
}

.list--program > li > span {
    display: block;
}


.list--program > li:after {
    content: "";
    background-color: #E7E7E7;
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: 0px;
}

.list--program > li:last-child:after {
    display: none
}


.list--program > li > span.time {
    font-size: 20px;
    font-family: 'Museo W03_900';
    line-height: 2;
    letter-spacing: 1.5px !important;
    color: #13235B;
    text-transform: uppercase;
}

.list--program > li > span.description {
    min-height: 80px;
}


/* Tree lists */

.list--tree {
    line-height: 2;
}

.list--tree li {
    font-weight: bold;
}

.list--tree ul {
    margin: 10px 0 10px 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid #E5E5E5;
    list-style: none;
}

.list--tree ul li {
    font-weight: normal;
}

.list--tree a {
    text-decoration: none;
}

/* Footer lists */

.list--footer {
    padding: 44px 0;
}

.list--footer .link:last-child {
    margin-left: 20px;
}


/* Tabs */

.tabs {
    padding: 0;
    list-style: none;
}

.tab__item {
    display: inline-block;
    vertical-align: bottom;
}

.tab__link {
    display: block;
    text-decoration: none;
}

.js .tab-content,
.js .tab-content__heading {
    display: none;
}

.tab-content.is-open {
    display: block;
}


/* Basic tabs */

.tabs--basic {
    border-bottom: 1px solid #E5E5E5;
}

.tabs--basic .tab__link {
    padding: 15px 20px 14px;
    border: 1px solid transparent;
    border-bottom: 0;
    color: #666;
}

.tabs--basic .tab__link:hover,
.tabs--basic .tab__item--selected .tab__link {
    color: #333;
}

.tabs--basic .tab__item--selected .tab__link {
    margin-bottom: -1px;
    padding-bottom: 15px;
    background-color: #FFF;
    border-color: #E5E5E5;
}


/* Panels */

.panel {
    position: relative;
    padding: 20px;
    background-color: #FFF;
}

.panel:after {
    content: "";
    display: table;
    clear: both;
}


/* Panel paddings */

.panel--full {
    padding: 0;
}

.panel--condensed {
    padding: 10px;
}

.panel--expanded {
    padding: 120px 80px;
}

.panel--expanded-smaller {
    padding: 80px 80px;
}

.panel--expanded-top {
    padding-top: 240px;
}

.panel--expanded-bottom {
    padding-bottom: 240px;
}


.panel--condensed-right {
    padding-right: 120px;
}

/* Panel Overlapping */

.panel--overlapped {
    margin-top: -120px;
}

/* Panel extended */

.panel--extended-left:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -999em;
    width: 999em;
    height: 100%;
    background: #fff;
}

.panel--extended-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -999em;
    width: 999em;
    height: 100%;
    background: #fff;
}

/* Panel wider */

.panel--wider-right:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background: #fff;
}

.panel--wider-left:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    background: #fff;
}

/* Bordered panels */

.panel--bordered {
    padding: 19px;
    border: 1px solid #E5E5E5;
}

.panel--bordered.panel--condensed {
    padding: 9px;
}

.panel--bordered.panel--expanded {
    padding: 39px;
}


/* Shared panel styles */

.panel--primary,
.panel--secondary {
    border-color: rgba(0, 0, 0, 0.2);
    color: #FFF;
}

.panel--primary a,
.panel--primary h2,
.panel--primary h3,
.panel--secondary a,
.panel--secondary h2,
.panel--secondary h3 {
    color: inherit;
}

.panel--transparent {
    background-color: transparent; !important;
}

/* Panel colors */

.panel--primary {
    background-color: #1D8FD5;
}

.panel--secondary {
    background-color: #333;
}

.panel--success {
    background-color: #EDF8EC;
    border-color: #CAE9C7;
}

.panel--info {
    background-color: #ECF3F8;
    border-color: #C7DAE9;
}

.panel--warning {
    background-color: #FBF6E9;
    border-color: #F2E6BF;
}

.panel--error {
    background-color: #FAECEA;
    border-color: #F0C5C1;
}


/* Navigation bars */

.nav-bar {

}


/* Bordered navigation bars */

.nav-bar--bordered {
    border-bottom: 1px solid #E5E5E5;
}


/* Navigation blocks */

.nav {

}


/* Navigation elements */

.nav__heading {
    display: none;
}

.nav__items {
    padding: 0;
    list-style: none;
}

.nav__item--parent {
    position: relative;
}

.nav__link {
    text-decoration: none;
}


/* Inline navigation */

.nav--inline .nav__item {
    display: inline-block;
}


/* Block navigation */

.nav--block .nav__items:after {
    content: "";
    display: table;
    clear: both;
}

.nav--block .nav__item--root {
    float: left;
}

.nav--block .nav__item--root > .nav__link {
    display: block;
}


/* Stacked navigation */

.nav--stacked > ul > li > a {
    display: block;
}


/* Breadcrumb navigation */

.nav--breadcrumb strong {
    font-weight: inherit;
}

.nav--breadcrumb .more {
    margin-right: 5px;
    text-decoration: underline;
}


/* Dropdown navigation */

.nav--dropdown {
    position: absolute;
    display: none;
    width: 280px;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:hover > .nav--dropdown {
    display: block;
}

.nav--dropdown .nav--dropdown {
    top: 0;
    left: 100%;
}

.nav--dropdown .nav__item + .nav__item {
    border-top: 1px solid #DDD;
}

.nav--dropdown .nav__link {
    display: block;
    padding: 15px 20px;
    color: #484543;
}

.nav--dropdown .nav__item:hover > .nav__link {
    background-color: #F1F1F1;
}

.nav--dropdown .nav__item--parent > .nav__link {
    padding-right: 30px;
    background: url(../img/arrow-sprite.png) 92% -779px no-repeat;
    background-image: url(../img/arrow-sprite.svg), none;
    background-position: right 20px top -779px;
}


/* More links */

.more {
    padding-right: 15px;
    background: url(../img/arrow-sprite.png) 100% -1595px no-repeat;
    background-image: url(../img/arrow-sprite.svg), none;
    text-decoration: none;
    color: #1D8FD5;
}

.more:hover,
.clickable tr:hover td > .more {
    background-position: 100% -1995px;
    color: #4AA5DD;
}


/* More link variants */

.more--down,
.more--toggler {
    background-position: 100% -1695px;
}

.more--down:hover,
.more--toggler:hover {
    background-position: 100% -2095px;
}

.more--prev {
    padding-right: 0;
    padding-left: 15px;
    background-position: 0 -1795px;
}

.more--prev:hover {
    background-position: 0 -2195px;
}

.more--up,
.expanded .more--toggler {
    background-position: 100% -1895px;
}

.more--up:hover,
.expanded .more--toggler:hover {
    background-position: 100% -2295px;
}


/* Icons */

.icon {
    margin: -4px 5px 0 5px;
    background: url(../img/icon-sprite.png) no-repeat;
    background-image: url(../img/icon-sprite.svg), none;
    vertical-align: middle;
}

.icon:first-child {
    margin-left: 0;
}

a.icon,
button.icon,
span.icon {
    display: inline-block;
}

a.icon,
button.icon {
    text-indent: -9999px;
    overflow: hidden;
}

button.icon {
    padding: 0;
    border: 0;
    cursor: pointer;
}

img.icon,
th.icon,
td.icon {
    background: transparent;
}


/* Icon sizes */

.icon--12 {
    width: 12px;
    height: 12px;
}

.icon--16 {
    width: 16px;
    height: 16px;
}

.icon--20 {
    width: 20px;
    height: 20px;
}

.icon--24 {
    width: 24px;
    height: 24px;
}

.icon--30 {
    width: 30px;
    height: 30px;
}

.icon--32 {
    width: 32px;
    height: 32px;
}

.icon--40 {
    width: 40px;
    height: 40px;
}

.icon--48 {
    width: 48px;
    height: 48px;
}


/* Icons (16x16) */

.icon--magnifier-gray.icon--16 {
    background-position: 0 0;
}

a.icon-magnifier-gray.icon--16:hover,
a:hover.icon-magnifier-gray.icon--16 {
    background-position: 0 -16px;
}

.icon--magnifier-white.icon--16 {
    background-position: 0 -32px;
}


/* Icons (20x20) */

.icon--nav.icon--20 {
    background-position: -16px 0;
}

/* Icons (32x32) */

.icon--register.icon--32 {
    background: url(../img/icon-register.png) no-repeat;
    background-image: url(../img/icon-register.svg), none;
    background-position: 0px 0px;
}


/* File type icons */

.icon--file-type {
    position: relative;
    width: 22px;
    height: 26px;
    background-color: #1D8FD5;
    background-image: none;
    font-size: 7px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
}

.icon--file-type:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 3px solid #FFF;
    border-left-color: #4AA5DD;
    border-bottom-color: #4AA5DD;
}

/* Icon labels */

.button--register .icon-label, 
.icon-label {
    font-size: 10px;
    display: block;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

/* Links */

.link {
    padding: 10px 0;
    color: #E7511E;
    text-shadow: none;
    position: relative;
} 

.link:before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0px 0;
    max-width: 0;
    border-bottom: 2px solid #E7511E;
    color: #E7511E;
    content: attr(data-hover);
    text-shadow: none;
    -webkit-transition: max-width 0.4s;
    -moz-transition: max-width 0.4s;
    transition: max-width 0.4s;
}

.link:hover::before,
.link:focus::before {
    max-width: 100%;
}

/* Primary links */

.link--primary {
    color: #717B9C;
} 

.link--primary:before {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.link--primary:hover {
    color: #fff;
}

/* Buttons */

.button {
    display: inline-block;
    padding: 0 30px;
    height: 60px;
    background: #E7511E;
    border: none;
    font-size: 18px;
    font-family: 'Museo W03_900';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 60px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color: #fff !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}

.button:hover,
.clickable tr:hover td > .button,
.item--link__link:hover .button {
    background-color: #DF3814;
}

button.button {
    overflow: visible;
    cursor: pointer;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* More buttons */

.button .more {
    display: block;
    padding-right: 20px;
    background-position: 100% -780px;
    color: inherit !important;
}


/* Bordered buttons */

.button--bordered {
    background: #FFF !important;
    border: 2px solid #E5E5E5;
    border-color: rgba(0, 0, 0, 0.2);
    line-height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button--bordered:hover,
.item--link__link:hover .button--bordered {
    border-color: rgba(0, 0, 0, 0.15);
}

.button--bordered .more {
    background-position: 100% -782px;
}


/* Small buttons */

.button--small {
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}

.button--small .more {
    background-position: 100% -785px;
}

.button--small.button--bordered {
    line-height: 36px;
}

.button--small.button--bordered .more {
    background-position: 100% -787px;
}


/* Large buttons */

.button--large {
    height: 60px;
    line-height: 60px;
}

.button--large .more {
    background-position: 100% -775px;
}

.button--large.button--bordered {
    line-height: 56px;
}

.button--large.button--bordered .more {
    background-position: 100% -777px;
}


/* Extra large buttons */

.button--extra-large {
    padding: 0 110px;
    height: 100px;
    line-height: 100px;
    font-size: 20px
}


/* Block buttons */

.button--block {
    display: block;
    text-align: center;
}

button.button--block {
    width: 100%;
}


/* Shared button styles */

.button--primary,
.button--secondary {
    color: #fff !important;
}

.button--primary .more,
.button--secondary .more {
    background-position: 100% 20px;
}

.button--primary.button--small .more,
.button--secondary.button--small .more {
    background-position: 100% 15px;
}

.button--primary.button--large .more,
.button--secondary.button--large .more {
    background-position: 100% 25px;
}


/* Primary buttons */

.button--primary {
    background-color: #F90;
}

.button--primary:hover,
.item--link__link:hover .button--primary {
    background-color: #FFB74C;
}


/* Secondary buttons */

.button--secondary {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.button--secondary:hover {
    background-color: #fff;
    color: #E7511E !important;
}

.button--rounded {
    border-radius: 100px;
}

/* Register button */

.button--register {
    padding: 15px 0;
    float: right;
    text-align: center;
    background-color: #E7511E;
    width: 120px;
    height: 90px;
}

/* Aspect ratios */

.aspect-ratio {
    position: relative;
    padding: 100% 0 0;
    height: 0;
}

.aspect-ratio--2-1 {
    padding-top: 50%;
}

.aspect-ratio--4-3 {
    padding-top: 75%;
}

.aspect-ratio--15-10 {
    padding-top: 66.666667%;
}

.aspect-ratio--16-9 {
    padding-top: 56.25%;
}

.aspect-ratio--16-10 {
    padding-top: 62.5%;
}

.aspect-ratio a,
.aspect-ratio img,
.aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.aspect-ratio img {
    margin: auto;
}


/* Media */

.media {
    position: relative;
}

.media > a {
    display: block;
}

.media img {
    vertical-align: middle;
}

figure.media.media--inline {
    display: inline-block;
}

/* Accordions */

.accordion {
    padding: 0;
    list-style: none;
}

.accordion .toggler {
    outline: none;
}

.accordion .collapsed > .accordion__body {
    display: none;
}


/* Basic player styles */

.player {
    position: relative;
    padding-top: 56%;
}

.player:after { /* Fixes IE8 not applying bottom margin */
    content: "";
    display: table;
    clear: both;
}

.player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Progress bars */

.progress {
    height: 10px;
    background-color: #E5E5E5;
    text-indent: -9999px;
}

.progress-value {
    display: block;
    height: 100%;
    background-color: #393;
}


/* Button bars */

.button-bar:after {
    content: "";
    display: table;
    clear: both;
}

.button-bar:last-child {
    margin-bottom: 0;
}

.button-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 5px;
}

.button-bar li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
}


/* Centered button bars */

.button-bar--centered {
    text-align: center;
}

/* Right aligned button bars */

.button-bar--right {
    text-align: right;
}


/* Justified button bars */

.button-bar--justified {
    text-align: justify;
}

.button-bar--justified ul:after { /* TODO: fix extra bottom space being added */
    content: "";
    display: inline-block;
    width: 100%;
}

.button-bar--expanded ul {
    padding: 30px 0px;
}

.button-bar--expanded li {
    margin-bottom: 40px;
}


.button-bar--expanded li:last-child {
    margin-bottom: 0px;
}


/* Non-wrapping button bars */

.button-bar--nowrap {
    white-space: nowrap;
}

.button-bar--nowrap--scroll {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


/* Multi list button bars */

.button-bar__left {
    float: left;
}

.button-bar__right {
    float: right;
}

/* Block button bars */
.button-bar li {
    display: block;
}


/* Overlays */

.overlay {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background: #13235B url(../img/plus-background-light.png) repeat;
    background-image: url(../img/plus-background-light.svg), none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 999;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay .container {
    display: table;
    height: 100%;  
}

.overlay .inner-content {
    display: table-cell;
    vertical-align: middle;
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;   
}

.overlay.open .inner-content {
     opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); 
}

.overlay.close .inner-content {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

.overlay .content-header > * {
    color: #fff;
}

.overlay .content-header h2 {
    margin-bottom: 0px;
}


/* Loading elements */

.is-loading {
    position: relative;
    min-height: 32px;
}

.is-loading > * {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.is-loading:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background: #FFF url(../img/throbber.gif) 50% 50% no-repeat;
    opacity: 0.7;
    z-index: 10;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

 /* Content headers */

 .content-header {

 }

 .content-header--centered {
    text-align: center;
 }

 /* Main header */

 .main-header .container {
        max-height: 120px;
        padding: 0px;
        background-color: #13235B;
 }

 .main-header .title {
    padding: 20px 80px;
 }

/* Logo */

.logo {
    display: inline-block;
    background-color: #fff;
    padding: 50px;
    position: relative;
}

.logo a h1 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    display: none;
}

.logo a {
    display: block;
}

.logo img {
    vertical-align: middle;
}


/* Logo transparent background */

.logo--transparent {
    background-color: transparent;
}

/* Logo condensed */

.logo--condensed {
    padding: 0px;
}

.logo--condensed img {
    vertical-align: initial;
}


/* Primary navigation */

.nav--primary .nav__item--root > .nav__link {
    font-size: 18px;
}

.nav--primary .nav__item--root:hover > .nav__link,
.nav--primary .nav__item--root.nav__item--selected > .nav__link {
    text-decoration: underline;
}

.nav--primary + .icon--nav {
    position: absolute;
    top: 22px;
    right: 20px;
    margin: 0;
}

/* Main header compact */

.main-header--compact {
    position: fixed;
}

.main-header--compact .container {
    background-color: transparent;
}

.main-header--compact .title {
    display: none;
}

.main-header--compact .logo {
    padding: 0 40px;
    max-width: 260px;
    height: 120px;
}

.main-header--compact .logo img{
    display: none;
}

.main-header--compact .logo h1{
    display: block;
    word-spacing: 9999rem;
    padding: 20px 0px;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

 /* Hero */

 .hero {
    background: url(../img/hero.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 760px;
}

/* Gallery */

.gallery {
    z-index: 10;
}

/* Carousel */

.carousel-cell {
    background: #8C8;
    height: 740px;
    width: 100%;
}

.carousel-cell .media {
    width: 100%;
}

.carousel-cell .media {
    width: 100%;
}

.carousel-cell figure {
  width: 100%;
  
}

/* Items */

.item {

}

.item .date {
    margin: 0;
}


/* Link items */

.item--link__link,
.item--link__link:hover {
    color: inherit;
}

.item--link__link {
    display: block;
    text-decoration: none;
}


/* Basic accordions */

.accordion--basic .accordion__item {
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}

.accordion--basic .accordion__heading {
    font-size: inherit;
    font-weight: inherit;
}

.accordion--basic .accordion__heading .toggler {
    display: block;
}

.accordion--basic .collapsed .accordion__heading {s
    margin: 0;
}


/* Pagination */

.pagination {
    padding-top: 40px;
    border-top: 1px solid #E5E5E5;
    line-height: 40px;
    text-align: center;
    color: #999;
}

.pagination a {
    text-decoration: none;
}

.pagination__items {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination__item {
    display: inline-block;
    margin: 0 5px;
}

.pagination__link {
    display: inline-block;
    width: 40px;
    background-color: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    color: #666;
    -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.pagination__link:hover {
    border-color: #D6D6D6;
    color: #333;
}

.pagination__item--selected .pagination__link {
    background-color: #1D8FD5;
    border-color: #1D8FD5;
    color: #FFF;
}


/* Page navigation */

.nav--page .nav__link {
    color: #666;
}

.nav--page .nav__link:hover,
.nav--page .nav__item--selected > .nav__link {
    color: #333;
}


/* Page navigation root items */

.nav--page .nav__item--root {
    border-bottom: 1px solid #E5E5E5;
}

.nav--page .nav__item--root > .nav__link {
    padding: 15px 20px;
    color: #333;
}

.nav--page .nav__item--root:hover > .nav__link,
.nav--page .nav__item--root.nav__item--selected {
    background-color: #F5F5F5;
}

.nav--page .nav__item--root.nav__item--selected > .nav__link {
    color: #1D8FD5;
}


/* Nested page navigation */

.nav--page .nav__items .nav__items {
    display: none;
    padding: 10px;
}

.nav--page .nav__item--selected > .nav__items {
    display: block;
}

.nav--page .nav__item--root > .nav__items {
    padding: 0 20px 15px 30px;
}


/**
 * WIDGETS
 * ----------------------------------------
 */

/* Widgets */

.widget {

}

.widget__header {
    margin-bottom: 40px;
}


.widget__header h4 {
    margin-left: 20px;
}

.widget__header p,
.widget__header h1,
.widget__header h2,
.widget__header h3,
.widget__header h4,
.widget__header h5,
.widget__header h6 {
    color: #fff !important;
}


/* Related widgets */

.widget--related .more {
    display: block;
}

/* Location widget */

.widget--location .media {
    margin-bottom: 0px;
}

/* Related table widgets */

.widget--related th {
    display: none;
}

.widget--related td {
    vertical-align: top;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

.widget--related tr:hover td {
    color: #666;
}

.widget--related .date {
    width: 20%;
    color: #999;
}

.widget--related .file-type {
    width: 22px;
}

.widget--related .file-type .icon {
    margin-right: 0;
}


/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */


.main-footer {
    overflow-y: hidden;
}

.main-footer > .container {
    position: relative;
    background-color: #fff;
    min-height: 160px;
}

.main-footer  .logo {
    width: 160px;
    height: 160px;
    text-align: center;
    line-height: 160px;
    padding: 0px;
}


.main-footer > .container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -999em;
    width: 999em;
    height: 100%;
    background: #13235b;
}

.main-footer > .container:after {
    content: '';
    background: url(../img/design-element-plus.png) no-repeat;
    background-image: url(../img/design-element-plus.svg), none;
    width: 68px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0px;
}

/**
 * FANCYBOX
 * ----------------------------------------
 */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #FFF;
    color: #333;
    text-shadow: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #333;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../img/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../img/fancybox/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span,
.touch .fancybox-nav span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #FFF;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/* Retina graphics! */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../img/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(../img/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


/**
 * MEDIA QUERIES
 * ----------------------------------------
 */

/* Mobile */

@media only screen and (max-width: 767px) {

    /* Responsive fix */

    .wow,
    .animated {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .program .grid__item.expanded-bottom:after,
    .panel--extended-left:before,
    .panel--extended-right:before,
    .panel--wider-right:after,
    .panel--wider-left:after  {
        display: none !important;
    }

    /* Panel paddings */

    .panel--full {
        padding: 0;
    }

    .panel--condensed,
    .panel--expanded,
    .panel--expanded-smaller,
    .panel--expanded-top,
    .panel--expanded-bottom,
    .panel--condensed-right {
        padding: 40px;
    }

    .panel--condensed-right {
        padding: 40px;
    }

    .section--overlapping {
        position: relative;
        top: 0px;
        margin-bottom: 0px;
    }

    .register .container {
        padding: 40px;
    }

    .overlay {
            overflow-y: scroll;
    }

    .overlay .container {
        padding: 20px;
    }

    .overlay .row,
    .overlay .grid__item {
        margin-bottom: 0px !important;
    }

    /* Button */

    .button--extra-large {
        padding: 0px;
        width: 100%;
        text-align: center;
    }

    .overlay .content-header {
        margin-bottom: 0px;
    }

    /* Base */

    .input {
        height: 50px;
    }

    h1 {font-size: 26px;}
    h2 {font-size: 25px;}
    h3 {font-size: 24px;}
    h4 {font-size: 23px;}
    h5 {font-size: 22px;}
    h6 {font-size: 21px;}

    figure img,
    .ie8 figure img {
        max-width: auto;
        width: 100%;
    }


    /* Labels */

    .mimic-label:before {
        display: none;
    }


    /**
     * RESPONSIVE UTILITIES
     * ----------------------------------------
     */

    .hidden-mobile {
        display: none !important;
    }

    .visible-mobile {
        display: block !important;
    }

    table.visible-mobile {
        display: table !important;
    }

    tr.visible-mobile {
        display: table-row !important;
    }

    th.visible-mobile,
    th.visible-mobile {
        display: table-cell !important;
    }


    /**
     * ABSTRACTIONS AND COMPONENTS
     * ----------------------------------------
     */

    .visually-hidden {
        display: none;
    }


    /* Block navigation */

    .nav--block .nav__item--root {
        display: block;
        float: none;
    }

    .nav--block .nav--dropdown {
        display: none;
    }


    .overlay iframe {
        width: 100% !important;
    }


    /* Togglable navigation */

    .nav--togglable > ul {
        overflow: hidden;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s;
    }


    /* Responsive button bars */

    .button-bar--responsive ul {
        float: none;
    }

    .button-bar--responsive li {
        display: block;
    }

    .button-bar--responsive ul + ul,
    .button-bar--responsive li + li {
        margin-top: 5px;
    }

    /**
     * HEADER ELEMENTS
     * ----------------------------------------
     */

    .main-header .button--register {
        margin-right: 0px;
    }

    .logo {
        padding: 20px !important;
        float: right;
    }

    .logo a img {
        max-width: 80px !important;
    }


    /**
     * CONTENT ELEMENTS
     * ----------------------------------------
     */

    .nav--page {
        margin-right: -20px;
        margin-left: -20px;
        padding: 10px 20px;
        background-color: #E5E5E5;
    }

    .nav--page h2 {
        display: block;
        margin: 0;
        cursor: pointer;
        -webkit-transition: margin 0.3s;
        -moz-transition: margin 0.3s;
        transition: margin 0.3s;
    }

    .nav--page.open h2 {
        margin-bottom: 10px;
    }

    /* FOOTER ELEMENTS
     * ----------------------------------------
     */

    .main-footer > .container {
        padding: 0px 40px;
    }

    .main-footer > .container:after {
        display: none;
    }

    .list--footer .link:last-child {
        margin-left: 0px;
    }

}


/* Phone */

@media only screen and (max-width: 479px) {

    /**
     * RESPONSIVE UTILITIES
     * ----------------------------------------
     */

    .hidden-phone {
        display: none !important;
    }

    .visible-phone {
        display: block !important;
    }

    table.visible-phone {
        display: table !important;
    }

    tr.visible-phone {
        display: table-row !important;
    }

    th.visible-phone,
    th.visible-phone {
        display: table-cell !important;
    }


    /**
     * ABSTRACTIONS AND COMPONENTS
     * ----------------------------------------
     */

    .panel:not(.panel--bordered):not(.no-bleed),
    .media:not(.no-bleed) {
        margin-left: -0px;
        margin-right: -0px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}


/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    /* Responsive fix */

    .wow,
    .animated {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    /**
     * RESPONSIVE UTILITIES
     * ----------------------------------------
     */

    .hidden-tablet {
        display: none !important;
    }

    .visible-tablet {
        display: block !important;
    }

    table.visible-tablet {
        display: table !important;
    }

    tr.visible-tablet {
        display: table-row !important;
    }

    th.visible-tablet,
    th.visible-tablet {
        display: table-cell !important;
    }

    h1 {font-size: 30px;}
    h2 {font-size: 28px;}
    h3 {font-size: 26px;}
    h4 {font-size: 24px;}
    h5 {font-size: 22px;}
    h6 {font-size: 20px;}

    .main-header .title {
        padding: 32px 40px !important;
    }

    .list--date li {
        font-size: 18px;
        display: block;
        margin-left: 0px !important;
        margin-bottom: 0px;
        line-height: 28px;
    }

     .hero {
        background: url(../img/hero.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 760px;
    }
    
    .carousel-cell {
        height: 540px !important;
        overflow: hidden;
    }

    .overlay {
        overflow-y: scroll;
    }

    /* Lists */

    .list--program > li:last-child:after {
        display: block;
    }
}


/* Desktop and up */

@media only screen and (min-width: 1024px) {

    /**
     * RESPONSIVE UTILITIES
     * ----------------------------------------
     */

    .hidden-desktop {
        display: none !important;
    }

    .visible-desktop {
        display: block !important;
    }

    table.visible-desktop {
        display: table !important;
    }

    tr.visible-desktop {
        display: table-row !important;
    }

    th.visible-desktop,
    th.visible-desktop {
        display: table-cell !important;
    }


    /**
     * LAYOUT ELEMENTS
     * ----------------------------------------
     */

    .lt-ie9 .container {
        width: 1220px;
    }
}


/* Layout width break */

@media only screen and (max-width: 1160px) {

    /* Responsive fix */

    .wow,
    .animated {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .hidden-break {
        display: none !important;
    }

    /* Containers */

    .container {
        max-width: 960px;
    }
    
    /**
     * HEADER ELEMENTS
     * ----------------------------------------
     */

     .main-header .container {
        max-height: 120px;
        padding: 0px;
        background-color: #13235B;
    }

    .logo {
        padding: 40px;
        float: right;
    }

    .logo a img {
        max-width: 160px;
    }

    .main-header .title {
        padding: 20px 40px;
        padding-right: 0px;
    }

    .list--date li {
        margin-left: 20px;
    }

    .list--date > li:after {
        display: none;
    }

    .list--date > li:last-child:after {
        display: none;
    }

    .carousel-cell {
        height: 660px;
        overflow: hidden;
    }

    .overlay {
        overflow-y: scroll;
    }

    /**
     * FOOTER ELEMENTS
     * ----------------------------------------
     */

    .main-footer > .container:after {
        right: 40px;
    }
}


@media only screen and (max-width: 1400px) { 
    .flickity-prev-next-button.previous { right: 120px !important; }
    .flickity-prev-next-button.next { right: 0px !important;}
}