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

/** CSS
Author: Fritschle Communications
Client: Mominee Studios
Created: January 2019
*/

/** GLOBAL ELEMENTS */

html { overflow-x: auto; height:100%;}
/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

div { text-align: left; }
body {	background: #000; margin: 0; padding: 0;
}

/** HEADINGS */


/** TEXTS */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Carrois Gothic SC', Arial, Helvetica, sans-serif;
  	text-align: left;
}

body {
  	color: #fff;
	font: 18px Arial, Helvetica, sans-serif;
}

h1 {
  	color: #fff;
  	font-size: 24px;
  	font-weight:100;
    line-height:1.2em;
}

h2, h2 a {
  	color: #fff;
  	font-size: 24px;
  	font-weight:200;
    line-height:1.2em;
  	text-decoration:none;
  	margin: 10px 0 10px 0;
}

h2 a:hover {
	color: #CC0C17;
  	text-decoration:underline;
}

h3, h5, h6 {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
}

h4 {
	color: #292D83;
  	font-weight:bold;
	font-size: 18px;
  	margin:10px 10px 20px 10px;
}

h4 a {color: #D21145;}

a, a:hover {color:#eaeaea;}

.page-header {border-bottom:0px;}

/** Layout */

#section1 {width: 100%;height: auto;margin: 0;padding: 0;clear: left;border-bottom: 1px solid #C1C1C2;}
#section2 {margin-top: 35px;margin-bottom: 10px;}

#js-meganav ul, ol {
	margin-left: 0;
}

#js-meganav ul{
	margin-top: 0;	
}

.moduletable-slide {
	border-bottom: 1px solid #fff;
}

#slide2 {margin-left:0;}

.row {
	clear: both;
}

#logo {
	text-align: left;
	margin-top: 10px;
  	margin-bottom: 0px;
}

#logo p {text-align:left;}

.span4, .span7, .span8, .span9, .span10, .span12 {
}

#nav-wrapper {
	height: auto;
}

#nav-wrapper.span8 {margin-left:0;}

#content {
	margin-top: 10px;
}	

#footer {border-top: 1px solid #C1C1C2;margin-top:20px;}

.mapprint {display:none;}

#contact {margin-top:25px;background:#FBFAF8;padding:10px 0 10px 0;}

#contact p {margin:10px 10px 20px 10px;}

#backtotop {
	margin: 5px 0;
}

.pull-right {display:none;}

.item-image {margin-bottom:8px;}

.copyright {font-family:'Carrois Gothic SC', Arial, Helvetica, sans-serif;}

@media (min-width: 1200px) {

  .copyright {margin-top:30px;font-size:14px;text-align:center;}
  
  #ms, #ms p {height:auto;text-align:left;margin:10px 0 10px 25px;}
  #fc, #fc p {text-align:right;margin:10px 0 10px 0;}
  #fc img {height:30px;width: auto;}

}

@media (min-width: 980px) {

  .copyright {margin-top:30px;font-size:14px;text-align:center;}
  
  #ms, #ms p {text-align:left;margin:10px 0 10px 25px;}
  #fc, #fc p {text-align:right;margin:10px 0 10px 0;}
  #fc img {height:30px;width: auto;}

}

@media (min-width: 768px) and (max-width: 979px) {

  #contact p {font-size:14px;}
  
  .copyright {margin-top:0;font-size:14px;text-align:center;}
  
  #ms, #ms p {text-align:left;margin:10px 0 10px 0;}
  #ms img, #fc img {}
  #fc, #fc p {text-align:right;margin:10px 0 10px 0;}
  
}

@media (max-width: 767px) {

  #content {padding: 10px 15px 10px 15px;}	

  #contact {margin:25px 0 25px 0;background:#FBFAF8;padding:10px 0 10px 0;}

  .copyright {margin-top:0;font-size:14px;text-align:center;}

  #ms, #ms p {text-align:center;margin:10px 0 10px 0;}
  #fc, #fc p {text-align:center;margin:10px 0 10px 0;}

}

@media (max-width: 480px) {

  #content {padding: 10px 15px 10px 15px;}	

  .copyright {margin-top:0px;font-size:14px;text-align:center;}

  #ms, #ms p {text-align:center;margin:10px 0 10px 0;}
  #fc, #fc p {text-align:center;margin:10px 0 10px 0;}

}