#privacy-policy {
	text-transform: uppercase;
	color: white;
	text-decoration: underline;
}

#announcement {
	font-size: 20px;
	color: white;
	font-weight: bold;
}

#popupBanner {
	display: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #f1f1f1;
	padding: 20px;
	opacity: 0;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
    -webkit-transition: opacity o.5s;
    -o-transition: opacity 0.5s;
  }

  .fade-in {
	opacity: 1 !important;
  }

  .fade-out {
	opacity: 0;
  }

  .popupContent {
	text-align: center;
  }

  .closeBtn {
	color: #aaaaaa;
	float: right;
	margin-right: 40px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
  }

.resource-page-header {
	margin-bottom: 10px !important;
}

.szm-desc {
	line-height: 25px !important;
	margin-bottom: 0 !important;
}

.download-cta button {
	height: 45px;
	background-color: #ffbf00;
	border: none;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.download-cta button:hover {
	background-color: #fafafa;
}

.download-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px;
	background: #4e844a;
}

.list1 {
	line-height: 25px;
	padding: 10px 10px 0px 10px;
	margin-bottom: 18px;
	font-size: 1.083em
}

.list1 h5 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.list1 li {
	padding-left: 21px;
	background: url(../images/list_marker.gif) 2px center no-repeat
}

/* .list2{line-height:25px; font-size:1.083em; text-transform:uppercase; margin-bottom:30px; width:100%}
	.list2 li{overflow:hidden; vertical-align:top}
	.list2 span{ display:block; overflow:hidden; background:url(../images/list_line.gif) left 16px repeat-x}
	.list2 strong{float:right}
	.list2 a{color:#fff; text-decoration:none; float:left}
	.list2 a:hover{text-decoration:underline} */


/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}

mark, rp, rt, ruby, summary, time {
	display: inline
}

/* ==================== Getting the new tags to behave END ======================= */





/* ========================= Global properties START ============================= */

body {
	background: url(../images/body_bg3.jpg) center top no-repeat fixed;
	background-size: cover;
	min-width: 992px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #393939;
}

html {
	background: transparent;
	min-width: 992px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

a {
	outline: none;
	color: #928e88;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 1.9em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #928e88;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 7px
}

h2 span {
	font-weight: 400;
	font-size: 0.65em;
	display: block;
	letter-spacing: normal
}

aside h2, #content section h2 {
	color: #fff
}

aside h2 span {
	margin-top: -6px
}

aside a, #content section a {
	color: #fff
}

#content h2 {
	font-size: 2.0em;
	margin-bottom: 23px
}

#content h2 span {
	margin: 0;
	display: inline-block;
	vertical-align: bottom;
	line-height: 32px;
	font-size: 0.828em;
	padding-left: 3px
}

p {
	font-size: 1.083em;
	line-height: 18px;
	margin-bottom: 14px
}

#content p {
	line-height: 17px;
	margin-bottom: 17px
}

#content img {
	margin-bottom: 18px
}

#content img.fleft {
	margin: 0 20px 18px 0
}

p.extra {
	margin-bottom: 27px !important
}

p.extra-1 {
	margin-bottom: 14px !important;
	line-height: 1.35 !important
}

p.extra-2 {
	margin-bottom: 0 !important
}

h2.extra {
	margin-bottom: 20px !important
}

h2.extra-1 {
	margin-bottom: 16px !important
}

h6 {
	font-size: 1.083em;
	line-height: 17px
}

ul.fright {
	padding-right: 21px
}

ul.fright-1 {
	float: right;
	padding-right: 41px
}

ul.extra {
	margin-bottom: 16px
}

img.extra {
	margin-top: 3px !important
}

.transform {
	text-transform: uppercase
}

/* ========================= Global properties END =============================== */






/* ========================= Global Structure START ============================== */

#main {
	width: 992px;
	margin: 0 auto;
	font-size: 0.75em;
	color: #928e88;
}

aside, #content section {
	color: #fff
}

#content section {
	background-color: #d2c9bc;
}

#content .inner {
	padding: 24px 30px 37px 25px;
}

#content article.extra .inner {
	padding: 24px 14px 37px 30px
}

#content article.extra-1 .inner {
	padding: 24px 30px 37px 14px
}

header {
	position: relative;
	height: 142px;
	background: url(../images/header_bg.jpg) left top no-repeat #ada496;
}


section#content {
	background: #f6f2ed;

}

footer {
	background: #867b6c;
	color: #fff;
	overflow: hidden;
	line-height: 18px;
}

footer a {
	color: #ffc000;
	text-decoration: none
}

footer a:hover {
	text-decoration: underline
}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

.fright {
	float: right;
}

.col-0 {
	height: 500px;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */
header h1 {
	position: absolute;
	width: 180px;
	height: 72px;
	left: 38px;
	top: 40px;
}

header h1 a {
	display: block;
	height: 100%;
	background: url(../images/logo_ssf.png) left top no-repeat
}

header h1 span {
	display: none
}

nav {
	position: absolute;
	height: 142px;
	width: 744px;
	right: 0;
	top: 0;
	background: #867b6c;
	text-transform: uppercase;
	font-size: 1.75em;
	font-weight: bold;
	background-image: url(../images/holidae.jpg);
}

nav li {
	float: left;
	overflow: hidden
}

nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 19px;
	line-height: 211px;
	height: 142px;
	display: block
}

nav .last a {
	padding: 0 21px
}

nav a:hover, nav .active a {
	color: #867b6c;
	text-decoration: none;
	background: #fafafa
}

/* =============================== header END ==================================== */





/* ============================= content START =================================== */

#content #indent {
	padding: 0 0 0 0;
}

.gallery {
	height: 301px
}

.gallery li {
	float: left
}

.news {
	padding-bottom: 7px
}

.news li {
	overflow: hidden;
	width: 100%;
	margin-bottom: 19px
}

.news li p {
	margin-bottom: 12px !important;
	margin-top: -2px
}

.news span {
	width: 50px;
	float: left;
	text-align: center;
	line-height: 33px;
	font-weight: 700;
	margin-right: 20px;
	text-transform: uppercase
}

.news span strong {
	font-size: 2.5em;
	display: block;
	background: #867b6c;
	padding: 6px 0;
	letter-spacing: -3px
}

.news span b {
	font-size: 1.667em;
	display: block;
	background: #fff;
	color: #cfc6ba;
	letter-spacing: -3px;
	line-height: 32px
}

.list {
	line-height: 25px;
	text-transform: uppercase;
	font-size: 1.083em
}

.list li {
	padding-left: 21px;
	background: url(../images/list_marker.gif) 2px center no-repeat
}

.list2 {
	line-height: 25px;
	font-size: 1.083em;
	text-transform: uppercase;
	margin-bottom: 30px;
	width: 100%
}

.list2 li {
	overflow: hidden;
	vertical-align: top
}

.list2 span {
	display: block;
	overflow: hidden;
	background: url(../images/list_line.gif) left 16px repeat-x
}

.list2 strong {
	float: right
}

.list2 a {
	color: #fff;
	text-decoration: none;
	float: left
}

.list2 a:hover {
	text-decoration: underline
}

.phones span {
	float: right
}


/* ============================== content END ==================================== */



/* ============================= boxes START ===================================== */

.box {
	width: 100%;
	overflow: hidden;
}

.box-1 {
	background: #4e844a
}

.box-2 {
	background: #4e844a
}

.box-3 {
	background: #4e844a
}

.box-4 {
	background: #4e844a
}


.box-1 .inner, .box-2 .inner, .box-3 .inner, .box-4 .inner {
	padding: 22px 20px 30px 30px;
}

/* ============================== boxes END ====================================== */





/* =================== txt, links, lines, titles START =========================== */

a.more {
	display: inline-block;
	padding: 6px 10px;
	text-transform: uppercase;
	font-size: 1.083em;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	background: #9e9993;
	color: #fff;
	position: relative
}

a.more:hover {
	background: #43413e !important
}

a.more2 {
	font-size: 1.083em;
	text-transform: none
}

.box-1 a.more {
	background: #868750
}

.box-2 a.more {
	background: #ac8d3f
}

.box-3 a.more {
	background: #ce9a01
}

.box-4 a.more {
	background: #ce6e01
}
.title {
	font-size: 1.7em;
}

/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact_form {
	width: 100%;
	overflow: hidden;
}

#contact_form input, #contact_form textarea {
	border: 1px solid #e9ded1;
	background: none;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin-left: 2px;
	width: 173px
}

#contact_form div {
	margin-bottom: 21px;
	overflow: hidden
}

#contact_form textarea {
	height: 176px;
	overflow: auto
}

#contact_form .buttons {
	padding: 9px 0 0 2px;
	margin: 0
}

#contact_form .buttons a {
	margin-right: 27px
}

/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 0 0;
}

/* ============================== other END ====================================== */





/* ============================ footer START ===================================== */

footer .inner {
	padding: 43px 30px
}

.copy {
	float: left;
	text-transform: uppercase
}

.copy a {
	margin-left: 10px
}

.footer_link {
	float: right;
}

/* ============================= footer END ====================================== */

.bold {
	font-weight: bold;
}
