@charset "UTF-8";
/*
Theme Name:  Potlatch 67-67 Theme
Theme URI:
Author: The Update Company
Author URI: http://theupdatecompany.com
Description: Skeleton theme utilizing Bootstrap.
Version: 3.0.1
License:
License URI:
Text Domain: tuc
*/

/* >>>>>>>>>> INITIALIZATION <<<<<<<<<< */

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

/* Adjust Body to account for height of sticky nav only */
html, body {
	width: 100%;
	height: 100%;
}


/* 8pt grid spacing resets */
.container {
	padding-right: 16px;
	padding-left: 16px;
}
.row {
	margin-right: -8px;
	margin-left: -8px;
}
[class*='col-'] {
	padding-right:8px;
	padding-left:8px;
}

/* Margin Overrides */
.no_margin{
	margin:0;
}
.no_margin_left_right{
	margin-left:0;
	margin-right:0;
}
.no_margin_left{
	margin-left:0;
}
.no_margin_right{
	margin-right:0;
}
.no_margin_top_bottom{
	margin-top:0;
	margin-bottom:0;
}
.no_margin_top{
	margin-top:0;
}
.no_margin_bottom{
	margin-bottom:0;
}

/* Padding Overrides */
.no_padding{
	padding:0;
}
.no_padding_left_right{
	padding-left:0;
	padding-right:0;
}
.no_padding_left{
	padding-left:0;
}
.no_padding_right{
	padding-right:0;
}
.no_padding_top_bottom{
	padding-top:0;
	padding-bottom:0;
}
.no_padding_top{
	padding-top:0;
}
.no_padding_bottom{
	padding-bottom:0;
}



/* >>>>>>>>>> TYPOGRAPHY <<<<<<<<<< */
html{
	font-size: 62.5%;
}
body{
	word-break: normal;
	hyphens: auto;
	font-family: "Spectral", "Times New Roman", "Times", serif;
	font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

h1 {
	font-family: "Spectral SC", "Times New Roman", "Times", serif;
	font-size: 4rem;
}
h2{
	font-size: 2.4rem;
}
h3{
	font-size: 2rem;
}
h4{
	font-size: 1.8rem;
}
h5{
	font-size: 1.6rem;
}
h6{
	font-size: 1.4rem;
}

p{
	font-size: 2rem;
	line-height: 150%;
}

span,
pre,
ol,
ul,
li,
label,
table,
thead,
tfoot,
tr,
td,
time,
blockquote,
a{
	font-size: inherit;
}

a{
	color: #d09a72;
}
a:hover, a:focus{
	color: #d48a52;
}
a:active{
	color: #e68e4c;
}

.material-icons {
	font-size: 2.4rem;
	line-height: inherit;
}

/* Stop Breaking */
* {
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
}
* {
	word-break:keep-all;
}

/* >>>>>>>>>> RESETS <<<<<<<<<< */
body{
	padding-top: 40px;
	background: #212121 url(images/bg-texture.png) repeat;
	color: #ffffff;
}

#top{
	display: inline;
	position: absolute;
	top:0;
}

/* border-radius:0; */
.panel {
	border-radius: 0;
}
.form-control{
	border-radius: 0;
}
.alert{
	border-radius: 0;
}


/* Overide inline image & caption widths when entered in Content field */
/*.wp-caption {*/
	/*max-width: 100%;*/
	/*height: auto;*/
/*}*/
/*.content img {*/
	/*width: 100%;*/
	/*height:auto;*/
/*}*/

/* Responsive Video Aspect Ratio ( must wrap php video output or embeds with <div class="videoContainer"></div> ) */
.videoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Buttons */
.btn{
	border:0 solid transparent;
	border-radius: 1000px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 0 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
	transition: all 0.15s ease-in-out;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.14), 0 0 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.14), 0 0 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.btn-primary {
	color: #fff;
	background-color: #d09a72;
	border-color: #d09a72;
	box-shadow: 0 4px 24px 0 rgba(0,0,0,0.22), 0 4px 8px 0 rgba(0,0,0,0.25);
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #d48a52;
	border-color: #d48a52;
}
.btn-primary.active,
.btn-primary:active{
	color: #fff;
	background-color: #e68e4c;
	border-color: #e68e4c;
}
.btn-excerpt{
	display: block;
	margin:10px 0;
}
.btn-scroll{
	display: block;
	position: absolute;
	padding: 0;
	width: 32px;
	height: 32px;
	color: #ffffff;
	background: #d09a72;
	border: 0 solid transparent;
	border-radius: 1000px;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.22), 0 2px 8px 0 rgba(0,0,0,0.25);
	transition: all 0.15s ease-in-out;
}
.btn-scroll:focus, .btn-scroll:hover{
	background:#d48a52;
	color:#ffffff;

}
.btn-scroll:active{
	background:#e68e4c;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14), 0 0 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
	color:#ffffff;
}
#scroll-down{
	bottom:24px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	outline: none;
}
#back-to-top{
	position: fixed;
	bottom: -40px;
	right: 4px;
	z-index: 9999;
	outline: none;
	padding: 0;
}
#back-to-top.visible{
	bottom: 4px;
}
#back-to-top i{
	margin-top: -2px;
}
.btn-search{
	display: block;
	position: absolute;
	padding: 0;
	width: 32px;
	height: 32px;
	color: #ffffff;
	background: #d09a72;
	border: 0 solid transparent;
	border-radius: 1000px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 0 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
	transition: all 0.15s ease-in-out;

}
.btn-search:focus, .btn-search:hover{
	background:#d48a52;
	color:#ffffff;

}
.btn-search:active{
	background:#e68e4c;
	box-shadow: none;
	color:#ffffff;

}
.btn-search .icon{
	margin:-1px 0 0;
	transition: all 0.15s ease;
}

/* Forms */
.form-control{
	transition: all 0.15s ease-in-out;
}
.form-control:hover {
	border:1px solid #d09a72;
	outline: 0;
	-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 0 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 0 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.form-control:focus {
	border:1px solid #d09a72;
	outline: 0;
	-webkit-box-shadow: 0 4px 24px 0 rgba(0,0,0,0.22), 0 4px 8px 0 rgba(0,0,0,0.25);
	box-shadow: 0 4px 24px 0 rgba(0,0,0,0.22), 0 4px 8px 0 rgba(0,0,0,0.25);
}

/* Search Form */
#searchform{
	display: inline-block;
	position: relative;
	margin:0 0 16px;
	width: 100%;
}
#searchform .search-field{
	display: inline-block;
	position: relative;
	float:left;
	width: 100%;
	height:40px;
}
#searchform .btn-search{
	display: inline-block;
	position: relative;
	float:left ;
	margin: 4px 0 0 -36px;
}

/* Comments */
.form-submit {
	display: none;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 100%;
}
.entry-comments li {
	padding: 0;
}
.entry-comments .alert {
	margin:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.comment-avatar img{
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	float: left;
	margin: 0 15px 0 0;
	width:48px;
	height:auto;
}
.entry-comments .comment-meta{
	margin: 0;
}
.comment{
	list-style: none;
}

/* Blockquotes */
blockquote {
	padding: 8px 16px;
	margin: 0 0 16px;
	border-left: 4px solid #d09a72;
}

/* Widgets */
.widget{
	margin:0 0 16px;
}
.widget ul{
	list-style-type: none;
	padding: 0;
}
.widget ul li{
	margin:0 0 8px;
}
.widget h4{
	margin:0 0 16px;
	font-size: 1.8rem;
}

/* Images */
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.image_wrap{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 56.25% 0;
	margin: 0 0 -6px;
	background: #EEEEEE;

	overflow: hidden;
	transition: box-shadow 0.25s ease-in-out;
}
.image_wrap:hover{


}
.image_wrap img{
	display: inline-block;
	position: absolute;
	width: 100%;
	height: auto;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}




/* Navbar */
.navbar {
	min-height: 64px;
	border: 0;
	background: #212121;
}
.navbar-fixed-top {
	border-width: 0;
}
.navbar-header {
	width: 100%;
}
.navbar-brand {
	float: left;
	max-width: 260px;
	height: 64px;
	padding: 16px;
}
.navbar-brand>img {
	display: none;
}
.logo{
	margin: 0 auto;
	width:100%;
	max-width: 150px;
	height: auto;
}
/*.site-name{*/
	/*font-family: "Spectral SC", "Times New Roman", "Times", serif;*/
	/*font-size: 2.4rem;*/
	/*line-height: 3.6rem;*/
	/*color: #d09a72;*/
	/*text-shadow: 0 2px 4px rgba(0,0,0,0.66);*/
/*}*/
.site-name{
	font-family: "Montserrat", sans-serif;
	font-size: 2.4rem;
	line-height: 3.6rem;
	color: #ffffff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.66);
	text-transform: uppercase;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin: 16px;
	padding: 0;
	width: 32px;
	height: 32px;
	background-color: #d09a72;
	background-image: none;
	border: 0 solid transparent;
	border-radius: 1000px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	color:#ffffff;
	overflow: hidden;
	transition: all 0.15s ease;
}
.navbar-default .navbar-toggle {
	border-color: #d09a72;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #d48a52;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.navbar-default .navbar-toggle:active {
	background-color: #e68e4c;
	box-shadow: none;
}
.navbar-toggle .icon{
	margin-top: -1px;
	transition: all 0.15s ease;
}
.navbar-toggle .icon.swap{
	margin-top: -36px;
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0 solid transparent;
	-webkit-box-shadow:none;
	box-shadow: none;
	background: #212121;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 568px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	font-weight: 700;
	color: #d09a72;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #d09a72;
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #d09a72;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #d09a72;
	background-color: transparent;
}
.nav>li>a {
	padding: 8px 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color:#ffffff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-size: 1.4rem;
}

/* Dropdown */
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 10px 16px;
}
.dropdown-menu{
	padding: 0;
	border:0;
	border-radius: 0;
}
.dropdown-menu>li>a {
	padding: 10px 16px;
	font-weight: 400;
	color:#424242;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: transparent;
}

/* Nav Pills */
.nav-pills>li>a {
	border-radius: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	font-weight: 700;
	color: #d09a72;
	background-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	color: #d09a72;
	background-color: transparent;
}

/* Pagination */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0 0 16px;
	border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #d09a72;
	border-color: #d09a72;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #d09a72;
	text-decoration: none;
	background-color: #FAFAFA;
	border: 1px solid #E0E0E0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #d48a52;
	background-color: #F5F5F5;
	border-color: #E0E0E0;
}
.pagination>li>a:active, .pagination>li>span:active{
	color: #e68e4c;
	background-color: #EEEEEE;
	border-color: #E0E0E0;
}
.pagination>li>a.page_prev, .pagination>li>a.page_next{
	padding: 8px 8px 2px;
}
.pagination .icon{
	position: relative;
	display: inline-block;
	width:20px;
	height:20px;
}
.pagination .material-icons{
	font-size: 1.8rem;
	line-height: normal;
}

/* Effects */
.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
	opacity: 0.5;
}

/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */

.navigation-panel{
	display: inline-block;
	position: relative;
	width: 100%;
	height:auto;
	background: transparent;
	text-align: center;
}
.content-panel{
	display: inline-block;
	position: relative;
	width: 100%;
	height:auto;
}

/* Jumbotron */
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 0;
}
.jumbotron{
	position: relative;
	margin: 0 0 40px 0;
	padding: 0;
	background: transparent;
	min-height: 320px;
}
article.full-header, header.full-header{
	display: inline;
}
.jumbotron.full_header{
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	border-radius: 0;
	background-color: #eee;

}
.jumbotron .container{
	position: relative;
	text-align: left;
}
.jumbotron.full_header .container{
	text-align: center;
}
.jumbotron.hasImage {
	color:#fff;
	background: no-repeat center center scroll;

	/*-webkit-background-size: 1920px 1080px !important;*/

	-webkit-background-size: 100%;
	-moz-background-size:  100%;
	-o-background-size:  100%;
	background-size:  100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	height: auto;
}
.jumbotron.full_header.hasImage{
	height: 100%;
	color: #fff;
	background: no-repeat center center fixed;

	/*-webkit-background-size: 1920px 1080px !important;*/

	-webkit-background-size: 100%;
	-moz-background-size:  100%;
	-o-background-size:  100%;
	background-size:  100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.jumbotron.hasImage .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.33);
}
.jumbotron .h1, .jumbotron h1 {
	font-size: 4.8rem;
	font-weight: 700;
	font-variant: small-caps;
	margin: 0 0 16px;
}
.jumbotron p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 16px;
}
.jumbotron__image{
	position: relative;
	width: 100%;
	height: auto;
	margin: 24px 0;
	transition: max-width 0.25s ease-in-out;
}







.btn-default{
	padding: 12px 24px;
	background: transparent;
	border: 2px solid #d09a72;
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}
.btn-default:focus,
.btn-default:hover{
	background: #d09a72;
	border: 2px solid #e68e4c;
	color: #ffffff;
}
.btn-default:active{
	background: #e68e4c;
	border: 2px solid #e68e4c;
	color: #ffffff;
}

.btn-primary{
	padding: 12px 24px;
	background: #ffffff;
	border: 2px solid #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #e68e4c;
}
.btn-primary:focus,
.btn-primary:hover{
	background: #d09a72;
	border: 2px solid #e68e4c;
	color: #ffffff;
}

.btn-primary:active{
	background: #e68e4c;
	border: 2px solid #e68e4c;
	color: #ffffff;
}


.btn-default--small{
	padding: 8px 16px;
	background: transparent;
	border: 2px solid #d09a72;
	/*max-width: 280px;*/
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	white-space: normal;
}
.btn-default--small:focus,
.btn-default--small:hover{
	background: #d09a72;
	border: 2px solid #e68e4c;
	color: #ffffff;
}
.btn-default--small:active{
	background: #e68e4c;
	border: 2px solid #e68e4c;
	color: #ffffff;
}

.card{
	display: inline-block;
	position: relative;
	margin: 0 0 16px;
	width: 100%;
	height: auto;
	background: #ffffff;
	border:0;
	border-top:2px solid #E0E0E0;
	box-shadow: none;
	overflow: hidden;
	transition: all 0.25s ease-in-out;
}
.card:hover{
	border-top:2px solid #d09a72;
}
.card.sticky{
	border-top:2px solid #d09a72;
}
.card_image{
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding:0;
	width: 40%;
	height: auto;
	transition: box-shadow 0.25s ease-in-out;
}
.card_inner{
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding:8px;
	width: 60%;
	height: auto;
	transition: box-shadow 0.25s ease-in-out;
}
.card_inner h1{
	margin:0 0 8px;
	font-size: 1.6rem;
}
.card_inner p{
	display: none;
	margin:0 0 8px;
}
.card_inner time{
	font-size: 1.2rem;
	margin:0 0 8px;
}
.card_inner .btn{ }

.home-title{
	font-family: "Times New Roman", "Times", serif;
	font-size: 4rem;
	font-variant: normal;
}
.home-subtitle{
	font-size: 2rem;
	margin: 0 0 16px;
}
.home-text{  }

.current-location-home{
	position: relative;
	display: block;
	margin: 80px 0;
}
.current-location-home__featured-image{
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 24px;
}
.current-location-home__content{
	position: relative;
	display: inline-block;
	margin: 0 0 24px;
}
.current-location-home__title{
	font-size: 2.4rem;
	font-weight: 700;
	margin: 16px 0 24px;
}
.current-location-home__dates{
	font-size: 1.8rem;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 24px;
}
.current-location-home__text p{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 24px;
}

.current-location{
	position: relative;
	display: block;
	margin: 0;
}
.current-location__featured-image{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 720px;
	margin: 0 0 24px;
}
.current-location__content{
	position: relative;
	display: inline-block;
	margin: 0 0 24px;
}
.current-location__title{
	font-size: 2.4rem;
	font-weight: 700;
	margin: 16px 0 24px;
}
.current-location__summary{
	margin: 16px 0 40px;
}

.current-location__dates{
	font-size: 1.8rem;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 24px;
}
.current-location__text p{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 24px;
}
.current-location__more-details{
	display: inline-block;
	margin: 0 0 8px;
	padding: 0 0 24px;
	width: 100%;
	border-bottom: 1px solid #4a4a4a;
}
.current-location__more-details-table{
	margin: 0 0 48px ;
	padding: 8px 16px;
	width: 100%;
	background: rgba(74,74,74,0.24);
	border-left: 8px solid #d09a72;
	box-shadow: 0 2px 4px rgba(0,0,0,0.24);
	font-family: "Montserrat", sans-serif;
}
.current-location__more-details-row{

}
.current-location__more-details-item{
	font-style: italic;
	padding: 8px 16px;
}
.current-location__more-details-item--left{
	text-align: left;
	font-weight: 700;
}
.current-location__more-details-item--right{
	text-align: right;
	font-weight: 400;
}

.current-location__more-details .btn{
	display: block;
	margin: 0 auto 16px;
}

.current-location__getting-here{
	display: inline-block;
	padding: 0;
	width: 100%;
	margin: 24px 0 ;
}
.current-location__getting-here__title{
	margin: 0 0 8px;
}
.current-location__getting-here__text{
	font-size: 1.6rem;
	margin: 0 0 8px;
}
.current-location__getting-here__address{
	margin: 0 0 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
.current-location__getting-here__button{
	margin: 0 0 24px;
	padding: 8px 16px;
	font-size: 1.2rem;
	text-transform: none;
}
.current-location__related_events{
	display: inline-block;
	padding: 0;
	width: 100%;
	margin: 80px 0 0;
}
.current-location__related-events__title{
	margin: 0 0 24px;
}
.current-location__related-events__event{
	margin: 0 0 24px;
	padding: 0;
}
.current-location__related-events__event-title{
	font-size: 1.6rem;
	font-weight: 400;
	color: #d09a72;
}
.current-location__related-events__event-title a{
	text-decoration: underline;
}
.current-location__related-events__event-date{
	font-size: 1.6rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
.current-location__related-events__event-text{
font-size: 1.6rem;
}

.upcoming-locations{
	display: inline-block;
	padding: 0;
	width: 100%;
	margin: 80px 0 0;
}
.past-locations{
	display: inline-block;
	padding: 0;
	width: 100%;
	margin: 80px 0 0;
}


.featured-artists-home{
	display: block;
	margin: 80px 0;
}
.featured-artists-home__featured-image{
	position: relative;
	width: 100%;
	height: auto;
	transition: max-width 0.25s ease-in-out;
}
.featured-artists-home__title{
	font-size: 2.4rem;
	font-weight: 700;
	margin: 16px 0 24px;
}
.featured-artists-home__text{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 24px;
}

.location-card{
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 300px;
	height: auto;
	background: #212121;
	box-shadow: 0 2px 4px rgba(0,0,0,0.66);
}
.location-card__image{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
}
.location-card__featured-image{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
}
.location-card__inner{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 16px 8px;
}
.location-card__inner > *{
	display: inline-block;
	width: 100%;
	height: auto;
}
.location-card__title{
	display: inline-block;
	margin: 0;
	font-family: "Spectral SC", "Times New Roman", "Times", serif;
	font-size: 1.8rem;
	font-weight: 700;
}
.location-card__date{
	display: inline-block;
	margin: 0;
	font-family: "Times New Roman", "Times", serif;
	font-size: 1.4rem;
	font-weight: 400;
	color: #9B9B9B;
}
.location-card__location{
	display: inline-block;
	margin: 0 0 16px;
	font-family: "Times New Roman", "Times", serif;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 700;
	color: #9B9B9B;
}
.location-card__button{
	font-size: 1.2rem;
	margin:0 0 8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.artist-card{
	display: inline-block;
	position: relative;
	margin: 0 0 16px;
	width: 100%;
	/*max-width: 280px;*/
	max-width: 380px;
	height: auto;
	background: #282828;
	border:0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.24);
	/*overflow: hidden;*/
	overflow: auto;
	transition: all 0.25s ease-in-out;
}
.artist-card--transparent{
	background: transparent;
	box-shadow: none;
}
.artist-card:hover{ }
.artist-card__image{
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding:0;
	width: 100%;
    /*height: 0;*/
    /*temporary hide for empty images in slider*/
	height: auto;
	transition: box-shadow 0.25s ease-in-out;
}

.artist-card__image .image_wrap{
	margin: 0;
	background: transparent;
}

.artist-card__image.partner-card .image_wrap{
	padding: 0 0 100% 0;
	background: transparent;
}

.artist-card__inner{
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding:8px;
	width: 100%;
	height: auto;
	min-height: 148px;
	transition: box-shadow 0.25s ease-in-out;
}
.artist-card--no-image{
	position: relative;
	min-height: 125px;
}
.artist-card--no-image .artist-card__inner{
	position: absolute;
	min-height: initial;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.artist-card__inner > *{
	display: inline-block;
	width: 100%;
	height: auto;
}
.artist-card__title {
	display: inline-block;
	margin: 0;
	font-family: "Spectral SC", "Times New Roman", "Times", serif;
	font-size: 1.8rem;
	font-weight: 700;
}

.artist-card__inner a {
    color: #fff;
    text-decoration: underline;
}

.artist-card__post {

}

.artist-card__post::after {
    content: ' *';
    color: #d09a72;
}

.artists-archive__post::before {
    content: '* ';
    color: #d09a72;
}

.artist-highlight {
    color: #d09a72;
    font-weight: bold;
}

.artist-card__traditional_name{
	display: inline-block;
	margin: 0;
	font-family: "Times New Roman", "Times", serif;
	font-size: 1.4rem;
	font-weight: 400;
	color: #9B9B9B;
}
.artist-card__nation{
	display: inline-block;
	margin: 0;
	font-family: "Times New Roman", "Times", serif;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 700;
	color: #9B9B9B;
}
.artist-card__button{
	font-size: 1.2rem;
	margin:16px 0 8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.artist__traditional_name{
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
}
.artist__nation{
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
}
.artist-statement{
	margin: 48px 0;
}
.artist-bio{
	margin: 48px 0;
}

.community-partners{
	display: block;
	margin: 80px 0;
}
.community-partners__title{
	display: inline-block;
	margin: 0 0 24px 0;
	width: 100%;
	height: auto;
}
.community-partners__cards{
	display: inline-block;
	margin: 0 0 24px 0;
	width: 100%;
	height: auto;
}
.community-partners__button{
	display: inline-block;
	margin: 0 0 24px 0;
	text-decoration: none;
}

.partner-card{
	display: block;
	position: relative;
	margin: 0 0 24px;
	width: 100%;
	max-width: 280px;
	height: auto;
	background: transparent;
	border:0;
	transition: all 0.25s ease-in-out;
	opacity: 0.64;
}
.partner-card:hover{
	opacity: 1;
}
.partner-card .image_wrap{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 100% 0;
	margin: 0 0 -6px;
	background: transparent;

	overflow: hidden;
	transition: box-shadow 0.25s ease-in-out;
}

.slick-gallery-wrap{
	position: relative;
	display: block;
	margin: 48px 0 80px;
}
.slick-gallery-wrap.artist{
	position: relative;
	display: block;
	margin: 0 0 80px;
}
.slick-slider{
	margin-bottom: 0;
	border-right:2px solid #d09a72;
	border-left:2px solid #d09a72;
}
.slick-track{
	margin-bottom: -4px;
	margin-top: 2px;
}
.slick-slide{
	margin: 0 8px;
    position: relative;
    position: relative;
}
.slick-slide .artist-card{
	margin: 0;
}
.slick-custom-dot{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 2px solid #d09a72;
	border-radius: 1000px;
}
.slick-active .slick-custom-dot{
	background: #d09a72;
}
.slick-dots{
	bottom: -65px !important;
	left: 24px !important;
	width: auto !important;
}
.slick-controls {
	position: relative;
	/* margin-top: -20px; */
	pointer-events: none;
	width: 200px;
	float: left;
}
.slick-arrow{
	position:absolute;
	display: inline-block;
	pointer-events: auto;
	cursor: pointer;
}
.slide-prev{
	left: 0;
}
.slide-next{
	right: 0;
}
.slick-gallery-artist.slick-slider{
	border-right:0;
	border-left:0;
}
.media-gallery-wrap{
	position: relative;
	display: block;
	margin: 48px 0 80px;
}
.media-gallery.slick-slider{
	border-right:0;
	border-left:0;
}

.slide__caption {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 5px;
    background: rgba(0,0,0,0.5);
}

#swipebox-top-bar{
  height: auto !important;
  padding: 16px 10% !important;
  font-family: "Spectral", "Times New Roman", "Times", serif !important;
  font-size: 1.6rem !important;
  line-height: 150% !important;
}


.social-media{
	position: relative;
	display: inline-block;
	margin: 48px 0;
}
.social-media.social-media--no-images{
	margin: 24px 0;
}
.social-media-icon{
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 16px 0 0;
	width: auto;
	height: 20px;
}
.social-media-icon:focus,
.social-media-icon:hover{
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 16px 0 0;
	padding: 0 0 4px 0;
	width: auto;
	height: 26px;
	border-bottom: 2px solid #d09a72;
}

.donate{
	display: block;
	position: relative;
	margin: 48px 0;
	padding: 8px 16px;
	background: #212121;
	background: rgba(74,74,74,0.24);
	border-left: 8px solid #d09a72;
	box-shadow: 0 2px 4px rgba(0,0,0,0.24);
}
.donate h4{
	font-size: 1.4rem;
}
.donate p{
	 font-size: 1.2rem;
	margin-bottom: 8px;
 }
.donate a{
	font-size: 1.4rem;
}

ul.contact_info{
	margin:0 0 16px;
	padding:0;
}
ul.contact_info li{
	list-style:none;
	margin:0 0 16px;
	padding:8px 0 0;
}
ul.contact_info .icon{
	display: inline;
	float: left;
	clear: both;
	margin: -8px 8px 0 0;
}

footer .inner{
	padding:40px 0;
	background: transparent;
}
footer a{
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	text-transform: none;
	text-decoration: underline;
	color: #d09a72;
}
footer h4{
	text-transform: uppercase;
}

.hr-footer{
	margin: 0 0 80px;
	height: 1px;
	background: #4a4a4a;
	border: none;
}

.footer-current-location__logo-image{
	display: inline-block;
	position: relative;
	margin: 24px 0;
	width: 100%;
	height: auto;
	max-width: 240px;
}

.email-address{
	display: inline-block;
	font-family: "Spectral", "Times New Roman", "Times", serif;
	font-size: 1.6rem;
	margin-bottom: 8px;
}
.email-address--nav{
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	margin: 48px 0 24px;
}
.email-address--contact{
  font-size: 2.4rem;
}

.about p{
	font-size: 1.6rem;
	line-height: 175%;
}
.contact-links{
	display: inline-block;
	position: relative;
	margin: 48px 0;
}

.contact-links .nav-pills>li a {
	padding: 8px 0;
	font-family: "Spectral", "Times New Roman", "Times", serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #d09a72;
	text-decoration: underline;
	text-transform: capitalize;
}

.copyright,
.copyright a{
	font-family: "Spectral SC", "Times New Roman", "Times", serif;
	font-size: 1.6rem;
	color: #ffffff;
	text-decoration: none;
	margin: 32px 0 0;
}
.copyright a:focus,
.copyright a:hover{
	color: #d09a72;
	text-decoration: underline;
}

/* [][][][][][][][][][][][][][] */
/* >>>> MOBILE LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (orientation: landscape) {

}/* END mobile landscape */

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE LG <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 540px){

}

/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> DESKTOP SM <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px){

	.btn-default{
		padding: 18px 48px;

	}
	.btn-primary{
		padding: 18px 48px;
	}
	.current-location__getting-here__button{
		padding: 8px 16px;
		font-size: 1.2rem;
	}

	.navbar-nav {
		float: right;
		margin: 0;
	}
	#back-to-top{
		position: fixed;
		bottom: -40px;
		right: 16px;
		z-index: 9999;
		outline: none;
	}
	#back-to-top.visible{
		bottom: 16px;
	}

	#searchform{
		max-width: 480%;
	}

	.jumbotron__image{
		position: absolute;
		right: 0;
		width: 100%;
		max-width: 560px;
		height: auto;
		margin: 48px 4% 0 0;
	}
	.jumbotron .container{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.jumbotron.hasImage {
		min-height: 480px;
	}

	.artist-profile-image-container{
		position: absolute;
		right: 0;
		width: 100%;
		max-width: 560px;
		height: auto;
		margin: 48px 4% 0 0;
		box-shadow: 0 2px 8px rgba(0,0,0,0.64);
	}
	.artist-profile-image-wrap{
		display: inline-block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 56.25% 0;
		margin: 0 0 -6px;
		background: transparent;

		overflow: hidden;
		transition: box-shadow 0.25s ease-in-out;
	}

	.artist-profile-image-wrap img{
		display: inline-block;
		position: absolute;
		margin: 0;
		width: 100%;
		height: auto;
		top:50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.artist-profile-image-overlay{
		display: inline-block;
		position: absolute;
		width: 100%;
		height: auto;
		top:0;
		left:0;
		bottom:0;
		right:0;
		background: rgba(0,0,0,0.16);
		background: -moz-linear-gradient(left, rgba(0,0,0,0.64) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.64) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(0,0,0,0.64) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	}

    .image-wrap .artist-profile-image-overlay {
        background: -moz-linear-gradient(left, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

	.jumbotron .h1, .jumbotron h1 {
		font-size: 4.8rem;
		font-weight: 700;
	}
	.jumbotron p {
		font-size: 2rem;
	}
	.jumbotron.jumbotron--home .container,
	.jumbotron.jumbotron--artists-archive .container{
		position: relative;
		top: initial;
		left: initial;
		right: initial;
		-o-transform: none;
		-ms-transform: none;
		-moz-transform: none;
    -webkit-transform: none;
		transform: none;
		margin-top: 160px;
	}

	.jumbotron__image--home,
	.jumbotron__image--artists-archive{
		margin-top: -112px !important;
	}

	.home-title{
		font-size: 8rem !important;
	}
	.home-subtitle{
		font-size: 3.2rem;
	}

	.current-location-home__featured-image-container{
		position: relative;
		display: inline-block;
		margin: 0 0 24px;
	}
	.current-location-home__featured-image{
		position: relative;
		display: inline-block;
		margin: 0;
		max-width: 720px;
	}
	.current-location-home__featured-image-overlay{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.16);
		background: -moz-linear-gradient(right, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(right, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to left, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	}
	.current-location-home__content{
		position: absolute;
		top: 50%;
		right: 8%;
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		max-width: 50%;
	}
	.current-location-home__title{
		font-size: 3.2rem;
		margin: 0 0 24px;
		text-shadow: 0 1px 4px rgba(0,0,0,0.8);
	}
	.current-location-home__dates{
		font-size: 2.4rem;
		text-shadow: 0 1px 4px rgba(0,0,0,0.8);
	}
	.current-location-home__text p{
		font-size: 2rem;
		text-shadow: 0 1px 4px rgba(0,0,0,0.8);
	}
	.current-location__more-details{
		display: inline-block;
		margin: 0 0 24px;
		padding: 0 40px 0 0;
		border-right: 1px solid #4a4a4a;
		border-bottom: 0;
	}
	.current-location__getting-here{
		display: inline-block;
		padding: 0 0 0 24px;
		margin: 0 0 24px;
	}
	.current-location__related-events__event{
		padding: 0 48px 0 0;
	}

	.featured-artists-home__title{
		font-size: 3.2rem;
	}
	.featured-artists-home__text{
		font-size: 2rem;
	}
	.featured-artists-home__featured-image{
		position: absolute;
		right: 0;
		width: 100%;
		max-width: 720px;
		height: auto;
		margin: 0 4% 0 0;
	}

	.slick-dots{
		left: initial !important;
		right: 24px !important;
	}
	.slick-controls {
		float: right;
	}


	.social-media {
		margin: 120px 0 120px 48px;
	}

	.card_inner{
		padding:16px;
	}
	.card_inner h1{
		font-size: 1.8rem;
	}
	.card_inner p{
		display: block;
	}

	.community-partners__title{
		font-size: 3.2rem;
	}

	.contact-links{
		margin: 88px 0 0;
	}


} /* END 768px */

/* [][][][][][][][][][][][][][] */
/* >>>> TABLET LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) and (orientation: landscape){

} /* END 768px landscape*/

/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP MD <<<<<<<< */
/* [][][][][][][][][][][][][][] */

@media screen and (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	/* Home Page Content */

}

@media screen and (min-width: 992px){

	body{
		padding-top: 0;
	}
	.navbar {
		background: transparent;
	}
	.navbar-brand>img {
		display: inline-block;
	}
	.logo{
		margin: 0 auto 16px;
		padding-left: 8px;
		width:100%;
		max-width: 220px;
		height: auto;
	}
	.site-name{
		display: none;
		font-family: "Montserrat", sans-serif;
		font-size: 4.2rem;
		line-height: 3.6rem;
		color: #ffffff;
		text-shadow: 0 2px 4px rgba(0,0,0,0.66);
	}

	.navigation-panel{
		float: left;
		width: 320px;
		height: 100%;
		overflow-x: hidden;
		z-index: 2;
	}
	.content-panel{
		float: left;
		height: 100%;
		overflow-y: scroll;
		z-index: 1;
	}

	.container {
		width: 672px;
	}

	.navbar-brand {
		float: left;
		width: 100%;
		max-width: initial;
		height: auto;
		padding: 16px;
		text-align: center;
	}
	.navbar-collapse{
		background: transparent;
	}
	.navbar-nav>li {
		margin:0;
		width: 100%;
	}

	.jumbotron__image{
		max-width: 600px;
		margin: 48px 8% 0 0;
	}
	.artist-profile-image-container{
		max-width: 600px;
		margin: 48px 8% 0 0;
	}

	.social-media {
		margin: 130px 0 120px 24px;
	}

	.card_inner{
		padding:24px;
	}

	.contact-links{
		margin: 28px 0 0;
	}

    .current-location__featured-image {
        width: auto;
    }
} /* END 992px */

/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP LG <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 1200px){
	.container {
		width: 879px;
	}

	.jumbotron__image{
		max-width: 720px;
		margin: 48px 10% 0 0;
	}
	.artist-profile-image-container{
		max-width: 720px;
		margin: 48px 10% 0 0;
	}
	.contact-links{
		margin: 84px 0 0;
	}

} /* END 1200px */

/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP XL <<<<<<<< */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 1600px){
	.container {
		width: 1180px;
	}

	.jumbotron__image{
		margin: 48px 12% 0 0;
	}
	.artist-profile-image-container{
		margin: 48px 12% 0 0;
	}
	.contact-links{
		margin: 140px 0 0;
	}

} /* END 1600px */