article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1em;
}

::-moz-selection {
    background: #CCC;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #CCC;
    color: #000;
    text-shadow: none;
}

a {
    color: #06F;
    text-decoration: none;
    -moz-transition: all .33s;
    -o-transition: all .33s;
    -ms-transition: all .33s;
    -webkit-transition: all .33s;
    transition: all .33s;
}

a:hover {
    color: #F30;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto !important
}

.map img,
#map_canvas img,
#map_canvas2 img {
    max-width: none;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    background: #eee;
}

body {
    background: #fff;
    color: #333;
    font-size: 1em;
    line-height: 1.375em;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    color: #005295;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #005295;
    text-decoration: underline;
}

a:active {
    outline: none;
}

a.arrow {
    position: relative;
    display: inline-block;
    padding-left: 1.25em;
}

a.arrow:before {
    content: "\f144";
    position: absolute;
    top: 0;
    left: 0;
    color: #edbf06;
    font-family: "FontAwesome";
    font-weight: normal;
}

a.arrow:before:hover {
    text-decoration: none;
}

p {
    margin: 20px 0;
    margin: 1.25rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #005295;
    font-family: "Maven Pro", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0;
    margin: 1.25rem 0;
    letter-spacing: -1px;
}

h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
    line-height: 2.75rem;
}

h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
}

h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
}

h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
}

h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
}

hr {
    display: block;
    clear: both;
    height: 1px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 20px 0;
    margin: 1.25rem 0;
    font-size: 1px;
    line-height: 1px;
    border: 0 none;
    background: #ccc;
    color: #ccc;
}

img[data-src] {
    opacity: 0;
    transition: opacity .3s ease-in;
}

small {
    display: inline-block;
    font-size: 0.75em;
    line-height: 1.3333333333333333em;
}

.text-large {
    font-size: 1.125em;
    line-height: 1.3333333333333333em;
}

.text-larger {
    font-size: 1.25em;
    line-height: 1.3em;
}

.text-center {
    text-align: center;
}

.img-left,
.img-right {
    display: block;
    margin: 20px auto;
    margin: 1.25rem auto;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.social-icons {
    list-style: none;
    margin: 20px 0;
    margin: 1.25rem 0;
    padding: 0;
}

.social-icons li {
    display: inline;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 8px;
    margin: 0 .5rem;
}

.show-ie {
    display: none;
}

.lt-ie9 .show-ie {
    display: inherit;
}

.lt-ie9 .hide-ie {
    display: none;
}

header {
    position: relative;
    z-index: 99;
    margin-top: 40px;
    margin-top: 2.5rem;
    background: #eee;
    border-bottom: 5px solid #edbf06;
}

header .logo {
    width: 100%;
    max-width: 314px;
    margin: 10px auto;
    margin: .625rem auto;
}

header .logo a {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 31.84713375796178%;
    text-indent: -9999px;
    background: url(../svg/B&Z-Logo-Full-Color.svg	) no-repeat top left;
    background-size: 100%;
}

.lt-ie9 header h1 a {
    background-image: url(../png/logo-bark-and-zoom.png);
    -ms-behavior: url(../templates/barkandzoom/js/backgroundsize.min.htc);
}

header .taurus-credit {
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.1666666666666665em;
    margin: 10px 0;
    margin: .625rem 0;
}

header .taurus-credit a {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571428571428em;
}

header .ribbon-red {
    display: block;
    max-width: 200px;
    margin: 0 auto 10px auto;
    margin: 0 auto .625rem auto;
    font-family: "Maven Pro", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1em;
}

header nav {
    display: none;
}

footer {
    background: #eee;
    padding: 40px 0;
    padding: 2.5rem 0;
}

footer .social-icons {
    text-align: center;
    margin-top: 0;
}

footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

footer nav ul li {
    padding: 0;
    margin: 10px 0 0 0;
    margin: .625rem 0 0 0;
    font-size: 1em;
    line-height: 1em;
}

footer nav ul li:first-child {
    margin-top: 0;
}

footer nav ul li a {
    font-weight: normal;
}

footer small {
    display: block;
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 0.75em;
    line-height: 1.3333333333333333em;
    text-align: center;
}

footer small a,
footer small a:hover {
    color: #333;
    font-weight: normal;
}

.content-area {
    position: relative;
    background: #fff;
    padding: 20px 0;
    padding: 1.25rem 0;
}

.content-area .sidebar {
    margin-top: 20px;
    margin-top: 1.25rem;
}

.content-area .content>*:first-child,
.content-area .sidebar>*:first-child {
    margin-top: 0;
}

.content-area .content>*:last-child,
.content-area .sidebar>*:last-child {
    margin-bottom: 0;
}

.content-area+.content-area {
    padding-top: 0;
}

.content-area ul {
    list-style: none;
    padding-left: 25px;
    padding-left: 1.563rem;
    margin: 20px 0;
    margin: 1.25rem 0;
}

.content-area ul li {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.25em;
}

.content-area ul li:before {
    position: absolute;
    display: block;
    left: -20px;
    left: -1.25rem;
    top: 8px;
    top: .5rem;
    content: "";
    width: 8px;
    width: .5rem;
    height: 8px;
    height: .5rem;
    border-radius: 8px;
    border-radius: .5rem;
    background: #edbf06;
}

.content-area ol {
    padding-left: 25px;
    padding-left: 1.563rem;
    margin: 20px 0;
    margin: 1.25rem 0;
}

.content-area ol li {
    margin: 0;
    padding: 0;
}

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.column-row,
ul.column-row {
    margin: 20px 0;
    margin: 1.25rem 0;
    padding: 0;
}

ul.column-row {
    list-style: none;
}

.column-row>*,
ul.column-row>li {
    margin: 0;
    padding: 0;
}

ul.column-row>li {
    line-height: inherit;
}

ul.column-row>li:before {
    display: none;
}

.column-row>*+*,
ul.column-row>li+li {
    margin-top: 20px;
    margin-top: 1.25rem;
}

.column-row>*>*:first-child {
    margin-top: 0;
}

.column-row>*>*:last-child {
    margin-bottom: 0;
}

label {
    font-weight: bold;
}

input[type="text"],
input[type="password"],
select,
textarea {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px;
    padding: .625rem;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.25em;
    background: #eee;
    border: none;
    border-radius: 5px;
    border-radius: .3125rem;
}

::-webkit-input-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}

.btn,
input[type="submit"] {
    display: inline-block;
    width: 100%;
    padding: 8px 20px;
    padding: .5rem 1.25rem;
    color: #fff;
    text-align: center;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.25em;
    font-weight: bold;
    text-shadow: 1px 1px 2px #905b00;
    border: 2px solid #edbf06;
    border-radius: 5px;
    border-radius: .3125rem;
    outline: 0;
    background: #edbf06;
    background: -webkit-linear-gradient(#edbf06 0%, #d19219 100%);
    background: -o-linear-gradient(#edbf06 0%, #d19219 100%);
    background: linear-gradient(#edbf06 0%, #d19219 100%);
    filter: none;
}

.blue-btn {
    border: 2px solid #00a0de;
    text-shadow: 1px 1px 2px #104b79;
    background: #025395;
    background: -moz-linear-gradient(to bottom, #00a0de 0%, #0083b8 100%);
    background: -webkit-linear-gradient(to bottom, #00a0de 0%, #0083b8 100%);
    background: linear-gradient(to bottom, #00a0de 0%, #0083b8 100%);
}

.ie9 .btn,
.lt-ie9 .btn,
.ie9 input[type="submit"],
.lt-ie9 input[type="submit"] {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edbf06', endColorstr='#d19219', GradientType=0);
    border-radius: 0;
}

.btn:hover,
input[type="submit"]:hover,
.btn:focus,
input[type="submit"]:focus {
    color: #fff;
    text-decoration: underline;
}

.btn+.btn {
    margin-top: 10px;
    margin-top: .625rem;
}

table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table tr {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table tr.no-border {
    border-bottom: 0;
}

table tr.no-border+tr td {
    padding-top: 0;
}

table tr td,
table tr th {
    padding: 5px 10px;
    padding: .3125rem .625rem;
}

table tr td {
    vertical-align: top;
}

table tr th {
    vertical-align: bottom;
    color: #fff;
    background: #005295;
    font-weight: normal;
}

table.no-borders,
table.no-borders tr {
    border: none;
}

table.no-borders tr:first-child td,
table.no-borders tr:first-child th {
    padding-top: 0;
}

table.no-borders tr:last-child td,
table.no-borders tr:last-child th {
    padding-bottom: 0;
}

table.no-borders tr td:first-child,
table.no-borders tr th:first-child {
    padding-left: 0;
}

table.no-borders tr td:last-child,
table.no-borders tr th:last-child {
    padding-right: 0;
}

.table-scroll-wrap {
    overflow-x: scroll;
}

.table-scroll-wrap {
    width: auto !important;
}

.round-promo {
    margin: 20px auto;
    margin: 1.25rem auto;
    text-align: center;
    font-size: 1.125em;
    line-height: 1.333em;
    outline: none;
}

.round-promo br {
    display: none;
}

.ribbon-red {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    padding: .625rem 1.25rem;
    margin: 20px;
    margin: 1.25rem;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    background: #d72e28;
}

.ribbon-red:before,
.ribbon-red:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    width: 1.25rem;
    background: url(../svg/ribbon-red-left.svg) no-repeat;
    background-size: contain;
    -ms-behavior: url(../templates/barkandzoom/js/backgroundsize.min.htc);
}

.ribbon-red:before {
    left: -20px;
    left: -1.25rem;
}

.ribbon-red:after {
    right: -20px;
    right: -1.25rem;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

a.ribbon-red,
.ribbon-red a {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

a.ribbon-red:hover {
    color: #fff;
    text-decoration: none;
}

.ribbon-red a:hover {
    color: #fff;
    text-decoration: underline;
}

.ribbon-red.contest {
    max-width: 500px;
}

ul.video-with-transcript,
ul.video-with-transcript>li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

ul.video-with-transcript>li:before {
    display: none;
}

ul.video-with-transcript>li:nth-child(2) {
    margin-top: 1.25rem;
}

ul.video-with-transcript>li:nth-child(2) .transcript {
    overflow-y: scroll;
    max-height: 12.5rem;
    padding-right: 1.25rem;
}

ul.video-with-transcript>li:nth-child(2) .transcript>p:first-child {
    margin-top: 0;
}

ul.video-with-transcript>li:nth-child(2) .transcript>p:last-child {
    margin-bottom: 0;
}

.code-box {
    width: 100%;
    height: 150px;
    height: 9.375rem;
    box-sizing: border-box;
    padding: 10px;
    padding: .625rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.875em;
    line-height: 1.1428571428571428em;
}

.mobile-nav-bar {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    height: 2.5rem;
    width: 100%;
    background: #005395;
    z-index: 99;
}

.mobile-nav-bar .mobile-nav-button {
    display: block;
    float: left;
    height: 30px;
    height: 1.875rem;
    width: 35px;
    width: 2.188rem;
    margin: 5px;
    margin: .3125rem;
    padding: 0;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    border-radius: .3125rem;
    cursor: pointer;
}

.mobile-nav-bar .mobile-nav-button i {
    color: #005295;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
}

.mobile-nav {
    display: block;
    position: absolute;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #333;
    z-index: 100 !important;
    box-sizing: border-box;
}

.mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #555;
}

.mobile-nav ul li:hover {
    background: #555;
}

.mobile-nav ul li a {
    padding: .75em 0 .75em .75em;
    display: block;
    color: #fff;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.1111111111111112em;
    text-decoration: none;
}

.mobile-nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

.mobile-navigation {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    padding: 0;
    margin: 0;
    background: #333;
}

.mobile-navigation ul,
.mobile-navigation ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-navigation>ul>li {
    border-bottom: 1px solid #555;
}

.mobile-navigation ul li a {
    display: block;
    padding: 10px 15px;
    padding: .625rem .9375rem;
    color: #fff;
    text-decoration: none;
}

.mobile-navigation>ul>li>a {
    font-size: 1.125em;
    line-height: 1.333em;
}

.mobile-navigation ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #555;
}

.mobile-navigation>ul>li>ul>li {
    border-top: 1px solid #555;
}

.mobile-navigation>ul>li>ul>li>a {
    padding-left: 30px;
    padding-left: 1.875rem;
}

.mobile-body-wrapper {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 100%;
    min-height: 100%;
    min-width: 100%;
    background-color: #fff;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    cursor: default;
}

label[for="nav-trigger"] .icon-bar {
    display: block;
    height: 40px;
    height: 2.5rem;
    padding: 5px;
    padding: .3125rem;
    background: #005395;
}

label[for="nav-trigger"] .icon-bar i.fa-bars {
    padding: 3px 6px;
    padding: .1875rem .375rem;
    color: #005395;
    font-family: "FontAwesome";
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1em;
    background: #fff;
    border-radius: 6px;
    border-radius: .375rem;
    cursor: pointer;
}

.nav-trigger+label,
.mobile-body-wrapper {
    transition: left 0.2s;
}

.nav-trigger:checked+label {
    left: 87%;
    height: 100%
}

.nav-trigger:checked~.mobile-body-wrapper {
    left: 87%;
}

.no-mt {
    margin-top: 0 !important;
}

.no-mr {
    margin-right: 0 !important;
}

.no-ml {
    margin-left: 0 !important;
}

.no-mb {
    margin-bottom: 0 !important;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .mobile-navigation,
    .nav-trigger,
    label[for="nav-trigger"],
    header,
    footer {
        display: none;
    }
}

@media screen and (min-width: 780px) {

    label[for="nav-trigger"],
    .mobile-navigation {
        display: none;
    }

    .wrapper {
        padding: 0 2.5%;
    }

    .mobile-nav-bar {
        display: none;
    }

    hr {
        margin: 30px 0;
        margin: 1.875rem 0;
    }

    .img-left {
        float: left;
        max-width: 25%;
        margin: 6px 20px 6px 0;
        margin: .375rem 1.25rem .375rem 0;
    }

    .img-right {
        float: right;
        max-width: 25%;
        margin: 6px 0 6px 20px;
        margin: .375rem 0 .375rem 1.25rem;
    }

    header {
        margin-top: 0;
    }

    header .wrapper {
        position: inherit;
    }

    header .logo {
        float: left;
        margin: 10px 0;
        margin: .625rem 0;
    }

    header .taurus-credit {
        float: left;
        margin: 20px 0 0 10px;
        margin: 1.25rem 0 0 .625rem;
    }

    header .taurus-credit a {
        display: block;
        margin-top: 5px;
        margin-top: .3125rem;
        width: 70px;
        height: 70px;
        overflow: hidden;
        text-indent: -9999px;
        background-image: url(../svg/logo-taurus-circle.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .lt-ie9 header .taurus-credit a {
        background-image: url(../png/logo-taurus-circle.png);
        -ms-behavior: url(../templates/barkandzoom/js/backgroundsize.min.htc);
    }

    header .ribbon-red {
        position: absolute;
        top: 35px;
        right: 0;
        max-width: none;
        padding: 10px 40px;
        padding: .625rem 2.5rem;
        font-size: 30px;
        font-size: 1.875rem;
    }

    header nav {
        display: block;
        clear: both;
        margin-top: 10px;
        margin-top: .625rem;
        border-top: 1px solid #fff;
    }

    header nav>ul {
        position: relative;
        margin: 5px -5px;
        margin: .3125em -.3125em;
    }

    header nav>ul>li {
        position: relative;
        display: inline-block;
    }

    header nav>ul>li>a {
        display: block;
        padding: 5px;
        padding: .3125rem;
        font-size: 1em;
        line-height: 1em;
    }

    header nav>ul>li.has-subnav>a:after {
        display: inline-block;
        content: "\f0d7";
        margin-left: 8px;
        margin-left: .5rem;
        font-family: "FontAwesome";
        text-decoration: none !important;
        border: 0;
    }

    header nav>ul>li>ul {
        display: none;
    }

    header nav>ul>li:hover>ul {
        display: block;
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;
        min-width: 200px;
        background-color: #005295;
    }

    header nav>ul>li:hover>ul>li {
        border-bottom: 1px solid #fff;
    }

    header nav>ul>li:hover>ul>li>a {
        display: block;
        padding: 10px 15px;
        padding: .625rem .9375rem;
        color: #fff;
        font-size: 1em;
        line-height: 1.375em;
    }

    header nav ul li.nav_TermsConditions,
    header nav ul li.nav_PrivacyPolicy {
        display: none;
    }

    footer nav ul li {
        display: inline-block;
        margin: 0 0 0 20px;
        margin: 0 0 0 1.25rem;
    }

    footer nav ul li:first-child {
        margin-left: 0;
    }

    .content-area {
        padding: 40px 0;
        padding: 2.5rem 0;
    }

    .content-area .content {
        float: left;
        width: 65.555%;
    }

    .content-area .sidebar {
        float: right;
        width: 31.111%;
        margin-top: 0;
    }

    .content-area .content.full-width {
        float: none;
        width: 100%;
    }

    .column-row>*,
    ul.column-row>li {
        float: left;
    }

    .column-row>*+*,
    ul.column-row>li+li {
        margin-top: 0;
        margin-left: 3.333%;
    }

    .column-row>*.one-half {
        width: 48.333%;
    }

    .column-row>*.one-third {
        width: 31.111%;
    }

    .column-row>*.two-thirds {
        width: 65.555%;
    }

    .column-row>*.one-fourth {
        width: 22.5%;
    }

    .column-row>*.three-fourths {
        width: 74.166%;
    }

    .btn,
    input[type="submit"] {
        display: inline-block;
        width: auto;
    }

    .btn+.btn {
        margin-top: 0;
        margin-left: 12px;
        margin-left: .75rem;
    }

    .table-scroll-wrap {
        overflow-x: auto;
    }

    ul.video-with-transcript {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: stretch;
    }

    ul.video-with-transcript>li {
        position: relative;
    }

    ul.video-with-transcript>li:nth-child(1) {
        width: 65.555%;
    }

    ul.video-with-transcript>li:nth-child(2) {
        width: 31.111%;
        margin-top: 0;
    }

    ul.video-with-transcript>li:nth-child(2) .transcript {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: none;
    }
}

@media screen and (min-width: 1000px) {
    header .logo {
        width: 100%;
    }
}

@media screen and (min-width: 1180px) {
    header nav>ul {
        margin: 0;
    }

    header nav>ul>li>a {
        padding: 10px;
        padding: .625rem;
    }

    header nav>ul>li:first-child>a {
        padding-left: 0;
    }

    header nav>ul>li.nav_Reservations {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    header nav>ul>li.nav_Reservations>a {
        padding: 13px 25px;
        padding: .8125rem 1.5625rem;
        color: #fff;
        font-size: 1.25em;
        line-height: 1em;
        text-shadow: 1px 1px 2px #905b00;
        border: 2px solid #edbf06;
        border-bottom: 0;
        border-radius: 5px 5px 0 0;
        border-radius: .3125rem .3125rem 0 0;
        outline: 0;
        background: #edbf06;
        background: -webkit-linear-gradient(#d19219 0%, #edbf06 100%);
        background: -o-linear-gradient(#d19219 0%, #edbf06 100%);
        background: linear-gradient(#d19219 0%, #edbf06 100%);
        filter: none;
    }

    
   .services {
           position: absolute;
        right: 0;
        bottom: 0;
        padding: 13px 25px;
        padding: .8125rem 1.5625rem;
        color: #fff;
        font-size: 1.25em;
        line-height: 1em;
        text-shadow: 1px 1px 2px #905b00;
        border: 2px solid #edbf06;
        border-bottom: 0;
        border-radius: 5px 5px 0 0;
        border-radius: .3125rem .3125rem 0 0;
        outline: 0;
        background: #edbf06;
        background: -webkit-linear-gradient(#d19219 0%, #edbf06 100%);
        background: -o-linear-gradient(#d19219 0%, #edbf06 100%);
        background: linear-gradient(#d19219 0%, #edbf06 100%);
        filter: none;
    }


    .round-promo {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        width: 230px;
        width: 14.375rem;
        height: 230px;
        height: 14.375rem;
        overflow: hidden;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        border-radius: 100%;
        border: 5px solid #edbf06;
        background: #005295;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    }

    .round-promo br {
        display: block;
    }

    .round-promo a,
    a.round-promo {
        color: #fff;
        text-decoration: none;
    }

    .round-promo a:hover,
    a.round-promo:hover {
        color: #fff;
        text-decoration: underline;
    }

    .round-promo.gradient-btm span {
        position: relative;
        z-index: 2;
    }

    .round-promo.gradient-btm:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    }

    #better-way-promo {
        text-shadow: 1px 1px 2px #000;
        background: url(../assets/promo-better-way-bgr.jpg) no-repeat center center;
        background-size: cover;
    }

    #better-way-promo i {
        display: inline-block;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1em;
        margin-bottom: 5px;
        margin-bottom: .3125rem;
    }

    #five-min-promo {
        font-size: 1.75em;
        line-height: 1.2142857142857142em;
    }

    #gaba-promo {
        padding: 20px;
        padding: 1.25rem;
        font-size: 1em;
        line-height: 1.25em;
        transform: rotate(-10deg);
    }

    #tour-promo {
        justify-content: flex-end;
        padding-bottom: 40px;
        padding-bottom: 2.5rem;
        text-shadow: 1px 1px 2px #000;
        background: url(../assets/video-tour-promo-bgr.jpg) no-repeat center center;
        background-size: cover;
    }

    #tour-promo i {
        display: inline-block;
    }

    #story-promo {
        text-shadow: 1px 1px 2px #000;
        background: url(/templates/barkandzoom/assets/tourBG.jpg) no-repeat center center;
        background-size: cover;
    }

    #story-promo i {
        display: inline-block;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1em;
        margin-bottom: 5px;
        margin-bottom: .3125rem;
    }

    #cts-promo {
        padding: 10px;
        padding: .625rem;
        font-size: 1.0625em;
        line-height: 1.2352941176470589em;
    }

    #cts-promo i {
        display: inline-block;
        font-size: 26px;
        font-size: 1.75rem;
        line-height: 1em;
        margin-bottom: 5px;
        margin-bottom: .3125rem;
    }


}

@media screen and (min-width: 1280px) {
    .wrapper {
        padding: 0;
    }
}