/*
Theme Name: SFL
Theme URI: https://wordpress.org/themes/sfl/
*/

.wf-loading body {
	visibility: hidden;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "futura-pt", "Arial", sans-serif;
	font-size:16px;
	line-height:24px;
	color:#767676;
	box-sizing:border-box;
}
sup {
	line-height:1px;
}
body {
	background:#fff;
	margin:0;
	padding:0;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
}
*:focus {
	outline-offset:1px;
	outline: 2px dotted #000;
}
header *:focus,
#navigation ul ul *:focus {
	outline-offset:1px;
	outline: 2px dotted #fff;
}
.switcher *.focus,
header .search-form *:focus {
	outline-offset:1px;
	outline: 2px dotted #000;
}
#container {
	max-width:980px;
	margin:0 auto;
	padding:12px;
}
h1 {
	font-size:36px;
	line-height:80px;
	font-weight:600;
}
h2 {
	font-weight:400;
}
a {
	text-decoration:none;
	color:#0977BD;
}
div[aria-hidden='true'] {
   display: none;
}
div[aria-hidden='false'] {
   display:block;
}
.hide-for-accessibility {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
}
.screen-reader-text {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
}
.skip-link:focus {
	background-color: #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #black;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	outline-offset:1px;
	outline: 2px dotted #fff;
}
.mobile-only {
	display:none;
}
.column1 {
	float:left;
	width:32%;
}
.column2 {
	float:left;
	width:32%;
	margin:0 2%;
}
.column3 {
	width:32%;
	float:right;
}
.column1 h2,
.column2 h2,
.column3 h2 {
	color:#000;
}
.row {
	width:100%;
	margin:0 0 10px 0;
}
.row section {
	width:32%;
	margin:0;
	display:inline-block;
	vertical-align: top;
}
.row section img {
	width:100%;
    height: 200px;
}
.row.columns {
	margin-bottom:30px;
}
#promos-bottom.row section:nth-child(3),
.row section:nth-child(2) {
	margin:0 2%;
}
#promos-bottom.row section:nth-child(2) {
	margin:0;
}
#promos-bottom.row section:nth-child(1) {
	width:100%;
	display:block;
}
.home-top-left p {
	display:none;
}
ul { margin-left: 17px;}



/*quick-links*/
/* 
#promos-top .widget_nav_menu {
	background:#0067b7;
	max-height:200px;
}
#promos-top .widget_nav_menu  .widget-title {
	font-size:18px;
	line-height:22px;
}
#promos-top ul {
	list-style: none;
	font-size:14px;
	line-height:18px;
	padding:3px 0;
}
 */



/*FORMS*/

label {
	font-size:14px;
	line-height:24px;
	display:block;
	color:#616161;
}


/*placeholder*/

::-webkit-input-placeholder {
    color: #767676;
    font-weight: 400;
}

:-moz-placeholder {
    color: #767676;
    font-weight: 400;
}

::-moz-placeholder {
    color: #767676;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #767676;
    font-weight: 400;
}





/*text/password*/

input[type=search],
input[type=number],
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
    padding: 12px;
/*     height: 38px; */
    width: 100%;
    border: 1px solid #a8a6a6;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    border-radius: 0px;
    -webkit-appearance: none;
	box-sizing:border-box;
}
textarea {
    padding: 12px;
    width: 100%;
    border: 1px solid #a8a6a6;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    border-radius: 0px;
    -webkit-appearance: none;
	box-sizing:border-box;
}


/*select*/

select {
  /* Reset */
  text-indent: 0.01px;
  text-overflow: '';
  line-height: normal;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;

  /* Remove rounded corners */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;

  /* Style */
  line-height: 44px;
  height: 44px;
  padding: 0 10px;
  overflow: hidden;
  border: 1px solid #818181;
  color: #282828;
  font-size: 16px;
  font-weight: normal;
  background: #fff url(/wp-content/themes/sfl/assets/images/icon-caret-down.svg) no-repeat;
  background-size: 20px 10px;
  background-position: center right 10px;
  width:100%;
}
select::-ms-expand { display: none; } /* For IE */
select:hover { border-color: #8c8c8c; }
select:active, select:focus, select:active:focus { border-color: #000; }

/* Focus for accessibility */
select:focus, select:active:focus {
/* 
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -1px;
 */
}

select:disabled {
	background:#efefef;
	border:1px solid #efefef;
}





/*checkbox*/

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    font-size: 14px;
    line-height: 18px;
    color: #545454;
    font-weight: 400;
    cursor: pointer;
    display: block;
}

input[type="checkbox"] + label span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #616161;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    margin-top:-2px;
    background: #fff;
    box-sizing: border-box;
}

input[type="checkbox"] + label:hover span {
    border: 2px solid #616161;
}

input[type="checkbox"]:checked + label span {
    border: 1px solid #1e1e1e;
    background: #1e1e1e url(/wp-content/themes/sfl/assets/images/icon-check.svg) no-repeat;
    background-size: 14px 14px;
    background-position: 4px 4px;
}






/*radio*/

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

input[type="radio"] + label > span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #616161;
    border-radius: 12px;
    margin: -4px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}

input[type="radio"] + label:hover > span {
    border: 2px solid #616161;
}

input[type="radio"]:checked + label > span {
    width: 24px;
    height: 24px;
    border: 1px solid #616161;
    background: #fff;
}

input[type="radio"]:checked + label span span {
    width: 14px;
    height: 14px;
    border: none;
    background: #000;
    display: block;
    border-radius: 7px;
    margin: 4px;
}






/*buttons*/

button {
    padding: 0 24px;
    background: #cc0000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin: 10px 0;
    height: 44px;
    box-sizing: border-box;
    border: none;
    width: 100%;
}
button:hover {
    background: #f23622;
}
button:active {
    background: #a60000;
}
button.alternate {
    border: 1px solid #ccc;
    background: #e6e6e6;
    color: #1e1e1e;
}
button.alternate:hover {
    background: #e9e9e9;
}
button.alternate:active {
    background: #d7d7d7;
}
button.check-times {
	background:#0977BD;
	width:190px;
	font-weight:500;
	font-size:14px;
    margin: 15px 0 10px 0;
}
button:disabled  {
    opacity: .35;
}







/*validation*/

input[type=text].has-error::-webkit-input-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=text].has-error:-moz-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=text].has-error::-moz-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=text].has-error:-ms-input-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=number].has-error::-webkit-input-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=number].has-error:-moz-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=number].has-error::-moz-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=number].has-error:-ms-input-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=password].has-error::-webkit-input-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=password].has-error:-moz-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=password].has-error::-moz-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=password].has-error:-ms-input-placeholder {
    color: #616161;
    font-weight: 400;
}

input[type=number].has-error,
input[type=text].has-error,
input[type=password].has-error,
input[type=email].has-error,
input[type=tel].has-error,
.message.has-error {
    color: #b80000;
    margin-top: -10px;
    display: none;
}





/*header*/
#header {
    width: 100%;
	position:relative;
	background:url(/wp-content/themes/sfl/assets/images/header-bk.jpg) top center;
	background-repeat: repeat-x;
}
body.catalog #header {
	background:url(/wp-content/themes/sfl/assets/images/catalog-bk.jpg) top center;
/* 	background-repeat: repeat-x; */
	height:800px;
}
#header .inner {
	display:block;
	max-width:980px;
	margin:0 auto;
	padding:12px;
	position:relative;
}
.logo img {
	width:220px;
	padding:20px 0;
}
.social {
	display:block;
	position:absolute;
	top: 20px;
	right:0;
}
.social img {
	width:75px;
	padding:0 5px;
	opacity: .7;
}
.social p {
	display:inline;
}
.social br {
	display:none;
}
.hours {
	display:block;
	position:absolute;
	top: 110px;
	left:290px;
	font-size:28px;
	font-weight:300;
	line-height:30px;
	color:#fff;
}
.address {
	display:block;
	position:absolute;
	top: 155px;
	left:290px;
	font-size:28px;
	font-weight:300;
	line-height:30px;
	color:#fff;
}
.address a {
	text-decoration: none;
	color:#fff;
}
.address .phone {
	font-size:28px;
	font-weight:300;
	line-height:30px;
	color:#fff;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	border-left:1px solid #fff;
}
#header form {
	position:relative;
	margin:5px 0 15px 0;
}
body.catalog #header h1 {
	font-size:28px;
	line-height:60px;
	font-weight:400;
	color:#fff;
	margin-top:100px;
	 text-shadow: 2px 2px 5px #000;
}

#header form .search-field {
/* 	padding-right:40px; */
	border-radius: 20px;
	font-size:18px;
/* 	line-height:44px; */
/* 	height:44px; */
	font-weight:500;
}
#header form .search-field::-webkit-input-placeholder {
	font-size:18px;
	font-weight:500;
}
#header form .search-field:-moz-placeholder {
	font-size:18px;
	font-weight:500;
}
#header form .search-field::-moz-placeholder {
	font-size:18px;
	font-weight:500;
}
#header form .search-submit {
	position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
    padding:0;
    border-left:1px solid #D2D3D4;
    background:none;
    background:url(/wp-content/themes/sfl/assets/images/search.svg) no-repeat center;
    background-size:50% auto;
    margin:0;
}
#header form .search-submit .icon.icon-search {
	display:none;
}
#header form select {
	position: absolute;
    top: 1px;
    right: 44px;
	width:auto;
  	padding: 0 50px 0 20px;
  	border:none;
    border-left:1px solid #D2D3D4;
    color: #767676;
}
body.catalog #header form select {
	display:none;
}


/*home-search*/
#home-search {
	background:#E8D84D;
	padding:10px 18px;
	margin:0 0 20px 0;
}
.row#home-search section {
	width:100%;
}
#home-search .screen-reader-text {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
}
#home-search form {
	position:relative;
}
#home-search .search-field {
	padding-right:40px;
	border-radius: 20px;
	font-size:18px;
	line-height:44px;
	height:44px;
	font-weight:300;
	border:1px solid #fff;
	background:#E8D84D;
	color:#fff;
	width:100%;
	padding-left:20px;
}
#home-search .search-field::-webkit-input-placeholder {
	font-size:18px;
	font-weight:300;
	color:#fff;
}
#home-search .search-field:-moz-placeholder {
	font-size:18px;
	font-weight:300;
	color:#fff;
}
#home-search .search-field::-moz-placeholder {
	font-size:18px;
	font-weight:300;
	color:#fff;
}
#home-search .search-submit {
	position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
    padding:0;
    border-left:1px solid #fff;
    background:none;
    background:url(/wp-content/themes/sfl/assets/images/search-white.svg) no-repeat center;
    background-size:50% auto;
    margin:0;
}
#home-search .search-submit .icon.icon-search {
	display:none;
}
#home-search form select {
	position: absolute;
    top: 1px;
    right: 44px;
	width:auto;
  	padding: 0 50px 0 20px;
  	border:none;
    border-left:1px solid #fff;
    color: #fff;
  	background: #E8D84D url(/wp-content/themes/sfl/assets/images/icon-caret-down-white.svg) no-repeat;
  	background-size: 20px 10px;
  	background-position: center right 10px;
	height:42px;
	line-height:42px;
}



/*footer*/
#footer {
	position:relative;
    margin:40px 0;
	text-transform: uppercase;
}
#footer .icon.icon-angle-down {
	display:none !important;
}
#footer ul {
	list-style: none;
    display: flex;
    justify-content: space-between;
}
#footer li {
	float:left;
	color:#000;
	font-weight:500;
	line-height:28px;
}
#footer #top-menu > li:last-child {
	display:none;
}
#footer li:last-child {
	margin-right: 0;
}
#footer ul li:hover ul {
	display:block;
}
#footer li a {
	display:inline-block;
	text-decoration: none;
	color:#767676;
	font-weight:500;
	padding-bottom:5px;
}
#footer li a:last-child {
	margin-right:0;
}
#footer li a.active,
#footer li a:hover {
	color:#0977BD;
}
#footer-mobile {
	display:none;
}
#footer ul ul {
	list-style: none;
    display: block;
	z-index:100;
	padding: 0;
}
#footer ul ul li {
	display:block;
	border:none;
	margin:3px 0;
	float:none;
}
#footer ul ul li a,
#footer ul ul li a:hover {
	display:block;
	line-height:22px;
	font-weight:500;
}
#footer li.menu-item-object-custom > a,
#footer li.menu-item-object-custom > a.active,
#footer li.menu-item-object-custom > a:hover {
	color:#000;
	line-height:14px;
}
.copyright {
	padding:5px 0;
	margin:20px 0;
	border-top:1px solid #cbc6c6;
	font-size:12px;
	text-transform: uppercase;
}




/*navigation*/
.navigation-mobile {
	display:none;
}
#navigation {
	position:relative;
	margin:14px 12px 20px 12px;
	text-transform:uppercase;
	z-index:999;
}
#navigation .icon.icon-angle-down {
	display:none !important;
}
#navigation ul {
	max-width:920px;
	margin:0 auto;
	list-style: none;
    display: flex;
    justify-content: space-between;
}
#navigation li {
	float:left;
	cursor:pointer;
	font-weight:500;
}
#navigation li:last-child {
	margin-right: 0;
}
#navigation ul li:hover > ul {
	display:block;
}
#navigation li a {
	display:inline-block;
	text-decoration: none;
	color:#0B637E;
	font-weight:500;
	padding-bottom:5px;
}
#navigation li a:last-child a {
	margin-right:0;
}
#navigation li a.active,
#navigation li a:hover {
	color:#0977BD;
	cursor:pointer;
}
body.catalog #navigation li a,
body.catalog #navigation li a.active,
body.catalog #navigation li a:hover {
	color:#fff;
	 text-shadow: 2px 2px 5px #000;
}
#navigation li.menu-item-object-custom > a,
#navigation li.menu-item-object-custom > a.active,
#navigation li.menu-item-object-custom > a:hover {
	color:#767676;
}
#navigation ul > li > ul > li.menu-item-object-custom > a,
#navigation ul > li > ul > li.menu-item-object-custom > a.active,
#navigation ul > li > ul > li.menu-item-object-custom > a:hover {
	color:#fff;
}

/*sub nav*/
#navigation ul ul {
	display: none;
	position: absolute;
	top: 22px;
	width: 275px;
	z-index:100;
	margin: 0;
	padding: 0;
    background: #1c808f;
    padding: 10px;
}
#navigation ul ul.show-sub-menu {
	display:block;
}
#navigation ul ul li:hover > ul {
	display:block;
}
#navigation ul ul li {
	display:block;
	border:none;
	padding:0 5px;
	width:100%;
}
#navigation ul ul li a,
#navigation ul ul li a:hover {
	display:block;
	color:#ffffff;
	font-size:14px;
	line-height:18px;
	font-weight:600;
}
body.catalog #navigation ul ul li a,
body.catalog #navigation ul ul li a.active,
body.catalog #navigation ul ul li a:hover {
	 text-shadow: none;
}
/*==*/
#navigation ul ul ul {
	display: block;
	position: relative;
	top: 0;
	width: auto;
    padding: 0 10px;
}
#navigation ul ul ul li {
	display:block;
	border:none;
	padding:0 5px;
	width:100%;
	margin: 0;
}
#navigation ul ul ul li a,
#navigation ul ul ul li a:hover {
	color:#ffffff;
	font-size:14px;
	line-height:18px;
	font-weight:400;
}



/*newsletter*/
#promos-bottom .textwidget,
.newsletter {
	margin:20px 0;
	background:#de7b04;
	height:68px;
	position: relative;
}
#promos-bottom .textwidget:after ,
.newsletter:after {
	content: 'STAY INFORMED';
	color:#fff;
	font-weight:300;
	font-size:24px;
	position:absolute;
	top:22px;
	left:30%;
}
#promos-bottom .textwidget {
	background-color:#1c9fd6;
}
#promos-bottom .textwidget form,
.newsletter form {
	position:absolute;
	margin: 0;
	width:330px;
	padding:8px;
	top:5px;
	right:5px;
}
#promos-bottom .textwidget .email-input,
.newsletter form .email-input {
	padding-right:40px;
	background:#de7b04;
	border:1px solid #fff;
	border-radius:20px;
	color:#fff;
	text-transform: lowercase;
}
#promos-bottom .textwidget form .email-input {
	background:#1c9fd6;
}
#promos-bottom .textwidget .email-input::-webkit-input-placeholder,
.newsletter form .email-input::-webkit-input-placeholder {
	font-size:18px;
	font-weight:300;
	color:#fff;
}
#promos-bottom .textwidget .email-input::-webkit-input-placeholder,
.newsletter form .email-input:-moz-placeholder {
	font-size:18px;
	font-weight:500;
}
#promos-bottom .textwidget .email-submit,
.newsletter form .email-submit {
	position: absolute;
    bottom: 20px;
    right: 16px;
    width: 18px;
    height: 18px;
}



/*eye blinking*/
.eyelid-left {
	width:80px; 
	height:40px; 
	display:inline-block; 
	position:absolute;
	top:15px;
	left:7%;
}
.eyelid-right {
	width:80px; 
	height:40px; 
	display:inline-block; 
	position:absolute;
	top:15px;
	left:calc(7% + 95px);
}


#lid,.lid {
  -webkit-animation: squeeze 2.4s infinite;
	animation: squeeze 2.4s infinite;
}

#eye,.eye {
  -webkit-animation: blink 2.4s infinite;
	animation: blink 2.4s infinite;
	position:absolute;
	top:4px; 
	left:26px;
	height:28px; 
    width: 28px !important;
}

@-webkit-keyframes blink {
  90% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(12px) scaleY(0);
            transform: translateY(12px) scaleY(0);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes blink {
  90% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(12px) scaleY(0);
            transform: translateY(12px) scaleY(0);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes squeeze {
  90% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(3px) scaleY(0.8);
            transform: translateY(3px) scaleY(0.8);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes squeeze {
  90% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(3px) scaleY(0.8);
            transform: translateY(3px) scaleY(0.8);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}




/*content*/
.content {
	margin:0;
}
.content p {
	line-height:28px;
}
.content h1 {
	font-size:28px;
	line-height:42px;
	text-transform: uppercase;
	font-weight:400;
}
h1 span {
	font-size:28px;
	line-height:80px;
	text-transform: uppercase;
	font-weight:400;
	color: #0068b8;
}
.content .left {
	float:left;
	width:calc(50% - 10px);
	padding:10px;
	height:300px;
	position:relative;
	background:#FFFFFF;
	text-align:right;
	margin: 0 20px 20px 0;
}
.content .left h1 {
	position:absolute;
	bottom:20px;
	right:20px;
	color:#fff;
	font-size:36px;
	line-height:40px;
	font-weight:300;
}
.content .right {
	float:right;
	width:calc(50% - 10px);
}
#promos-bottom {
	margin:40px 0 0 0;
}



/*what she read*/
.content.what-she-read .left {
	width:200px;
	padding:0;
	height:auto;
	text-align:left;
	margin: 0 20px 20px 0;
}
.content.what-she-read .right {
	width:calc(100% - 220px);
}
.content.what-she-read .left a {
	display:block;
	line-height:32px;
}
.content.what-she-read .left a:focus, 
.content.what-she-read .left a:hover {
    text-decoration:underline;
}
.content.what-she-read h2 {
	font-size:20px;
	line-height:28px;
	font-weight:400;
	margin-bottom:30px;
	color:#000;
}
.content.what-she-read .left a strong {
    color: #0977BD;
}
.content.what-she-read h3 {
    font-size: 24px;
    font-weight: 400;
    color: #0977BD;
	margin-bottom: 20px;   
}
.content.what-she-read .right a {
    margin: 20px 20px 0 0;
    display: inline-block;
	line-height: 1px;
	position: relative;
}
.content.what-she-read .right img {
    width: 200px;
	height: 300px;
}
.content.what-she-read .right a span {
	display:none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	min-height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
}
.content.what-she-read .right a span p {
	color:#fff;
    font-size: 14px;
}
.content.what-she-read .right a span p.title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.content.what-she-read .right a:hover > span,
.content.what-she-read .right a:focus > span {
	display:block;
}
.content.what-she-read .right a span p.comments {
    font-size: 14px;
    line-height: 18px;
}
.content.what-she-read .right a span p.view {
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    color: #000;
    padding: 2px 5px;
    text-align: center;
}
.content.what-she-read .comments-page {
	float:right;
	margin: 0 0 20px 0;
}
.content.what-she-read .comments-page .author {
	color:#000;
}


@media (max-width: 580px) {
.content.what-she-read .left {
	width:100%;
	float:none;
}
.content.what-she-read .right {
	width:100%;
	float:none;
}
.content.what-she-read .right a {
    display: block;
	width:200px;
	margin:20px auto 0 auto;
}
}





/*services-for-you*/
.home-topleft-1 {
	background:#2F9BA1;
	text-align: center;
	display:block;
}
.home-topleft-1 h2 {
	color:#fff;
	text-transform: uppercase;
	font-size:28px;
	line-height:28px;
	font-weight:300;
	padding: 30px 0;
}
.home-topleft-2 {
	background:#548749;
	text-align: center;
	margin:20px 0 0 0;
	display:block;
}
.home-topleft-2 h2 {
	color:#fff;
	text-transform: uppercase;
	font-size:28px;
	line-height:28px;
	font-weight:300;
	padding: 30px 0;
}


/*events-today*/
.events-today {
	display:block;
	position:relative;
}
.events-today ul.tribe-list-widget {
	list-style: none;
}
.events-today p {
	font-size:14px;
	margin-bottom:5px;
	width:80%;
	height: 23px;
	overflow:hidden;
}
.events-today h2 {
	text-transform: uppercase;
	font-size:20px;
	line-height:20px;
	font-weight:400;
	margin-bottom:10px;
}
.events-today h2 img {
	width:60px;
	padding:0 0 0 10px;
}
.events-today .time {
	font-size:14px;
	font-weight:600;
}
.events-today .tribe-list-widget li {
	margin-bottom:5px;
	width:80%;
	height: 23px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#tribe-events-content h1 {
	line-height:40px;
}
#tribe-events-content h2 span {
	font-size:22px;
	line-height:32px;
	text-transform: uppercase;
	font-weight:400;
	color: #00AEC0;
}
#tribe-events-content h3.tribe-events-single-section-title {
	font-size:18px;
	line-height:26px;
	text-transform: uppercase;
	font-weight:400;
	color: #000;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	font-weight:400;
	color: #000;
}
.tribe-address span, .tribe-events-gmap {
	font-style:normal;
}
.tribe-events-back a,
.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-nav-previous span,
a.tribe-events-read-more  {
	background:#ff6621;
	color:#fff;
	padding:5px 12px;
}
.tribe-events-back a i,
.tribe-events-nav-previous a i,
.tribe-events-nav-next a i {
	color:#fff;
}
#tribe-events .tribe-events-button, .tribe-events-button {
    background-color: #1c9fd6;
    background-image: none;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    padding: 6px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    zoom: 1;
}
#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
	font-size:28px;
	line-height:40px;
	text-transform: uppercase;
	font-weight:400;
    text-align: left;
}
.tribe-clearfix:after, .tribe-clearfix:before {
    margin-top: 14px;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
    font-style: normal;
	background:#ff6621;
	color:#fff;
    padding: 3px;
    margin-top:12px;
    cursor:pointer;
}
#tribe-bar-date::-webkit-input-placeholder {
    color: #fff;
    font-style: normal;
}
.tribe-events-calendar thead th {
    background-color: #00AEC0;
}
.tribe-events-list-separator-month:after {
    display:none;
}
.tribe-events-list-separator-month {
    margin: 10px 0;
    padding:0;
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 400;
    color: #00AEC0;
}
.tribe-events-list-separator-month span {
    color: #00AEC0;
    padding: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
    padding-top: 0;
}





/*sitemap*/
ul.simple-sitemap-page,
ul.simple-sitemap-page ul {
	list-style: none;
}
ul.simple-sitemap-page > li > a {
	font-size:20px;
	line-height:32px;
	background: #0068b8;
	width:100%;
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 0 10px;
	margin:10px 0;
}
/* 
ul.simple-sitemap-page > li > a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	width: 15px;
	display:inline-block;
}
 */
ul.simple-sitemap-page > li > ul {
	margin: 0 0 0 10px;
}
ul.simple-sitemap-page > li > ul > li a:hover {
	text-decoration:underline;
}
ul.simple-sitemap-page > li > ul > li > a {
	font-weight:600;
}
ul.simple-sitemap-page > li > ul > li a {
	color:#00aebd;
}
ul.simple-sitemap-page > li > ul > li > a:before {
	font-family: 'FontAwesome';
	content: '\f138';
	width: 20px;
	display:inline-block;
	color:#00aebd;
}
ul.simple-sitemap-page > li > ul > li > ul,
ul.simple-sitemap-page > li > ul > li > ul > li > ul,
ul.simple-sitemap-page > li > ul > li > ul > li >  ul > li > ul {
	margin: 0 0 0 20px;
}




/*search results*/
article.search-results {
	margin:25px 0 0 0;
	padding:0 0 25px 0;
	border-bottom:1px dotted #ccc;
}
article.search-results .link-more {
	display:none;
}
.last-modified {
	font-size:14px;
	color:#e47c02;
}
.search-title {
	margin-bottom:0;
	line-height:16px;
}
h2.search-title {
	margin-bottom:0;
	line-height:32px;
    font-size: 30px;
    font-weight: 100;
    margin: 0 0 10px 0;
    color: #00aebd;
}
article.search-results strong {
	color: #e47c02;
	font-weight:400;
}
article.search-results a.button {
	background: #0068b8;
	color:#fff;
	padding:2px 10px 2px 10px;
	margin:10px 0;
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
}
article.search-results a.button:before {
	font-family: 'FontAwesome';
	content: '\f105';
	width: 10px;
	color:#fff;
	float:right;
	text-align:right;
}
article.search-results .fa.fa-angle-right {
    color: #00aebd;
    font-size: 24px;
    font-weight:300;
}





/*contact form*/
.content.contact-us .left {
	width:calc(50% - 30px);
	padding:0;
	height:auto;
	position:relative;
	background:#2c959a;
	text-align:left;
	background:none;
}
.content.contact-us .left h1 {
	position:relative;
	bottom:0;
	right:0;
	color:#767676;
	line-height:80px;
}
.content.contact-us .right {
	padding:80px 0 0 0;
	width:calc(50% - 30px);
}
#FSContact1 {
	max-width:500px;
}
#FSContact1 #fscf_required1 {
	color:red;
	margin10px 0;
}
#FSContact1 .fscf-required-indicator,
#FSContact1 .fscf-required-text,
#FSContact1 .fscf-div-error {
	color:red;
}
#FSContact1 label {
	font-size:16px;
	line-height:24px;
	margin:20px 0 0 0;
	font-weight:600;
}
#FSContact1 input[type=submit] {
	background: #0068b8;
	color:#fff;
	padding:6px 15px;
	margin:30px 0;
	display:inline-block;
	font-size:16px;
	text-transform:uppercase;
	border:none;	
}





/*job-seeker*/
.job-seeker-resource {
	border-top: 1px solid #e3e3e3;
	margin:25px 0;
}
.job-seeker-resource .resource {
	display:table;
	width:100%;
	border-bottom: 1px solid #e3e3e3;
}
.job-seeker-resource .date {
	display:table-cell;
	width:15%;
    padding: 25px 0;
    text-align: center;
	background: #F6F6F6;
}
.job-seeker-resource .date .day {
    font-size: 24px;
    font-weight: 300;
    color: #247885;
}
.job-seeker-resource .date .month {
    text-transform: uppercase;
    font-size: 14px;
    color: #247885;
    margin: 5px 0 0 0;
}
.job-seeker-resource .head {
	display:table-cell;
	width:70%;
    padding: 25px;
}
.job-seeker-resource .head .title {
	font-size: 24px;
    font-weight: 300;
}
.job-seeker-resource .head .time {
    font-size: 16px;
    font-weight: 300;
    margin: 5px 0 0 0;
}
.job-seeker-resource .action {
	display:table-cell;
	width:15%;
    padding: 25px 0;
    text-align: center;
}
.job-seeker-resource .action .button {
    background: #F6F6F6;
    color: #247885;
    padding: 6px 15px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.job-seeker-resource .action .button:hover {
    cursor:pointer;
    background: #247885;
    color: #F6F6F6;
}
.job-seeker-resource .details {
	display:none;
}
.job-seeker-resource .details.open {
	display:table-cell;
	width:100%;
    padding: 25px;
	transition: all .25s;
	transition-timing-function: linear;
	border-left: 2px solid #247885;
    border-right: 2px solid #247885;
    border-bottom: 2px solid #247885;
}
.job-seeker-resource .resource.open {
	border-top: 2px solid #247885;
	border-left: 2px solid #247885;
    border-right: 2px solid #247885;
}
.page-template-Job-Seeker-Resources h2 {
	font-size:24px;
	line-height:28px;
	font-weight:400;
	margin-bottom:30px;
	color:#000;
}
.page-template-Job-Seeker-Resources ul {
	margin:0 0 18px 18px;
}
.page-template-Job-Seeker-Resources p {
	margin:0 0 18px 0;
}
.page-template-Job-Seeker-Resources .job-information p {
	margin: 0 18px 18px 18px;
}
.page-template-Job-Seeker-Resources .job-information ul {
	margin:0 0 18px 36px;
}
.page-template-Job-Seeker-Resources main a {
	text-decoration:underline;
}
.page-template-Job-Seeker-Resources h3 {
    background: #F6F6F6;
    color:#6B6B6B;
    padding: 6px 15px;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin:50px 0 10px 0
}
.page-template-Job-Seeker-Resources h4 {
    color: #000;
	margin: 0 18px;
    font-size: 16px;
    font-weight:400;
    text-transform: uppercase;
}
.page-template-Job-Seeker-Resources .jobs-right-outer {
    float: right;
    margin: 0 50px 50px;
    width:280px;
	text-align: center;
}
.page-template-Job-Seeker-Resources .jobs-right {
    border: 1px solid #ccc;
    background: #F6F6F6;
    padding: 25px 25px 0 25px;
    margin-bottom: 25px;
    text-align: left;
}
.page-template-Job-Seeker-Resources .jobs-right-outer a.img {
    margin-bottom: 25px;
    display: block;
}
.page-template-Job-Seeker-Resources .jobs-right-outer img {
	width: 250px;
    height: auto;
}
.page-template-Job-Seeker-Resources .jobs-right a {
    background: url(/wp-content/themes/sfl/assets/images/calendar.svg) no-repeat;
    padding: 0 0 50px 50px;
    background-size: 40px auto;
    display: block;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}
.page-template-Job-Seeker-Resources footer ul {
    margin: 0 0 18px 0;
}





@media (max-width: 860px) {

#promos-bottom .textwidget:after ,
.newsletter:after {
	font-size:22px;
	left:25%;
}
.eyelid-left {
	left:1%;
}
.eyelid-right {
	left:calc(1% + 95px);
}
.social img {
	width:65px;
}
.hours {
	font-size:24px;
	line-height:28px;
}
.address {
	font-size:24px;
	line-height:28px;
	top: 150px;
}


}


@media (max-width: 860px) {

.home-topleft-1 h2,
.home-topleft-2 h2 {
	font-size:22px;
	line-height:22px;
	padding: 26px 0;
}

}






@media (max-width: 767px) {

#promos-bottom .textwidget:after ,
.newsletter:after {
	left:15px;
}
.eyelid-left {
	display:none;
}
.eyelid-right {
	display:none;
}
.logo img {
	width:190px;
	padding:20px 0;
}
.social {
	top: 12px;
	left:245px;
}
.social img {
	width:50px;
}
.hours {
	font-size:24px;
	line-height:28px;
	top: 90px;
	left:250px;
}
.address {
	font-size:24px;
	line-height:28px;
	top: 130px;
	left:250px;
}
.address .phone {
	font-size:24px;
	line-height:28px;
}

/*navigation*/
.navigation-mobile {
	z-index:9999999 !important;
}
#navigation {
	height: 100%;
    overflow-y: scroll;
	position:fixed;
	z-index:999999;
	top:0px;
	left:100%;
	bottom:auto;
	right:auto;
	width:100%;
	padding:70px 0 0 0 ;
	transition-timing-function: linear;
    background: #1c808f;
    color:#fff;
	border-left:1px solid #ccc;
	margin:0;
}
#navigation ul {
    display: block;
}
#navigation.active {
	left:60px;
	transition: all .5s;
}
#navigation.inactive {
	left:100%px;
	transition: all .5s;
}
#navigation li {
	float:none;
	margin-right:0;
	border-bottom:1px solid #ccc;
	padding-left:30px;
	font-size:14px;
	line-height:50px !important;
	color:#fff;
}
#navigation li a,
#navigation li a:active,
#navigation li a:hover,
#navigation li.menu-item-object-custom > a,
#navigation li.menu-item-object-custom > a.active,
#navigation li.menu-item-object-custom > a:hover {
	color:#fff;
}
#navigation a {
	display:block;
	width:100%;
	color:#fff;
	line-height:50px !important;
}
#navigation li:last-child {
	float:none;
	margin-right:0;
}
#navigation ul ul {
	position: relative;
	top: 0;
	width:80%;
	width: calc(100% - 110px);
	z-index:100;
	margin: 0;
	padding: 0;
    background: #1c808f;
    padding: 0;
    box-shadow: none;
}
#navigation ul ul li {
	padding:0;
	margin:3px 0;
}
#navigation ul ul li a,
#navigation ul ul li a:hover {
	color:#fff;
	line-height: 20px !important;
}
#navigation ul ul ul li a,
#navigation ul ul ul li a:hover {
	color:#fff;
	font-size:14px;
	line-height:18px;
	font-weight:400;
}
.navigation-mobile {
	display:block;
	position:absolute;
	padding-right:5px;
	top:16px;
	right:20px;
	cursor:pointer;
	z-index:1000;
}
.navigation-mobile span {
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	line-height:34px;
	transition: all .2s;
	transition-timing-function: linear;
}
.navigation-mobile .open {
	font-size:30px;
	opacity:1;
	display:inline-block;
}
.navigation-mobile .open.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity:0;
	transition: all .2s;
	transition-timing-function: linear;
}
.navigation-mobile .close {
	font-size:50px;
    opacity:0;
}
#footer {
	display:none;
}
.navigation-mobile .close.active {
	display:inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity:1;
	transition: all .2s;
	transition-timing-function: linear;
}

.home-topleft-1 h2,
.home-topleft-2 h2 {
	font-size:18px;
	line-height:18px;
	padding: 24px 0;
}


.events-today h2 img {
	display:none;
}
.tribe-events-sub-nav li a {
	background:#ff6621;
	color:#fff;
	padding:5px 12px;
    color: #fff;
}



}




@media (max-width: 567px) {

.content h1 {
	font-size:28px;
	line-height:34px;
	margin-bottom:30px;
}
body {
	padding-top:0;
}
.column1 {
	float:none;
	width:100%;
	margin-bottom:20px;
}
.column2 {
	float:none;
	width:100%;
	margin:0 0 20px 0;
}
.column3 {
	float:none;
	width:100%;
	margin-bottom:20px;
}
.row section {
	width:100%;
}
.row section img {
	width:100%;
	height: auto;
}
#promos-bottom.row section:nth-child(3),
.row section:nth-child(2) {
	margin:2% 0;
}
#promos-bottom.row section:nth-child(2) {
	margin:0;
}
.row1 .events-today {
	width:100%;
	float:none;
	margin:2% 0;
}
.row1 .widget_sp_image-image-link {
	width:100%;
	float:none;
}


/*header*/
.logo {
	display:block;
	text-align:center;
}
.logo img {
	width:160px;
	padding:10px 0;
	text-align:center;
}
.hours {
	display:block;
	position:relative;
	top: 0;
	left:0;
	font-size:18px;
	line-height:22px;
	text-align:center;
	margin:5px 0 10px 0;
}
.address {
	display:block;
	position:relative;
	top: 0;
	left:0;
	font-size:18px;
	line-height:22px;
	text-align:center;
}
.address .phone {
	display:block;
	font-size:18px;
	line-height:22px;
	border-left:none;
}
#header form {
	position:relative;
	margin:30px 0 0 0;
}
.social {
	display:block;
	position:absolute;
    top: 42px;
    left: 10px;
    width: 80px;
}
.social img {
	width:35px;
	padding:0 2px;
}
#header form {
	margin:10px 0 0 0;
}
#header form .search-field {
	padding-right:40px;
	border-radius: 20px;
	font-size:14px;
	line-height:36px;
	height:36px;
	font-weight:500;
}
#header form select {
  	padding: 0 30px 0 10px;
	font-size:14px;
	height:34px;
	line-height:34px;
}
#header form .search-submit {
	position: absolute;
    top: 0px;
    right: 0px;
    width: 22px;
    height: 22px;
    padding:18px 24px;
    border-left:1px solid #D2D3D4;
    background:url(/wp-content/themes/sfl/assets/images/search.svg) no-repeat center;
    background-size:50% auto;
}
#header form .search-field::-webkit-input-placeholder {
	font-size:14px;
	font-weight:500;
}
#header form .search-field:-moz-placeholder {
	font-size:14px;
	font-weight:500;
}
#header form .search-field::-moz-placeholder {
	font-size:14px;
	font-weight:500;
}
#home-search form select {
  	padding: 0 30px 0 10px;
}



/*newsletter*/
#promos-bottom .textwidget,
.newsletter {
	height:120px;
}
#promos-bottom .textwidget:after ,
.newsletter:after {
	top:15px;
	left:175px;
}
#promos-bottom .textwidget form,
.newsletter form {
	position:relative;
	margin: 0;
	width:100%;
	top:0;
	right:0;
}
#promos-bottom .textwidget .email-input,
.newsletter form .email-input {
	margin-top:50px;;
}
.eyelid-left {
	width:60px; 
	height:32px; 
	display:inline-block; 
	position:absolute;
	top:13px;
	left:5%;
}
.eyelid-right {
	width:60px; 
	height:32px; 
	display:inline-block; 
	position:absolute;
	top:13px;
	left:calc(5% + 70px);
}
#eye,.eye {
	top:4px; 
	left:20px;
	height:21px; 
	width:21px
}



/*content*/
.content {
	margin:0px 0 40px 0;
}
.content .left {
	float:none;
	width:100%;
	border: none;
	padding:0px;
	height:auto;
	position:relative;
}
.content .left h1 {
	position:relative;
	bottom:0px;
	right:0px;
	line-height:80px;
	color:#767676;
	text-align:left;
}
.content .right {
	float:none;
	width:100%;
}
.content.contact-us .left {
	width:100%
}
.content.contact-us .right {
	width:100%
}


.home-topleft-1 h2,
.home-topleft-2 h2 {
	font-size:22px;
	line-height:22px;
	padding: 26px 0;
}


.events-today h2 img {
	display:inline-block;
}


#FSContact1 input[type=submit] {
	width:100%;
}
.page-template-Job-Seeker-Resources .jobs-right-outer {
    float: none;
    margin: 0 0 50px 0;
    width: 100%;
}
.job-seeker-resource .date {
	width:60px;
}
.job-seeker-resource .head {
	width:auto;
}
.job-seeker-resource .action {
	width:100px;
}



}




.appeals-special-message {
	float: right; 
	width: 400px; 
	margin: 40px 0 0 0;
}


@media (max-width: 1024px) {
	.appeals-special-message {
		float: none; 
		width: 100%; 
		max-width:500px;
		margin: 0 0 0 0;
	}
}



.navigation.post-navigation svg.icon,
.cat-tags-links svg.icon-folder-open  {
	width:50px;
    padding: 0;
    height: 50px;
    display: block;
}
.cat-tags-links svg.icon-folder-open  {
    margin: 50px 0 0 0 !important;
}
.navigation.post-navigation .nav-previous,
.navigation.post-navigation .nav-next {
	display:inline-block;
}
.navigation.post-navigation .nav-links {
	margin-top: 50px;
}
.navigation.post-navigation .nav-next {
    margin-left: 100px;
}






.foundation-banner {
    margin:20px 0;
    padding:20px 200px 14px 100px;
    background:#23442d url(/wp-content/themes/sfl/assets/images/waves.svg) no-repeat bottom right 10px;
background-size: 175px auto;
}
.foundation-banner span {
	font-family: halyard-display, sans-serif;
	   font-weight:600;
	   font-size:24px;
   display: inline-block;
   line-height: 32px;
   }
   .foundation-banner .text-main {
	   color:#fff;
   }
   .foundation-banner .text-sawyer {
	   color:#d8d25c;
	   /*border-bottom: 2px solid #d8d25c;*/
	   margin-left: 4px;
   }
   .foundation-banner .text-free {
	   color:#a8db33;
	   /*border-bottom: 2px solid #a8db33;*/
	   margin-left: 4px;
   }
   .foundation-banner .text-2025 {
	   color:#1B9D35;
	   /*border-bottom: 2px solid #1B9D35;*/
	   margin-left: 4px;
   }
   
   @media (max-width: 580px) {
   
	   .foundation-banner {
		   padding:20px 20px 100px 20px;
		   background-position: bottom center;
		   text-align: center;
	   }
   }
   