@charset "UTF-8";

/* Font Trebuchet MS */
/* border color #b1b1b1 */
/* a color #b23a41 */

/* Today font */
@font-face {
    font-family: 'Today';
    src: url('../fonts/TodaySansBEF-Reg.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Today-Light';
    src: url('../fonts/TodaySansBEF-Light.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Today-XLight';
    src: url('../fonts/TodaySansBEF-XLight.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

h1, h2 {
	padding: 0;
 	margin: 0;
 }

body{
	background:#faf9f6;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;    font-weight: normal;
    font-style: normal;
	padding:0;
}




p{
	margin-bottom: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; 
}

li{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; 
	font-size:13px;
	line-height:18px;
	margin-bottom: 13px;
}
a{
	text-decoration:none;
	color:#329ab7;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.hide{display: none;}


a:hover{
	color:#329ab7;
}
.clear{clear: both;}

h1{
	font-size:26px;
	font-family: 'Today';
	color:#000000;
}

h2{
	font-size:14px;
	font-family: 'Today';
	color:#000000;
}


img {
	border:none;
}

.bold{font-weight:bold;}
.center{text-align: center;}

#wrapper{
	width: 100%;
	max-width: 800px;
	margin:0 auto;
	padding:0;
}

/*HEADER*/
#header{
  width: 100%;
  padding: 10px 0px;
  text-align:center;
}

#container{
	background-color: #FFF;
	width:100%;
	margin:0;
	padding:0;
	border:#b1b1b1 solid 1px;
}
#main{
	width:600px;
	background-color:#FFF;
	margin:30px 0;
	padding:0 40px;
	float:left;
	color: #666;
	font-size:12px;
}
#container-window{
	width: 100%;
	margin: 10px 0 20px 0;
}
#content-fullwidth{
	max-width:100%;
	margin:0;
	padding: 40px 60px;
	color: #666;
	font-size:12px;
}

/*CONETNT*/
#content ol{
	  margin-left: 15px;
}
#content ol li{
	margin-bottom: 6px;

}

.headline{
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
	font-size: 25px;
	margin-bottom: 15px;
}

.p-2{
	font-size:13px;
	line-height:18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #666;
}

.sanu {
  display: flex;
  flex-wrap: wrap;
}

.sample {
  width: 33.333%;
  padding: 15px;          /* ✅ space around each image */
  box-sizing: border-box; /* ✅ keeps 3 columns exact */
}

.sample img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 164px;
}

@media (max-width: 768px) {
  .sample {
    width: 50%;
  }
}


#footer{
	width:100%;
	margin:10px 0 20px 0;
}
#footer img{
	max-width: 100%;
}

.clear{
	clear:both;
}
.copy{
	width:90%;
	margin:20px auto;
	text-align:center;
	color:#999;
}
#footer .legal{
	width:100%;
	margin:0;
	text-align:left;
	color:#999;
	font-size:11px;
	line-height:14px;
	font-family: 'Today-Light';
	margin-top:20px;
}


#legal{
	color: #999;
	padding: 10px;
}




@media screen and (max-width: 1000px){

	#container{
	background-image: none;
}
	#main{
		width: 100%;
		padding: 0;
		float: none;
	}
	#container{
		border: none;
	}
	#content{
		padding: 10px;
	}
	#footer{
		margin: auto;
		width:95%;
	}
	
}

@media screen and (max-width: 768px){
	
	#header{
		display: block;
	}
	#header .logo img{
		display: block;
		margin: auto;
		max-width: 100%;
	}
	#header .logo,
	#header .header-cta{
		float: none;
		display: block;
		margin: auto;
		text-align: center;
	}

	.hide-mobile {
	  display: none;
	}
}

@media screen and (min-width: 769px) {
	.hide-desktop {
	  display: none;
	}
}

@media screen and (max-width: 550px){
	img.brandbar-full{
		display: none;
	}
	img.brandbar-small{
		display: block !important;
	}
}
 block !important;
	}
}