/*
* Bootstrap 3 XL CSS Grid
*
* Bootstrap 3 XL CSS Grid addition for big and retina screens coverage
*
* Extends Bootstrap v3 by:
* Adding col-xl (1664+), col-xxl (1920+), col-xxxl (2560+)
* Adding visible and hidden options for all three
* Optionally limiting visible-lg, hidden-lg (1200+) classes to max 1664px
* Optionally increasing container fixed width for all three screen sizes
*
* Copyright 2014 Arnis Puskeiris (apbyte, arnico)
* Licensed under the MIT License
* http://opensource.org/licenses/MIT
*/
/* ==========================================================================
   Fix visible-lg and hidden-lg for resolutions over 1664px
   Remove if don't want to use
   ========================================================================== */
@import url("//hello.myfonts.net/count/3b4c5d");
@media (min-width: 1664px) {
  .visible-lg {
    display: none !important; }
  .hidden-lg {
    display: block !important; }
  table.hidden-lg {
    display: table; }
  tr.hidden-lg {
    display: table-row !important; }
  td.hidden-lg,
  th.hidden-lg {
    display: table-cell !important; } }

/* ==========================================================================
   Set containers fixed sizes for >1664px, >1920px, >2560px
   Remove all if don't want to use big fixed sizes for all blocks
   You still can use cols with .container-fluid blocks
   ========================================================================== */
/*@media (min-width:1664px){.container{width:1530px}}
@media (min-width:1920px){.container{width:1888px}}
@media (min-width:2560px){.container{width:2208px}}*/
/* ==========================================================================
   col-xl, col-xxl, col-xxxl setup.
   Don't remove anything below this line
   ========================================================================== */
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xxl-1,
.col-xxl-100,
.col-xxl-111,
.col-xxl-122,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxxl-1,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.visible-xl,
.visible-xxl,
.visible-xxxl {
  display: none !important; }

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

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

@media (min-width: 2560px) {
  .col-xxxl-1,
  .col-xxxl-10,
  .col-xxxl-11,
  .col-xxxl-12,
  .col-xxxl-2,
  .col-xxxl-3,
  .col-xxxl-4,
  .col-xxxl-5,
  .col-xxxl-6,
  .col-xxxl-7,
  .col-xxxl-8,
  .col-xxxl-9 {
    float: left; }
  .col-xxxl-12 {
    width: 100%; }
  .col-xxxl-11 {
    width: 91.66666667%; }
  .col-xxxl-10 {
    width: 83.33333333%; }
  .col-xxxl-9 {
    width: 75%; }
  .col-xxxl-8 {
    width: 66.66666667%; }
  .col-xxxl-7 {
    width: 58.33333333%; }
  .col-xxxl-6 {
    width: 50%; }
  .col-xxxl-5 {
    width: 41.66666667%; }
  .col-xxxl-4 {
    width: 33.33333333%; }
  .col-xxxl-3 {
    width: 25%; }
  .col-xxxl-2 {
    width: 16.66666667%; }
  .col-xxxl-1 {
    width: 8.33333333%; }
  .col-xxxl-pull-12 {
    right: 100%; }
  .col-xxxl-pull-11 {
    right: 91.66666667%; }
  .col-xxxl-pull-10 {
    right: 83.33333333%; }
  .col-xxxl-pull-9 {
    right: 75%; }
  .col-xxxl-pull-8 {
    right: 66.66666667%; }
  .col-xxxl-pull-7 {
    right: 58.33333333%; }
  .col-xxxl-pull-6 {
    right: 50%; }
  .col-xxxl-pull-5 {
    right: 41.66666667%; }
  .col-xxxl-pull-4 {
    right: 33.33333333%; }
  .col-xxxl-pull-3 {
    right: 25%; }
  .col-xxxl-pull-2 {
    right: 16.66666667%; }
  .col-xxxl-pull-1 {
    right: 8.33333333%; }
  .col-xxxl-pull-0 {
    right: 0; }
  .col-xxxl-push-12 {
    left: 100%; }
  .col-xxxl-push-11 {
    left: 91.66666667%; }
  .col-xxxl-push-10 {
    left: 83.33333333%; }
  .col-xxxl-push-9 {
    left: 75%; }
  .col-xxxl-push-8 {
    left: 66.66666667%; }
  .col-xxxl-push-7 {
    left: 58.33333333%; }
  .col-xxxl-push-6 {
    left: 50%; }
  .col-xxxl-push-5 {
    left: 41.66666667%; }
  .col-xxxl-push-4 {
    left: 33.33333333%; }
  .col-xxxl-push-3 {
    left: 25%; }
  .col-xxxl-push-2 {
    left: 16.66666667%; }
  .col-xxxl-push-1 {
    left: 8.33333333%; }
  .col-xxxl-push-0 {
    left: 0; }
  .col-xxxl-offset-12 {
    margin-left: 100%; }
  .col-xxxl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxxl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxxl-offset-9 {
    margin-left: 75%; }
  .col-xxxl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxxl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxxl-offset-6 {
    margin-left: 50%; }
  .col-xxxl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxxl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxxl-offset-3 {
    margin-left: 25%; }
  .col-xxxl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxxl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxxl-offset-0 {
    margin-left: 0; }
  .visible-xxxl {
    display: block !important; }
  table.visible-xxxl {
    display: table; }
  tr.visible-xxxl {
    display: table-row !important; }
  td.visible-xxxl,
  th.visible-xxxl {
    display: table-cell !important; }
  .hidden-xxxl {
    display: none !important; } }

@media (min-width: 1664px) and (max-width: 1919px) {
  .hidden-xl {
    display: none !important; } }

@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-xxl {
    display: none !important; } }

/* custom bootstrap grid by Hugh Anderson
Adds option for 8 and 10 col grids
PS: we only need to 18 option for xl screens;
*/
.col-xs-110 {
  width: calc(100% / 10); }

/* 1/10 */
.col-xs-18 {
  width: calc(100% / 8); }

/* 1/8 */
.col-xs-15 {
  width: calc(100% / 5); }

/* 1/5 */
.col-xs-38 {
  width: calc(300% / 8); }

/* 3/8 */
.col-xs-310 {
  width: calc(300% / 10); }

/* 3/10 */
.col-xs-25 {
  width: calc(200% / 5); }

/* 2/5 */
.col-xs-35 {
  width: calc(300% / 5); }

/* 3/5 */
.col-xs-58 {
  width: calc(500% / 8); }

/* 5/8 */
.col-xs-710 {
  width: calc(700% / 10); }

/* 7/10 */
.col-xs-45 {
  width: calc(400% / 5); }

/* 4/5 */
.col-xs-78 {
  width: calc(700% / 8); }

/* 7/8 */
.col-xs-910 {
  width: calc(900% / 10); }

/* 9/10 */
.col-xs-110,
.col-xs-18,
.col-xs-15,
.col-xs-38,
.col-xs-310,
.col-xs-25,
.col-xs-35,
.col-xs-58,
.col-xs-710,
.col-xs-45,
.col-xs-78,
.col-xs-910 {
  float: left; }

@media (min-width: 768px) {
  .col-sm-110 {
    width: calc(100% / 10); }
  .col-sm-18 {
    width: calc(100% / 8); }
  .col-sm-15 {
    width: calc(100% / 5); }
  .col-sm-38 {
    width: calc(300% / 8); }
  .col-sm-310 {
    width: calc(300% / 10); }
  .col-sm-25 {
    width: calc(200% / 5); }
  .col-sm-35 {
    width: calc(300% / 5); }
  .col-sm-58 {
    width: calc(500% / 8); }
  .col-sm-710 {
    width: calc(700% / 10); }
  .col-sm-45 {
    width: calc(400% / 5); }
  .col-sm-78 {
    width: calc(700% / 8); }
  .col-sm-910 {
    width: calc(900% / 10); }
  .col-sm-110,
  .col-sm-18,
  .col-sm-15,
  .col-sm-38,
  .col-sm-310,
  .col-sm-25,
  .col-sm-35,
  .col-sm-58,
  .col-sm-710,
  .col-sm-45,
  .col-sm-78,
  .col-sm-910 {
    float: left; } }

@media (min-width: 992px) {
  .col-md-110 {
    width: calc(100% / 10); }
  .col-md-18 {
    width: calc(100% / 8); }
  .col-md-15 {
    width: calc(100% / 5); }
  .col-md-38 {
    width: calc(300% / 8); }
  .col-md-310 {
    width: calc(300% / 10); }
  .col-md-25 {
    width: calc(200% / 5); }
  .col-md-35 {
    width: calc(300% / 5); }
  .col-md-58 {
    width: calc(500% / 8); }
  .col-md-710 {
    width: calc(700% / 10); }
  .col-md-45 {
    width: calc(400% / 5); }
  .col-md-78 {
    width: calc(700% / 8); }
  .col-md-910 {
    width: calc(900% / 10); }
  .col-md-110,
  .col-md-18,
  .col-md-15,
  .col-md-38,
  .col-md-310,
  .col-md-25,
  .col-md-35,
  .col-md-58,
  .col-md-710,
  .col-md-45,
  .col-md-78,
  .col-md-910 {
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-110 {
    width: calc(100% / 10); }
  .col-lg-18 {
    width: calc(100% / 8); }
  .col-lg-15 {
    width: calc(100% / 5); }
  .col-lg-38 {
    width: calc(300% / 8); }
  .col-lg-310 {
    width: calc(300% / 10); }
  .col-lg-25 {
    width: calc(200% / 5); }
  .col-lg-35 {
    width: calc(300% / 5); }
  .col-lg-58 {
    width: calc(500% / 8); }
  .col-lg-710 {
    width: calc(700% / 10); }
  .col-lg-45 {
    width: calc(400% / 5); }
  .col-lg-78 {
    width: calc(700% / 8); }
  .col-lg-910 {
    width: calc(900% / 10); }
  .col-lg-110,
  .col-lg-18,
  .col-lg-15,
  .col-lg-38,
  .col-lg-310,
  .col-lg-25,
  .col-lg-35,
  .col-lg-58,
  .col-lg-710,
  .col-lg-45,
  .col-lg-78,
  .col-lg-910 {
    float: left; } }

/* eoc xl 1 8 col option */
@media (min-width: 1664px) {
  .col-xl-18 {
    width: calc(100% / 8); }
  .col-xl-18 {
    float: left; } }

.col-xs-110,
.col-xs-18,
.col-xs-15,
.col-xs-38,
.col-xs-310,
.col-xs-25,
.col-xs-35,
.col-xs-58,
.col-xs-710,
.col-xs-45,
.col-xs-78,
.col-xs-910,
.col-sm-110,
.col-sm-18,
.col-sm-15,
.col-sm-38,
.col-sm-310,
.col-sm-25,
.col-sm-35,
.col-sm-58,
.col-sm-710,
.col-sm-45,
.col-sm-78,
.col-sm-910,
.col-md-110,
.col-md-18,
.col-md-15,
.col-md-38,
.col-md-310,
.col-md-25,
.col-md-35,
.col-md-58,
.col-md-710,
.col-md-45,
.col-md-78,
.col-md-910,
.col-lg-110,
.col-lg-18,
.col-lg-15,
.col-lg-38,
.col-lg-310,
.col-lg-25,
.col-lg-35,
.col-lg-58,
.col-lg-710,
.col-lg-45,
.col-lg-78,
.col-lg-910,
.col-xl-18 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* set  for when mobile main nav shall appear */
@media (max-width: 1260px) {
  .navbar-default .navbar-header {
    float: none; }
  .navbar-default .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-default .navbar-toggle {
    display: block; }
  .navbar-default .navbar-collapse {
    border-top: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-default .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-default .navbar-collapse.collapse {
    display: none !important; }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 0; }
  .navbar-default .navbar-nav > li {
    float: none; }
  .navbar-default .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0; }
  .navbar-default .collapse.in {
    display: block !important; } }

/* theme(theme-rscg, $white, $grey-darkest, $grey-dark, $grey-reg, $white, $grey-reg, $grey-slightly-darker, $lightgrey-videoarea, $grey-reg); */
/* theme(theme-rsa, $grey-darker, $white, $off-white, $grey-reg, $grey-medium, $grey-medium, $grey-light, $lightgrey-videoarea, $grey-reg); */
/* theme(theme-blackdog, $white, $white, $black, $grey-reg, $white, $grey-reg, $grey-slightly-darker, $grey-videoarea, $grey-darker); */
body.theme-rsa, body.theme-rscg {
  font-family: 'LL Circular Book Sub', Arial, serif; }

body.theme-rsa b, body.theme-rsa strong {
  font-family: 'LL Circular Bold Sub', Arial, serif;
  font-weight: normal; }

body.theme-scottfree, body.theme-scottfree {
  font-family: 'LL Circular Book Sub', Arial, serif; }

body.theme-blackdog {
  font-family: "NeuzeitGro-Reg", Arial, serif; }

#header, #fh5co-offcanvas, #menu-right {
  font-family: 'LL Circular Book Sub', Arial, serif; }

body.theme-blackdog b, body.theme-blackdog strong {
  font-family: "NeuzeitGro-Reg", Arial, serif;
  font-weight: normal; }

body.theme-darling {
  font-family: "Bureau Grot Lt", Arial, serif; }

body.theme-rsaphoto {
  font-family: "New Rail Alphabet", Arial, sans-serif; }

@font-face {
  font-family: "LL Circular Book Sub";
  src: url("./fonts/lineto-circular-book.eot");
  src: url("./fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("./fonts/lineto-circular-book.woff2") format("woff2"), url("./fonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "LL Circular Bold Sub";
  src: url("./fonts/lineto-circular-bold.eot");
  src: url("./fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("./fonts/lineto-circular-bold.woff2") format("woff2"), url("./fonts/lineto-circular-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "NeuzeitGro-Reg";
  src: url("./fonts/NeuzeitGro-Reg/font.eot");
  src: url("./fonts/NeuzeitGro-Reg/font.woff2") format("woff2"), url("./fonts/NeuzeitGro-Reg/font.woff") format("woff"), url("./fonts/NeuzeitGro-Reg/font.eot?#iefix") format("embedded-opentype"), url("./fonts/NeuzeitGro-Reg/font.ttf") format("truetype"); }

@font-face {
  font-family: "Bureau Grot Lt";
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: url("//cloud.typenetwork.com/projectLicenseWeb/18042/fontfile/eot/?abb733bedace68b0b1d854567d7695d070a04620");
  src: url("//cloud.typenetwork.com/projectLicenseWeb/18042/fontfile/eot/?abb733bedace68b0b1d854567d7695d070a04620#iefix") format("embedded-opentype"), url("//cloud.typenetwork.com/projectLicenseWeb/18042/fontfile/woff2/?abb733bedace68b0b1d854567d7695d070a04620") format("woff2"), url("//cloud.typenetwork.com/projectLicenseWeb/18042/fontfile/woff/?abb733bedace68b0b1d854567d7695d070a04620") format("woff"); }

@font-face {
  font-family: 'New Rail Alphabet';
  src: url("./fonts/NewRailAlphabet-WhiteWEB.woff") format("woff"), url("./fonts/NewRailAlphabet-WhiteWEB.woff2") format("woff2");
  font-weight: 280;
  font-style: normal; }

html,
body {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizelegibility;
  font-size: 14px;
  overflow: visible; }

.theme-rscg.theme-rscg-contact {
  background-image: url("../assets/bkg/rscg_about_1.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: black; }

.theme-rscg.theme-scottfree-contact {
  background-image: url("../assets/bkg/scottfree_about_1.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: black; }

p {
  margin: auto; }

h1 {
  font-size: 21px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 15px; }

h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-top: 21px;
  margin-bottom: 15px; }

h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-top: 21px;
  margin-bottom: 15px; }

hr {
  margin-top: 5px; }

.item h2, #hero-statement h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff; }

.item h3, #hero-statement h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  color: #fff; }

.item h4 {
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff; }

.item p {
  font-weight: normal;
  font-size: 18px; }

a,
a:focus,
a:active,
a:visited,
.btn:focus {
  text-decoration: none;
  /* color: $grey-reg; */ }

a:hover,
a.active,
.btn.focus,
.btn:hover {
  text-decoration: none;
  /* color: $grey-darker; */
  outline: 0 none; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

/*a:focus,
a:active,
a:visited,
.btn:focus {
    text-decoration: none;
    color: rgb(70, 72, 84);
}*/
.btn.active,
.btn:active {
  box-shadow: none;
  color: #464854; }

ul {
  list-style-type: none;
  padding: 0; }

.large {
  font-weight: 100;
  font-size: 21px;
  line-height: 25px; }

/* .medium {
    font-family: 'LL Circular Bold Sub', Arial, serif;
    font-size: $medium;
    line-height: $medium-line-height;
} */
.margin-top {
  margin-top: 40px; }

.padding-top {
  padding-top: 40px; }

#header {
  width: 100%;
  position: fixed;
  z-index: 105;
  height: 66px; }

/* #top{
    margin-top: 65px;
} */
.navbar-header {
  position: relative; }

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none; }

* {
  /* -webkit-transform-style: preserve-3d; */
  box-sizing: border-box; }

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important; }

.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.fh5co-nav-toggle i::before {
  top: -6px; }

.fh5co-nav-toggle i::after {
  bottom: -6px; }

.fh5co-nav-toggle.active i {
  background: transparent; }

.fh5co-nav-toggle.active i::before {
  top: 0;
  left: 0px;
  width: 24px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  left: 0px;
  width: 24px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.fh5co-nav-toggle {
  right: 0;
  top: 18px;
  padding: 1px 0px 0 0;
  height: 50px;
  width: 36px;
  position: fixed;
  z-index: 9999;
  border-bottom: none !important; }

#fh5co-offcanvas,
#menu-right {
  width: 375px;
  top: 0;
  position: fixed;
  z-index: 101;
  left: -375px;
  bottom: 0;
  padding: 20px;
  overflow-y: auto;
  font-size: 30px;
  line-height: 41px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

#menu-right .navbar-brand {
  font-size: 30px;
  padding: 30px 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid; }

#menu-right {
  left: auto;
  right: -375px; }

body {
  /* width: 100vw; */ }

body.offcanvas > * {
  transform: translateX(375px); }

body.offcanvas-right > * {
  transform: translateX(-375px); }

#fh5co-offcanvas img,
#menu-right img {
  height: 60px; }

#fh5co-offcanvas ul,
#menu-right ul {
  padding: 0 0 15px;
  margin: 0;
  margin-top: 30vh;
  border-bottom: 1px solid; }

#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none; }

#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none; }

#nav-icon {
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  top: -8px;
  position: absolute;
  /* z-index: 9999; */
  margin-left: -20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  @media (min-width: 1024px) {
    #nav-icon {
      margin-left: -30px; } }

#nav-icon-right {
  position: absolute;
  right: 0;
  top: -8px;
  margin-right: 20px;
  width: 36px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer; }

#nav-icon span,
#nav-icon-right span {
  display: block;
  position: absolute;
  height: 2px;
  width: 36px;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

#nav-icon.open,
#nav-icon-right.open {
  transform: translateX(-375px); }

#nav-icon-right.open,
#nav-icon-right.open {
  transform: translateX(375px); }

#nav-icon span:nth-child(1),
#nav-icon-right span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3),
#nav-icon-right span:nth-child(2),
#nav-icon-right span:nth-child(3) {
  top: 12px; }

#nav-icon span:nth-child(4),
#nav-icon-right span:nth-child(4) {
  top: 24px; }

#nav-icon.open span:nth-child(1),
#nav-icon-right.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2),
#nav-icon-right.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3),
#nav-icon-right.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(4),
#nav-icon-right.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.navbar {
  min-height: 45px;
  margin-bottom: 0px; }

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 100%; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  box-shadow: none;
  min-height: none;
  /* height: 100vh; */ }

.navbar-toggle {
  border: 0;
  float: right;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0px;
  padding: 0; }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent; }

.navbar-default .navbar-nav > li > a {
  color: #929292;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  padding: 0 8px;
  font-size: 14px;
  line-height: 47px;
  margin-top: 0px;
  margin-bottom: 0px; }

.navbar-right > ul {
  padding: 0 16px; }

.navbar > .container-fluid .navbar-brand {
  font-size: 14px;
  line-height: 47px;
  padding: 0 20px;
  margin-left: 0;
  border-right: 1px solid;
  border-left: 1px solid; }

.navbar-brand {
  height: auto; }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent; }

.searchbutton {
  margin-top: 13px;
  padding: 0 0 0 15px;
  float: left; }
  .searchbutton svg {
    width: 14px;
    height: 14px;
    outline: none; }

.spotifynav {
  margin-top: 14px;
  padding: 0 25px 0 0;
  float: left; }
  .spotifynav svg {
    width: 18px;
    height: 18px; }

.navbar-toggle {
  width: 36px;
  height: 36px;
  position: relative;
  /*margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  z-index: 9999; }

#nav-icon-right {
  display: none; }

/* mobile/desktop navigation behaviour */
@media (max-width: 1260px) {
  .navbar-default .navbar-collapse.collapse {
    display: block !important; }
  .navbar-default .navbar-nav {
    float: left !important;
    margin-top: 0; }
  .navbar-right {
    float: right !important; }
  .navbar-default .navbar-left {
    float: left !important; }
  .navbar-default .navbar-nav > li {
    float: left; }
  .navbar-default .navbar-toggle {
    display: none; } }

@media (max-width: 1010px) {
  .navbar-default .navbar-collapse.collapse .navbar-right {
    display: none !important; }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 0; }
  .navbar-default .navbar-left {
    float: none !important; }
  .navbar-right {
    float: none !important; }
  .navbar-default .navbar-toggle {
    display: block; }
  .navbar-default #nav-icon .navbar-toggle {
    display: none; }
  .searchbutton {
    margin-top: 18px;
    /* margin-right: -30px; */
    padding: 0; }
    .searchbutton svg {
      width: 28px;
      height: 28px; }
  .spotifynav {
    margin-top: 18px;
    /* margin-right: -30px; */
    padding: 0 16px 0 0; }
    .spotifynav svg {
      width: 28px;
      height: 28px; }
  #nav-icon-right {
    display: block; } }

@media (max-width: 540px) {
  .navbar-default .navbar-collapse.collapse {
    display: none !important; }
  .navbar-default #nav-icon .navbar-toggle {
    display: block; }
  .navbar-default .navbar-nav > li {
    float: none; } }

@media (min-width: 540px) {
  #header {
    height: 47px; }
  /* #top{
        margin-top: 46px;
    } */
  #fh5co-offcanvas {
    width: 375px; }
  #fh5co-offcanvas ul,
  #menu-right ul {
    margin-top: 160px; }
  #nav-icon-right span {
    height: 2px;
    width: 28px;
    left: 0; }
  #nav-icon span:nth-child(2),
  #nav-icon span:nth-child(3),
  #nav-icon-right span:nth-child(2),
  #nav-icon-right span:nth-child(3) {
    top: 9px; }
  #nav-icon span:nth-child(4),
  #nav-icon-right span:nth-child(4) {
    top: 18px; }
  .navbar-toggle {
    margin-top: 4px; }
  nav .container, nav .container-fluid {
    padding-right: 30px;
    padding-left: 30px; } }

.navbar-fixed-top {
  border: 0; }

.container.header-logo {
  position: absolute;
  z-index: 105;
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  display: none; }

/*logo on content pages */
#logo {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 104;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 200px; */ }

#logo img, #logo svg, #statement_logo img, #statement_logo svg {
  padding-top: 30px;
  width: 200px;
  padding-bottom: 7px; }

.theme-blackdog #logo img, .theme-blackdog #statement_logo img {
  padding-top: 23px;
  width: 228px;
  padding-bottom: 0px; }

#statement_logo {
  position: relative;
  /* top: 66px; */
  margin-top: 66px;
  width: 100%;
  /* z-index: 104; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-bottom: 65px; */
  /* height: 200px; */ }

.director-image {
  padding-bottom: 30px; }

.top-border-md {
  border-top: 0; }

.bottom-border-md {
  border-top: 0; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px; }

.container {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%; }

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

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

#top-outer {
  height: 68%;
  position: relative;
  width: 100%;
  margin-bottom: 0; }

#slideshow-outer, #album-outer {
  position: relative;
  margin-top: 66px;
  height: calc(100% - 66px);
  width: 100%;
  /* width: 100vw;
height: 56.25vw; */
  overflow: hidden;
  background: #000000;
  transition: none; }

.theme-rsaphoto #slideshow-outer, .theme-rsaphoto #album-outer {
  background: #f4f5f0; }

#video-outer.yt-theatre {
  margin-top: 66px;
  padding: 0;
  max-width: none; }

#video-outer {
  display: none;
  margin-top: 66px; }

#news-outer {
  margin-top: 66px; }

.close_me {
  position: absolute;
  z-index: 104;
  height: 47px;
  display: none;
  right: 25px;
  top: 67px; }
  .close_me a {
    height: 24px;
    width: 24px;
    display: block;
    margin-top: 11px;
    margin-left: 12px; }
  .close_me a span {
    display: block;
    background: #929292;
    height: 2px;
    width: 20px;
    transform: rotate(45deg);
    top: 22px;
    left: 12px;
    position: absolute; }
  .close_me a span:nth-child(2) {
    transform: rotate(-45deg); }
  .close_me a:hover span {
    background: #fff; }

#slideshow-outer, #album-outer {
  display: block; }

#slideshow-outer video {
  min-width: 100%;
  min-height: 100%;
  /*margin-left: 50vw;*/
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

#slideshow-outer > div.cycle-slideshow, #album-outer > div.cycle-slideshow {
  height: 100%; }

#slideshow-outer.album-outer > div.cycle-slideshow, #album-outer.album-outer > div.cycle-slideshow {
  max-height: calc(100vh - 180px);
  margin-top: 0; }

#slideshow-outer > div.cycle-slideshow div, #album-outer > div.cycle-slideshow div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background-size: cover; */ }

#slide-title {
  position: absolute;
  bottom: 0;
  z-index: 101; }

#slide-next {
  text-align: right;
  /*padding-right: 30px; */ }

#slideshow-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(28, 27, 30, 0.3);
  width: 100%;
  z-index: 100; }

.slide-nav-prev,
.slide-nav-next {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  z-index: 101;
  display: none; }
  .slide-nav-prev a,
  .slide-nav-next a {
    padding: 0;
    margin: 0; }

.slide-nav-prev {
  left: 0; }

.slide-nav-next {
  right: 0; }

#slide-prev .btn-circle img {
  width: 33px;
  /* 46px; */
  height: 19px;
  /* 26px; */
  /* background: url("../img/icons/left.png") 0 0 no-repeat; */
  background-size: 100%; }

/* #slide-prev .btn-circle:hover img {
    outline: 0;
    background: url("../img/icons/left_active.png") 0 0 no-repeat;
    background-size: 100%;
} */
#slide-next .btn-circle img {
  width: 33px;
  /* 46px; */
  height: 19px;
  /* 26px; */
  /* background:  url("../img/icons/right.png") 100% 0 no-repeat; */
  background-size: 100%; }

/* #slide-next .btn-circle:hover img {
    outline: 0;
    background: url("../img/icons/right_active.png") 0 0 no-repeat;
    background-size: 100%;
} */
#slide-close .btn-circle img {
  width: 40px;
  height: 40px;
  background: url("../img/close_button.png") 0 0;
  background-position: cover; }

#slide-close .btn-circle:hover img {
  outline: 0;
  background: url("../img/close_button.png") -40px 0;
  background-position: cover; }

#player, .album-outer {
  background: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0; }
  #player a, .album-outer a {
    color: #fff;
    /* font-family: 'New Rail Alphabet Light', Arial, serif; */ }
  #player a:hover, .album-outer a:hover {
    color: #929292; }

/* .theme-rsaphoto #player {
    background: $lightergrey-videoarea;
    & a {
        color: $darkest-blue;

    }
}
 */
.yt-theatre iframe {
  z-index: 100;
  width: 100%;
  height: calc((9 / 16) * 100vw);
  max-height: calc(100vh - 160px); }

#player p {
  text-align: left;
  /* color: #fff; */
  padding-left: 0;
  padding-right: 15px; }

#content_filter_menu {
  text-align: center;
  margin-top: 0; }
  #content_filter_menu li {
    display: inline;
    padding: 0 8px; }

#hero-statement {
  /*display: none;*/
  position: absolute;
  bottom: 30px;
  padding: 0;
  width: 100%;
  z-index: 101;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* font-weight: bold; */ }

#hero-statement.light {
  color: #ecedee; }

#hero-statement a {
  color: #fff;
  /* font-family: 'New Rail Alphabet Light', Arial, serif; */ }

/* #hero-statement a:hover {
    color: $grey-reg;
} */
/* .scroll-button-outer .page-scroll {
    display: block;
} */
/* statement_logo */
/* company logo links */
.comp-logo a {
  background-size: cover;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url("/assets/logos/logo_sprite.png");
  display: block;
  width: 96px;
  height: 60px; }

#rscg.comp-logo a {
  background-position: 0 -60px; }

#rsa.comp-logo a {
  background-position: 0 -180px; }

#blackdog.comp-logo a {
  background-position: 0 -540px; }

#scottfree.comp-logo a {
  background-position: 0 -300px; }

#darling.comp-logo a {
  background-position: 0 -660px; }

#rsaphoto.comp-logo a {
  background-position: 0 -420px; }

#rscg.comp-logo a:hover, #rscg.comp-logo a.active {
  background-position: 0 0px; }

#rsa.comp-logo a:hover, #rsa.comp-logo a.active {
  background-position: 0 -120px; }

#blackdog.comp-logo a:hover, #blackdog.comp-logo a.active {
  background-position: 0 -480px; }

#scottfree.comp-logo a:hover, #scottfree.comp-logo a.active {
  background-position: 0 -240px; }

#darling.comp-logo a:hover, #darling.comp-logo a.active {
  background-position: 0 -600px; }

#rsaphoto.comp-logo a:hover, #rsaphoto.comp-logo a.active {
  background-position: 0 -360px; }

.scroll-button-outer {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: 0px;
  z-index: 100;
  text-align: center;
  height: 44px;
  border-bottom: 1px solid rgba(70, 73, 85, 0.2);
  display: none; }

.intro-text {
  /* font-size: $small; */
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center; }

.grey-background {
  background: #dcdfe4; }

.dark-grey-background {
  background: #ced1d8; }

.main-content-spacer {
  margin-top: 80px;
  margin-bottom: 30px; }

.director-content-spacer {
  margin-top: 20px;
  margin-bottom: 0; }

#pagecontent {
  min-height: calc(100vh - 615px); }

.content-spacing {
  /* margin-top: 20px; */
  padding-top: 20px;
  padding-bottom: 20px; }

.map-content-spacing {
  margin-top: 65px; }

img {
  width: 100%;
  height: auto; }

/* director list page */
#liststylebuttons {
  position: absolute;
  margin-top: 95px;
  z-index: 100;
  left: 50%;
  margin-left: -32px;
  /* > div:nth-child(1){
        background: url("../img/icons/thumb_list_lt.png") top/100% 100% no-repeat;
    }
    > div:nth-child(1):hover, div:nth-child(1) a.active{
        background: url("../img/icons/thumb_list_dk.png") top/100% 100% no-repeat;
    }
    > div:nth-child(2){
        background: url("../img/icons/list_lt.png") top/100% 100% no-repeat;
    }

    > div:nth-child(2):hover, div:nth-child(2) a.active{
        background: url("../img/icons/list_dk.png") top/100% 100% no-repeat;
    } */ }
  #liststylebuttons svg {
    fill: #929292; }
  #liststylebuttons svg:hover, #liststylebuttons .active svg {
    fill: #444345; }
  #liststylebuttons > div {
    float: left;
    /* margin-top: 70px; */
    width: 25px;
    height: 25px; }
  #liststylebuttons > div:nth-child(1) {
    margin-right: 15px; }
  #liststylebuttons > div > a {
    display: block;
    height: 25px; }

.theme-rsa #news-outer > div > div > div {
  text-align: center; }
  .theme-rsa #news-outer > div > div > div span:nth-of-type(2) {
    color: #929292;
    font-size: 18px; }
  .theme-rsa #news-outer > div > div > div a > span {
    font-size: 18px; }

.theme-blackdog #liststylebuttons {
  /* > div:nth-child(1):hover, div:nth-child(1) a.active{
            background: url("../img/icons/thumb_list_wt.png") top/100% 100% no-repeat;
        }


        > div:nth-child(2):hover, div:nth-child(2) a.active{
            background: url("../img/icons/list_wt.png") top/100% 100% no-repeat;
        } */ }
  .theme-blackdog #liststylebuttons svg:hover, .theme-blackdog #liststylebuttons .active svg {
    fill: #fff; }

.theme-darling #liststylebuttons svg:hover, .theme-darling #liststylebuttons .active svg {
  fill: #201f2c; }

.theme-rsaphoto #liststylebuttons svg:hover, .theme-rsaphoto #liststylebuttons .active svg {
  fill: #211E34; }

.theme-rsaphoto-list #liststylebuttons svg:hover, .theme-rsaphoto-list #liststylebuttons .active svg {
  fill: #fff; }

#director_list {
  margin-top: 100px;
  margin-bottom: 100px; }
  #director_list > div {
    display: block; }
  #director_list div span {
    display: none; }
  #director_list div:last-child span {
    display: none; }
  #director_list h1 {
    display: inline;
    line-height: 2em; }
  #director_list span {
    color: #929292;
    padding: 0 1em 0 1em;
    font-size: small; }

/* .one_tile img {
width: auto;
height: 100%;
margin-left: -50%;
} */
/* grid items */
#projects {
  height: 1px; }

.projectsgrid.row, .column-content.row {
  margin-left: -30px;
  margin-right: -30px; }

.item {
  /*overflow: hidden;*/
  padding: 10px;
  /* font-size: 14px; */ }

/* .item p {
    font-size: 14px;
    line-height: 17px;
} */
.item.contact-us p {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 20px; }

.item:hover {
  cursor: pointer; }

.item .outer_image {
  overflow: hidden;
  position: relative;
  background: #100f11;
  min-height: 151px; }

/*.item .outer_image img {
height: 100%;
width: auto;
}*/
div.item .hoverbkg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* background: -moz-linear-gradient(top, rgba(53,51,64,0) 0%, rgba(53,51,64,0.2) 51%, rgba(53,51,64,0.4) 100%);
background: -webkit-linear-gradient(top, rgba(53,51,64,0) 0%,rgba(53,51,64,0.2) 51%,rgba(53,51,64,0.4) 100%);
background: linear-gradient(to bottom, rgba(53,51,64,0) 0%,rgba(53,51,64,0.2) 51%,rgba(53,51,64,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00353340', endColorstr='#cc353340',GradientType=0 ); */ }

.theme-rsaphoto .item .hoverbkg {
  background: transparent; }

.item.nolink:hover {
  cursor: default !important;
  color: #464854 !important; }

.item.nolink a {
  cursor: default !important;
  color: #464854 !important; }

.item.contact-us a:hover {
  color: #ff6f49 !important;
  cursor: pointer !important; }

.item.twitter .outer_image,
.item.linkedin .outer_image {
  /* background: rgb(255, 112, 81); */
  background: #252528; }

/*.item.linkedin .outer_image {
background: #B3B5BB;
}*/
.item.twitter img,
.item.linkedin img {
  opacity: 0; }

div.item.twitter .hoverbkg,
div.item.linkedin .hoverbkg {
  background: transparent; }

.item.twitter a,
.item.linkedin a {
  color: #fff !important; }

.item.twitter a:hover,
.item.linkedin a:hover {
  cursor: pointer !important; }

.itemcontent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 10px 10px 20px 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  @media (min-width: 1024px) {
    .itemcontent {
      margin: 30px 20px 30px 20px; } }

.twitter .itemcontent,
.linkedin .itemcontent {
  top: 0; }

.item-description {
  display: flex;
  flex-direction: column;
  align-items: center; }

.newsitemcontent {
  padding: 30px;
  /* min-height: 190px; */ }

.newsitemcontent p {
  /* font-size: 24px;
    line-height: 30px; */
  text-align: center; }

.itemcontent.news p {
  color: white; }

.bditemcontent, .itemcontent.news {
  align-items: normal; }
  .bditemcontent p, .itemcontent.news p {
    text-align: center;
    align-items: center;
    max-width: 16em; }
  .bditemcontent a, .itemcontent.news a {
    position: absolute;
    bottom: 0;
    /* font-size: $smallest; */ }

.bditemcontent .center {
  text-align: center;
  align-items: center;
  margin: auto; }
  .bditemcontent .center p {
    margin-bottom: 0 !important; }
  .bditemcontent .center h4 {
    position: initial;
    line-height: 20px; }

.bditemcontent h4 {
  position: absolute;
  bottom: 0; }

.eight_tiles .bditemcontent p {
  text-align: center;
  align-items: center; }
  @media (min-width: 992px) {
    .eight_tiles .bditemcontent p {
      margin-bottom: 4em; } }

.twitter .social-icon,
.linkedin .social-icon {
  position: relative;
  background: #ff7051;
  z-index: 1; }

.twitter .social-icon img,
.linkedin .social-icon img {
  opacity: 1;
  width: 36px; }

.twitter .social-position,
.linkedin .social-position {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.twitter .itemcontent .itemTitle span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.item a,
.item a:link,
.item a:visited {
  color: #fff;
  /* font-weight: bold; */ }

/* footer */
footer {
  font-size: 14px;
  /* font-weight: bold; */ }

footer svg {
  width: 18px;
  height: 13px;
  margin: 20px 8px; }

@media (min-width: 1024px) {
  footer svg {
    margin: 0px 3px; } }

footer hr {
  margin-top: 0; }

footer .footer-bottom {
  padding: 15px 0 15px; }

.footer_spacer {
  height: 29px; }

footer.content-spacing {
  margin-top: 0;
  padding-top: 50px; }

/* .scroll-button-top {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 60px 0 30px 0;
    /*background: rgb(220, 223, 228);
}

.page-scroll .btn-circle img {
    width: 26px;
    height: 60px;
    background: url("../icons/down_arrow.png") 0 0 no-repeat;
}

.page-scroll .btn-circle:hover img {
    outline: 0;
    background: url("../icons/down_arrow.png") -66px 0 no-repeat;
}

.page-scroll.top {
    height: auto;
}

.page-scroll.top .btn-circle img {
    width: 60px;
    height: 25px;
    background: url("../icons/back_to_top_arrow.png") 22px 0 no-repeat;
}

.page-scroll.top .btn-circle:hover img


    {
    outline: 0;
    background: url("../icons/back_to_top_arrow.png") -38px 0 no-repeat;
}

.page-scroll.top span {
    padding-top: 10px;
    font-weight: normal;
    display: inline-block;
    font-family: "LL Circular Bold Sub";
}

.page-scroll.top span a:focus,
.page-scroll.top span a:focus {
    color: rgb(70, 72, 84);
} */
/* tabs */
ul.tabs {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative;
  list-style-type: none; }

ul.tabs li {
  /*display: inline-block;*/
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(70, 72, 84, 0.2);
  /*float: left;*/
  /*background: rgb(202, 204, 210);*/ }

/* .navbar-right .dropdown-menu{
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.85);
    left: 0;
    right: 0;
    top: 47px;
    height: calc(100vh - 47px);
    margin: 0;
    padding: 30vh 30vw 0;

    #search{
        border-bottom: 1px solid #444345;
        padding-bottom: 10px;
    }
    h1{
        margin: 0;
        line-height: 45px;
    }



    form{
        float: left;
    }
    button{
        background: none;
        border: 0;
        padding: 0 15px 0 15px;
        margin-top: 15px;
    }

    .close_me {
            display: block;
            position: relative;
            float: left;
            top: 0;
            left: 0;
        }
    li{
        display: flex;
    }
} */
.dropdown-menu > li {
  background-color: transparent; }

.dropdown-menu > li > a {
  padding: 0px;
  font-size: 20px;
  line-height: 20px;
  margin-top: 19px;
  margin-bottom: 15px;
  color: #999BA0; }

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  height: calc(100vh - 47px);
  z-index: 1000;
  padding-top: 20vh; }
  #overlay .searchbox, #overlay .close_me {
    border-color: #444345 !important; }
  #overlay input {
    color: #fff !important; }
  #overlay svg:hover path {
    fill: #fff !important; }
  #overlay .close_me a:hover span {
    background: #fff !important; }

.searchbox {
  line-height: 45px;
  border-bottom: 1px solid;
  padding-bottom: 10px; }
  .searchbox form {
    border: 0; }
  .searchbox input {
    border: 0;
    padding: 0;
    background-color: transparent; }
  .searchbox .searchsubmitbutton {
    /* position: relative; */
    /* right: 57px; */
    width: 47px;
    margin: 0;
    border: 0;
    background-color: transparent; }
  .searchbox .close_me {
    top: 0;
    right: 0;
    display: block;
    position: relative;
    float: left;
    width: 32px; }
  .searchbox hr {
    position: relative;
    top: 10px;
    width: 100%;
    margin: 0; }

#regionPopup {
  z-index: 200;
  padding: 0;
  /* background: URL("../assets/bkg/region_bkg.jpg");  */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #18181a;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 47px); }
  #regionPopup .close_me {
    margin-top: -47px; }
  #regionPopup #statement_logo {
    margin-top: 0; }
  #regionPopup p {
    color: #ffffff; }
  #regionPopup a {
    font-size: 30px;
    line-height: 41px; }
  #regionPopup a:hover, #regionPopup a.active {
    color: #ffffff; }
  #regionPopup #regiontext_desktop p {
    padding-bottom: 30px; }
  #regionPopup #worldmap {
    /* background: url(../assets/bkg/map.png) no-repeat center; */
    /* width: 100vw;
        height: calc(100vw * 1064 / 1828);
        background-size: contain; */
    position: relative;
    width: calc(100vh - 10em);
    padding: 0;
    margin-top: 50px;
    margin-bottom: 30px; }
    #regionPopup #worldmap .pointer {
      height: auto;
      position: absolute;
      width: 16px;
      margin-left: -8px;
      height: 20px;
      margin-top: -30px; }
      #regionPopup #worldmap .pointer svg {
        fill: #929292; }
    #regionPopup #worldmap .pointer.active svg, #regionPopup #worldmap .pointer:hover svg {
      fill: #fe0000; }
    #regionPopup #worldmap #pointer_eu {
      top: 35.5%;
      left: 49.9%; }
    #regionPopup #worldmap #pointer_uk {
      top: 34.7%;
      left: 47.7%; }
    #regionPopup #worldmap #pointer_us {
      top: 44.8%;
      left: 15.3%; }
    #regionPopup #worldmap #pointer_asia {
      top: 50.6%;
      left: 80.3%; }
  @media (max-width: 540px) {
    #regionPopup #worldmap, #regionPopup #regiontext_desktop {
      display: none; } }
  #regionPopup #regionlist {
    color: #929292;
    font-size: 30px;
    line-height: 41px;
    border-top: 1px solid rgba(146, 146, 146, 0.2);
    margin-top: 30px;
    margin-bottom: 30px; }
    #regionPopup #regionlist li {
      border-bottom: 1px solid rgba(146, 146, 146, 0.2); }
    #regionPopup #regionlist a:hover, #regionPopup #regionlist a.active {
      color: #ffffff; }
  @media (min-width: 541px) {
    #regionPopup #regionlist, #regionPopup #regiontext_mobile {
      display: none; } }

/*ul.tabs li a {
display: list-item;
}*/
ul.tabs li a:hover,
ul.tabs li a.active,
.ui-tabs-active a,
#filter-outer a:hover {
  color: #ff7051;
  background: transparent;
  /*font-weight: bold;*/ }

#newsWrapper {
  position: relative; }

#news {
  border-bottom: 1px solid rgba(70, 73, 85, 0.2);
  margin-bottom: 30px;
  padding-bottom: 30px; }

#news-content {
  padding-top: 40px;
  position: relative; }

.news-newer {
  position: absolute;
  left: 15px;
  top: 0; }

.news-older {
  position: absolute;
  left: 35px;
  top: 0; }

.news-older img {
  width: 23px;
  height: 15px;
  background: url("../assets/next_button-dark.png") 0 0;
  cursor: pointer; }

.news-older img:hover {
  background: url("../assets/next_button-dark.png") -23px 0; }

.news-newer img {
  width: 23px;
  height: 15px;
  background: url("../assets/previous_button-dark.png") 0 0;
  cursor: pointer; }

.news-newer img:hover {
  background: url("../assets/previous_button-dark.png") -23px 0; }

.news-close {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 2;
  opacity: 1; }

.news-close img {
  width: 15px;
  height: 15px;
  background: url("../assets/close.png") 0 0; }

.news-close img:hover {
  background: url("../assets/close.png") -15px 0; }

input,
textarea {
  background: none repeat scroll 0 0 transparent;
  border: 0 none !important;
  /* color: #F6F6F6; */
  margin: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 21px; }

.keyline hr {
  border: 0;
  height: 1px;
  background: #656771; }

.row.border-bottom,
.listrow.border-bottom {
  border-bottom: 1px solid rgba(70, 72, 84, 0.1);
  padding-top: 10px;
  padding-bottom: 10px; }

.listrow.border-bottom {
  border-bottom: 1px solid rgba(70, 72, 84, 0.1);
  padding-top: 4px;
  margin-bottom: 8px;
  margin-left: 15px;
  margin-right: 15px;
  clear: both; }

#pageSubNav {
  border-radius: 0; }

/* helpers */
.greater-breakpoint-show {
  display: none !important; }

.greater-breakpoint-hide {
  display: block !important; }

.p-noMargin p {
  margin: 0; }

.row.border-bottom {
  border-bottom: 1px solid rgba(70, 72, 84, 0.1);
  padding-top: 10px;
  padding-bottom: 10px; }

tr.border-bottom td {
  border-bottom: 1px solid rgba(70, 72, 84, 0.1);
  padding: 1px 8px 1px 8px !important; }

tr.bold {
  font-weight: bold; }

.noPadding {
  padding-left: 0;
  padding-right: 0; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#googleMap {
  height: 667px; }

.contact-us .four_tiles .outer_image {
  height: 672px; }

.main-content {
  margin-top: 20px; }

.main-content .text16px p,
.main-content .text16px li,
.main-content .text16px span,
.main-content p.text16px,
.section-content p.text16px,
.main-content li.text16px,
.main-content span.text16px,
.main-content div.text16px,
.listitem {
  font-size: 16px; }

.table > tbody > tr > td,
.table > tbody > tr > td p,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  font-size: 16px; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 12px 8px 8px 8px; }

.main-content p {
  padding-bottom: 20px; }

.main-content ul {
  list-style-type: none;
  padding-left: 22px; }

.main-content ul > li:before {
  content: "\2014";
  position: absolute;
  margin-left: -22px; }

span.careers-minus {
  display: inline-block;
  text-align: right;
  width: 30px; }

span.careers-plus {
  display: inline-block;
  text-align: right;
  width: 30px; }

@media screen and (min-height: 420px) and (min-width: 753px) {
  #slideshow-outer .slide-nav-prev,
  #slideshow-outer .slide-nav-next, #album-outer .slide-nav-prev,
  #album-outer .slide-nav-next {
    display: inline-block; } }

@media (min-width: 375px) {
  .twitter .itemcontent .itemTitle span {
    -webkit-line-clamp: 5; } }

@media (min-width: 414px) {
  .twitter .itemcontent .itemTitle span {
    -webkit-line-clamp: 6; }
  #director_list > div {
    display: inline-block; }
  #director_list div span {
    display: inline-block; } }

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 15px; }
  input {
    font-size: 30px; }
  body.theme-darling h1 {
    font-size: 25px;
    line-height: 30px; }
  body.theme-darling input {
    font-size: 25px; }
  body.theme-darling .cycle-slideshow a h2, body.theme-darling .cycle-slideshow a h3 {
    font-size: 10px !important; }
  .container-fluid.noPadding {
    padding-left: 20px;
    padding-right: 20px; }
  #subnav {
    width: 80%; }
  .director-content-spacer {
    margin-top: 60px;
    margin-bottom: 0; }
  .comp-logo {
    margin-top: 55px; }
  .desktop-no-rightPadding {
    padding-right: 0; }
  .text-left {
    text-align: right; }
  .float-right {
    float: right; }
  /* .container, */
  .container.header-logo {
    /* width: 738px; */
    width: 100%; }
  .navbar-right {
    margin-right: -40px; }
  .navbar-right > ul {
    /* border-right: 1px solid; */
    border-left: 1px solid; }
  .navbar-left {
    margin-left: -40px; }
  .navbar-toggle {
    margin-left: -10px; }
  .scroll-button-outer {
    display: block; }
  #logo img, #logo svg, #statement_logo img, #statement_logo svg {
    padding-top: 70px;
    width: 310px;
    padding-bottom: 40px; }
  /* .projectsgrid.row {
        margin-left: -10px;
        margin-right: -10px;
    } */
  .row.no-margins {
    margin-left: 0;
    margin-right: 0; }
  .item {
    padding: 10px; }
  .one_tile .outer_image,
  .two_tiles .outer_image,
  .eight_tiles .outer_image {
    height: 269px; }
  .four_tiles .outer_image {
    height: 269px; }
  .twitter .itemcontent .itemTitle span {
    -webkit-line-clamp: 6; }
  .top-border-md {
    border-top: 1px solid rgba(70, 72, 84, 0.2); }
  .bottom-border-md {
    border-top: 1px solid rgba(70, 72, 84, 0.2);
    border-bottom: 1px solid rgba(70, 72, 84, 0.2); }
  .projectsFilter li {
    font-size: 16px;
    line-height: 22px; }
  /*    #googleMap {
        height: 432px;
    }*/
  footer .footer-bottom {
    padding: 60px 0 6px; } }

@media (min-width: 540px) {
  /* #logo {
        top: 47px;
    } */
  #liststylebuttons {
    margin-top: 100px;
    left: initial;
    margin-left: initial; }
  #content_filter_menu {
    margin-top: 35px; }
  #statement_logo {
    /* top: 46px; */
    margin-top: 46px;
    /* padding-bottom: 46px; */ }
  .navbar-left {
    margin-left: -40px; }
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 0; }
  #slideshow-outer, #album-outer {
    height: 72%;
    max-height: 650px;
    margin-top: 47px; }
  #slideshow-outer.album-outer, #album-outer.album-outer {
    height: calc(100% - 47px);
    max-height: none; }
  #news-outer {
    margin-top: 47px; }
  #video-outer {
    margin-top: 84px; }
  #video-outer.yt-theatre {
    margin-top: 47px; }
  .close_me {
    right: 28px;
    top: 47px; } }

@media (min-width: 768px) {
  .director-image {
    padding-bottom: 0; }
  #liststylebuttons {
    margin-top: 140px; } }

@media (min-width: 992px) {
  .one_tile .outer_image,
  .two_tiles .outer_image,
  .eight_tiles .outer_image {
    height: 239px; }
  .four_tiles .outer_image,
  .eight_tiles .outer_image {
    height: 498px; }
  /* company logo links */
  .comp-logo a {
    width: 152px;
    height: 95px; }
  #rscg.comp-logo a {
    background-position: 0 -95px; }
  #rsa.comp-logo a {
    background-position: 0 -285px; }
  #scottfree.comp-logo a {
    background-position: 0 -475px; }
  #rsaphoto.comp-logo a {
    background-position: 0 -665px; }
  #blackdog.comp-logo a {
    background-position: 0 -855px; }
  #darling.comp-logo a {
    background-position: 0 -1045px; }
  #rscg.comp-logo a:hover, #rscg.comp-logo a.active {
    background-position: 0 0px; }
  #rsa.comp-logo a:hover, #rsa.comp-logo a.active {
    background-position: 0 -190px; }
  #scottfree.comp-logo a:hover, #scottfree.comp-logo a.active {
    background-position: 0 -380px; }
  #blackdog.comp-logo a:hover, #blackdog.comp-logo a.active {
    background-position: 0 -760px; }
  #darling.comp-logo a:hover, #darling.comp-logo a.active {
    background-position: 0 -950px; }
  #rsaphoto.comp-logo a:hover, #rsaphoto.comp-logo a.active {
    background-position: 0 -570px; } }

@media (min-width: 1011px) {
  .close_me {
    right: 13px;
    top: 67px;
    border-left: 1px solid; }
  .close_me {
    border-left: none; }
  .theme-rsaphoto #album-outer.album-outer > div.cycle-slideshow {
    margin-top: 47px;
    max-height: calc(100vh - 227px); } }

@media (min-width: 1024px) {
  .news-newer {
    left: auto;
    right: 134px; }
  .news-older {
    left: auto;
    right: 84px; }
  /* .container, */
  .container.header-logo {
    /* width: 994px */
    width: 100%; }
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px; }
  .container {
    padding-right: 30px;
    padding-left: 30px; }
  .row {
    margin-right: -30px;
    margin-left: -30px; }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px; }
  .projectsgrid.row, .column-content.row {
    margin-left: -45px;
    margin-right: -45px; }
  .item {
    padding: 15px; }
  .one_tile .outer_image,
  .two_tiles .outer_image {
    height: 252px; }
  .four_tiles .outer_image,
  .eight_tiles .outer_image {
    height: 534px; } }

@media (min-width: 1200px) {
  /* .container, */
  .container.header-logo {
    width: 1170px; }
  .one_tile .outer_image,
  .two_tiles .outer_image {
    height: 192px; }
  .four_tiles .outer_image,
  .eight_tiles .outer_image {
    height: 414px; }
  #googleMap {
    height: 720px; }
  /* .close_me {
        top: 131px;
    } */
  #player p {
    padding-right: 0; } }

@media (min-width: 1260px) {
  body {
    font-size: 18px; }
  /* .container, */
  .container.header-logo {
    width: 1230px; }
  #hero-statement h3, #hero-statement h2 {
    font-size: 30px;
    line-height: 36px; }
  /*.item {
        padding: 11px;
    }*/
  .one_tile .outer_image,
  .two_tiles .outer_image {
    height: 201px; }
  .four_tiles .outer_image,
  .eight_tiles .outer_image {
    height: 432px; } }

@media (min-width: 1260px) {
  .greater-breakpoint-hide {
    display: none !important; }
  .greater-breakpoint-show {
    display: block !important; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: transparent; }
  .navbar-right > li > a {
    padding-left: 15px;
    padding-right: 0px; }
  .navbar-left > li > a {
    padding-left: 0px;
    padding-right: 15px; }
  /* desktop navigation styles */
  .navbar-default .navbar-nav > li {
    border-bottom: none; }
  .navbar-default .navbar-nav > li > a {
    border-bottom: none; } }

@media (min-width: 1416px) {
  .main-content p {
    padding-bottom: 20px; }
  .main-content .text16px p,
  .main-content .text16px li,
  .main-content .text16px span,
  .main-content p.text16px,
  .section-content p.text16px,
  .main-content li.text16px,
  .main-content span.text16px,
  .main-content div.text16px {
    font-size: 16px;
    line-height: 22px; }
  .table > tbody > tr > td,
  .table > tbody > tr > td p,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    font-size: 16px;
    line-height: 22px; }
  .projectsFilter li {
    font-size: 16px;
    line-height: 22px; }
  #hero-statement {
    width: 70%; }
  /* .container, */
  .container.header-logo {
    width: 1386px; }
  /*.item {
        padding: 11px;
    }*/
  .one_tile .outer_image,
  .two_tiles .outer_image {
    height: 232px; }
  .four_tiles .outer_image,
  .eight_tiles .outer_image {
    height: 494px; }
  #googleMap {
    height: 810px; } }

@media (min-width: 1664px) {
  p,
  li {
    font-size: 18px;
    line-height: 25px; }
  /*h2 {
       font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px;
    }*/
  .main-content p {
    padding-bottom: 20px; }
  #slideshow-outer, #album-outer {
    max-height: none; }
  /*.main-content p, .main-content li {
       font-size: 20px;
        line-height: 25px;
    }*/
  /*.main-content .text16px p,
    .main-content .text16px li,
    .main-content .text16px span,
    .main-content p.text16px,
    .main-content li.text16px,
    .main-content span.text16px {
        font-size: 16px;
        line-height: 22px;
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        font-size: 16px;
        line-height: 22px;
    }*/
  .projectsFilter li {
    font-size: 16px;
    line-height: 22px; }
  /* .container, */
  .container.header-logo {
    width: 1634px; }
  /* .projectsgrid.row {
        margin-left: -10px;
        margin-right: -10px;
    } */
  /* .item {
        padding: 15px;
    } */
  /* .item p {
        font-size: 15px;
        line-height: 20px;
    } */
  .one_tile .outer_image,
  .two_tiles .outer_image {
    height: 201px; }
  .four_tiles .outer_image,
  .eight_tiles .outer_image {
    height: 432px; }
  #googleMap {
    height: 945px; } }

@media (min-width: 1940px) {
  /* p,
    li {
        font-size: 23px;
        line-height: 29px;
    } */
  .main-content p {
    padding-bottom: 20px; }
  /*.main-content .text16px p,
    .main-content .text16px li,
    .main-content .text16px span,
    .main-content p.text16px,
    .main-content li.text16px,
    .main-content span.text16px {
        font-size: 16px;
        line-height: 22px;
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        font-size: 16px;
        line-height: 22px;
    }*/
  .projectsFilter li {
    font-size: 16px;
    line-height: 22px; }
  /* .container, */
  .container.header-logo {
    width: 1890px; }
  /*.item {
        padding: 10px;
     }*/
  .one_tile .outer_image,
  .two_tiles .outer_image {
    height: 238px; }
  .four_tiles .outer_image,
  .eight_tiles .outer_image {
    height: 506px; }
  #googleMap {
    height: 1080px; }
  /*helpers*/
  .map-content-spacing {
    margin-top: 100px; } }

@media (min-width: 2238px) {
  /* .container, */
  .container.header-logo {
    width: 2208px; }
  /*  #slideshow-outer {
        max-height: 830px;
    } */
  .one_tile .outer_image,
  .two_tiles .outer_image {
    height: 284px; }
  .four_tiles .outer_image,
  .eight_tiles .outer_image {
    height: 598px; } }

.item .mama-mia a {
  color: #fff !important; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#filter-subnav .dropdown-backdrop {
  display: none; }

/*
@mixin theme($theme-name, $color1, $color2, $color3, $color4, $color5, $color6, $color7, $color8, $color9, $color10)
$color1 content text color
$color2
$color3 main background
$color4
$color5
$color6
$color7
$color8
$color9 news area close button border
$color10 news area text color
*/
.theme-rscg {
  color: #fff;
  background-color: #363539; }
  .theme-rscg a,
  .theme-rscg a:focus,
  .theme-rscg a:active,
  .theme-rscg a:visited,
  .theme-rscg .btn:focus {
    color: #929292; }
  .theme-rscg a:hover,
  .theme-rscg a.active,
  .theme-rscg .btn.focus,
  .theme-rscg .btn:hover {
    color: #fff; }
  .theme-rscg #player.news {
    /* background: $greylightest; */ }
    .theme-rscg #player.news a {
      color: #929292; }
    .theme-rscg #player.news a:hover {
      color: #fff; }
  .theme-rscg .news .close_me a:hover span {
    background: #fff; }
  .theme-rscg .close_me {
    border-color: #444345; }
  .theme-rscg .news .close_me {
    border-color: #929292; }
  .theme-rscg .navbar-default {
    background: #100f11; }
  .theme-rscg .darkBg {
    background-color: #100f11; }
  .theme-rscg .scrollBg {
    background: #100f11;
    border: 0; }
  .theme-rscg .fh5co-nav-toggle.active i::before,
  .theme-rscg .fh5co-nav-toggle.active i::after {
    background: #929292; }
  .theme-rscg .fh5co-nav-toggle i {
    color: #929292;
    background: #929292; }
  .theme-rscg .fh5co-nav-toggle i::before,
  .theme-rscg .fh5co-nav-toggle i::after {
    background: #929292; }
  .theme-rscg .fh5co-nav-toggle.active {
    color: #929292; }
  .theme-rscg #fh5co-offcanvas,
  .theme-rscg #menu-right {
    background-color: #100f11; }
  .theme-rscg #fh5co-offcanvas a,
  .theme-rscg #menu-right a {
    color: #929292; }
  .theme-rscg #nav-icon span,
  .theme-rscg #nav-icon-right span {
    background: #929292; }
  .theme-rscg .navbar-nav > li > a {
    color: #929292; }
  .theme-rscg .navbar-default .navbar-nav > li > a:hover, .theme-rscg .navbar-brand > a:hover {
    color: #fff; }
  .theme-rscg .navbar-default .navbar-nav > li > a.active, .theme-rscg .navbar-brand > a.active {
    color: #fff; }
  .theme-rscg .navbar-default .navbar-nav > li > span {
    color: #fff; }
  .theme-rscg .navbar-right {
    color: #929292; }
  .theme-rscg .navbar > .container-fluid .navbar-brand, .theme-rscg .navbar-right > ul, .theme-rscg navbar-left > ul, .theme-rscg #fh5co-offcanvas ul, .theme-rscg #menu-right ul, .theme-rscg #menu-right .navbar-brand {
    border-color: #444345; }
  .theme-rscg .searchbutton svg path {
    fill: #929292; }
  .theme-rscg .searchbutton svg:hover path {
    fill: #100f11; }
  .theme-rscg .searchbox {
    border-color: #929292; }
    .theme-rscg .searchbox svg path {
      fill: #929292; }
    .theme-rscg .searchbox svg:hover path {
      fill: #fff; }
    .theme-rscg .searchbox .close_me {
      border-color: #929292; }
    .theme-rscg .searchbox .close_me a:hover span {
      background: #fff; }
  .theme-rscg .spotifynav a svg path {
    fill: #929292; }
  .theme-rscg .spotifynav a:hover svg path {
    fill: #100f11; }
  .theme-rscg #player.news, .theme-rscg #news-outer {
    background: #000000;
    color: #fff; }
  .theme-rscg hr {
    border-color: #5e5d61; }
  .theme-rscg #hero-statement .grey-statement a {
    color: #929292; }
  .theme-rscg footer {
    color: #929292; }
    .theme-rscg footer .white-footer {
      color: #fff; }
    .theme-rscg footer svg path, .theme-rscg footer svg circle {
      fill: #929292; }

.theme-rsa {
  color: #444345;
  background-color: #eee; }
  .theme-rsa a,
  .theme-rsa a:focus,
  .theme-rsa a:active,
  .theme-rsa a:visited,
  .theme-rsa .btn:focus {
    color: #929292; }
  .theme-rsa a:hover,
  .theme-rsa a.active,
  .theme-rsa .btn.focus,
  .theme-rsa .btn:hover {
    color: #444345; }
  .theme-rsa #player.news {
    /* background: $greylightest; */ }
    .theme-rsa #player.news a {
      color: #929292; }
    .theme-rsa #player.news a:hover {
      color: #444345; }
  .theme-rsa .news .close_me a:hover span {
    background: #444345; }
  .theme-rsa .close_me {
    border-color: #444345; }
  .theme-rsa .news .close_me {
    border-color: #929292; }
  .theme-rsa .navbar-default {
    background: #100f11; }
  .theme-rsa .darkBg {
    background-color: #100f11; }
  .theme-rsa .scrollBg {
    background: #100f11;
    border: 0; }
  .theme-rsa .fh5co-nav-toggle.active i::before,
  .theme-rsa .fh5co-nav-toggle.active i::after {
    background: #929292; }
  .theme-rsa .fh5co-nav-toggle i {
    color: #929292;
    background: #929292; }
  .theme-rsa .fh5co-nav-toggle i::before,
  .theme-rsa .fh5co-nav-toggle i::after {
    background: #929292; }
  .theme-rsa .fh5co-nav-toggle.active {
    color: #929292; }
  .theme-rsa #fh5co-offcanvas,
  .theme-rsa #menu-right {
    background-color: #100f11; }
  .theme-rsa #fh5co-offcanvas a,
  .theme-rsa #menu-right a {
    color: #929292; }
  .theme-rsa #nav-icon span,
  .theme-rsa #nav-icon-right span {
    background: #929292; }
  .theme-rsa .navbar-nav > li > a {
    color: #929292; }
  .theme-rsa .navbar-default .navbar-nav > li > a:hover, .theme-rsa .navbar-brand > a:hover {
    color: #fff; }
  .theme-rsa .navbar-default .navbar-nav > li > a.active, .theme-rsa .navbar-brand > a.active {
    color: #fff; }
  .theme-rsa .navbar-default .navbar-nav > li > span {
    color: #444345; }
  .theme-rsa .navbar-right {
    color: #929292; }
  .theme-rsa .navbar > .container-fluid .navbar-brand, .theme-rsa .navbar-right > ul, .theme-rsa navbar-left > ul, .theme-rsa #fh5co-offcanvas ul, .theme-rsa #menu-right ul, .theme-rsa #menu-right .navbar-brand {
    border-color: #444345; }
  .theme-rsa .searchbutton svg path {
    fill: #929292; }
  .theme-rsa .searchbutton svg:hover path {
    fill: #fff; }
  .theme-rsa .searchbox {
    border-color: #929292; }
    .theme-rsa .searchbox svg path {
      fill: #929292; }
    .theme-rsa .searchbox svg:hover path {
      fill: #444345; }
    .theme-rsa .searchbox .close_me {
      border-color: #929292; }
    .theme-rsa .searchbox .close_me a:hover span {
      background: #444345; }
  .theme-rsa .spotifynav a svg path {
    fill: #929292; }
  .theme-rsa .spotifynav a:hover svg path {
    fill: #fff; }
  .theme-rsa #player.news, .theme-rsa #news-outer {
    background: #e6e6e6;
    color: #444345; }
  .theme-rsa hr {
    border-color: #C5C5C5; }
  .theme-rsa #hero-statement .grey-statement a {
    color: #929292; }
  .theme-rsa footer {
    color: #929292; }
    .theme-rsa footer .white-footer {
      color: #616161; }
    .theme-rsa footer svg path, .theme-rsa footer svg circle {
      fill: #616161; }

.theme-blackdog {
  color: #fff;
  background-color: #000000; }
  .theme-blackdog a,
  .theme-blackdog a:focus,
  .theme-blackdog a:active,
  .theme-blackdog a:visited,
  .theme-blackdog .btn:focus {
    color: #929292; }
  .theme-blackdog a:hover,
  .theme-blackdog a.active,
  .theme-blackdog .btn.focus,
  .theme-blackdog .btn:hover {
    color: #fff; }
  .theme-blackdog #player.news {
    /* background: $greylightest; */ }
    .theme-blackdog #player.news a {
      color: #929292; }
    .theme-blackdog #player.news a:hover {
      color: #fff; }
  .theme-blackdog .news .close_me a:hover span {
    background: #fff; }
  .theme-blackdog .close_me {
    border-color: #444345; }
  .theme-blackdog .news .close_me {
    border-color: #444345; }
  .theme-blackdog .navbar-default {
    background: #100f11; }
  .theme-blackdog .darkBg {
    background-color: #100f11; }
  .theme-blackdog .scrollBg {
    background: #100f11;
    border: 0; }
  .theme-blackdog .fh5co-nav-toggle.active i::before,
  .theme-blackdog .fh5co-nav-toggle.active i::after {
    background: #929292; }
  .theme-blackdog .fh5co-nav-toggle i {
    color: #929292;
    background: #929292; }
  .theme-blackdog .fh5co-nav-toggle i::before,
  .theme-blackdog .fh5co-nav-toggle i::after {
    background: #929292; }
  .theme-blackdog .fh5co-nav-toggle.active {
    color: #929292; }
  .theme-blackdog #fh5co-offcanvas,
  .theme-blackdog #menu-right {
    background-color: #100f11; }
  .theme-blackdog #fh5co-offcanvas a,
  .theme-blackdog #menu-right a {
    color: #929292; }
  .theme-blackdog #nav-icon span,
  .theme-blackdog #nav-icon-right span {
    background: #929292; }
  .theme-blackdog .navbar-nav > li > a {
    color: #929292; }
  .theme-blackdog .navbar-default .navbar-nav > li > a:hover, .theme-blackdog .navbar-brand > a:hover {
    color: #fff; }
  .theme-blackdog .navbar-default .navbar-nav > li > a.active, .theme-blackdog .navbar-brand > a.active {
    color: #fff; }
  .theme-blackdog .navbar-default .navbar-nav > li > span {
    color: #fff; }
  .theme-blackdog .navbar-right {
    color: #929292; }
  .theme-blackdog .navbar > .container-fluid .navbar-brand, .theme-blackdog .navbar-right > ul, .theme-blackdog navbar-left > ul, .theme-blackdog #fh5co-offcanvas ul, .theme-blackdog #menu-right ul, .theme-blackdog #menu-right .navbar-brand {
    border-color: #444345; }
  .theme-blackdog .searchbutton svg path {
    fill: #929292; }
  .theme-blackdog .searchbutton svg:hover path {
    fill: #fff; }
  .theme-blackdog .searchbox {
    border-color: #929292; }
    .theme-blackdog .searchbox svg path {
      fill: #929292; }
    .theme-blackdog .searchbox svg:hover path {
      fill: #fff; }
    .theme-blackdog .searchbox .close_me {
      border-color: #929292; }
    .theme-blackdog .searchbox .close_me a:hover span {
      background: #fff; }
  .theme-blackdog .spotifynav a svg path {
    fill: #929292; }
  .theme-blackdog .spotifynav a:hover svg path {
    fill: #fff; }
  .theme-blackdog #player.news, .theme-blackdog #news-outer {
    background: #000000;
    color: #fff; }
  .theme-blackdog hr {
    border-color: #5e5d61; }
  .theme-blackdog #hero-statement .grey-statement a {
    color: #929292; }
  .theme-blackdog footer {
    color: #929292; }
    .theme-blackdog footer .white-footer {
      color: #fff; }
    .theme-blackdog footer svg path, .theme-blackdog footer svg circle {
      fill: #929292; }

.theme-darling {
  color: #201f2c;
  background-color: #fff; }
  .theme-darling a,
  .theme-darling a:focus,
  .theme-darling a:active,
  .theme-darling a:visited,
  .theme-darling .btn:focus {
    color: #929292; }
  .theme-darling a:hover,
  .theme-darling a.active,
  .theme-darling .btn.focus,
  .theme-darling .btn:hover {
    color: #201f2c; }
  .theme-darling #player.news {
    /* background: $greylightest; */ }
    .theme-darling #player.news a {
      color: #929292; }
    .theme-darling #player.news a:hover {
      color: #201f2c; }
  .theme-darling .news .close_me a:hover span {
    background: #201f2c; }
  .theme-darling .close_me {
    border-color: #444345; }
  .theme-darling .news .close_me {
    border-color: #444345; }
  .theme-darling .navbar-default {
    background: #100f11; }
  .theme-darling .darkBg {
    background-color: #100f11; }
  .theme-darling .scrollBg {
    background: #100f11;
    border: 0; }
  .theme-darling .fh5co-nav-toggle.active i::before,
  .theme-darling .fh5co-nav-toggle.active i::after {
    background: #929292; }
  .theme-darling .fh5co-nav-toggle i {
    color: #929292;
    background: #929292; }
  .theme-darling .fh5co-nav-toggle i::before,
  .theme-darling .fh5co-nav-toggle i::after {
    background: #929292; }
  .theme-darling .fh5co-nav-toggle.active {
    color: #929292; }
  .theme-darling #fh5co-offcanvas,
  .theme-darling #menu-right {
    background-color: #100f11; }
  .theme-darling #fh5co-offcanvas a,
  .theme-darling #menu-right a {
    color: #929292; }
  .theme-darling #nav-icon span,
  .theme-darling #nav-icon-right span {
    background: #929292; }
  .theme-darling .navbar-nav > li > a {
    color: #929292; }
  .theme-darling .navbar-default .navbar-nav > li > a:hover, .theme-darling .navbar-brand > a:hover {
    color: #fff; }
  .theme-darling .navbar-default .navbar-nav > li > a.active, .theme-darling .navbar-brand > a.active {
    color: #fff; }
  .theme-darling .navbar-default .navbar-nav > li > span {
    color: #201f2c; }
  .theme-darling .navbar-right {
    color: #929292; }
  .theme-darling .navbar > .container-fluid .navbar-brand, .theme-darling .navbar-right > ul, .theme-darling navbar-left > ul, .theme-darling #fh5co-offcanvas ul, .theme-darling #menu-right ul, .theme-darling #menu-right .navbar-brand {
    border-color: #444345; }
  .theme-darling .searchbutton svg path {
    fill: #929292; }
  .theme-darling .searchbutton svg:hover path {
    fill: #fff; }
  .theme-darling .searchbox {
    border-color: #929292; }
    .theme-darling .searchbox svg path {
      fill: #929292; }
    .theme-darling .searchbox svg:hover path {
      fill: #201f2c; }
    .theme-darling .searchbox .close_me {
      border-color: #929292; }
    .theme-darling .searchbox .close_me a:hover span {
      background: #201f2c; }
  .theme-darling .spotifynav a svg path {
    fill: #929292; }
  .theme-darling .spotifynav a:hover svg path {
    fill: #fff; }
  .theme-darling #player.news, .theme-darling #news-outer {
    background: #000000;
    color: #fff; }
  .theme-darling hr {
    border-color: #C5C5C5; }
  .theme-darling #hero-statement .grey-statement a {
    color: #929292; }
  .theme-darling footer {
    color: #929292; }
    .theme-darling footer .white-footer {
      color: #201f2c; }
    .theme-darling footer svg path, .theme-darling footer svg circle {
      fill: #616161; }

.theme-scottfree {
  color: #000000;
  background-color: #c9c9c9; }
  .theme-scottfree a,
  .theme-scottfree a:focus,
  .theme-scottfree a:active,
  .theme-scottfree a:visited,
  .theme-scottfree .btn:focus {
    color: #929292; }
  .theme-scottfree a:hover,
  .theme-scottfree a.active,
  .theme-scottfree .btn.focus,
  .theme-scottfree .btn:hover {
    color: #000000; }
  .theme-scottfree #player.news {
    /* background: $greylightest; */ }
    .theme-scottfree #player.news a {
      color: #929292; }
    .theme-scottfree #player.news a:hover {
      color: #000000; }
  .theme-scottfree .news .close_me a:hover span {
    background: #000000; }
  .theme-scottfree .close_me {
    border-color: #444345; }
  .theme-scottfree .news .close_me {
    border-color: #444345; }
  .theme-scottfree .navbar-default {
    background: #100f11; }
  .theme-scottfree .darkBg {
    background-color: #100f11; }
  .theme-scottfree .scrollBg {
    background: #100f11;
    border: 0; }
  .theme-scottfree .fh5co-nav-toggle.active i::before,
  .theme-scottfree .fh5co-nav-toggle.active i::after {
    background: #929292; }
  .theme-scottfree .fh5co-nav-toggle i {
    color: #929292;
    background: #929292; }
  .theme-scottfree .fh5co-nav-toggle i::before,
  .theme-scottfree .fh5co-nav-toggle i::after {
    background: #929292; }
  .theme-scottfree .fh5co-nav-toggle.active {
    color: #929292; }
  .theme-scottfree #fh5co-offcanvas,
  .theme-scottfree #menu-right {
    background-color: #100f11; }
  .theme-scottfree #fh5co-offcanvas a,
  .theme-scottfree #menu-right a {
    color: #929292; }
  .theme-scottfree #nav-icon span,
  .theme-scottfree #nav-icon-right span {
    background: #929292; }
  .theme-scottfree .navbar-nav > li > a {
    color: #929292; }
  .theme-scottfree .navbar-default .navbar-nav > li > a:hover, .theme-scottfree .navbar-brand > a:hover {
    color: #fff; }
  .theme-scottfree .navbar-default .navbar-nav > li > a.active, .theme-scottfree .navbar-brand > a.active {
    color: #fff; }
  .theme-scottfree .navbar-default .navbar-nav > li > span {
    color: #000000; }
  .theme-scottfree .navbar-right {
    color: #929292; }
  .theme-scottfree .navbar > .container-fluid .navbar-brand, .theme-scottfree .navbar-right > ul, .theme-scottfree navbar-left > ul, .theme-scottfree #fh5co-offcanvas ul, .theme-scottfree #menu-right ul, .theme-scottfree #menu-right .navbar-brand {
    border-color: #444345; }
  .theme-scottfree .searchbutton svg path {
    fill: #929292; }
  .theme-scottfree .searchbutton svg:hover path {
    fill: #fff; }
  .theme-scottfree .searchbox {
    border-color: #929292; }
    .theme-scottfree .searchbox svg path {
      fill: #929292; }
    .theme-scottfree .searchbox svg:hover path {
      fill: #000000; }
    .theme-scottfree .searchbox .close_me {
      border-color: #929292; }
    .theme-scottfree .searchbox .close_me a:hover span {
      background: #000000; }
  .theme-scottfree .spotifynav a svg path {
    fill: #929292; }
  .theme-scottfree .spotifynav a:hover svg path {
    fill: #fff; }
  .theme-scottfree #player.news, .theme-scottfree #news-outer {
    background: #000000;
    color: #fff; }
  .theme-scottfree hr {
    border-color: #a7a7a7; }
  .theme-scottfree #hero-statement .grey-statement a {
    color: #929292; }
  .theme-scottfree footer {
    color: #929292; }
    .theme-scottfree footer .white-footer {
      color: #555354; }
    .theme-scottfree footer svg path, .theme-scottfree footer svg circle {
      fill: #616161; }

.theme-rsaphoto {
  color: #211E34;
  background-color: #f1efe9; }
  .theme-rsaphoto a,
  .theme-rsaphoto a:focus,
  .theme-rsaphoto a:active,
  .theme-rsaphoto a:visited,
  .theme-rsaphoto .btn:focus {
    color: #929292; }
  .theme-rsaphoto a:hover,
  .theme-rsaphoto a.active,
  .theme-rsaphoto .btn.focus,
  .theme-rsaphoto .btn:hover {
    color: #211E34; }
  .theme-rsaphoto #player.news {
    /* background: $greylightest; */ }
    .theme-rsaphoto #player.news a {
      color: #929292; }
    .theme-rsaphoto #player.news a:hover {
      color: #211E34; }
  .theme-rsaphoto .news .close_me a:hover span {
    background: #211E34; }
  .theme-rsaphoto .close_me {
    border-color: #444345; }
  .theme-rsaphoto .news .close_me {
    border-color: #929292; }
  .theme-rsaphoto .navbar-default {
    background: #211E34; }
  .theme-rsaphoto .darkBg {
    background-color: #211E34; }
  .theme-rsaphoto .scrollBg {
    background: #211E34;
    border: 0; }
  .theme-rsaphoto .fh5co-nav-toggle.active i::before,
  .theme-rsaphoto .fh5co-nav-toggle.active i::after {
    background: #929292; }
  .theme-rsaphoto .fh5co-nav-toggle i {
    color: #929292;
    background: #929292; }
  .theme-rsaphoto .fh5co-nav-toggle i::before,
  .theme-rsaphoto .fh5co-nav-toggle i::after {
    background: #929292; }
  .theme-rsaphoto .fh5co-nav-toggle.active {
    color: #929292; }
  .theme-rsaphoto #fh5co-offcanvas,
  .theme-rsaphoto #menu-right {
    background-color: #211E34; }
  .theme-rsaphoto #fh5co-offcanvas a,
  .theme-rsaphoto #menu-right a {
    color: #929292; }
  .theme-rsaphoto #nav-icon span,
  .theme-rsaphoto #nav-icon-right span {
    background: #929292; }
  .theme-rsaphoto .navbar-nav > li > a {
    color: #929292; }
  .theme-rsaphoto .navbar-default .navbar-nav > li > a:hover, .theme-rsaphoto .navbar-brand > a:hover {
    color: #fff; }
  .theme-rsaphoto .navbar-default .navbar-nav > li > a.active, .theme-rsaphoto .navbar-brand > a.active {
    color: #fff; }
  .theme-rsaphoto .navbar-default .navbar-nav > li > span {
    color: #211E34; }
  .theme-rsaphoto .navbar-right {
    color: #929292; }
  .theme-rsaphoto .navbar > .container-fluid .navbar-brand, .theme-rsaphoto .navbar-right > ul, .theme-rsaphoto navbar-left > ul, .theme-rsaphoto #fh5co-offcanvas ul, .theme-rsaphoto #menu-right ul, .theme-rsaphoto #menu-right .navbar-brand {
    border-color: #444345; }
  .theme-rsaphoto .searchbutton svg path {
    fill: #929292; }
  .theme-rsaphoto .searchbutton svg:hover path {
    fill: #fff; }
  .theme-rsaphoto .searchbox {
    border-color: #929292; }
    .theme-rsaphoto .searchbox svg path {
      fill: #929292; }
    .theme-rsaphoto .searchbox svg:hover path {
      fill: #211E34; }
    .theme-rsaphoto .searchbox .close_me {
      border-color: #929292; }
    .theme-rsaphoto .searchbox .close_me a:hover span {
      background: #211E34; }
  .theme-rsaphoto .spotifynav a svg path {
    fill: #929292; }
  .theme-rsaphoto .spotifynav a:hover svg path {
    fill: #fff; }
  .theme-rsaphoto #player.news, .theme-rsaphoto #news-outer {
    background: #e6e6e6;
    color: #444345; }
  .theme-rsaphoto hr {
    border-color: #C5C5C5; }
  .theme-rsaphoto #hero-statement .grey-statement a {
    color: #929292; }
  .theme-rsaphoto footer {
    color: #929292; }
    .theme-rsaphoto footer .white-footer {
      color: #211E34; }
    .theme-rsaphoto footer svg path, .theme-rsaphoto footer svg circle {
      fill: #929292; }

.theme-rsaphoto-list {
  color: #fff;
  background-color: #2D293E; }
  .theme-rsaphoto-list a,
  .theme-rsaphoto-list a:focus,
  .theme-rsaphoto-list a:active,
  .theme-rsaphoto-list a:visited,
  .theme-rsaphoto-list .btn:focus {
    color: #929292; }
  .theme-rsaphoto-list a:hover,
  .theme-rsaphoto-list a.active,
  .theme-rsaphoto-list .btn.focus,
  .theme-rsaphoto-list .btn:hover {
    color: #fff; }
  .theme-rsaphoto-list #player.news {
    /* background: $greylightest; */ }
    .theme-rsaphoto-list #player.news a {
      color: #929292; }
    .theme-rsaphoto-list #player.news a:hover {
      color: #fff; }
  .theme-rsaphoto-list .news .close_me a:hover span {
    background: #fff; }
  .theme-rsaphoto-list .close_me {
    border-color: #444345; }
  .theme-rsaphoto-list .news .close_me {
    border-color: #929292; }
  .theme-rsaphoto-list .navbar-default {
    background: #211E34; }
  .theme-rsaphoto-list .darkBg {
    background-color: #211E34; }
  .theme-rsaphoto-list .scrollBg {
    background: #211E34;
    border: 0; }
  .theme-rsaphoto-list .fh5co-nav-toggle.active i::before,
  .theme-rsaphoto-list .fh5co-nav-toggle.active i::after {
    background: #929292; }
  .theme-rsaphoto-list .fh5co-nav-toggle i {
    color: #929292;
    background: #929292; }
  .theme-rsaphoto-list .fh5co-nav-toggle i::before,
  .theme-rsaphoto-list .fh5co-nav-toggle i::after {
    background: #929292; }
  .theme-rsaphoto-list .fh5co-nav-toggle.active {
    color: #929292; }
  .theme-rsaphoto-list #fh5co-offcanvas,
  .theme-rsaphoto-list #menu-right {
    background-color: #211E34; }
  .theme-rsaphoto-list #fh5co-offcanvas a,
  .theme-rsaphoto-list #menu-right a {
    color: #929292; }
  .theme-rsaphoto-list #nav-icon span,
  .theme-rsaphoto-list #nav-icon-right span {
    background: #929292; }
  .theme-rsaphoto-list .navbar-nav > li > a {
    color: #929292; }
  .theme-rsaphoto-list .navbar-default .navbar-nav > li > a:hover, .theme-rsaphoto-list .navbar-brand > a:hover {
    color: #fff; }
  .theme-rsaphoto-list .navbar-default .navbar-nav > li > a.active, .theme-rsaphoto-list .navbar-brand > a.active {
    color: #fff; }
  .theme-rsaphoto-list .navbar-default .navbar-nav > li > span {
    color: #fff; }
  .theme-rsaphoto-list .navbar-right {
    color: #929292; }
  .theme-rsaphoto-list .navbar > .container-fluid .navbar-brand, .theme-rsaphoto-list .navbar-right > ul, .theme-rsaphoto-list navbar-left > ul, .theme-rsaphoto-list #fh5co-offcanvas ul, .theme-rsaphoto-list #menu-right ul, .theme-rsaphoto-list #menu-right .navbar-brand {
    border-color: #444345; }
  .theme-rsaphoto-list .searchbutton svg path {
    fill: #929292; }
  .theme-rsaphoto-list .searchbutton svg:hover path {
    fill: #fff; }
  .theme-rsaphoto-list .searchbox {
    border-color: #929292; }
    .theme-rsaphoto-list .searchbox svg path {
      fill: #929292; }
    .theme-rsaphoto-list .searchbox svg:hover path {
      fill: #fff; }
    .theme-rsaphoto-list .searchbox .close_me {
      border-color: #929292; }
    .theme-rsaphoto-list .searchbox .close_me a:hover span {
      background: #fff; }
  .theme-rsaphoto-list .spotifynav a svg path {
    fill: #929292; }
  .theme-rsaphoto-list .spotifynav a:hover svg path {
    fill: #fff; }
  .theme-rsaphoto-list #player.news, .theme-rsaphoto-list #news-outer {
    background: #e6e6e6;
    color: #444345; }
  .theme-rsaphoto-list hr {
    border-color: #5b5769; }
  .theme-rsaphoto-list #hero-statement .grey-statement a {
    color: #929292; }
  .theme-rsaphoto-list footer {
    color: #929292; }
    .theme-rsaphoto-list footer .white-footer {
      color: #fff; }
    .theme-rsaphoto-list footer svg path, .theme-rsaphoto-list footer svg circle {
      fill: #929292; }
