@charset "UTF-8";
/* CSS Document */

body {font-family: Verdana, Geneva, sans-serif; font-weight:400; color:#FFF;}

/********************************************* Overrides ***********************************************/

/* Font Family's declared in Foundation CSS */
button, .button, .pricing-table .title, .pricing-table .price, .tabs dd > a, .side-nav, .side-nav li.active > a:first-child, .accordion dd > a, .sub-nav li, .label, .top-bar-section ul li>a, h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Geneva, sans-serif;
}
#alertbox {
    width:100%; 
    display:none; 
    position:fixed; 
    top:100px; 
    z-index:9999; 
    text-align:center; 
    pointer-events: none;
}
#alertbox .popalert {
    max-width:90%; 
    margin: 0 auto; 
    pointer-events: none;
}
.callout:empty {
    padding: 0;
    margin: 0;
    border: none;
}
p, li, a, h1, h2, h3, h4, h5, h6, .footer {
	text-shadow: 1px 1px 3px #000;
}
p {
    font-size: 0.8rem;
    line-height: 1.4;
}
blockquote, blockquote p {
    color: #FFF;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4rem;
    margin:2rem;
    padding:0;
    border:none;
    text-align:center;
}
ul, ol, dl {
	font-size: 0.8rem;
}
iframe {
	background: #FFF;
}
form iframe {
	background: transparent;
}


.contain-to-grid {background: transparent;}
.contain-to-grid .top-bar {
	margin: 0 -5px 40px -5px;
}

/* TOP MAIN MENU */
.top-bar, .top-bar-section ul {
	background: transparent;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 18px;
    background: transparent;
    font-family: 'Anton', sans-serif;
    text-transform:uppercase;
    text-align:center;
    margin: 10px 0;
}
.top-bar-section ul li {
    background: transparent;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 26px;
    color: #92278f;
    background: transparent;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: transparent;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: transparent;
}
.top-bar-section ul li>a {
	font-size: 1.2rem;
}



/* FORMS *****************************************************************************************/
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
    border-radius: 4px;
    background: rgba(255,255,255,0.4);
    color: rgba(255,255,255,1);
}
input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {    background: rgba(255,255,255,0.8);
    color: rgba(255,255,255,0.8);
    color: rgba(0,0,0,1);
}
/* Style placeholder text */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
   color: rgba(255,255,255,0.6);
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-webkit-input-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.6);  
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-webkit-input-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.6);  
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-webkit-input-placeholder {  /* IE */
   color: rgba(255,255,255,0.6);  
}
/* Style placeholder text - in focus */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select::-webkit-input-placeholder {
   color: rgba(0,0,0,0.6);
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:-webkit-input-placeholder { /* Firefox 18- */
   color: rgba(0,0,0,0.6);  
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select::-webkit-input-placeholder {  /* Firefox 19+ */
   color: rgba(0,0,0,0.6);  
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:-webkit-input-placeholder {  /* IE */
   color: rgba(0,0,0,0.6);  
}

label {
    color:#FFF;
    font-size: 0.9rem;
}
label.inline {
	margin: 0;
}
textarea {
    height:7rem;
}

button.btn-override {
    padding:0px;
    border:none;
} 
#CaptchaV2 {
    font-size: 1.3rem;
    text-align: center;
    font-family: "Courier New",Courier,monospace;
    letter-spacing: 5px;
}
.g-recaptcha {
    margin-bottom: 2rem;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error,
span.error, small.error {
    margin-top: 0;
    padding: 0.1rem 0.5rem 0.2rem 0.5rem;
    top: -5px;
    background: #f04124;
    color: #fff;
    border-radius: 0 0 4px 4px;
    position: relative;
    line-height: 130%;
}
span.error, small.error {
    display: inline-block;
}
label.error {
    color: #FFF;
}
.declaration-text {
    background: rgba(0,0,0,0.6);
    border-radius: 6px;
    padding: 0.7rem 1rem;
    margin: 0.5rem 0;
    font-size: 0.8rem;
}
fieldset {
    border: 3px solid rgba(255,255,255,0.15);
    border-radius: 6px;
}
fieldset legend {
    padding: 0 1rem;
    color: rgba(255,255,255,0.3);
}

.range-slider {
    margin: 0.7rem 0 1.25rem 0;
}
.range-slider-active-segment {
    background: rgba(146, 39, 143, 0.4);
}
.range-slider.round .range-slider-handle {
    background: #92278f;
}
.range-slider.round .range-slider-handle:hover {
    background: #262262;
}
.show[data-bcpie-trigger] {
    padding: 0 0 0 1.5rem;
}
.radio-group label {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    margin: 0 0 0 5px;
    background: rgba(0,0,0,0.4);
    border-radius: 6px;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition:border .3s;
}
.radio-group label:hover {
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
.radio-group label input {
    margin: 0 4px 4px 0;
    top: -2px;
    position: relative;
}
.pika-label {
    margin: 0 2px;
    padding: 5px 8px;
    border: 1px solid #CCC;
    border-radius: 4px;
}
select:focus {
    color: rgba(0,0,0,0.6);
}
fieldset .panel {
    border: none;
    border-radius: 6px;
    background: rgba(146, 39, 143,0.15);
    color: #FFF;
    margin-top: 0.6rem;
}
fieldset .panel p {
    color: #FFF;
}

/***************************************** Extra Helpers ********************************************/

.button.block, button.block {width:100%;}
.note {color:#000; font-size:0.9rem; font-weight:700;}
.fineprint {color:#999; font-size:0.9rem;}

/********************************************* Styles ***********************************************/
/*
GLOBALS:
font-family: 'Anton', sans-serif;
    normal: 400

Purple		#92278f

*/

h1 {color:#FFF; font-family: 'Anton', serif; font-weight:400; font-size:1.6rem; line-height: 1.2; text-transform:uppercase; margin-bottom: 1rem;}
h2 {
    color: #92278f;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.2;
    text-transform: uppercase;
}
h3 {color:#FFF; font-family: 'Anton', serif; font-weight:400; font-size:1.4rem; line-height: 1.3;}
h4 {color:#FFF; font-weight:400; font-size:1.2rem; line-height: 1.3;}
h5 {color:#FFF; font-weight:700; font-size:1.2rem; line-height: 1.3;}
h6 {color:#FFF;}

hr {color: #E5E5E5; margin: 20px 0 40px 0; height:1px; border:0px solid; border-top:1px solid;}

a, a:visited {
	transition:  all 0.3s;
    color:#FFF;
}
a:hover, a:focus, a:active {
	transition:  all 0.3s;
    color:#FFF;
    text-decoration:underline;
}
button, .button {
	background-color:#92278f;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #262262;
}
.wrapper {
    position:relative; 
    z-index:1; 
    /*width: 1000px;*/
    margin: 0 auto;
    padding-bottom:1px;
    max-width: 1000px;
}
.inner-wrapper {
    background:#302f2d url('/gfx/bkg-new.jpg') repeat-y center top;
    padding:5px 20px 60px 20px;
}
.header {
    background:#FFF; 
    /*height:233px;*/ 
    margin-bottom: 0px;
    border-bottom:3px solid #92278f;
    position: relative;
    z-index: 99;
}
.header .logo {margin-top:10%;}
.header .contacts p {position:absolute; top:42px; right:15px; color:#FFF; text-align:right; font-family: 'Cinzel', serif; font-weight:400; font-size:1.4rem; line-height: 1;}
.header .contacts p small {font-size:0.9rem;}

.heading {padding:1rem 0; margin:1rem 0 2rem 0; border-top:1px solid #E5E5E5; border-bottom:1px solid #E5E5E5;}

.img-border {
    position:relative;
    display: inline-block;
}
.img-border:before,
.advance-link:before {
    content:' ';
    position:absolute;
    top:0px;
    left:0px;
    width:101%;
    height:101%;
    background:url('../gfx/img-frame.png') no-repeat left top;
    background-size: 100% 100%;
    display: inline-block;
}

.timetable label {
    display:inline-block;
    width:165px;
    color:#FFF;
}


.tabs {
    border-bottom: 1px solid #7F7F7F;
    margin:30px 0 0 0;
}
.tabs dd {
	top: 1px;
}
.tabs dd.active {
	top: 1px;
}
.tabs dd>a {
    color: #4C4C4C;
    padding: 0.4rem 1.6rem;
    margin-right:5px;
    font-size: 1.1rem;
    font-weight:700;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: rgb(237,237,237); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 60%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.tabs dd>a:hover {
    background: rgb(219,219,219); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(237,237,237,1) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(60%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(237,237,237,1) 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(237,237,237,1) 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(237,237,237,1) 60%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(219,219,219,1) 0%,rgba(237,237,237,1) 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}
.tabs dd.active>a {
    color: #4C4C4C;
    border-top:1px solid #7F7F7F;
    border-left:1px solid #7F7F7F;
    border-right:1px solid #7F7F7F;
    background:#FFF;
}

button.tag:before, .button.tag:before {
    content: ' ';
    position: absolute;
    top: -8px;
    left: 47%;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid #FFF;
    border-right: 7px solid #FFF;
    border-bottom: 8px solid transparent;
    background: inherit;
}

.captchaimg {float: left; margin-right: 5px;}
.error input, .error textarea, .error select,
.error-group input, .error-group textarea, .error-group select {
    border-color: #f04124;
}
small.error:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f04124;
}
label small {color: #CACACA; font-size: 115%;}

.footer {
    background:#92278f url('/gfx/bkg-footer.png') repeat-x left bottom; 
    color:#FFF;
    padding: 11px 0;
	font-size: 0.9rem;
}
.footer p {font-size:0.8rem;}
.footer a {color:#FFF; display:block;}

/************************************ BC Overrides / Fixes ******************************************/


.reveal-modal * {
    text-shadow: none;
    color:#000;
}
.reveal-modal-bg {
    /*pointer-events:none;*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll;
}

body.is-reveal-open {
    overflow: hidden;
}


/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	/*position:absolute;*/
	width:100%;
	/*height:230px;*/
	overflow: hidden;
    right:0px;
    top:0px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/************************ GALLERIFFIC *************************/
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 100%; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
    width: 113% !important;
        /*height: 590px !important;*/
        margin-left: -7% !important;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../gfx/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: auto;
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	/* vertical-align: middle; */
	max-height: 505px;
    max-width:500px;
    width:auto;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	list-style: none;
	background:none;
}
a.thumb {
	padding: 3px;
	display: block;
    background:#000;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	display:none;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

table, table:not(.pika-table) td {
    background:transparent !important; border:none !important; color:#FFF !important; width:100% !important;
}
table tr:nth-of-type(even) {
	background: transparent !important;
}

.my-story-imgs td {
    width: 50% !important;
    padding-bottom:0px;
    padding-top:0px;
}
.my-story-imgs td p {
    font-size:0.75rem;
  	line-height: 1.3;
}
.my-story-imgs td img {
    width:100%;
    margin-bottom:5px;
}

.my-story-pics {
    background-color:#000;
    margin: 0.5rem -4.5rem 1.5rem -4.5rem;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.8);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 3px 10px 0px rgba(0,0,0,0.8);  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 3px 10px 0px rgba(0,0,0,0.8);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.my-story-pics p {
    margin:0.5rem 1rem 0.8rem 1rem;
    font-size:0.75rem;
  	line-height: 1.3;
    color:#BBB;
}
.my-story-pics[class*="block-grid-"]>li {
  padding: 1rem 1rem 0 1rem;
}
.fb-box {
        width: 113% !important;
        height: 590px !important;
        margin-left: -7% !important;
    }



/* MEDIA QUERIES ***************************************************************************/
/* Screen only print fix */
@media only screen {
	.show-for-print {display:none;} 
}

/************___________________________________________________________*/
/* Small screens only */
/* max-width 640px, small screens */
@media only screen and (max-width: 40em) {
    .slideshow {
        width: 113% !important;
        /*height: 590px !important;*/
        margin-left: -7% !important;
    }
    .gallery {
        width: 113% !important;
        margin-left: -7% !important;
    }
}

/*___________************************************************************/
/* Medium screens and up */
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	.row,
    .contain-to-grid .top-bar {
    	max-width:1000px;
    }
    .top-bar {
        height: auto;
    }
    .top-bar-section ul li {
        display: table-cell;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        margin: 0;
    }
    .footer a {
        margin-left:30px;
        display:inline-block;
    }
    .inner-wrapper {
        padding: 5px 30px 60px 30px;
    }
    div.slideshow-container {
        position: relative;
        clear: both;
        width: 113% !important;
        /*height: 590px !important;*/
        margin-left: -7% !important;
        height:540px;
    }
    .radio-group {
        text-align: right;
    }
    
} 

/*________________________***********************************************/
/* Large screens and up */
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
   	
} 

/*______________________________________*********************************/
/* XLarge screens and up */
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
	
} 

/*______________________________________________________*****************/
/* XXLarge screens and up */
/* min-width 1921px, xlarge screens */
@media only screen and (min-width: 120.063em) {

}