@CHARSET "ISO-8859-1";
html *
{
   /* font-size: 1em !important; */
   color: #000 
   font-family: Times New Roman !important;
}

.line6 iframe {
	filter:
		url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	pointer-events: none;
}

.line6 {
	position: relative;
	height: 500px;
}

.line6:after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
}

.line6:before {
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 124px solid white;
	border-right: 3000px solid transparent;
	bottom: 0px;
}

.jumbotron {
	background-color: #2e2d88;
	color: #FFFFFF;
}

.headerLine {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: url(../images/black.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.headerLine:after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
}

.well {
	background-color: #333333;
}


img {
            /*  border-radius: 10px; was here - GAH */
	border-radius: 0px;
	max-width: 100%;
	.
	img-responsive
	{
	max-width
	:
	100%;
}

}
#h1white-xl {
	font-size: 2.5em;
	color: #FFFFFF;
}

#h1white-lg {
	font-size: 2.0em;
	color: #FFFFFF;
}

#h1white-md {
	font-size: 1.75em;
	color: #FFFFFF;
}

#h1white-sm {
	font-size: 1.5em;
	color: #FFFFFF;
}

#h1white-xs {
	font-size: 1.0em;
	color: #FFFFFF;
}
#pwhite{
	font-size: 1.0em;
	color: #FFFFFF;
}

#aBlack{
	font-size: 1.0em;
	color: #000000;
}

#pboldunderline {
	font-weight: bold;
	text-decoration: underline;
}

#websiteTitle {
	font-size: 2.75em
}

.cBusiness {
	text-align: center;
	font-weight: 200;
}

.cBusiness h3 {
	margin-top: 50px;
	text-align: center;
	font-family: 'Roboto', 'sans-serif';
	font-size: 28px;
	font-weight: 400;
}

.cBusiness h4 {
	margin-top: 16px;
	text-align: center;
	font-family: 'Roboto', 'sans-serif';
	font-size: 24px;
	font-weight: 300;
}

.cBusiness h5 {
	margin-top: 16px;
	text-align: center;
	font-family: 'Roboto', 'sans-serif';
	font-size: 20px;
	font-weight: 300;
}

blockquote {
	margin-top: 16px;
	font-family: 'Roboto', 'sans-serif';
	font-size: 14px;
	font-weight: 300;
}


/**/
.lineBlack{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: url(../images/black.jpg)  no-repeat; 
	/* background: url(../images/bgFooter.png)  no-repeat;  */
	background:#101010;
}
.downLine{
	/* smv
	margin-bottom: 35px;
	margin-top: 127px;
	*/

}
.downLine p{
	font-size:13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color:#fff;
}
.lineBlack:before{
	top: 0;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* smv height: 178px; */
	height: 10px;
	background: url(../images/black.jpg) center center no-repeat;
	/* background: url(../images/bgBeforFooter.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.lineBlack input{
	margin-top: 3px;
}
#downMenu{
	float:right;
}
#downMenu li{
	height: 16px;
	border-right:1px solid #343434;
	float:left;
	list-style: none;
}
#downMenu li:last-child{
	border-right:none;
}
#downMenu li a{
	padding: 15px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 50px;
}
#downMenu li:last-child a{
	padding-right:0;
}
#downMenu li a:hover{
	color:#6d6d6d;
}
.downLine input{
	max-width: 95px;
	border:0;
	background:#101010;
	font-size:13px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	color:#6d6d6d;
}
.copy{
	/* smv margin-top: 29px; */
	margin-bottom: 29px;
}
.dm{
	/* smv margin-top: 29px; */
	margin-bottom: 29px;
}
.navbar-inverse {
	background-color: #000000;
	border-color: #000000;
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #aaaaaa;
}

.navbar-inverse .navbar-text {
	color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #aaaaaa;
            padding-right: 12px;
            padding-left: 12px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #aaaaaa;
	background-color: #000000;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #aaaaaa;
	background-color: #000000;
}

.navbar-inverse .navbar-toggle {
	border-color: #000000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #000000;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
	border-color: #ffffff;
}

.navbar-inverse .navbar-link {
	color: #ffffff;
}

.navbar-inverse .navbar-link:hover {
	color: #aaaaaa;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #aaaaaa;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #aaaaaa;
		background-color: #000000;
	}
}
a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* All of the following added for the MAS website */
body {
	background-color: #f7f1e8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-nav > li > a {
    padding-right: 12px;
    padding-left: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  padding-bottom: 8px;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}


hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2;
  border-top: 2px solid #000000;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}

#imageLeft {
	float: left;
	margin-right: 10px;
}

.carousel-control.left, 
.carousel-control.right {
    background-image: none
}

.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 17px;
  padding-left: 17px;
}

.thumbnail .caption {
  padding: 3px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f7f1e8;
  border: 1px solid #f7f1e8;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.linespace50 { 
  line-height: 50%; 
}

a { color: mediumblue; }

.bg-primary {
  background-color: #202050 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

.tabban { 
   margin-left: 10px;
}

.tab40 { 
   margin-left: 40px;
}  
   
caption-center {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: center;
  caption-side: bottom;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.color-me{
    color:black;
    background-color:white;
}