html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
    /*-webkit-appearance: none;*/
    border-radius: 0;
}


::-moz-selection { background: #0088c7; color: #fff; text-shadow: none; }
::selection { background: #0088c7; color: #fff; text-shadow: none; }

.clear {
	clear:both;
}

mark {
	background:rgba(165,206,57,0.2);
}

a, a > * {
	color: #A92C27;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

a:hover, a > :hover {
	color: #BABCBE;
	text-decoration:underline;
}

@font-face {
    font-family: 'reprise';
    src: url('../fonts/contextrepriselightssilight-webfont.eot');
    src: url('../fonts/contextrepriselightssilight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/contextrepriselightssilight-webfont.woff2') format('woff2'),
         url('../fonts/contextrepriselightssilight-webfont.woff') format('woff'),
         url('../fonts/contextrepriselightssilight-webfont.ttf') format('truetype'),
         url('../fonts/contextrepriselightssilight-webfont.svg#reprise') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'univers_bold';
    src: url('../fonts/btcondensedbold-webfont.eot');
    src: url('../fonts/btcondensedbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/btcondensedbold-webfont.woff2') format('woff2'),
         url('../fonts/btcondensedbold-webfont.woff') format('woff'),
         url('../fonts/btcondensedbold-webfont.ttf') format('truetype'),
         url('../fonts/btcondensedbold-webfont.svg#univers_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'univers_light';
    src: url('../fonts/btcondensedlight-webfont.eot');
    src: url('../fonts/btcondensedlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/btcondensedlight-webfont.woff2') format('woff2'),
         url('../fonts/btcondensedlight-webfont.woff') format('woff'),
         url('../fonts/btcondensedlight-webfont.ttf') format('truetype'),
         url('../fonts/btcondensedlight-webfont.svg#univers_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'univers';
    src: url('../fonts/btcondensed-webfont.eot');
    src: url('../fonts/btcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/btcondensed-webfont.woff2') format('woff2'),
         url('../fonts/btcondensed-webfont.woff') format('woff'),
         url('../fonts/btcondensed-webfont.ttf') format('truetype'),
         url('../fonts/btcondensed-webfont.svg#univers') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'reprise_medium';
    src: url('../fonts/context-reprise-medium-ssi-medium-webfont.eot');
    src: url('../fonts/context-reprise-medium-ssi-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/context-reprise-medium-ssi-medium-webfont.woff2') format('woff2'),
         url('../fonts/context-reprise-medium-ssi-medium-webfont.woff') format('woff'),
         url('../fonts/context-reprise-medium-ssi-medium-webfont.ttf') format('truetype'),
         url('../fonts/context-reprise-medium-ssi-medium-webfont.svg#reprise_medium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'reprise_thin';
    src: url('../fonts/context-reprise-thin-ssi-thin-webfont.eot');
    src: url('../fonts/context-reprise-thin-ssi-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/context-reprise-thin-ssi-thin-webfont.woff2') format('woff2'),
         url('../fonts/context-reprise-thin-ssi-thin-webfont.woff') format('woff'),
         url('../fonts/context-reprise-thin-ssi-thin-webfont.ttf') format('truetype'),
         url('../fonts/context-reprise-thin-ssi-thin-webfont.svg#reprise_thin') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family:'univers', Arial, Helvetica, sans-serif;
  padding:0;
  margin:0;
  color:#484848;
  font-size:17px;
  background:#DBDBDB;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrap {
	max-width:1000px;
	margin:0 auto;
}

#outer-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#inner-wrap {
	position: relative;
	width: 100%;
}

.home_content {
	background:#fff;
	max-width:1000px;
	margin:0 auto;
	overflow: hidden;
}

#header {
	background:#fff;
	height:199px;
	overflow:hidden;
}

#logo {
	width: 310px;
	height: 143px;
	margin:30px 0 0 36px;
	background:url(../images/site/sprite.svg) no-repeat top left;
	float:left;
}

#logo a {
	width: 310px;
	height: 143px;
	display: block;
}

#content {
	background:#fff;
	padding:0 20px;
   position: relative;
	overflow: hidden;
}

.header_content {
	float:right;
	width:649px;
}

#topp {
	/*overflow:hidden;*/
	position:relative;
}

.top_nav {
	margin-top:16px;
	text-align:right;
	float:left;
}

.top_nav li {
	display:inline-block;
	height:34px;
	line-height:34px;
}

.top_nav li.first a {
	border-left:0;
}

.top_nav li a {
	color:#484848;
	font-size:18px;
	height:34px;
	padding:0 10px;
	border-left:1px solid #BABCBE;
	display:block;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
    /*-webkit-appearance: none;*/
    border-radius: 0;
}


::-moz-selection { background: #0088c7; color: #fff; text-shadow: none; }
::selection { background: #0088c7; color: #fff; text-shadow: none; }

.clear {
	clear:both;
}

mark {
	background:rgba(165,206,57,0.2);
}

a, a > * {
	color: #A92C27;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

a:hover, a > :hover {
	color: #BABCBE;
	text-decoration:underline;
}

@font-face {
    font-family: 'reprise';
    src: url('../fonts/contextrepriselightssilight-webfont.eot');
    src: url('../fonts/contextrepriselightssilight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/contextrepriselightssilight-webfont.woff2') format('woff2'),
         url('../fonts/contextrepriselightssilight-webfont.woff') format('woff'),
         url('../fonts/contextrepriselightssilight-webfont.ttf') format('truetype'),
         url('../fonts/contextrepriselightssilight-webfont.svg#reprise') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'univers_bold';
    src: url('../fonts/btcondensedbold-webfont.eot');
    src: url('../fonts/btcondensedbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/btcondensedbold-webfont.woff2') format('woff2'),
         url('../fonts/btcondensedbold-webfont.woff') format('woff'),
         url('../fonts/btcondensedbold-webfont.ttf') format('truetype'),
         url('../fonts/btcondensedbold-webfont.svg#univers_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'univers_light';
    src: url('../fonts/btcondensedlight-webfont.eot');
    src: url('../fonts/btcondensedlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/btcondensedlight-webfont.woff2') format('woff2'),
         url('../fonts/btcondensedlight-webfont.woff') format('woff'),
         url('../fonts/btcondensedlight-webfont.ttf') format('truetype'),
         url('../fonts/btcondensedlight-webfont.svg#univers_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'univers';
    src: url('../fonts/btcondensed-webfont.eot');
    src: url('../fonts/btcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/btcondensed-webfont.woff2') format('woff2'),
         url('../fonts/btcondensed-webfont.woff') format('woff'),
         url('../fonts/btcondensed-webfont.ttf') format('truetype'),
         url('../fonts/btcondensed-webfont.svg#univers') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'reprise_medium';
    src: url('../fonts/context-reprise-medium-ssi-medium-webfont.eot');
    src: url('../fonts/context-reprise-medium-ssi-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/context-reprise-medium-ssi-medium-webfont.woff2') format('woff2'),
         url('../fonts/context-reprise-medium-ssi-medium-webfont.woff') format('woff'),
         url('../fonts/context-reprise-medium-ssi-medium-webfont.ttf') format('truetype'),
         url('../fonts/context-reprise-medium-ssi-medium-webfont.svg#reprise_medium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'reprise_thin';
    src: url('../fonts/context-reprise-thin-ssi-thin-webfont.eot');
    src: url('../fonts/context-reprise-thin-ssi-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/context-reprise-thin-ssi-thin-webfont.woff2') format('woff2'),
         url('../fonts/context-reprise-thin-ssi-thin-webfont.woff') format('woff'),
         url('../fonts/context-reprise-thin-ssi-thin-webfont.ttf') format('truetype'),
         url('../fonts/context-reprise-thin-ssi-thin-webfont.svg#reprise_thin') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family:'univers', Arial, Helvetica, sans-serif;
  padding:0;
  margin:0;
  color:#484848;
  font-size:17px;
  background:#DBDBDB;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrap {
	max-width:1000px;
	margin:0 auto;
}

#outer-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#inner-wrap {
	position: relative;
	width: 100%;
}

.home_content {
	background:#fff;
	max-width:1000px;
	margin:0 auto;
	overflow: hidden;
}

#header {
	background:#fff;
	height:199px;
	overflow:hidden;
}

#logo {
	width: 310px;
	height: 143px;
	margin:30px 0 0 36px;
	background:url(../images/site/sprite.svg) no-repeat top left;
	float:left;
}

#logo a {
	width: 310px;
	height: 143px;
	display: block;
}

#content {
	background:#fff;
	padding:0 20px;
   position: relative;
	overflow: hidden;
}

.header_content {
	float:right;
	width:649px;
}

#topp {
	/*overflow:hidden;*/
	position:relative;
}

.top_nav {
	margin-top:16px;
	text-align:right;
	float:left;
}

.top_nav li {
	display:inline-block;
	height:34px;
	line-height:34px;
}

.top_nav li.first a {
	border-left:0;
}

.top_nav li a {
	color:#484848;
	font-size:18px;
	height:34px;
	padding:0 10px;
	border-left:1px solid #BABCBE;
	display:block;
}
#social_links {
	margin-right:15px;
	float:right;
	margin-top:16px;
	position:absolute;
	right:0;
}

#social_links a {
	display:inline-block;
	margin-left:3px;
	width:34px;
	height:34px;
}

#footer_social_links a {
	width:18px;
	height:18px;
	display:inline-block;
	margin-left:12px;
	vertical-align:-4px;
}

#social_links .facebook {
	background:url(../images/site/sprite.svg) no-repeat -372px 0;
}

#social_links .twitter {
	background:url(../images/site/sprite.svg) no-repeat -415px 0;
}

#social_links .youtube {
	background:url(../images/site/sprite.svg) no-repeat -459px 0;
}

#footer_social_links .facebook {
	background:url(../images/site/sprite.svg) no-repeat -638px 0;
}

#footer_social_links .twitter {
	background:url(../images/site/sprite.svg) no-repeat -661px 0;
}

#footer_social_links .youtube {
	background:url(../images/site/sprite.svg) no-repeat -684px 0;
}

#top_search {
	position:relative;
	text-align:right;
	padding-right:15px;
	margin:19px 0 35px;
}

.text_input {
	background:#E4E5E6;
	border-top:3px solid #CECFCF;
	border-right:3px solid #CECFCF;
	border-left:0;
	padding-left:15px;
	color:#484848;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:0;
	outline:none;
}

.btn_search {
	background:url(../images/site/sprite.svg) no-repeat -746px -112px;
	width: 28px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 25px;
	border:none;
}

#top_search .text_input {
	width:412px;
	height:36px;
}

#faq_search  {
	position:relative;
	top: -2px;
}

#faq_search .text_input {
	position:relative;
	width:100%;
	height:36px;
}

#ebranch_tool {
	float:right;
	margin-right:15px;
	position:relative;
	overflow: hidden;
	height: 47px;
}

#main_slider {
	display:none;
}

#LoginForm {
	max-width:0em;
	-webkit-transition: all .9s  ease-in-out;
	-moz-transition: all .9s  ease-in-out;
	-ms-transition: all .9s  ease-in-out;
	-o-transition:all .9s  ease-in-out;
	transition:all .9s  ease-in-out;
	position: relative;
	overflow:hidden;
	top: -52px;
	height: 47px;
	right: 0;
}

.btn_ebranch {
	width:47px;
	background: #000 url(../images/site/sprite.svg) no-repeat 100% -176px;
	color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	cursor:pointer;
	border:none;
	border-bottom: 5px solid #393939;
	height: 47px;
	vertical-align: top;
}

#LoginForm .text_input {
	height:47px;
	width:280px;
}

#LoginForm.showme {
	max-width:40em;
	-webkit-transition: all .9s cubic-bezier(0.28, 0.98, 0.4, 0.93);
	-moz-transition: all .9s cubic-bezier(0.28, 0.98, 0.4, 0.93);
	-ms-transition: all .9s cubic-bezier(0.28, 0.98, 0.4, 0.93);
	-o-transition:all .9s cubic-bezier(0.28, 0.98, 0.4, 0.93);
	transition:all .9s cubic-bezier(0.28, 0.98, 0.4, 0.93);
}

#ebranch_trigger {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	cursor:pointer;
}

.hide {
	width:0px!important;
	min-width:0!important;
	opacity:0;
	padding:10px 0 8px 0!important;
	overflow:hidden;
	white-space:nowrap;
}

.ebranch_moreInfo {
	float:right;
	width:56px;
	padding-left:7px;
	line-height: 102%;
}

.ebranch_moreInfo a {
	color:#484848;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#menu_toggle {
	float:right;
	background:#971B1E;
	position:relative;
	height:59px;
	line-height:59px;
	font-family:reprise;
	font-size:35px;
	padding:0 70px 0 43px;
	color:#fff;
	margin-right:10px;
	cursor:pointer;
	text-transform:uppercase;
}

#menu_toggle:hover {
	text-decoration:none;
	color:#fff;
}

#menu_toggle:after {
	position:absolute;
	content:'';
	height:32px;
	width:32px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	top:13px;
	right:10px;
	background:url(../images/site/sprite.svg) -372px -105px;
}

#menu_toggle.clicked:after {
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	transform:rotate(135deg);
}

.slide_item {
	position:relative;
}

.slide_title {
	color:#fff;
	font-size:60px;
	text-align:center;
	width:66%;
	font-weight:lighter;
	left:50%!important;
	margin-left:-33%;
	top:inherit!important;
	bottom:165px;
	line-height:65px;
	font-family:reprise;
}

.slide_title a {
	color:#fff;
}

.slide_title a:hover {
	color:#fff;
	text-decoration:none;
}

.slide_subtitle {
	color:#fff;
	font-size:25px;
	text-align:center;
	width:66%;
	font-weight:lighter;
	left:50%!important;
	margin-left:-33%;
	top:inherit!important;
	bottom:75px;
	line-height:30px;
	font-family:univers_light;
}

#menu {
	padding:0 6px;
	background:#F1F1F1;
	overflow:hidden;
	border-bottom:10px solid #971B1E;
	max-height:0;
	-webkit-transition: max-height .8s ease-in-out;
	-moz-transition: max-height .8s ease-in-out;
	-ms-transition: max-height .8s ease-in-out;
	-o-transition:max-height .8s ease-in-out;
	transition: max-height .8s ease-in-out;
}

#menu.open {
	max-height:50em;
}

.cat_title {
	font-size:40px;
	color:#484848;
	font-family:reprise;
	padding-bottom:13px;
	margin-bottom:19px;
	border-bottom:1px solid #C5C5C5;
	margin-top:25px;
}

.secondary {
	font-family:reprise;
	font-size:25px;
	margin-bottom:11px;
	display:block;
}

.tertiary_list, .feat_tertiary {
	margin-bottom:22px;
}

.feat_tertiary a {
	background:#971B1E;
	border-bottom:5px solid #710B0E;
	color:#fff;
	display:block;
	font-size:14px;
	font-family:reprise;
	text-transform:uppercase;
	padding:10px 10px 4px;
}

.feat_tertiary a strong {
	display:block;
	font-family:univers_bold;
	font-size:20px;
	color:#fff;
	margin-top:-4px;
}

.feat_tertiary a:hover, .feat_tertiary a strong:hover {
	text-decoration:none;
	color:#fff;
}

.tertiary {
	margin-bottom:7px;
}

.tertiary a {
	font-size:17px;
	letter-spacing: -0.01em;
}

.menu_col {
	float:left;
	width:234px;
	padding:0 12px;
}

#content h1 {
	font-size:50px;
	font-family:reprise;
	padding:40px 136px 40px 30px;
	color:#484848;
	line-height: 130%;
}

.category h1 {
	border-bottom:2px solid #000000;
}

.category .article_list .item, .benefit_box, .benefit_box_alt, .entry_summary  {
	position:relative;
	min-height:340px;
	margin-bottom:30px;
	padding:55px 0 49px;
}

.benefit_box, .entry_summary  {
	margin-bottom:20px;
	border-top:2px solid #000000;
}

.benefit_box:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../images/site/quote_left.svg), url(../images/site/quote_right.svg);
	background-repeat:no-repeat, no-repeat;
	background-position:2% 5%, 98% 5%;
}

.item_image {
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	min-height:340px;
}

.category .article_list .item h2 {
	position:relative;
	top:0;
	left:47px;
	z-index:1;
	margin-bottom:20px;
	max-width:343px;
}

.category.rates .article_list .item h2 {
	left:0;
	margin-top:20px;
	font-family:univers_bold;
	font-size:24px;
}

.category .article_list h2 .secondary {
	font-size:30px;
}

.rate_section {
	margin:30px 0;
	padding:20px;
	border:1px solid #BABCBE;
}

.category .article_list .item h3 {
	font-size:25px;
	font-family:reprise;
}

.benefit_box h2 {
	position:relative;
	top:0;
	left:130px;
	z-index:1;
	margin-bottom:20px;
	max-width:325px;
	color:#484848;
	font-family:reprise;
	font-size:30px;
}

.category .article_list h2.spec_actormiles-credit-card a {
	color:#fff;
}

.category .article_list .item .summary, .entry .summary {
	position:relative;
	left:47px;
	top:0;
	max-width: 400px;
	z-index:1;
}

.category .article_list .item .summary {
	max-width: 420px;
}

.benefit_box .summary {
	position:relative;
	left:130px;
	top:0;
	max-width:337px;
	z-index:1;
}

.benefit_box .summary li {
	list-style:outside disc;
	margin-left:20px;
}

.summary ul {
	margin:0;
	padding:0;
}

.summary li {
	margin-bottom:7px;
}

.summary li strong {
	display:block;
	margin-bottom:10px;
	color: #484848;
	font-family: reprise;
	font-size: 30px;
}

.category .article_list h2 a {
	color:#484848;
	font-family:reprise;
	font-size:30px;
	line-height: 120%;
}

.readmore {
	background:#971B1E url(../images/site/sprite.svg) no-repeat 100% -176px;
	border-bottom:5px solid #710B0E;
	color:#fff;
	position:relative;
	top:0;
	z-index:1;
	margin-top:30px;
	left:47px;
	display:inline-block;
	font-size:20px;
	font-family:univers_bold;
	text-transform:uppercase;
	padding:10px 40px 4px 20px;
}

.readmore:hover {
	color:#fff;
	text-decoration:none;
}

.tab {
}
.tab label {
	background: #fff;
	padding: 10px;
	border: 1px solid #BABCBE;
	margin-left: -1px;
	position: absolute;
	left: 1px;
	top:0;
	color:#981B1E;
	font-family:univers;
	font-size:24px;
	height:77px;
	padding:0 20px;
	text-align:center;
	line-height:77px;
	text-transform:uppercase;
	z-index:3;
	cursor:pointer;
}

#rates_tab {
	left:155px;
}
.inserted_form {
	margin:30px 0 0;
}
.inserted_form label {
	position:relative;
	margin:0 0 7px 0;
	height:auto;
	border:none;
	width:auto!important;
	padding:0;
	text-transform:none;
	line-height:normal;
	font-size: 20px;
	color: #404041;
	text-align:left;
	display:block!important;
}

.inserted_form .form_line {
	margin-bottom:10px;
}

.inserted_form .text_input {
	line-height:30px;
	height:30px;
	text-indent:10px!important;
}

.inserted_form .submit_btn {
	display:inline-block!important;
	width: auto!important;
	padding:10px 40px 8px 40px!important;
}

.inserted_form textarea {
    border-top: 3px solid #CECFCF;
    border-right: 3px solid #CECFCF;
	 min-height: 120px;
    border-bottom: 0;
	 border-left: 0;
	 background: #E4E5E6;
    width: 100%;
    padding: 10px;
    margin-top: 4px;
    color: #484848;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.tab [type=radio] {
	display: none;
}
.tab_content {
	margin-top:-1px;
	position: relative;
	top:77px;
	width:640px;
	z-index:1;
	background:#fff;
	border: 1px solid #BABCBE;
	display:none;
	max-height:0;
	letter-spacing: -0.02em;
}

.tab_content .text {
	padding:20px 20px 40px 20px;
}

.tab_content .text em {
	font-style:italic;
}

em.asofdate {
	display:block;
	padding-top:10px;
	font-size:14px;
	border-top:1px solid #BABCBE;
	font-family:arial;
}

[type=radio]:checked ~ label {
	border-bottom: 1px solid white;
	z-index: 3;
}
[type=radio]:checked ~ label ~ .tab_content {
	z-index: 2;
	display:block;
	max-height:1000em;
}

.entry_text {
	position:relative;
	margin-bottom:100px;
	line-height:140%;
	float:left;
	width:640px;
}

.narrow_col {
	position:relative;
	margin-bottom:100px;
	line-height:140%;
	float:left;
	width:640px;
}

.common_summary {
	margin-bottom:25px;
}

.wide_col {
	width:100%;
}

.wide_col .tab_content {
    width: 100%;
}

.entry_sidebar {
	float:right;
	width:300px;
	background:#EAE6DE;
	padding:4px 24px 29px;
	margin-top: 74px;
	font-size: 19px;
	position:relative;
}

.wrapper-sticky {
	float: left!important;
	margin-left: 20px!important;
}

.entry_sidebar li {
	margin-bottom:4px;
}

.category_sidebar {
	float:right;
	width:300px;
	background:#EAE6DE;
	margin-top: 30px;
	padding:4px 24px 29px;
}


.entry_text h2 {
	font-size:30px;
	margin:20px 0 13px;
	font-family:reprise;
	line-height:140%;
}

.entry_text h3 {
	font-size:23px;
	margin:20px 0 13px;
	font-family:reprise;
	line-height: 130%;
}

.entry_text strong {
	font-weight:bold;
	color: #000;
}

.application_btn {
	position:absolute!important;
	top: -69px;
	right: 0;
}

.entry_text ul {
	margin-bottom:20px;
}

.entry_text ul li {
	list-style: outside disc;
	margin-left:30px;
	margin-bottom:5px;
	margin-top:10px;
}

.entry_text table, .article_list .item table {
	margin:20px 0 40px;
	line-height:normal;
	letter-spacing:normal;
	width: 100%;
}

.entry_text table.schumer {
	margin:20px 0 40px;
	border:1px solid #000;
	font-family:arial;
}

.entry_text table th, .article_list .item table th {
	text-align:left;
	font-family:reprise;
	font-size:26px;
	padding:15px 0;
	margin-bottom:10px;
	border-bottom:1px solid #BABCBE;
}

.entry_text table.schumer th {
	text-align:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#000;
	padding:15px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}

.entry_text table td, .article_list .item table td {
	padding:10px 0 0;
	font-size:17px;
}

table.schumer td {
	padding:10px;
	font-size:20px;
	border-bottom:1px solid #000;
	font-size: 12px;
}
table.schumer td:nth-child(1) {
	min-width:170px;
}
table.schumer td:nth-child(2),
table.schumer td:nth-child(3),
table.schumer td:nth-child(4),
table.schumer td:nth-child(5),
table.schumer td:nth-child(6) {
	border-left:1px solid #000;
}

#testimonials {
	background:url(../images/site/bokeh.jpg) no-repeat top left;
	margin:20px;
	border-bottom:2px solid #000;
	position: relative;
}

.my-actorsfcu-stories #testimonials {
	margin:30px 0;
}

#testimonials .box_title {
	height:100px;
	line-height:100px;
	color:#484848;
	text-align:center;
	font-family:reprise;
	font-size:60px;
}

#testimonials .box_title span {
	color:#fff;
}

.testim_image {
	margin: 48px 0 0 11%;
	position: relative;
	float: left;
	width: 12%;
}

.testim_content {
	max-width:600px;
	position:relative;
	float:left;
	margin-left:3%;
	margin-top:48px;
	width:70%;
}

.testim_desc {
	font-size:30px;
	color:#484848;
	font-family:reprise;
	line-height:34px;
}

.my-actorsfcu-stories #testimonials:after {
	display:none;
}

#testimonials:after {
	content:'';
	width:100%;
	height:60%;
	position:absolute;
	top:100px;
	left:0;
	z-index:1;
	background-image:url(../images/site/quote_left.svg), url(../images/site/quote_right.svg);
	background-repeat:no-repeat, no-repeat;
	background-position:2% 5%, 98% 5%;
}

.testim_list_item {
	background:url(../images/site/bokeh_pale.jpg) no-repeat top left;
	margin:20px 0;
}

.testim_list_item:first-child {
	margin-top:0;
}

.testim_list_item .testim_image {
    margin: 42px 0 0 6%;
    position: relative;
    float: left;
    width: 19%;
}

.testim_list_item .testim_content {
	width:64%;
}

.testim_list_item .member_social {
    margin: 30px 0 30px -10px;
    float: none;
    display: block;
}

.testim_footer {
	padding-top:24px;
	margin-top:10px;
	background:url(../images/site/arrowline.svg) no-repeat -16px 0;
}

.member_name {
	font-size:16px;
	color:#929497;
	line-height: 140%;
}

.member_name strong {
	font-size:24px;
	display:block;
	font-family:univers_bold;
	color:#981B1E;
}

.testim_btns {
	margin:40px 0;
	text-align:center;
}

.btn {
	background: #971B1E url(../images/site/sprite.svg) no-repeat 100% -176px;
	border-bottom: 5px solid #710B0E;
	color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 20px;
	font-family: univers_light;
	padding: 10px 40px 8px 20px;
	min-width:190px;

}

.btn.black {
	background:#000 url(../images/site/sprite.svg) no-repeat 100% -176px;
	border-bottom:5px solid #393939;
}

.btn:hover {
	color:#fff;
	text-decoration:none;
}

.btn span {
	font-family:univers_bold;
	color:#fff;
}

.btn:hover span, .btn span:hover {
	color:#fff;
	text-decoration:none;
}

.entry_sidebar h4, .category_sidebar .block_title  {
	font-size:50px;
	color:#484848;
	font-family:reprise;
	margin:28px 0 10px;
}

.entry_sidebar h5 {
	font-size:30px;
	color:#484848;
	font-family:reprise;
	margin:20px 0 10px;
}

.fingertips {
	background:#E4E5E6;
	width:284px;
	float:right;
	margin-right: -6px;
	border-left:6px solid #D3D5D6;
}

.fingertips .secondary {
	color:#484848;
	font-size:18px;
	margin-top:10px;
	font-family:univers_bold;
}

.fingertips .tertiary_list {
	padding-left:10px;
}

.member_social {
	margin-top:-20px;
	float:right;
}

.member_fb {
	background: url(../images/site/sprite.svg) no-repeat -372px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 12px;
}

#form_fb {
	background: url(../images/site/sprite.svg) no-repeat -372px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: 2px;
}

.member_tw {
	background: url(../images/site/sprite.svg) no-repeat -416px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 12px;
}

#form_tw {
	background: url(../images/site/sprite.svg) no-repeat -416px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: 2px;
}

.member_ibdb {
	background: url(../images/site/sprite.svg) no-repeat -590px	 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 12px;
}

#form_ibdb {
	background: url(../images/site/sprite.svg) no-repeat -590px	 0;
	display: inline-block;
	width: 34px;
	vertical-align: 2px;
	height: 34px;
}

.member_imdb {
	background: url(../images/site/sprite.svg) no-repeat -503px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 12px;
}

#form_imdb {
	background: url(../images/site/sprite.svg) no-repeat -503px 0;
	display: inline-block;
	width: 34px;
	vertical-align: 2px;
	height: 34px;
}

.member_li {
	background: url(../images/site/sprite.svg) no-repeat -547px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 12px;
}

#form_li {
	background: url(../images/site/sprite.svg) no-repeat -547px 0;
	display: inline-block;
	width: 34px;
	vertical-align: 2px;
	height: 34px;
}

.faqordion {
	position: relative;
}

.faqordionTitle {
	position: relative;
	z-index: 10;
	display: block;
	cursor: pointer;
	padding: 10px 0;
	font-size: 20px;
	border-bottom: 1px solid #f1f1f1;
}

.accordion-content {
	z-index: 1;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin-top: 7px;
}

.content-open, .no-js .accordion-content {
	max-height: 300em!important;
	opacity: 1!important;
	padding-bottom: 20px;
	margin-top: 7px;
}

.faqs {
	background: #fff;
	border: 1px solid #BABCBE;
	padding: 20px 20px 40px 20px;
	margin:20px 0 20px;
}
.faqs h2 {
	font-family:reprise;
	font-size:30px;
	margin:30px 0;
}

.text p {
	margin:10px 0;
}

.faqordionTitle span {
	width: 40px;
	height: 40px;
	top: 50%;
	right: 0;
	margin-top: -20px;
	margin-left: -20px;
	position: absolute;
	cursor: pointer;
	background: url('../images/site/sprite.svg');
	background-position: -583px -81px;
	-webkit-transform:scale(0.5,0.5);
	moz-transform:scale(0.5,0.5);
	transform:scale(0.5,0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faqordionTitle.open span {
	-webkit-transform:rotate(90deg) scale(0.5,0.5);
	-moz-transform:rotate(90deg) scale(0.5,0.5);
	transform:rotate(90deg) scale(0.5,0.5);
}

.silvercloud_search_result_link:hover {
	background:none!important;
	border:1px solid #fff!important;
	text-decoration:underline!important;
}

.silvercloud_search_result_header, .silvercloud_header {
	font-family:reprise;
	font-size: 30px!important;
	line-height: 130%;
	font-weight: lighter!important;
}

.silvercloud_return_to_results {
	background:#000!important;
	border-radius:0!important;
	color:#fff!important;
	height:47px;
	line-height:47px;
	padding:0 20px!important;
}

.silvercloud_search_result_link {
	color:#A92C27!important;
	font-size:18px!important;
	line-height:110%!important;
}

.silvercloud_search_result_icon img {
	display:none;
}

.silvercloud_search_result_icon {
	background:url(../images/site/sprite.svg) no-repeat -10px -257px;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
}

.silvercloud_return_to_results:hover {
	background:#971B1E!important;
	color:#fff!important;
	text-decoration:none!important;
}

.category_sidebar .form_line {
	margin-bottom:13px;
}

.form_line label {
	width:210px;
	font-size:20px;
	color:#404041;
	display: inline-block;
}

.category_sidebar .text_input {
	box-shadow: inset -3px 3px 0  #DFDFDF;
	height:28px;
	background:#fff;
	width:100%;
	text-indent:10px;
	margin-top:4px;
	border:1px solid #969696;
}

.text_input.error, textarea.error {
	border-color:#971B1E!important;
}

#form_selector-error {
	position: absolute;
	top: 34px;
	width: 196px;
}

label.error {
	color:#971B1E;
	font-size:18px;
	display:block;
	width:100%;
	background:url(../images/site/ic_alert.svg) no-repeat center left;
	padding-left:24px;
}


.form_line em, .form_line a {
	font-size:18px;
	display:block;
	margin:20px 0 14px;
}

.form_line .submit_btn {
	background: #971B1E;
	border-bottom: 5px solid #710B0E;
	color: #fff;
	position: relative;
	z-index: 1;
	display: block;
	font-size: 20px;
	font-family: univers_light;
	padding: 10px 0 8px 0;
	border-top:none;
	border-left:none;
	border-right:none;
	width:100%;
	cursor:pointer;
	text-transform:uppercase;
}

.silvercloud_submit_question {
	background: #971B1E url(../images/site/sprite.svg) no-repeat 100% -176px!important;
	border-bottom: 5px solid #710B0E!important;
	color: #fff!important;
	position: relative;
	z-index: 1;
	margin-top:20px;
	font-size: 20px;
	border-top:none!important;
	border-left:none!important;
	border-right:none!important;
	font-family: univers_light!important;
	padding: 12px 40px 8px 20px!important;
	text-transform:uppercase;
	border-radius:0!important;
}

.silvercloud_submit_question_container {
	text-align:center;
}

.silvercloud_submit_question:hover {
	text-decoration:none;
}

.silvercloud_pagination .silvercloud_current {
    background: #971B1E!important;
    border: none!important;
	 color:#fff!important;
}

.silvercloud_pagination a, .silvercloud_pagination span {
    padding: 0!important;
    height: 24px;
    width: 24px;
    text-align: center;
	 line-height:24px;
}

.silvercloud_pagination a.silvercloud_prev, .silvercloud_pagination a.silvercloud_next {
	width:auto!important;
	padding:0 5px!important;
}

.silvercloud_pagination a {
    color: #971B1E!important;
}

.form_title {
	display:block;
	text-align:center;
	font-family: reprise;
	font-size: 29px;
}

#application_footer .submit_btn {
	background: #971B1E;
	border-bottom: 5px solid #710B0E;
	color: #fff;
	position: relative;
	z-index: 1;
	display: block;
	margin:10px auto;
	width:190px;
	font-size: 20px;
	font-family: univers_light;
	padding: 10px 40px;
	border-top:none;
	border-left:none;
	border-right:none;
	cursor:pointer;
	text-transform:uppercase;
}

#application_footer #app_label {
	max-width: 370px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin:20px 0;
	cursor: pointer;
	position: relative;
	padding-left: 33px;
}

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

#application_footer #app_label:before {
	content: "";
	display: inline-block;

	width: 21px;
	height: 21px;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top:5px;
	background-color: #aaa;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

#application_footer input[type=radio]:checked + #app_label:before {
    content: "\2022";
    color: #981B1E;
    font-size: 36px;
    text-align: center;
    line-height: 20px;
}

label#terms-error {
    max-width: 334px;
    margin: 20px auto 0;
}

#terms_label {
	font-size: 17px;
	width: 226px;
	letter-spacing: -1px;
}

.social_formtags label {
	text-indent:-3000em;
	display:inline-block;
	height:36px;
	width:36px;
	cursor:pointer;
}

.social_formtags .text_input {
	width:218px;
	height:34px;
}

.social_formtags .form_line {
	margin-bottom:7px;
}

.category_sidebar textarea {
	box-shadow: inset -3px 3px 0  #DFDFDF;
	min-height:120px;
	background:#fff;
	width:100%;
	padding:10px;
	margin-top:4px;
	border:1px solid #969696;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.form_line label.social_title {
	font-size:24px;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #929496;
	width:100%;
}

#terms_text {
	overflow:scroll;
	overflow-x: hidden;
	height:590px;
	background:#EAE6DE;
	padding:30px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

.disclaimer {
	background:#EAE6DE;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.001em;
}

h3.disclaimer, h2.disclaimer {
	margin:0;
	padding-bottom:0!important
}

#terms_text strong {
	font-weight:bold;
}

#terms_text p {
	margin:15px 0;
	letter-spacing:-0.009em;
}

#application_footer {
	background: #fff;
	border: 1px solid #BABCBE;
	padding: 20px;
	margin:20px 0 30px;
	text-align:center;
}

label.select_label {
    position: relative;
	 margin-right:20px;
	 display:inline-block;
}

label.select_label:before {
    content: '';
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #58585B;
    position: absolute;
    pointer-events: none;
    display: block;
	 cursor:pointer;
}

.since:before {
	top:1px!important;
}

.since {
	width:100px!important;
}

.since select {
	width:100px;
}

.category.loans .benefit_box_alt h2 a {
	color:#fff;
}

.category.loans .article_list .item {
	margin-bottom: 0;
	padding: 0;
}

label.select_label:after {
	content: '';
	right: 0;
	top: -1px;
	padding: 0;
	position: absolute;
	pointer-events: none;
	background: url(../images/site/sprite.svg) no-repeat -328px 8px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-appearance: none;
	width: 30px;
	cursor:pointer;
	height: 30px;
}

.select_label select {
	height:30px;
	border:1px solid #58585B;
	font-family: arial;
	font-size: 16px;
}

.rates .article_list .item .hidden {
	display:none;
}

.rates .article_list .item {
	position:relative;
	padding: 20px 0 30px;
}

.rates .article_list .item .application_btn {
    top: 9px;
}

.rates .desc {
	padding:20px 0;
}

.js_hide {
	display:none!important;
}

#footer {
	background:#000;
	color:#929497;
	height:40px;
	line-height:40px;
	font-size:14px;
	/*font-family:reprise;*/
	text-align:center;
	font-weight: bold;
}

#footer a {
	color:#929497;
}

.footer_home {
	background: url(../images/site/sprite.svg) no-repeat -746px -55px;
	width:30px;
	height:25px;
	display:inline-block;
	vertical-align: -6px;
}

.ncua {
	background: url(../images/site/sprite.svg) no-repeat -373px -59px;
	display:inline-block;
	width:48px;
	height:20px;
	vertical-align: -6px;
	margin-right:5px;
}

.item_common {
	margin-bottom:30px;
	padding-left:69px;
}

.backtotop {
	text-align: center;
	display: block;
	padding: 20px 0;
	padding: 37px 0 20px;
	background: url(../images/site/uparrow.svg) no-repeat center top;
	display:none;
}

.category .article_list .item_common h2 a {
	color:#A92C27;
	font-size:35px;
}

.category .article_list .item_common:first-child {
	margin-top:48px;
}

.print_this_page {
	color:#BBBDBF;
	font-size:14px;
	font-family:reprise;
	position:absolute;
	right: 20px;
	top: 51px;
	height:36px;
	line-height:36px;
	padding-right:37px;
}

.print_this_page:after {
	content:'';
	height:36px;
	width:36px;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/site/sprite.svg) no-repeat -741px -5px;
}

.news_item {
	font-size: 20px;
	line-height: 140%;
}

.news_item h2 {
	margin:20px 0 24px;
	color:#484848;
	font-family:reprise;
	font-size:30px;
}

.news_image {
	margin-bottom:33px;
}

.news_image img {
	max-width:100%;
}

.readmore_alt {
	font-size:20px;
	font-family:univers_bold;
	margin:20px 0;
	display:block;
	color:#A92C27;
}

.category .news_item {
	border-bottom:1px solid #929496;
	padding-bottom:30px;
}

.news h1 {
	border-bottom:2px solid #000;
}

.news_item h2 a {
	color:#484848;
	font-size:30px;
	font-family:reprise;
}

.news_date {
	font-size:20px;
	color:#A92C27;
	margin-top:40px;
}

.search .lead em, .search h2 a em {
	background:#FF9;
}

#trigger_the_story {
	color:#981B1E;
	display:block;
	text-align:center;
	font-size:24px;
	width:240px;
	margin:30px auto;
	position:relative;
	line-height:64px;
	height:64px;
	cursor:pointer;
}

#trigger_the_story:before {
	content:'';
	background:url(../images/site/sprite.svg) no-repeat -461px -64px;
	width:42px;
	height:64px;
	position:absolute;
	left:0;
}

.tab_subnav {
	display: none;
}

#trigger_the_story:after {
	content:'';
	background:url(../images/site/sprite.svg) no-repeat -515px -64px;
	width:42px;
	height:64px;
	right:0;
	position:absolute;
}

.top_nav ul {
	display:none;
}

.top_nav li:hover > ul {
	display: block;
}

.top_nav ul {
	background: #C6C6C6;
	padding: 5px 0;
	position: absolute;
	top: 50px;
	z-index: 100;
	max-width: 200px;
}

.top_nav li a:hover {
	text-decoration:none;
}

.top_nav li:hover a {
	color: #fff;
	background: #C6C6C6;
}

.sub_topnav {
	text-align: left;
	display:block!important;
	line-height: normal!important;
	height: auto!important;
	padding:0!important;
}

.sub_topnav a {
	display:block;
	height:auto!important;
	padding: 6px 10px!important;
	line-height:normal!important;
	color:#AA2C27!important;
}

.sub_topnav a:hover {
	color:#fff!important;
}

#mobile_search_trigger,
#mobile_ebranch_trigger,
#mobile_contact,
.appstore,
.gplay,
.newebranch_trigger {
	display:none!important;
}
#nav {
    height: 1px;
    width: 1px;
    text-indent: -3000em;
    color: #fff;
    overflow: hidden;
}

.text_input {
	 -webkit-appearance: none;
	 border-radius: 0;
}

.entry_sidebar #mortgage .black {
	right: 200px;
	min-width: 200px;
}


@media screen and (max-width: 1030px) and (min-width:720px){
	#mobile_story_submitter {
		float:right;
		width:35%;
	}

	#testim_list {
		float:left;
		width:60%;
	}


}
@media screen and (max-width: 1030px) {
	.print_this_page,
	.mobile_quicklinks #helpful_things h4,
	#helpful_things  {
		display:none;
	}

	#logo {
	width: 25vw;
	height: 143px;
	margin: 30px 0 0 36px;
	background-size:67vw;
}

	#the_scene {
		max-height: 700em!important;
	}

	.mobile_quicklinks #helpful_things {
		width: 100%;
		background: #EAE6DE;
		padding: 20px;
		font-size: 19px;
		position: relative;
	}

	.mobile_quicklinks {
		margin-bottom:20px;
	}

	.mobile_quicklinks .btn {
		min-width:inherit;
		text-transform: uppercase;
		font-size:19px;
	}

	.mobile_quicklinks #helpful_things h5 {
		font-size: 30px;
		color: #484848;
		font-family: reprise;
		margin: 20px 0 10px;
	}

	.entry_text,
	.tab_content {
		width:100%;
	}

	table.schumer td:nth-child(1){
		min-width:inherit;
	}

	.tab label {
		left:20px;
	}
	.appstore.showme,
	.gplay.showme {
		display:block!important;
	}

	.narrow_col {
		 float: none;
		 width: 100%;
	}

	#submitter_trigger {
		 font-size: 40px;
		 background: #EAE6DE;
		 color: #484848;
		 font-family: reprise;
		 padding: 28px 0 10px 20px;
	}

	#mobile_story_submitter .text_input {
		 box-shadow: inset -3px 3px 0 #DFDFDF;
		 height: 28px;
		 background: #fff;
		 width: 100%;
		 text-indent: 10px;
		 margin-top: 4px;
		 border: 1px solid #969696;
	}

	#mobile_story_submitter .social_formtags .text_input {
		 width: 86%;
		 height: 34px;
	}

	.form_line .file_field {
		display:inline-block;
	}

	#mobile_story_submitter textarea {
		 box-shadow: inset -3px 3px 0 #DFDFDF;
		 min-height: 120px;
		 background: #fff;
		 width: 100%;
		 padding: 10px;
		 margin-top: 4px;
		 border: 1px solid #969696;
		 font-size: 16px;
		 font-family: Arial, Helvetica, sans-serif;
	}

	#mobile_story_submitter .form_line {
		 margin-bottom: 13px;
	}

	.my-actorsfcu-stories #post_form {
		 width: 100%;
		 background: #EAE6DE;
		 padding: 20px;
	}

}
@media screen and (min-width: 1020px) {
	#mobile_ebranch_trigger.showme {
		display:none!important;
	}
}
@media screen and (max-width: 1020px) and (min-width: 900px){
	.header_content {
		width: 68vw;
	}
}

@media screen and (max-width: 900px) {
	#mobile_ebranch_trigger.showme,
	.appstore.showme,
	.gplay.showme,
	.backtotop {
		display:block!important;
	}


	#card_4 {
		display:none;
	}
	.testim_image {
		width: 24%;
	}
	.testim_content {
		width: 48%;
	}
	#angela_container {
    width: 314px!important;
	}

	#angela_container img {
    max-width: 314px;
	}
	.story_title {
		 font-size: 62px!important;
	}

	#story_app .wide_text {
		background-size:inherit!important;
	}

	#story_eighties .middle_text {
    max-width: 400px!important;
	}

	#boat_container {
		bottom:130px!important;
	}

	#story_seventynine {
		margin-top:-120px!important;
	}
}
@media (max-width: 900px) {
	#mobile_ebranch_trigger.showme,
	.appstore.showme,
	.gplay.showme,
	.newebranch_trigger {
		display:block!important;
	}
	#topp,
	#top_search,
	#ebranch_trigger,
	#menu_toggle,
	#ebranch_tool,
	#menu,
	.print_this_page,
	.mobile_quicklinks #helpful_things h4,
	#helpful_things,
	.category_sidebar,
	.my-actorsfcu-stories #post_form,
	.benefit_box:after,
	.ebranch_moreInfo  {
		display:none;
	}
	#mobile_search_trigger,
	#mobile_contact {
		display:block!important;
	}

	input {
		 -webkit-appearance: none;
		 border-radius: 0;
	}

	#footer {
		font-size:12px;
	}

	/*input[type=text] {
	  -webkit-appearance:textfield;
	  -webkit-box-sizing:content-box;
	}

	input[type="search"] {
    -webkit-appearance: searchfield;
    box-sizing: border-box;
}*/

	#mobile_contact {
		position: absolute;
		right: 14px;
		top: 91px;
	}
	.wrap {
		max-width: 100%;
	}

	#logo {
		width: 200px;
		height: 101px;
		margin: 20px 0 10px 20px;
		background-size: 250%;
	}

	#the_scene {
		max-height: 700em!important;
	}

	#logo a {
		width: 200px;
		height: 101px;
	}

	#header {
		height: auto;
	}
	.header_content {
		float: none;
		clear: both;
		width: 100%;
	}

	img.rsImg {
		max-width: 100%;
	}

	.royalSlider {
		width: 100%!important;
	}
	#LoginForm {
		top:0;
	}

	#LoginForm .text_input {
		height: 47px;
		width: 83%;
	}
	#ebranch_tool {
		margin-right:0;
		width:100%;
		padding: 10px;
		background-color: #971B1E;
		height:auto;
	}

	.mobile_quicklinks #helpful_things {
		width: 100%;
		background: #EAE6DE;
		padding: 20px;
		font-size: 19px;
		position: relative;
	}

	.mobile_quicklinks {
		margin-bottom:20px;
	}

	.mobile_quicklinks .btn {
		min-width:inherit;
		text-transform: uppercase;
		font-size:19px;
	}

	.mobile_quicklinks #helpful_things h5 {
		font-size: 30px;
		color: #484848;
		font-family: reprise;
		margin: 20px 0 10px;
	}

	.entry_text,
	.tab_content {
		width:100%;
	}

	table.schumer td:nth-child(1){
		min-width:inherit;
	}

	.tab label {
		left:1px;
	}


	.btn_ebranch {
		width: 17%;
		margin-left: -4px;
	}

	#top_search .text_input {
		width: 100%;
		height: 47px;
	}

	#submitter_trigger {
		background: #971B1E;
		border-bottom: 5px solid #710B0E;
		color: #fff;
		position: relative;
		z-index: 1;
		display: block;
		font-size: 20px;
		font-family: univers_light;
		margin:0 10px 10px;
		padding: 10px 40px 8px 20px;
	}

	.my-actorsfcu-stories #post_form {
		 width: 100%;
		 background: #EAE6DE;
		 padding: 20px;
	}

	.narrow_col {
		 float: none;
		 width: 100%;
	}

	#mobile_story_submitter .text_input {
		 box-shadow: inset -3px 3px 0 #DFDFDF;
		 height: 28px;
		 background: #fff;
		 width: 100%;
		 text-indent: 10px;
		 margin-top: 4px;
		 border: 1px solid #969696;
	}

	#mobile_story_submitter .social_formtags .text_input {
		 width: 86%;
		 height: 34px;
	}

	.form_line .file_field {
		display:inline-block;
	}

	#mobile_story_submitter textarea {
		 box-shadow: inset -3px 3px 0 #DFDFDF;
		 min-height: 120px;
		 background: #fff;
		 width: 100%;
		 padding: 10px;
		 margin-top: 4px;
		 border: 1px solid #969696;
		 font-size: 16px;
		 font-family: Arial, Helvetica, sans-serif;
	}

	#mobile_story_submitter .form_line {
		 margin-bottom: 13px;
	}

	.btn_search {
		background:url(../images/site/search.svg) no-repeat center center;
		background-size:100%;
		width: 40px;
		height: 48px;
		right: 17px;
		bottom: 8px;
	}
	#top_search {
		padding: 10px;
		background-color: #971B1E;
		clear: both;
		margin-bottom:0;
	}
	#mobile_search_trigger {
		width: 49%;
		min-width: inherit;
		padding: 10px 20px 8px 14px;
		float: left;
		font-size: 17px;
	}

	#mobile_ebranch_trigger.showme,
	.newebranch_trigger {
		width: 49%;
		float: right;
		min-width: inherit;
		font-size: 18px;
		margin-top: -1px;
		padding: 10px 30px 8px 14px;
	}

	.appstore.showme,
	.gplay.showme {
		width: 50%;
		min-width: inherit;
		font-size: 18px;
		padding: 10px 30px 8px 14px;
			margin: 0 auto;
	}
	input {
		-webkit-appearance: none;
		border-radius: 0;
	}
	.header_content .nav-btn {
		display: block!important;
		cursor: pointer;
		width: 61px;
		padding: 5px 0 7px;
		right: 0;
		position:absolute;
		top:20px;
		z-index: 11;
		border-right: 5px solid #fff;
	}

	.member_social {
		 margin-top: 20px;
		 float: none;
		 display: block;
	}
	.member_social a:nth-child(1) {
		margin-left:0;
	}
	.header_content .nav-btn .icon-bar {
		display: block;
		width: 39px;
		height: 6px;
		background-color: #971D21;
		margin: 6px auto;
	}
	.nav-btn .icon-bar + .icon-bar {
		margin-top: 3px;
	}
	/*************************************************************************************************/


	.close-btn {
		display: block;
		width: 65px;
		height: 65px;
		padding: 0;
		position:absolute;
		right:0;
		top:0;
		border: 0;
		outline: none;
		background: url("../images/site/close_menu.svg") center center no-repeat;
		background-size: 49px;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.no-svg .close-btn {
	  background-image: url("../images/site/close_menu.svg");
	}
	.close-btn:focus, .close-btn:hover {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	  opacity: 1;
	}


	.nav-btn:hover, .nav-btn:focus {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}

	#nav {
		position: absolute;
		display:block;
		top: 0;
		width:auto;
		height:auto;
		text-indent: 0;
	  }
	  #nav:not(:target) {
			z-index: 20;
			height: 0;
	  }
	  #nav:target .close-btn {
			display: block;
	  }
	  #nav .close-btn {
			position: absolute;
	  }
	  #nav .block {
			position: relative;
			padding: 0;
	  }

	.mainnav label {
		background: #971B1E;
		border-bottom: 5px solid #710B0E;
		color: #fff;
		position: relative;
		z-index: 1;
		display: block;
		font-size: 30px;
		font-family: reprise;
		padding: 10px 40px 8px 20px;
		margin: 10px 10px 0;
	}
	.mainnav label.black {
		background: #000000;
		border-bottom: 5px solid #393939;
	}
	.menu-container {
		width: 100%;
		text-align: left;
		position:relative;
	}

	.menu-container label:before {
		content: "";
		font-size: 1.5em;
		line-height: 0.5em;
		width: 35px;
		height: 35px;
		background: url(../images/site/sprite.svg) no-repeat -742px -180px;
		-moz-transition: -moz-transform 0.3s ease-in-out;
		-o-transition: -o-transform 0.3s ease-in-out;
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		position: absolute;
		top: 50%;
		right: 14px;
		margin-top: -17px;
	}

	.mainnav a {
		position: relative;
		z-index: 10;
		display: block;
		height:auto;
		line-height:120%;
		cursor: pointer;
		color: #A92C27;
		font-size: 20px;
		padding: 6px 0 6px 12px;
	}

	.mainnav a.secondary {
	}

	.mainnav .secondary {
		font-size:24px;
		color: #484848;
		padding-left:30px;
		padding-top:15px;
	}

	.mainnav .feat_tertiary a {
		display: inline-block!important;
		margin-left: 30px;
		padding: 10px 20px 7px!important;
		color: #fff!important;
	}

	.mainnav a:hover {
		color:#484848;
	}

	.tertiary_list {
		 margin-bottom: 5px;
	}


	.menu-container input:checked + label:before {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.menu-container input {
		display: none;
	}
	.menu-container article {
		background:#FFFFFF;
		margin-top: -1px;
		overflow: hidden;
		height: 0px;
		position: relative;
		z-index: 10;
		-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	}
	.menu-container input:checked ~ article {
		-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	}

	.menu-container input:checked ~ article.ac-menu_holder1 {
		height: 860px;
	}

	.menu-container input:checked ~ article.ac-menu_holder2 {
		height: 674px;
	}

	.menu-container input:checked ~ article.ac-menu_holder3 {
		height: 103px;
	}
	.menu-container input:checked ~ article.ac-menu_holder4 {
		height: 1000px;
	}

	.menu-container input:checked ~ article.ac-submenu_holder13 {
		height: 210px;
	}
	.menu-container input:checked ~ article.ac-submenu_holder14 {
		height: 150px;
	}
	.mainnav .ac-menu_holder4 .tertiary {
		padding-left: 20px;
	}
	#mobile_privacy {
		padding-left:25px;
		padding-top:20px;
		color:#929497;
	}

	#mobile_privacy a {
		color:#929497;
		line-height:40px;
		height:40px;
		display:block;
	}

	#mobile_privacy a.ncua {
		display:inline-block;
		background: url(../images/site/sprite.svg) no-repeat -468px -67px;
		background-size: 987px;
    	width: 74px;
	 }

	#mobile_privacy span {
		 vertical-align: top;
		 max-width: 150px;
		 display: inline-block;
	}
	.subnav label, .subnav .ac-submenu {
		color:#A92C27;
		border-bottom:1px solid #969696;
		line-height:48px;
		height:48px;
		margin:0 25px;
		display:block;
		position:relative;
	}

	.subnav a:hover {
		color:#484848!important;
	}

	.subnav label:before {
		right: 20px;
		margin-top: -26px;
	}
	.sub_topnav a {
		padding-left:40px!important;
	}
	.js-ready #nav {
		height: 100%;
		width: 100%;
		background: #E6E8E9;
		/*-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);*/
	}
	.js-ready #nav .block {
		background: transparent;
	}
	.js-ready #nav .close-btn {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	.js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}

	.js-ready #nav {
		left: -100%;
	}
	.js-ready #inner-wrap {
		left: 0;
	}

	.js-nav #inner-wrap {
		left: 100%;
	}

	.csstransforms3d.csstransitions.js-ready #nav {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.csstransforms3d.csstransitions.js-ready #inner-wrap {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.csstransforms3d.csstransitions.js-nav #inner-wrap {
		-webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
	}

	.csstransforms3d.csstransitions.js-ready #nav .block {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.4;
		-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
		-webkit-transition-delay: ease, 0s;
		-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
		-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
		transition: opacity 300ms 100ms ease, transform 500ms ease;
		-webkit-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
		-moz-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
		-ms-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
		-o-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
		transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
		-webkit-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-o-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}

	.csstransforms3d.csstransitions.js-nav #nav .block {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	#nav .block {
		z-index: 2;
		position: relative;
		/*padding: 0.75em 1.25em;*/
	}
	#nav ul {
		*zoom: 1;
		display: block;
	}

	#nav ul ul {
		margin-left:20px;
	}
	#nav ul:before, #nav ul:after {
		content: "";
		display: table;
	}
	#nav ul:after {
		clear: both;
	}
	#nav li {
		display: block;
	}
	#nav li.is-active a {
		color: #fff;
	}

	.menu_logo {
		width: 137px;
		height: 63px;
		margin: 20px;
		background: url(../images/site/menu_logo.svg) no-repeat top left;
		background-size: 100%;
	}

	.menu_logo a {
		display:block;
		width: 205px;
		height: 87px;
	}

	#social_links {
		float: none;
		margin-top: 20px;
		display: block;
		margin-left: 23px;
	}

	#content {
		padding:0;
	}

	.item_image {
		width:100%;
	}

	.item_image img {
		right: -77px;
		position:absolute;
	}#ebranch_overlay {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#E7E8EB;
		z-index: 310;
		text-align:center;
	}

	#overlay_top {
		background:#fff;
	}

	.overlay_title, .or {
		font-size:28px;
		font-family:Arial,Helvetica,sans-serif;
		color:#383837;
		display:block;
		margin:18px 0;
	}

	#overlay_app_links {
		border-top:4px solid #CBCED0;
		height:100%;
	}

	#LoginFormAlt .text_input {
		height: 47px;
		width: 280px;
		display:block;
		margin: 0 auto;
	}

	#closeoverlay {
		background: #000 url(../images/site/sprite.svg) no-repeat 125% -232px;
		padding: 10px 20px 8px 40px;
		margin-top:40px;
	}

	.ebranch_btn_alt {
		font-family:univers_light;
		font-size: 18px;
		padding: 10px 30px 8px 14px;
		min-width:50%;
		margin:10px auto 40px;
		background: #000 url(../images/site/sprite.svg) no-repeat 100% -176px;
		color: #fff;
		position: relative;
		z-index: 1;
		display: inline-block;
		cursor: pointer;
		border: none;
		border-bottom: 5px solid #393939;
		height: 47px;
		vertical-align: top;
	}


	#logo_alt {
		width: 200px;
		height: 101px;
		margin: 0 auto 30px;
		background: url(//actorsfcu.com/images/site/sprite.svg) no-repeat top left;
		background-size: 250%;
		top: 20px;
		position:relative;
	}

	.addinfo {
		display:none;
	}
}
@media (max-width: 720px) {
	#topp,
	#top_search,
	#ebranch_trigger,
	#menu_toggle,
	#ebranch_tool,
	#menu,
	.print_this_page,
	.mobile_quicklinks #helpful_things h4,
	#helpful_things,
	.category_sidebar,
	.my-actorsfcu-stories #post_form,
	.benefit_box:after,
	.ebranch_moreInfo,
	#footer  {
		display:none;
	}
	#mobile_ebranch_trigger.showme,
	.appstore.showme,
	.gplay.showme,
	.newebranch_trigger,
	#mobile_search_trigger {
		display:block!important;
	}
	.wrap {
		max-width: 100%;
	}
	table.schumer p a {
		word-break: break-word;
	}

	#ebranch_overlay {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#E7E8EB;
		z-index: 310;
		text-align:center;
	}

	#overlay_top {
		background:#fff;
	}

	.overlay_title, .or {
		font-size:28px;
		font-family:Arial,Helvetica,sans-serif;
		color:#383837;
		display:block;
		margin:10px 0;
	}

	#overlay_app_links {
		border-top:4px solid #CBCED0;
		height:100%;
	}

	#LoginFormAlt .text_input {
		height: 47px;
		width: 280px;
		display:block;
		margin: 0 auto;
	}

	#closeoverlay {
		background: #000 url(../images/site/sprite.svg) no-repeat 125% -232px;
		padding: 10px 20px 8px 40px;
		margin-top:40px;
	}

	.ebranch_btn_alt {
		font-family:univers_light;
		font-size: 18px;
		padding: 10px 30px 8px 14px;
		min-width:50%;
		margin:10px auto 30px;
		background: #000 url(../images/site/sprite.svg) no-repeat 100% -176px;
		color: #fff;
		position: relative;
		z-index: 1;
		display: inline-block;
		cursor: pointer;
		border: none;
		border-bottom: 5px solid #393939;
		height: 47px;
		vertical-align: top;
	}


	#logo_alt {
		width: 164px;
		height: 75px;
		margin: 0 auto 10px;
		background: url(../images/site/sprite.svg) no-repeat top left;
		background-size: 250%;
		top: 10px;
		position:relative;
	}

	.addinfo {
		display:block;
	}
	.header_content {
		float: none;
		clear: both;
		width: 100%;
	}

	.category .benefit_box_alt h2 a, .category .benefit_box_alt li span, .category .benefit_box_alt p span {
		color:#000!important;
	}

	#mobile_mortgage {
		overflow:hidden;
	}

	#mobile_mortgage a {
		display:inline-block;
		width: 50%!important;
		float: left;
		top: inherit!important;
		left: inherit!important;
		min-width: inherit;
		font-size: 19px;
	}

	img.rsImg {
		max-width: 100%;
	}

	.royalSlider {
		width: 100%!important;
	}

	#LoginForm {
		top:0;
	}

	#LoginForm .text_input {
		height: 47px;
		width: 83%;
	}
	#ebranch_tool {
		margin-right:0;
		width:100%;
		padding: 10px;
		background-color: #971B1E;
		height:auto;
	}

	.btn_ebranch {
		width: 17%;
		margin-left: -4px;
	}

	#top_search .text_input {
		width: 100%;
		height: 47px;
	}

	.btn_search {
		background:url(../images/site/search.svg) no-repeat center center;
		background-size:100%;
		width: 40px;
		height: 48px;
		right: 17px;
		bottom: 8px;
	}
	#top_search {
		padding: 10px;
		background-color: #971B1E;
		clear: both;
		margin-bottom:0;
	}

	#content h1 {
		font-size: 36px;
		padding: 40px 20px;
	}

	#content {
		padding:0;
	}

	.item_image {
		position: relative;
	}

	.category .article_list .item,
	.entry_summary {
		background:#F0F0F0;
	}

	.rates .article_list .item {
		padding: 20px 15px 30px !important;
	}

	.application_btn {
    	position: relative!important;
		    margin-bottom: 10px;
	}

	.rates .desc {
		padding:20px;
	}

	.category .article_list .item h2 {
		top: 0;
		left: 0;
		max-width: 100%;
		padding: 20px;
		margin-bottom:0;
	}

	.category .article_list .item .summary, .entry .summary {
		left: 0;
		top: 0;
		max-width: 100%;
		padding: 0 20px;
	}

	 .summary li, .summary li span {
		 color:#484848!important;
	 }

	 .entry .benefit_box {
		margin-bottom: 0;
		padding: 0 0 20px;
	 }

	 .entry .benefit_box h2 {
		left: 20px;
		z-index: 1;
		max-width: 100%;
		font-size: 30px;
		padding:20px 20px 20px 0;
		margin-bottom:0
	}
	.entry .benefit_box h2 p span {
		color:#484848!important;
	}

	.entry .benefit_box .summary p span {
		 color: #484848!important;
	}

	.item_common {
		margin-bottom: 0;
		padding: 20px;
	}

	.entry .summary {
		padding-top:20px;
	}

	.readmore {
		left:20px;
	}

	.item .item_image img,
	.entry_summary .item_image img,
	.benefit_box .item_image img {
		position: absolute;
		right: -149px;
	}



	.category .article_list .item, .benefit_box, .benefit_box_alt, .entry_summary {
		position: relative;
		min-height: 340px;
		margin-bottom: 30px;
		padding: 0 0 30px;
	}

	#logo {
		width: 200px;
		height: 101px;
		margin: 20px 0 10px 20px;
		background-size: 250%;
	}

	#logo a {
		width: 200px;
		height: 101px;
	}

	#header {
		height: auto;
	}

	.mobile_quicklinks #helpful_things {
		width: 100%;
		background: #EAE6DE;
		padding: 20px;
		font-size: 19px;
		position: relative;
	}

	.mobile_quicklinks {
		margin-bottom:20px;
	}

	.mobile_quicklinks .btn {
		min-width:inherit;
		text-transform: uppercase;
		font-size:19px;
	}

	.my-actorsfcu-stories #post_form {
		display:none;
	}

	.mobile_quicklinks #helpful_things h5 {
		font-size: 30px;
		color: #484848;
		font-family: reprise;
		margin: 20px 0 10px;
	}

	.entry_text,
	.tab_content {
		width:100%;
	}

	table.schumer td:nth-child(1){
		min-width:inherit;
	}

	.tab label {
		left:20px;
	}

	#terms_text {
		height:250px;
	}

	.form_title {
		line-height:130%;
	}

	.category .news_item {
		border-bottom: 1px solid #929496;
		padding-bottom: 30px;
		padding: 0 20px 30px;
	}

	#mobile_search_trigger {
		width: 49%;
		min-width: inherit;
		padding: 10px 20px 8px 14px;
		float: left;
		font-size: 17px;
	}

	#mobile_ebranch_trigger.showme,
	.newebranch_trigger {
		width: 49%;
		float: right;
		min-width: inherit;
		font-size: 18px;
		margin-top: -1px;
		padding: 10px 30px 8px 14px;
	}

	.appstore.showme,
	.gplay.showme {
		width: 50%;
		min-width: inherit;
		font-size: 18px;
		padding: 10px 30px 8px 14px;
			margin: 0 auto;
	}

	.inserted_form .text_input {
		width:100%;
	}

	#footer {
		height:auto;
	}

	#rs-frontPage-nav .rsSlide .item span {
		background:#000;
		color: #fff;
		font-size: 25px;
		text-align: center;
		display: block;
		margin: 0 auto;
		font-weight: lighter;
		font-family: univers_light;
		padding:20px;
	}

	#rs-frontPage-nav {
		background:#000;
		height:200px;
	}

	.slide_title {
		color: #fff;
		font-size: 35px;
		text-align: center;
		width: 70%;
		font-weight: lighter;
		left: 50%!important;
		margin-left: -33%;
		top: inherit!important;
		bottom: 10px;
		line-height: 130%;
		font-family: reprise;
	}

	#testimonials {
		margin:7px 0 0;
	}

	#testimonials .box_title {
		font-size:32px;
	}

	.testim_image {
		width: 87px;
		margin: 48px 0 0 20px;

	}

	.testim_list_item .testim_image {
		width: 23%;
	}

	.testim_image img {
		max-width:100%;
	}

	#testimonials:after {
		background-image: url(../images/site/quote_right.svg);
		background-repeat: no-repeat;
		background-position: 98% 5%;
	}

	.testim_content {
		width: 54%;
	}

	.testim_desc {
		font-size: 18px;
		line-height: 120%;
	}

	.testim_footer {
		padding-top: 32px;
		background: none;
		margin-left: -97px;
	}

	.member_social {
		margin-top: 10px;
		float: none;
		display: block;
		margin-left: -13px;
	}

	.testim_btns {
		margin: 40px 0 0;
		text-align: center;
		background: #B2B2B2;
		padding: 25px 0px;
	}

	.testim_btns .btn {
		font-size: 18px;
		min-width: inherit;
	}

	#submitter_trigger {
		background: #971B1E url(../images/site/sprite.svg) no-repeat 100% -176px;
		border-bottom: 5px solid #710B0E;
		color: #fff;
		position: relative;
		z-index: 1;
		display: block;
		font-size: 20px;
		font-family: univers_light;
		margin:0 10px 10px;
		padding: 10px 40px 8px 20px;
	}

	.narrow_col {
		float: none;
		width: 100%;
		margin-bottom:40px;
	}

	input {
		-webkit-appearance: none;
		border-radius: 0;
	}


	.narrow_col .testim_footer {
		margin-left: -74px;
	}

	.my-actorsfcu-stories #post_form {
		width:100%;
		background: #EAE6DE;
		padding: 20px;
	}

	.category_sidebar .text_input {
		box-shadow: inset -3px 3px 0 #DFDFDF;
		height: 28px;
		background: #fff;
		width: 100%;
		text-indent: 10px;
		margin-top: 4px;
		border: 1px solid #969696;
	}

	#mobile_story_submitter .text_input {
		box-shadow: inset -3px 3px 0 #DFDFDF;
		height: 28px;
		background: #fff;
		width: 100%;
		text-indent: 10px;
		margin-top: 4px;
		border: 1px solid #969696;
	}

	#mobile_story_submitter  .social_formtags .text_input {
		width: 86%;
		height: 34px;
	}

	#mobile_story_submitter  .form_line {
		margin-bottom: 13px;
	}
	#mobile_story_submitter textarea {
		box-shadow: inset -3px 3px 0 #DFDFDF;
		min-height: 120px;
		background: #fff;
		width: 100%;
		padding: 10px;
		margin-top: 4px;
		border: 1px solid #969696;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.header_content .nav-btn {
		display: block!important;
		cursor: pointer;
		width: 61px;
		padding: 5px 0 7px;
		right: 0;
		position:absolute;
		top:20px;
		z-index: 11;
		border-right: 5px solid #fff;
	}

	.header_content .nav-btn .icon-bar {
		display: block;
		width: 39px;
		height: 6px;
		background-color: #971D21;
		margin: 6px auto;
	}
	.nav-btn .icon-bar + .icon-bar {
		margin-top: 3px;
	}

	#ln-messageBox {
    	width: 100%!important;
    	padding: 20px 20px 30px!important;
	    height: 100%;
	}

	#ln-messageHolder {
		top:0!important;
	    height: 100%;
	}

	#ln-cancelMessage {
		float: none!important;
		margin-right: 0!important;
		margin-top: 20px;
		display: block;
	}

	.search .lead {
		margin:0 0 30px 20px!important;
	}
	.search p {
		padding:10px 0 0 20px!important;
	}


	/*************************************************************************************************/


	.close-btn {
		display: block;
		width: 65px;
		height: 65px;
		padding: 0;
		position:absolute;
		right:0;
		top:0;
		border: 0;
		outline: none;
		background: url("../images/site/close_menu.svg") center center no-repeat;
		background-size: 49px;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.no-svg .close-btn {
	  background-image: url("../images/site/close_menu.svg");
	}
	.close-btn:focus, .close-btn:hover {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	  opacity: 1;
	}


	.nav-btn:hover, .nav-btn:focus {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}

	#nav {
		position: absolute;
		display:block;
		top: 0;
		width:auto;
		height:auto;
		text-indent: 0;
	  }
	  #nav:not(:target) {
			z-index: 20;
			height: 0;
	  }
	  #nav:target .close-btn {
			display: block;
	  }
	  #nav .close-btn {
			position: absolute;
	  }
	  #nav .block {
			position: relative;
			padding: 0;
	  }

	.mainnav label {
		background: #971B1E;
		border-bottom: 5px solid #710B0E;
		color: #fff;
		position: relative;
		z-index: 1;
		display: block;
		font-size: 30px;
		font-family: reprise;
		padding: 10px 40px 8px 20px;
		margin: 10px 10px 0;
	}
	.mainnav label.black {
		background: #000000;
		border-bottom: 5px solid #393939;
	}
	.menu-container {
		width: 100%;
		text-align: left;
		position:relative;
	}

	.menu-container label:before {
		content: "";
		font-size: 1.5em;
		line-height: 0.5em;
		width: 35px;
		height: 35px;
		background: url(../images/site/sprite.svg) no-repeat -742px -180px;
		-moz-transition: -moz-transform 0.3s ease-in-out;
		-o-transition: -o-transform 0.3s ease-in-out;
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		position: absolute;
		top: 50%;
		right: 14px;
		margin-top: -17px;
	}

	.mainnav a {
		position: relative;
		z-index: 10;
		display: block;
		height:auto;
		line-height:120%;
		cursor: pointer;
		color: #A92C27;
		font-size: 20px;
		padding: 6px 0 6px 12px;
	}

	.mainnav a.secondary {
	}

	.mainnav .secondary {
		font-size:24px;
		color: #484848;
		padding-left:30px;
		padding-top:15px;
	}

	.mainnav .feat_tertiary a {
		display: inline-block!important;
		margin-left: 30px;
		padding: 10px 20px 7px!important;
		color: #fff!important;
	}

	.mainnav a:hover {
		color:#484848;
	}

	.tertiary_list {
		 margin-bottom: 5px;

	}


	.menu-container input:checked + label:before {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.menu-container input {
		display: none;
	}
	.menu-container article {
		background:#FFFFFF;
		margin-top: -1px;
		overflow: hidden;
		height: 0px;
		position: relative;
		z-index: 10;
		-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	}
	.menu-container input:checked ~ article {
		-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	}

	.menu-container input:checked ~ article.ac-menu_holder1 {
		height: 860px;
	}

	.menu-container input:checked ~ article.ac-menu_holder2 {
		height: 674px;
	}

	.menu-container input:checked ~ article.ac-menu_holder3 {
		height: 103px;
	}
	.menu-container input:checked ~ article.ac-menu_holder4 {
		height: 1000px;
	}

	.mainnav .ac-menu_holder4 .tertiary {
		padding-left: 20px;
	}

	  .js-ready #nav {
			height: 100%;
			width: 100%;
			background: #E6E8E9;
			/*-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
			-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
			box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);*/
	  }
	  .js-ready #nav .block {
			background: transparent;
	  }
	  .js-ready #nav .close-btn {
			display: block;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity: 1;
	  }
	  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity: 1;
		}

	  .js-ready #nav {
			left: -100%;
	  }
	  .js-ready #inner-wrap {
			left: 0;
	  }

	  .js-nav #inner-wrap {
			left: 100%;
	  }

	  .csstransforms3d.csstransitions.js-ready #nav {
			left: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			-moz-transform: translate3d(-100%, 0, 0);
			-ms-transform: translate3d(-100%, 0, 0);
			-o-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			-o-backface-visibility: hidden;
			backface-visibility: hidden;
	  }
	  .csstransforms3d.csstransitions.js-ready #inner-wrap {
			left: 0 !important;
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			-webkit-transition: -webkit-transform 500ms ease;
			-moz-transition: -moz-transform 500ms ease;
			-o-transition: -o-transform 500ms ease;
			transition: transform 500ms ease;
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			-o-backface-visibility: hidden;
			backface-visibility: hidden;
	  }

	  .csstransforms3d.csstransitions.js-nav #inner-wrap {
			-webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
			-moz-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
			-ms-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
			-o-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
			transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
	  }

	  .csstransforms3d.csstransitions.js-ready #nav .block {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
			opacity: 0.4;
			-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
			-webkit-transition-delay: ease, 0s;
			-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
			-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
			transition: opacity 300ms 100ms ease, transform 500ms ease;
			-webkit-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
			-moz-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
			-ms-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
			-o-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
			transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
			-webkit-transform-origin: 50% 0%;
			-moz-transform-origin: 50% 0%;
			-ms-transform-origin: 50% 0%;
			-o-transform-origin: 50% 0%;
			transform-origin: 50% 0%;
	  }

	  .csstransforms3d.csstransitions.js-nav #nav .block {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	  }

	#nav .block {
		z-index: 2;
		position: relative;
		/*padding: 0.75em 1.25em;*/
	}
	#nav ul {
		*zoom: 1;
		display: block;
	}

	#nav ul ul {
		margin-left:20px;
	}
	#nav ul:before, #nav ul:after {
		content: "";
		display: table;
	}
	#nav ul:after {
		clear: both;
	}
	#nav li {
		display: block;
	}
	#nav li.is-active a {
		color: #fff;
	}

	.menu_logo {
		width: 137px;
		height: 63px;
		margin: 20px;
		background: url(../images/site/menu_logo.svg) no-repeat top left;
		background-size: 100%;
	}

	.menu_logo a {
		display:block;
		width: 205px;
		height: 87px;
	}
	.tab_subnav {
		display:block;
		padding:15px 20px;
		border-bottom:1px solid #ccc;
	}

	.tab_subnav:last-child {
		border:none;
		margin-bottom:20px;
	}

	#entry_16_page .tab label {
		display:none;
	}
}

@media (max-width: 500px) {
	.tab label {
		 left: 0;
	}
	.member_social a:nth-child(1) {
		margin-left:16px;
	}
	#entry_16_page .tab_content {
		display: block;
		max-height: 1000em;
		top:0;
	}

	#faq_search .btn_search {
		height: 36px;
		bottom: 0px;
	}

	#entry_16_page .tab label {
		left: 0!important;
		width: 100%;
		display: none;
		position: inherit;
		text-align: left;
		background: none;
		white-space: nowrap;
		padding: 27px 20px 27px;
		margin-left: 0;
		line-height:normal;
}




#social_links_mobile {
	margin-right:15px;
	float:right;
	margin-top:16px;
	position:absolute;
	right:0;
}

#social_links_mobile a {
	display:inline-block;
	margin-left:3px;
	width:34px;
	height:34px;
}
#social_links_mobile .facebook {
	background:url(../images/site/sprite.svg) no-repeat -372px 0;
}

#social_links_mobile .twitter {
	background:url(../images/site/sprite.svg) no-repeat -415px 0;
}

#social_links_mobile .youtube {
	background:url(../images/site/sprite.svg) no-repeat -459px 0;
}


#footer_social_links a {
	width:18px;
	height:18px;
	display:inline-block;
	margin-left:12px;
	vertical-align:-4px;
}

#social_links .facebook {
	background:url(../images/site/sprite.svg) no-repeat -372px 0;
}

#social_links .twitter {
	background:url(../images/site/sprite.svg) no-repeat -415px 0;
}

#social_links .youtube {
	background:url(../images/site/sprite.svg) no-repeat -459px 0;
}

#footer_social_links .facebook {
	background:url(../images/site/sprite.svg) no-repeat -638px 0;
}

#footer_social_links .twitter {
	background:url(../images/site/sprite.svg) no-repeat -661px 0;
}

#footer_social_links .youtube {
	background:url(../images/site/sprite.svg) no-repeat -684px 0;
}

#top_search {
	position:relative;
	text-align:right;
	padding-right:15px;
	margin:19px 0 35px;
}

.text_input {
	background:#E4E5E6;
	border-top:3px solid #CECFCF;
	border-right:3px solid #CECFCF;
	border-left:0;
	padding-left:15px;
	color:#484848;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:0;
	outline:none;
}

.btn_search {
	background:url(../images/site/sprite.svg) no-repeat -746px -112px;
	width: 28px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 25px;
	border:none;
}

#top_search .text_input {
	width:412px;
	height:36px;
}

#faq_search  {
	position:relative;
	top: -2px;
}

#faq_search .text_input {
	position:relative;
	width:100%;
	height:36px;
}

#ebranch_tool {
	float:right;
	margin-right:15px;
	position:relative;
	overflow: hidden;
	height: 47px;
}

#main_slider {
	display:none;
}

#LoginForm {
	max-width:0em;
	-webkit-transition: all .9s  ease-in-out;
	-moz-transition: all .9s  ease-in-out;
	-ms-transition: all .9s  ease-in-out;
	-o-transition:all .9s  ease-in-out;
	transition:all .9s  ease-in-out;
	position: relative;
	overflow:hidden;
	top: -52px;
	height: 47px;
	right: 0;
}

.btn_ebranch {
	width:47px;
	background: #000 url(../images/site/sprite.svg) no-repeat 100% -176px;
	color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	cursor:pointer;
	border:none;
	border-bottom: 5px solid #393939;
	height: 47px;
	vertical-align: top;
}

#LoginForm .text_input {
	height:47px;
	width:280px;
}

#LoginForm.showme {
	max-width:40em;
	-webkit-transition: all .9s cubic-bezier(0.28, 0.98, 0.4, 0.93);
	-moz-transition: all .9s cubic-bezier(0.28, 0.98, 0.4, 0.93);
	-ms-transition: all .9s cubic-bezier(0.28, 0.98, 0.4, 0.93);
	-o-transition:all .9s cubic-bezier(0.28, 0.98, 0.4, 0.93);
	transition:all .9s cubic-bezier(0.28, 0.98, 0.4, 0.93);
}

#ebranch_trigger {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	cursor:pointer;
}

.hide {
	width:0px!important;
	min-width:0!important;
	opacity:0;
	padding:10px 0 8px 0!important;
	overflow:hidden;
	white-space:nowrap;
}

.ebranch_moreInfo {
	float:right;
	width:56px;
	padding-left:7px;
	line-height: 102%;
}

.ebranch_moreInfo a {
	color:#484848;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#menu_toggle {
	float:right;
	background:#971B1E;
	position:relative;
	height:59px;
	line-height:59px;
	font-family:reprise;
	font-size:35px;
	padding:0 70px 0 43px;
	color:#fff;
	margin-right:10px;
	cursor:pointer;
	text-transform:uppercase;
}

#menu_toggle:hover {
	text-decoration:none;
	color:#fff;
}

#menu_toggle:after {
	position:absolute;
	content:'';
	height:32px;
	width:32px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	top:13px;
	right:10px;
	background:url(../images/site/sprite.svg) -372px -105px;
}

#menu_toggle.clicked:after {
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	transform:rotate(135deg);
}

.slide_item {
	position:relative;
}

.slide_title {
	color:#fff;
	font-size:60px;
	text-align:center;
	width:66%;
	font-weight:lighter;
	left:50%!important;
	margin-left:-33%;
	top:inherit!important;
	bottom:165px;
	line-height:65px;
	font-family:reprise;
}

.slide_title a {
	color:#fff;
}

.slide_title a:hover {
	color:#fff;
	text-decoration:none;
}

.slide_subtitle {
	color:#fff;
	font-size:25px;
	text-align:center;
	width:66%;
	font-weight:lighter;
	left:50%!important;
	margin-left:-33%;
	top:inherit!important;
	bottom:75px;
	line-height:30px;
	font-family:univers_light;
}

#menu {
	padding:0 6px;
	background:#F1F1F1;
	overflow:hidden;
	border-bottom:10px solid #971B1E;
	max-height:0;
	-webkit-transition: max-height .8s ease-in-out;
	-moz-transition: max-height .8s ease-in-out;
	-ms-transition: max-height .8s ease-in-out;
	-o-transition:max-height .8s ease-in-out;
	transition: max-height .8s ease-in-out;
}

#menu.open {
	max-height:50em;
}

.cat_title {
	font-size:40px;
	color:#484848;
	font-family:reprise;
	padding-bottom:13px;
	margin-bottom:19px;
	border-bottom:1px solid #C5C5C5;
	margin-top:25px;
}

.secondary {
	font-family:reprise;
	font-size:25px;
	margin-bottom:11px;
	display:block;
}

.tertiary_list, .feat_tertiary {
	margin-bottom:22px;
}

.feat_tertiary a {
	background:#971B1E;
	border-bottom:5px solid #710B0E;
	color:#fff;
	display:block;
	font-size:14px;
	font-family:reprise;
	text-transform:uppercase;
	padding:10px 10px 4px;
}

.feat_tertiary a strong {
	display:block;
	font-family:univers_bold;
	font-size:20px;
	color:#fff;
	margin-top:-4px;
}

.feat_tertiary a:hover, .feat_tertiary a strong:hover {
	text-decoration:none;
	color:#fff;
}

.tertiary {
	margin-bottom:7px;
}

.tertiary a {
	font-size:17px;
	letter-spacing: -0.01em;
}

.menu_col {
	float:left;
	width:234px;
	padding:0 12px;
}

#content h1 {
	font-size:50px;
	font-family:reprise;
	padding:40px 136px 40px 30px;
	color:#484848;
	line-height: 130%;
}

.category h1 {
	border-bottom:2px solid #000000;
}

.category .article_list .item, .benefit_box, .benefit_box_alt, .entry_summary  {
	position:relative;
	min-height:340px;
	margin-bottom:30px;
	padding:55px 0 49px;
}

.benefit_box, .entry_summary  {
	margin-bottom:20px;
	border-top:2px solid #000000;
}

.benefit_box:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../images/site/quote_left.svg), url(../images/site/quote_right.svg);
	background-repeat:no-repeat, no-repeat;
	background-position:2% 5%, 98% 5%;
}

.item_image {
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	min-height:340px;
}

.category .article_list .item h2 {
	position:relative;
	top:0;
	left:47px;
	z-index:1;
	margin-bottom:20px;
	max-width:343px;
}

.category.rates .article_list .item h2 {
	left:0;
	margin-top:20px;
	font-family:univers_bold;
	font-size:24px;
}

.category .article_list h2 .secondary {
	font-size:30px;
}

.rate_section {
	margin:30px 0;
	padding:20px;
	border:1px solid #BABCBE;
}

.category .article_list .item h3 {
	font-size:25px;
	font-family:reprise;
}

.benefit_box h2 {
	position:relative;
	top:0;
	left:130px;
	z-index:1;
	margin-bottom:20px;
	max-width:325px;
	color:#484848;
	font-family:reprise;
	font-size:30px;
}

.category .article_list h2.spec_actormiles-credit-card a {
	color:#fff;
}

.category .article_list .item .summary, .entry .summary {
	position:relative;
	left:47px;
	top:0;
	max-width: 400px;
	z-index:1;
}

.category .article_list .item .summary {
	max-width: 420px;
}

.benefit_box .summary {
	position:relative;
	left:130px;
	top:0;
	max-width:337px;
	z-index:1;
}

.benefit_box .summary li {
	list-style:outside disc;
	margin-left:20px;
}

.summary ul {
	margin:0;
	padding:0;
}

.summary li {
	margin-bottom:7px;
}

.summary li strong {
	display:block;
	margin-bottom:10px;
	color: #484848;
	font-family: reprise;
	font-size: 30px;
}

.category .article_list h2 a {
	color:#484848;
	font-family:reprise;
	font-size:30px;
	line-height: 120%;
}

.readmore {
	background:#971B1E url(../images/site/sprite.svg) no-repeat 100% -176px;
	border-bottom:5px solid #710B0E;
	color:#fff;
	position:relative;
	top:0;
	z-index:1;
	margin-top:30px;
	left:47px;
	display:inline-block;
	font-size:20px;
	font-family:univers_bold;
	text-transform:uppercase;
	padding:10px 40px 4px 20px;
}

.readmore:hover {
	color:#fff;
	text-decoration:none;
}

.tab {
}
.tab label {
	background: #fff;
	padding: 10px;
	border: 1px solid #BABCBE;
	margin-left: -1px;
	position: absolute;
	left: 1px;
	top:0;
	color:#981B1E;
	font-family:univers;
	font-size:24px;
	height:77px;
	padding:0 20px;
	text-align:center;
	line-height:77px;
	text-transform:uppercase;
	z-index:3;
	cursor:pointer;
}

#rates_tab {
	left:155px;
}
.inserted_form {
	margin:30px 0 0;
}
.inserted_form label {
	position:relative;
	margin:0 0 7px 0;
	height:auto;
	border:none;
	width:auto!important;
	padding:0;
	text-transform:none;
	line-height:normal;
	font-size: 20px;
	color: #404041;
	text-align:left;
	display:block!important;
}

.inserted_form .form_line {
	margin-bottom:10px;
}

.inserted_form .text_input {
	line-height:30px;
	height:30px;
	text-indent:10px!important;
}

.inserted_form .submit_btn {
	display:inline-block!important;
	width: auto!important;
	padding:10px 40px 8px 40px!important;
}

.inserted_form textarea {
    border-top: 3px solid #CECFCF;
    border-right: 3px solid #CECFCF;
	 min-height: 120px;
    border-bottom: 0;
	 border-left: 0;
	 background: #E4E5E6;
    width: 100%;
    padding: 10px;
    margin-top: 4px;
    color: #484848;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.tab [type=radio] {
	display: none;
}
.tab_content {
	margin-top:-1px;
	position: relative;
	top:77px;
	width:640px;
	z-index:1;
	background:#fff;
	border: 1px solid #BABCBE;
	display:none;
	max-height:0;
	letter-spacing: -0.02em;
}

.tab_content .text {
	padding:20px 20px 40px 20px;
}

.tab_content .text em {
	font-style:italic;
}

em.asofdate {
	display:block;
	padding-top:10px;
	font-size:14px;
	border-top:1px solid #BABCBE;
	font-family:arial;
}

[type=radio]:checked ~ label {
	border-bottom: 1px solid white;
	z-index: 3;
}
[type=radio]:checked ~ label ~ .tab_content {
	z-index: 2;
	display:block;
	max-height:1000em;
}

.entry_text {
	position:relative;
	margin-bottom:100px;
	line-height:140%;
	float:left;
	width:640px;
}

.narrow_col {
	position:relative;
	margin-bottom:100px;
	line-height:140%;
	float:left;
	width:640px;
}

.common_summary {
	margin-bottom:25px;
}

.wide_col {
	width:100%;
}

.wide_col .tab_content {
    width: 100%;
}

.entry_sidebar {
	float:right;
	width:300px;
	background:#EAE6DE;
	padding:4px 24px 29px;
	margin-top: 74px;
	font-size: 19px;
	position:relative;
}

.wrapper-sticky {
	float: left!important;
	margin-left: 20px!important;
}

.entry_sidebar li {
	margin-bottom:4px;
}

.category_sidebar {
	float:right;
	width:300px;
	background:#EAE6DE;
	margin-top: 30px;
	padding:4px 24px 29px;
}


.entry_text h2 {
	font-size:30px;
	margin:20px 0 13px;
	font-family:reprise;
	line-height:140%;
}

.entry_text h3 {
	font-size:23px;
	margin:20px 0 13px;
	font-family:reprise;
	line-height: 130%;
}

.entry_text strong {
	font-weight:bold;
	color: #000;
}

.application_btn {
	position:absolute!important;
	top: -69px;
	right: 0;
}

.entry_text ul {
	margin-bottom:20px;
}

.entry_text ul li {
	list-style: outside disc;
	margin-left:30px;
	margin-bottom:5px;
	margin-top:10px;
}

.entry_text table, .article_list .item table {
	margin:20px 0 40px;
	line-height:normal;
	letter-spacing:normal;
	width: 100%;
}

.entry_text table.schumer {
	margin:20px 0 40px;
	border:1px solid #000;
	font-family:arial;
}

.entry_text table th, .article_list .item table th {
	text-align:left;
	font-family:reprise;
	font-size:26px;
	padding:15px 0;
	margin-bottom:10px;
	border-bottom:1px solid #BABCBE;
}

.entry_text table.schumer th {
	text-align:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#000;
	padding:15px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}

.entry_text table td, .article_list .item table td {
	padding:10px 0 0;
	font-size:17px;
}

table.schumer td {
	padding:10px;
	font-size:20px;
	border-bottom:1px solid #000;
	font-size: 12px;
}
table.schumer td:nth-child(1) {
	min-width:170px;
}
table.schumer td:nth-child(2),
table.schumer td:nth-child(3),
table.schumer td:nth-child(4),
table.schumer td:nth-child(5),
table.schumer td:nth-child(6) {
	border-left:1px solid #000;
}

#testimonials {
	background:url(../images/site/bokeh.jpg) no-repeat top left;
	margin:20px;
	border-bottom:2px solid #000;
	position: relative;
}

.my-actorsfcu-stories #testimonials {
	margin:30px 0;
}

#testimonials .box_title {
	height:100px;
	line-height:100px;
	color:#484848;
	text-align:center;
	font-family:reprise;
	font-size:60px;
}

#testimonials .box_title span {
	color:#fff;
}

.testim_image {
	margin: 48px 0 0 11%;
	position: relative;
	float: left;
	width: 12%;
}

.testim_content {
	max-width:600px;
	position:relative;
	float:left;
	margin-left:3%;
	margin-top:48px;
	width:70%;
}

.testim_desc {
	font-size:30px;
	color:#484848;
	font-family:reprise;
	line-height:34px;
}

.my-actorsfcu-stories #testimonials:after {
	display:none;
}

#testimonials:after {
	content:'';
	width:100%;
	height:60%;
	position:absolute;
	top:100px;
	left:0;
	z-index:1;
	background-image:url(../images/site/quote_left.svg), url(../images/site/quote_right.svg);
	background-repeat:no-repeat, no-repeat;
	background-position:2% 5%, 98% 5%;
}

.testim_list_item {
	background:url(../images/site/bokeh_pale.jpg) no-repeat top left;
	margin:20px 0;
}

.testim_list_item:first-child {
	margin-top:0;
}

.testim_list_item .testim_image {
    margin: 42px 0 0 6%;
    position: relative;
    float: left;
    width: 19%;
}

.testim_list_item .testim_content {
	width:64%;
}

.testim_list_item .member_social {
    margin: 30px 0 30px -10px;
    float: none;
    display: block;
}

.testim_footer {
	padding-top:24px;
	margin-top:10px;
	background:url(../images/site/arrowline.svg) no-repeat -16px 0;
}

.member_name {
	font-size:16px;
	color:#929497;
	line-height: 140%;
}

.member_name strong {
	font-size:24px;
	display:block;
	font-family:univers_bold;
	color:#981B1E;
}

.testim_btns {
	margin:40px 0;
	text-align:center;
}

.btn {
	background: #971B1E url(../images/site/sprite.svg) no-repeat 100% -176px;
	border-bottom: 5px solid #710B0E;
	color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 20px;
	font-family: univers_light;
	padding: 10px 40px 8px 20px;
	min-width:190px;

}

.btn.black {
	background:#000 url(../images/site/sprite.svg) no-repeat 100% -176px;
	border-bottom:5px solid #393939;
}

.btn:hover {
	color:#fff;
	text-decoration:none;
}

.btn span {
	font-family:univers_bold;
	color:#fff;
}

.btn:hover span, .btn span:hover {
	color:#fff;
	text-decoration:none;
}

.entry_sidebar h4, .category_sidebar .block_title  {
	font-size:50px;
	color:#484848;
	font-family:reprise;
	margin:28px 0 10px;
}

.entry_sidebar h5 {
	font-size:30px;
	color:#484848;
	font-family:reprise;
	margin:20px 0 10px;
}

.fingertips {
	background:#E4E5E6;
	width:284px;
	float:right;
	margin-right: -6px;
	border-left:6px solid #D3D5D6;
}

.fingertips .secondary {
	color:#484848;
	font-size:18px;
	margin-top:10px;
	font-family:univers_bold;
}

.fingertips .tertiary_list {
	padding-left:10px;
}

.member_social {
	margin-top:-20px;
	float:right;
}

.member_fb {
	background: url(../images/site/sprite.svg) no-repeat -372px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 12px;
}

#form_fb {
	background: url(../images/site/sprite.svg) no-repeat -372px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: 2px;
}

.member_tw {
	background: url(../images/site/sprite.svg) no-repeat -416px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 12px;
}

#form_tw {
	background: url(../images/site/sprite.svg) no-repeat -416px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: 2px;
}

.member_ibdb {
	background: url(../images/site/sprite.svg) no-repeat -590px	 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 12px;
}

#form_ibdb {
	background: url(../images/site/sprite.svg) no-repeat -590px	 0;
	display: inline-block;
	width: 34px;
	vertical-align: 2px;
	height: 34px;
}

.member_imdb {
	background: url(../images/site/sprite.svg) no-repeat -503px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 12px;
}

#form_imdb {
	background: url(../images/site/sprite.svg) no-repeat -503px 0;
	display: inline-block;
	width: 34px;
	vertical-align: 2px;
	height: 34px;
}

.member_li {
	background: url(../images/site/sprite.svg) no-repeat -547px 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 12px;
}

#form_li {
	background: url(../images/site/sprite.svg) no-repeat -547px 0;
	display: inline-block;
	width: 34px;
	vertical-align: 2px;
	height: 34px;
}

.faqordion {
	position: relative;
}

.faqordionTitle {
	position: relative;
	z-index: 10;
	display: block;
	cursor: pointer;
	padding: 10px 0;
	font-size: 20px;
	border-bottom: 1px solid #f1f1f1;
}

.accordion-content {
	z-index: 1;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin-top: 7px;
}

.content-open, .no-js .accordion-content {
	max-height: 300em!important;
	opacity: 1!important;
	padding-bottom: 20px;
	margin-top: 7px;
}

.faqs {
	background: #fff;
	border: 1px solid #BABCBE;
	padding: 20px 20px 40px 20px;
	margin:20px 0 20px;
}
.faqs h2 {
	font-family:reprise;
	font-size:30px;
	margin:30px 0;
}

.text p {
	margin:10px 0;
}

.faqordionTitle span {
	width: 40px;
	height: 40px;
	top: 50%;
	right: 0;
	margin-top: -20px;
	margin-left: -20px;
	position: absolute;
	cursor: pointer;
	background: url('../images/site/sprite.svg');
	background-position: -583px -81px;
	-webkit-transform:scale(0.5,0.5);
	moz-transform:scale(0.5,0.5);
	transform:scale(0.5,0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faqordionTitle.open span {
	-webkit-transform:rotate(90deg) scale(0.5,0.5);
	-moz-transform:rotate(90deg) scale(0.5,0.5);
	transform:rotate(90deg) scale(0.5,0.5);
}

.silvercloud_search_result_link:hover {
	background:none!important;
	border:1px solid #fff!important;
	text-decoration:underline!important;
}

.silvercloud_search_result_header, .silvercloud_header {
	font-family:reprise;
	font-size: 30px!important;
	line-height: 130%;
	font-weight: lighter!important;
}

.silvercloud_return_to_results {
	background:#000!important;
	border-radius:0!important;
	color:#fff!important;
	height:47px;
	line-height:47px;
	padding:0 20px!important;
}

.silvercloud_search_result_link {
	color:#A92C27!important;
	font-size:18px!important;
	line-height:110%!important;
}

.silvercloud_search_result_icon img {
	display:none;
}

.silvercloud_search_result_icon {
	background:url(../images/site/sprite.svg) no-repeat -10px -257px;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
}

.silvercloud_return_to_results:hover {
	background:#971B1E!important;
	color:#fff!important;
	text-decoration:none!important;
}

.category_sidebar .form_line {
	margin-bottom:13px;
}

.form_line label {
	width:210px;
	font-size:20px;
	color:#404041;
	display: inline-block;
}

.category_sidebar .text_input {
	box-shadow: inset -3px 3px 0  #DFDFDF;
	height:28px;
	background:#fff;
	width:100%;
	text-indent:10px;
	margin-top:4px;
	border:1px solid #969696;
}

.text_input.error, textarea.error {
	border-color:#971B1E!important;
}

#form_selector-error {
	position: absolute;
	top: 34px;
	width: 196px;
}

label.error {
	color:#971B1E;
	font-size:18px;
	display:block;
	width:100%;
	background:url(../images/site/ic_alert.svg) no-repeat center left;
	padding-left:24px;
}


.form_line em, .form_line a {
	font-size:18px;
	display:block;
	margin:20px 0 14px;
}

.form_line .submit_btn {
	background: #971B1E;
	border-bottom: 5px solid #710B0E;
	color: #fff;
	position: relative;
	z-index: 1;
	display: block;
	font-size: 20px;
	font-family: univers_light;
	padding: 10px 0 8px 0;
	border-top:none;
	border-left:none;
	border-right:none;
	width:100%;
	cursor:pointer;
	text-transform:uppercase;
}

.silvercloud_submit_question {
	background: #971B1E url(../images/site/sprite.svg) no-repeat 100% -176px!important;
	border-bottom: 5px solid #710B0E!important;
	color: #fff!important;
	position: relative;
	z-index: 1;
	margin-top:20px;
	font-size: 20px;
	border-top:none!important;
	border-left:none!important;
	border-right:none!important;
	font-family: univers_light!important;
	padding: 12px 40px 8px 20px!important;
	text-transform:uppercase;
	border-radius:0!important;
}

.silvercloud_submit_question_container {
	text-align:center;
}

.silvercloud_submit_question:hover {
	text-decoration:none;
}

.silvercloud_pagination .silvercloud_current {
    background: #971B1E!important;
    border: none!important;
	 color:#fff!important;
}

.silvercloud_pagination a, .silvercloud_pagination span {
    padding: 0!important;
    height: 24px;
    width: 24px;
    text-align: center;
	 line-height:24px;
}

.silvercloud_pagination a.silvercloud_prev, .silvercloud_pagination a.silvercloud_next {
	width:auto!important;
	padding:0 5px!important;
}

.silvercloud_pagination a {
    color: #971B1E!important;
}

.form_title {
	display:block;
	text-align:center;
	font-family: reprise;
	font-size: 29px;
}

#application_footer .submit_btn {
	background: #971B1E;
	border-bottom: 5px solid #710B0E;
	color: #fff;
	position: relative;
	z-index: 1;
	display: block;
	margin:10px auto;
	width:190px;
	font-size: 20px;
	font-family: univers_light;
	padding: 10px 40px;
	border-top:none;
	border-left:none;
	border-right:none;
	cursor:pointer;
	text-transform:uppercase;
}

#application_footer #app_label {
	max-width: 370px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin:20px 0;
	cursor: pointer;
	position: relative;
	padding-left: 33px;
}

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

#application_footer #app_label:before {
	content: "";
	display: inline-block;

	width: 21px;
	height: 21px;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top:5px;
	background-color: #aaa;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

#application_footer input[type=radio]:checked + #app_label:before {
    content: "\2022";
    color: #981B1E;
    font-size: 36px;
    text-align: center;
    line-height: 20px;
}

label#terms-error {
    max-width: 334px;
    margin: 20px auto 0;
}

#terms_label {
	font-size: 17px;
	width: 226px;
	letter-spacing: -1px;
}

.social_formtags label {
	text-indent:-3000em;
	display:inline-block;
	height:36px;
	width:36px;
	cursor:pointer;
}

.social_formtags .text_input {
	width:218px;
	height:34px;
}

.social_formtags .form_line {
	margin-bottom:7px;
}

.category_sidebar textarea {
	box-shadow: inset -3px 3px 0  #DFDFDF;
	min-height:120px;
	background:#fff;
	width:100%;
	padding:10px;
	margin-top:4px;
	border:1px solid #969696;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.form_line label.social_title {
	font-size:24px;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #929496;
	width:100%;
}

#terms_text {
	overflow:scroll;
	overflow-x: hidden;
	height:590px;
	background:#EAE6DE;
	padding:30px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

.disclaimer {
	background:#EAE6DE;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.001em;
}

h3.disclaimer, h2.disclaimer {
	margin:0;
	padding-bottom:0!important
}

#terms_text strong {
	font-weight:bold;
}

#terms_text p {
	margin:15px 0;
	letter-spacing:-0.009em;
}

#application_footer {
	background: #fff;
	border: 1px solid #BABCBE;
	padding: 20px;
	margin:20px 0 30px;
	text-align:center;
}

label.select_label {
    position: relative;
	 margin-right:20px;
	 display:inline-block;
}

label.select_label:before {
    content: '';
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #58585B;
    position: absolute;
    pointer-events: none;
    display: block;
	 cursor:pointer;
}

.since:before {
	top:1px!important;
}

.since {
	width:100px!important;
}

.since select {
	width:100px;
}

.category.loans .benefit_box_alt h2 a {
	color:#fff;
}

.category.loans .article_list .item {
	margin-bottom: 0;
	padding: 0;
}

label.select_label:after {
	content: '';
	right: 0;
	top: -1px;
	padding: 0;
	position: absolute;
	pointer-events: none;
	background: url(../images/site/sprite.svg) no-repeat -328px 8px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-appearance: none;
	width: 30px;
	cursor:pointer;
	height: 30px;
}

.select_label select {
	height:30px;
	border:1px solid #58585B;
	font-family: arial;
	font-size: 16px;
}

.rates .article_list .item .hidden {
	display:none;
}

.rates .article_list .item {
	position:relative;
	padding: 20px 0 30px;
}

.rates .article_list .item .application_btn {
    top: 9px;
}

.rates .desc {
	padding:20px 0;
}

.js_hide {
	display:none!important;
}

#footer {
	background:#000;
	color:#929497;
	height:40px;
	line-height:40px;
	font-size:14px;
	/*font-family:reprise;*/
	text-align:center;
	font-weight: bold;
}

#footer a {
	color:#929497;
}

.footer_home {
	background: url(../images/site/sprite.svg) no-repeat -746px -55px;
	width:30px;
	height:25px;
	display:inline-block;
	vertical-align: -6px;
}

.ncua {
	background: url(../images/site/sprite.svg) no-repeat -373px -59px;
	display:inline-block;
	width:48px;
	height:20px;
	vertical-align: -6px;
	margin-right:5px;
}

.item_common {
	margin-bottom:30px;
	padding-left:69px;
}

.backtotop {
	text-align: center;
	display: block;
	padding: 20px 0;
	padding: 37px 0 20px;
	background: url(../images/site/uparrow.svg) no-repeat center top;
	display:none;
}

.category .article_list .item_common h2 a {
	color:#A92C27;
	font-size:35px;
}

.category .article_list .item_common:first-child {
	margin-top:48px;
}

.print_this_page {
	color:#BBBDBF;
	font-size:14px;
	font-family:reprise;
	position:absolute;
	right: 20px;
	top: 51px;
	height:36px;
	line-height:36px;
	padding-right:37px;
}

.print_this_page:after {
	content:'';
	height:36px;
	width:36px;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/site/sprite.svg) no-repeat -741px -5px;
}

.news_item {
	font-size: 20px;
	line-height: 140%;
}

.news_item h2 {
	margin:20px 0 24px;
	color:#484848;
	font-family:reprise;
	font-size:30px;
}

.news_image {
	margin-bottom:33px;
}

.news_image img {
	max-width:100%;
}

.readmore_alt {
	font-size:20px;
	font-family:univers_bold;
	margin:20px 0;
	display:block;
	color:#A92C27;
}

.category .news_item {
	border-bottom:1px solid #929496;
	padding-bottom:30px;
}

.news h1 {
	border-bottom:2px solid #000;
}

.news_item h2 a {
	color:#484848;
	font-size:30px;
	font-family:reprise;
}

.news_date {
	font-size:20px;
	color:#A92C27;
	margin-top:40px;
}

.search .lead em, .search h2 a em {
	background:#FF9;
}

#trigger_the_story {
	color:#981B1E;
	display:block;
	text-align:center;
	font-size:24px;
	width:240px;
	margin:30px auto;
	position:relative;
	line-height:64px;
	height:64px;
	cursor:pointer;
}

#trigger_the_story:before {
	content:'';
	background:url(../images/site/sprite.svg) no-repeat -461px -64px;
	width:42px;
	height:64px;
	position:absolute;
	left:0;
}

.tab_subnav {
	display: none;
}

#trigger_the_story:after {
	content:'';
	background:url(../images/site/sprite.svg) no-repeat -515px -64px;
	width:42px;
	height:64px;
	right:0;
	position:absolute;
}

.top_nav ul {
	display:none;
}

.top_nav li:hover > ul {
	display: block;
}

.top_nav ul {
	background: #C6C6C6;
	padding: 5px 0;
	position: absolute;
	top: 50px;
	z-index: 100;
	max-width: 200px;
}

.top_nav li a:hover {
	text-decoration:none;
}

.top_nav li:hover a {
	color: #fff;
	background: #C6C6C6;
}

.sub_topnav {
	text-align: left;
	display:block!important;
	line-height: normal!important;
	height: auto!important;
	padding:0!important;
}

.sub_topnav a {
	display:block;
	height:auto!important;
	padding: 6px 10px!important;
	line-height:normal!important;
	color:#AA2C27!important;
}

.sub_topnav a:hover {
	color:#fff!important;
}

#mobile_search_trigger,
#mobile_ebranch_trigger,
#mobile_contact,
.appstore,
.gplay,
.newebranch_trigger {
	display:none!important;
}
#nav {
    height: 1px;
    width: 1px;
    text-indent: -3000em;
    color: #fff;
    overflow: hidden;
}

.text_input {
	 -webkit-appearance: none;
	 border-radius: 0;
}

.entry_sidebar #mortgage .black {
	right: 200px;
	min-width: 200px;
}


@media screen and (max-width: 1030px) and (min-width:720px){
	#mobile_story_submitter {
		float:right;
		width:35%;
	}

	#testim_list {
		float:left;
		width:60%;
	}


}
@media screen and (max-width: 1030px) {
	.print_this_page,
	.mobile_quicklinks #helpful_things h4,
	#helpful_things  {
		display:none;
	}

	#logo {
	width: 25vw;
	height: 143px;
	margin: 30px 0 0 36px;
	background-size:67vw;
}

	#the_scene {
		max-height: 700em!important;
	}

	.mobile_quicklinks #helpful_things {
		width: 100%;
		background: #EAE6DE;
		padding: 20px;
		font-size: 19px;
		position: relative;
	}

	.mobile_quicklinks {
		margin-bottom:20px;
	}

	.mobile_quicklinks .btn {
		min-width:inherit;
		text-transform: uppercase;
		font-size:19px;
	}

	.mobile_quicklinks #helpful_things h5 {
		font-size: 30px;
		color: #484848;
		font-family: reprise;
		margin: 20px 0 10px;
	}

	.entry_text,
	.tab_content {
		width:100%;
	}

	table.schumer td:nth-child(1){
		min-width:inherit;
	}

	.tab label {
		left:20px;
	}
	.appstore.showme,
	.gplay.showme {
		display:block!important;
	}

	.narrow_col {
		 float: none;
		 width: 100%;
	}

	#submitter_trigger {
		 font-size: 40px;
		 background: #EAE6DE;
		 color: #484848;
		 font-family: reprise;
		 padding: 28px 0 10px 20px;
	}

	#mobile_story_submitter .text_input {
		 box-shadow: inset -3px 3px 0 #DFDFDF;
		 height: 28px;
		 background: #fff;
		 width: 100%;
		 text-indent: 10px;
		 margin-top: 4px;
		 border: 1px solid #969696;
	}

	#mobile_story_submitter .social_formtags .text_input {
		 width: 86%;
		 height: 34px;
	}

	.form_line .file_field {
		display:inline-block;
	}

	#mobile_story_submitter textarea {
		 box-shadow: inset -3px 3px 0 #DFDFDF;
		 min-height: 120px;
		 background: #fff;
		 width: 100%;
		 padding: 10px;
		 margin-top: 4px;
		 border: 1px solid #969696;
		 font-size: 16px;
		 font-family: Arial, Helvetica, sans-serif;
	}

	#mobile_story_submitter .form_line {
		 margin-bottom: 13px;
	}

	.my-actorsfcu-stories #post_form {
		 width: 100%;
		 background: #EAE6DE;
		 padding: 20px;
	}

}
@media screen and (min-width: 1020px) {
	#mobile_ebranch_trigger.showme {
		display:none!important;
	}
}
@media screen and (max-width: 1020px) and (min-width: 900px){
	.header_content {
		width: 68vw;
	}
}

@media screen and (max-width: 900px) {
	#mobile_ebranch_trigger.showme,
	.appstore.showme,
	.gplay.showme,
	.backtotop {
		display:block!important;
	}


	#card_4 {
		display:none;
	}
	.testim_image {
		width: 24%;
	}
	.testim_content {
		width: 48%;
	}
	#angela_container {
    width: 314px!important;
	}

	#angela_container img {
    max-width: 314px;
	}
	.story_title {
		 font-size: 62px!important;
	}

	#story_app .wide_text {
		background-size:inherit!important;
	}

	#story_eighties .middle_text {
    max-width: 400px!important;
	}

	#boat_container {
		bottom:130px!important;
	}

	#story_seventynine {
		margin-top:-120px!important;
	}
}
@media (max-width: 900px) {
	#mobile_ebranch_trigger.showme,
	.appstore.showme,
	.gplay.showme,
	.newebranch_trigger {
		display:block!important;
	}
	#topp,
	#top_search,
	#ebranch_trigger,
	#menu_toggle,
	#ebranch_tool,
	#menu,
	.print_this_page,
	.mobile_quicklinks #helpful_things h4,
	#helpful_things,
	.category_sidebar,
	.my-actorsfcu-stories #post_form,
	.benefit_box:after,
	.ebranch_moreInfo  {
		display:none;
	}
	#mobile_search_trigger,
	#mobile_contact {
		display:block!important;
	}

	input {
		 -webkit-appearance: none;
		 border-radius: 0;
	}

	#footer {
		font-size:12px;
	}

	/*input[type=text] {
	  -webkit-appearance:textfield;
	  -webkit-box-sizing:content-box;
	}

	input[type="search"] {
    -webkit-appearance: searchfield;
    box-sizing: border-box;
}*/

	#mobile_contact {
		position: absolute;
		right: 14px;
		top: 91px;
	}
	.wrap {
		max-width: 100%;
	}

	#logo {
		width: 200px;
		height: 101px;
		margin: 20px 0 10px 20px;
		background-size: 250%;
	}

	#the_scene {
		max-height: 700em!important;
	}

	#logo a {
		width: 200px;
		height: 101px;
	}

	#header {
		height: auto;
	}
	.header_content {
		float: none;
		clear: both;
		width: 100%;
	}

	img.rsImg {
		max-width: 100%;
	}

	.royalSlider {
		width: 100%!important;
	}
	#LoginForm {
		top:0;
	}

	#LoginForm .text_input {
		height: 47px;
		width: 83%;
	}
	#ebranch_tool {
		margin-right:0;
		width:100%;
		padding: 10px;
		background-color: #971B1E;
		height:auto;
	}

	.mobile_quicklinks #helpful_things {
		width: 100%;
		background: #EAE6DE;
		padding: 20px;
		font-size: 19px;
		position: relative;
	}

	.mobile_quicklinks {
		margin-bottom:20px;
	}

	.mobile_quicklinks .btn {
		min-width:inherit;
		text-transform: uppercase;
		font-size:19px;
	}

	.mobile_quicklinks #helpful_things h5 {
		font-size: 30px;
		color: #484848;
		font-family: reprise;
		margin: 20px 0 10px;
	}

	.entry_text,
	.tab_content {
		width:100%;
	}

	table.schumer td:nth-child(1){
		min-width:inherit;
	}

	.tab label {
		left:1px;
	}


	.btn_ebranch {
		width: 17%;
		margin-left: -4px;
	}

	#top_search .text_input {
		width: 100%;
		height: 47px;
	}

	#submitter_trigger {
		background: #971B1E;
		border-bottom: 5px solid #710B0E;
		color: #fff;
		position: relative;
		z-index: 1;
		display: block;
		font-size: 20px;
		font-family: univers_light;
		margin:0 10px 10px;
		padding: 10px 40px 8px 20px;
	}

	.my-actorsfcu-stories #post_form {
		 width: 100%;
		 background: #EAE6DE;
		 padding: 20px;
	}

	.narrow_col {
		 float: none;
		 width: 100%;
	}

	#mobile_story_submitter .text_input {
		 box-shadow: inset -3px 3px 0 #DFDFDF;
		 height: 28px;
		 background: #fff;
		 width: 100%;
		 text-indent: 10px;
		 margin-top: 4px;
		 border: 1px solid #969696;
	}

	#mobile_story_submitter .social_formtags .text_input {
		 width: 86%;
		 height: 34px;
	}

	.form_line .file_field {
		display:inline-block;
	}

	#mobile_story_submitter textarea {
		 box-shadow: inset -3px 3px 0 #DFDFDF;
		 min-height: 120px;
		 background: #fff;
		 width: 100%;
		 padding: 10px;
		 margin-top: 4px;
		 border: 1px solid #969696;
		 font-size: 16px;
		 font-family: Arial, Helvetica, sans-serif;
	}

	#mobile_story_submitter .form_line {
		 margin-bottom: 13px;
	}

	.btn_search {
		background:url(../images/site/search.svg) no-repeat center center;
		background-size:100%;
		width: 40px;
		height: 48px;
		right: 17px;
		bottom: 8px;
	}
	#top_search {
		padding: 10px;
		background-color: #971B1E;
		clear: both;
		margin-bottom:0;
	}
	#mobile_search_trigger {
		width: 49%;
		min-width: inherit;
		padding: 10px 20px 8px 14px;
		float: left;
		font-size: 17px;
	}

	#mobile_ebranch_trigger.showme,
	.newebranch_trigger {
		width: 49%;
		float: right;
		min-width: inherit;
		font-size: 18px;
		margin-top: -1px;
		padding: 10px 30px 8px 14px;
	}

	.appstore.showme,
	.gplay.showme {
		width: 50%;
		min-width: inherit;
		font-size: 18px;
		padding: 10px 30px 8px 14px;
			margin: 0 auto;
	}
	input {
		-webkit-appearance: none;
		border-radius: 0;
	}
	.header_content .nav-btn {
		display: block!important;
		cursor: pointer;
		width: 61px;
		padding: 5px 0 7px;
		right: 0;
		position:absolute;
		top:20px;
		z-index: 11;
		border-right: 5px solid #fff;
	}

	.member_social {
		 margin-top: 20px;
		 float: none;
		 display: block;
	}
	.member_social a:nth-child(1) {
		margin-left:0;
	}
	.header_content .nav-btn .icon-bar {
		display: block;
		width: 39px;
		height: 6px;
		background-color: #971D21;
		margin: 6px auto;
	}
	.nav-btn .icon-bar + .icon-bar {
		margin-top: 3px;
	}
	/*************************************************************************************************/


	.close-btn {
		display: block;
		width: 65px;
		height: 65px;
		padding: 0;
		position:absolute;
		right:0;
		top:0;
		border: 0;
		outline: none;
		background: url("../images/site/close_menu.svg") center center no-repeat;
		background-size: 49px;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.no-svg .close-btn {
	  background-image: url("../images/site/close_menu.svg");
	}
	.close-btn:focus, .close-btn:hover {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	  opacity: 1;
	}


	.nav-btn:hover, .nav-btn:focus {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}

	#nav {
		position: absolute;
		display:block;
		top: 0;
		width:auto;
		height:auto;
		text-indent: 0;
	  }
	  #nav:not(:target) {
			z-index: 20;
			height: 0;
	  }
	  #nav:target .close-btn {
			display: block;
	  }
	  #nav .close-btn {
			position: absolute;
	  }
	  #nav .block {
			position: relative;
			padding: 0;
	  }

	.mainnav label {
		background: #971B1E;
		border-bottom: 5px solid #710B0E;
		color: #fff;
		position: relative;
		z-index: 1;
		display: block;
		font-size: 30px;
		font-family: reprise;
		padding: 10px 40px 8px 20px;
		margin: 10px 10px 0;
	}
	.mainnav label.black {
		background: #000000;
		border-bottom: 5px solid #393939;
	}
	.menu-container {
		width: 100%;
		text-align: left;
		position:relative;
	}

	.menu-container label:before {
		content: "";
		font-size: 1.5em;
		line-height: 0.5em;
		width: 35px;
		height: 35px;
		background: url(../images/site/sprite.svg) no-repeat -742px -180px;
		-moz-transition: -moz-transform 0.3s ease-in-out;
		-o-transition: -o-transform 0.3s ease-in-out;
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		position: absolute;
		top: 50%;
		right: 14px;
		margin-top: -17px;
	}

	.mainnav a {
		position: relative;
		z-index: 10;
		display: block;
		height:auto;
		line-height:120%;
		cursor: pointer;
		color: #A92C27;
		font-size: 20px;
		padding: 6px 0 6px 12px;
	}

	.mainnav a.secondary {
	}

	.mainnav .secondary {
		font-size:24px;
		color: #484848;
		padding-left:30px;
		padding-top:15px;
	}

	.mainnav .feat_tertiary a {
		display: inline-block!important;
		margin-left: 30px;
		padding: 10px 20px 7px!important;
		color: #fff!important;
	}

	.mainnav a:hover {
		color:#484848;
	}

	.tertiary_list {
		 margin-bottom: 5px;
	}


	.menu-container input:checked + label:before {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.menu-container input {
		display: none;
	}
	.menu-container article {
		background:#FFFFFF;
		margin-top: -1px;
		overflow: hidden;
		height: 0px;
		position: relative;
		z-index: 10;
		-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	}
	.menu-container input:checked ~ article {
		-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	}

	.menu-container input:checked ~ article.ac-menu_holder1 {
		height: 860px;
	}

	.menu-container input:checked ~ article.ac-menu_holder2 {
		height: 674px;
	}

	.menu-container input:checked ~ article.ac-menu_holder3 {
		height: 103px;
	}
	.menu-container input:checked ~ article.ac-menu_holder4 {
		height: 1000px;
	}

	.menu-container input:checked ~ article.ac-submenu_holder13 {
		height: 210px;
	}
	.menu-container input:checked ~ article.ac-submenu_holder14 {
		height: 150px;
	}
	.mainnav .ac-menu_holder4 .tertiary {
		padding-left: 20px;
	}
	#mobile_privacy {
		padding-left:25px;
		padding-top:20px;
		color:#929497;
	}

	#mobile_privacy a {
		color:#929497;
		line-height:40px;
		height:40px;
		display:block;
	}

	#mobile_privacy a.ncua {
		display:inline-block;
		background: url(../images/site/sprite.svg) no-repeat -468px -67px;
		background-size: 987px;
    	width: 74px;
	 }

	#mobile_privacy span {
		 vertical-align: top;
		 max-width: 150px;
		 display: inline-block;
	}
	.subnav label, .subnav .ac-submenu {
		color:#A92C27;
		border-bottom:1px solid #969696;
		line-height:48px;
		height:48px;
		margin:0 25px;
		display:block;
		position:relative;
	}

	.subnav a:hover {
		color:#484848!important;
	}

	.subnav label:before {
		right: 20px;
		margin-top: -26px;
	}
	.sub_topnav a {
		padding-left:40px!important;
	}
	.js-ready #nav {
		height: 100%;
		width: 100%;
		background: #E6E8E9;
		/*-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);*/
	}
	.js-ready #nav .block {
		background: transparent;
	}
	.js-ready #nav .close-btn {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
	.js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}

	.js-ready #nav {
		left: -100%;
	}
	.js-ready #inner-wrap {
		left: 0;
	}

	.js-nav #inner-wrap {
		left: 100%;
	}

	.csstransforms3d.csstransitions.js-ready #nav {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.csstransforms3d.csstransitions.js-ready #inner-wrap {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.csstransforms3d.csstransitions.js-nav #inner-wrap {
		-webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
	}

	.csstransforms3d.csstransitions.js-ready #nav .block {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.4;
		-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
		-webkit-transition-delay: ease, 0s;
		-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
		-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
		transition: opacity 300ms 100ms ease, transform 500ms ease;
		-webkit-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
		-moz-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
		-ms-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
		-o-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
		transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
		-webkit-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-o-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}

	.csstransforms3d.csstransitions.js-nav #nav .block {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	#nav .block {
		z-index: 2;
		position: relative;
		/*padding: 0.75em 1.25em;*/
	}
	#nav ul {
		*zoom: 1;
		display: block;
	}

	#nav ul ul {
		margin-left:20px;
	}
	#nav ul:before, #nav ul:after {
		content: "";
		display: table;
	}
	#nav ul:after {
		clear: both;
	}
	#nav li {
		display: block;
	}
	#nav li.is-active a {
		color: #fff;
	}

	.menu_logo {
		width: 137px;
		height: 63px;
		margin: 20px;
		background: url(../images/site/menu_logo.svg) no-repeat top left;
		background-size: 100%;
	}

	.menu_logo a {
		display:block;
		width: 205px;
		height: 87px;
	}

	#social_links {
		float: none;
		margin-top: 20px;
		display: block;
		margin-left: 23px;
	}

	#content {
		padding:0;
	}

	.item_image {
		width:100%;
	}

	.item_image img {
		right: -77px;
		position:absolute;
	}#ebranch_overlay {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#E7E8EB;
		z-index: 310;
		text-align:center;
	}

	#overlay_top {
		background:#fff;
	}

	.overlay_title, .or {
		font-size:28px;
		font-family:Arial,Helvetica,sans-serif;
		color:#383837;
		display:block;
		margin:18px 0;
	}

	#overlay_app_links {
		border-top:4px solid #CBCED0;
		height:100%;
	}

	#LoginFormAlt .text_input {
		height: 47px;
		width: 280px;
		display:block;
		margin: 0 auto;
	}

	#closeoverlay {
		background: #000 url(../images/site/sprite.svg) no-repeat 125% -232px;
		padding: 10px 20px 8px 40px;
		margin-top:40px;
	}

	.ebranch_btn_alt {
		font-family:univers_light;
		font-size: 18px;
		padding: 10px 30px 8px 14px;
		min-width:50%;
		margin:10px auto 40px;
		background: #000 url(../images/site/sprite.svg) no-repeat 100% -176px;
		color: #fff;
		position: relative;
		z-index: 1;
		display: inline-block;
		cursor: pointer;
		border: none;
		border-bottom: 5px solid #393939;
		height: 47px;
		vertical-align: top;
	}


	#logo_alt {
		width: 200px;
		height: 101px;
		margin: 0 auto 30px;
		background: url(//actorsfcu.com/images/site/sprite.svg) no-repeat top left;
		background-size: 250%;
		top: 20px;
		position:relative;
	}

	.addinfo {
		display:none;
	}
}
@media (max-width: 720px) {
	#topp,
	#top_search,
	#ebranch_trigger,
	#menu_toggle,
	#ebranch_tool,
	#menu,
	.print_this_page,
	.mobile_quicklinks #helpful_things h4,
	#helpful_things,
	.category_sidebar,
	.my-actorsfcu-stories #post_form,
	.benefit_box:after,
	.ebranch_moreInfo,
	#footer  {
		display:none;
	}
	#mobile_ebranch_trigger.showme,
	.appstore.showme,
	.gplay.showme,
	.newebranch_trigger,
	#mobile_search_trigger {
		display:block!important;
	}
	.wrap {
		max-width: 100%;
	}
	table.schumer p a {
		word-break: break-word;
	}

	#ebranch_overlay {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#E7E8EB;
		z-index: 310;
		text-align:center;
	}

	#overlay_top {
		background:#fff;
	}

	.overlay_title, .or {
		font-size:28px;
		font-family:Arial,Helvetica,sans-serif;
		color:#383837;
		display:block;
		margin:10px 0;
	}

	#overlay_app_links {
		border-top:4px solid #CBCED0;
		height:100%;
	}

	#LoginFormAlt .text_input {
		height: 47px;
		width: 280px;
		display:block;
		margin: 0 auto;
	}

	#closeoverlay {
		background: #000 url(../images/site/sprite.svg) no-repeat 125% -232px;
		padding: 10px 20px 8px 40px;
		margin-top:40px;
	}

	.ebranch_btn_alt {
		font-family:univers_light;
		font-size: 18px;
		padding: 10px 30px 8px 14px;
		min-width:50%;
		margin:10px auto 30px;
		background: #000 url(../images/site/sprite.svg) no-repeat 100% -176px;
		color: #fff;
		position: relative;
		z-index: 1;
		display: inline-block;
		cursor: pointer;
		border: none;
		border-bottom: 5px solid #393939;
		height: 47px;
		vertical-align: top;
	}


	#logo_alt {
		width: 164px;
		height: 75px;
		margin: 0 auto 10px;
		background: url(../images/site/sprite.svg) no-repeat top left;
		background-size: 250%;
		top: 10px;
		position:relative;
	}

	.addinfo {
		display:block;
	}
	.header_content {
		float: none;
		clear: both;
		width: 100%;
	}

	.category .benefit_box_alt h2 a, .category .benefit_box_alt li span, .category .benefit_box_alt p span {
		color:#000!important;
	}

	#mobile_mortgage {
		overflow:hidden;
	}

	#mobile_mortgage a {
		display:inline-block;
		width: 50%!important;
		float: left;
		top: inherit!important;
		left: inherit!important;
		min-width: inherit;
		font-size: 19px;
	}

	img.rsImg {
		max-width: 100%;
	}

	.royalSlider {
		width: 100%!important;
	}

	#LoginForm {
		top:0;
	}

	#LoginForm .text_input {
		height: 47px;
		width: 83%;
	}
	#ebranch_tool {
		margin-right:0;
		width:100%;
		padding: 10px;
		background-color: #971B1E;
		height:auto;
	}

	.btn_ebranch {
		width: 17%;
		margin-left: -4px;
	}

	#top_search .text_input {
		width: 100%;
		height: 47px;
	}

	.btn_search {
		background:url(../images/site/search.svg) no-repeat center center;
		background-size:100%;
		width: 40px;
		height: 48px;
		right: 17px;
		bottom: 8px;
	}
	#top_search {
		padding: 10px;
		background-color: #971B1E;
		clear: both;
		margin-bottom:0;
	}

	#content h1 {
		font-size: 36px;
		padding: 40px 20px;
	}

	#content {
		padding:0;
	}

	.item_image {
		position: relative;
	}

	.category .article_list .item,
	.entry_summary {
		background:#F0F0F0;
	}

	.rates .article_list .item {
		padding: 20px 15px 30px !important;
	}

	.application_btn {
    	position: relative!important;
		    margin-bottom: 10px;
	}

	.rates .desc {
		padding:20px;
	}

	.category .article_list .item h2 {
		top: 0;
		left: 0;
		max-width: 100%;
		padding: 20px;
		margin-bottom:0;
	}

	.category .article_list .item .summary, .entry .summary {
		left: 0;
		top: 0;
		max-width: 100%;
		padding: 0 20px;
	}

	 .summary li, .summary li span {
		 color:#484848!important;
	 }

	 .entry .benefit_box {
		margin-bottom: 0;
		padding: 0 0 20px;
	 }

	 .entry .benefit_box h2 {
		left: 20px;
		z-index: 1;
		max-width: 100%;
		font-size: 30px;
		padding:20px 20px 20px 0;
		margin-bottom:0
	}
	.entry .benefit_box h2 p span {
		color:#484848!important;
	}

	.entry .benefit_box .summary p span {
		 color: #484848!important;
	}

	.item_common {
		margin-bottom: 0;
		padding: 20px;
	}

	.entry .summary {
		padding-top:20px;
	}

	.readmore {
		left:20px;
	}

	.item .item_image img,
	.entry_summary .item_image img,
	.benefit_box .item_image img {
		position: absolute;
		right: -149px;
	}



	.category .article_list .item, .benefit_box, .benefit_box_alt, .entry_summary {
		position: relative;
		min-height: 340px;
		margin-bottom: 30px;
		padding: 0 0 30px;
	}

	#logo {
		width: 200px;
		height: 101px;
		margin: 20px 0 10px 20px;
		background-size: 250%;
	}

	#logo a {
		width: 200px;
		height: 101px;
	}

	#header {
		height: auto;
	}

	.mobile_quicklinks #helpful_things {
		width: 100%;
		background: #EAE6DE;
		padding: 20px;
		font-size: 19px;
		position: relative;
	}

	.mobile_quicklinks {
		margin-bottom:20px;
	}

	.mobile_quicklinks .btn {
		min-width:inherit;
		text-transform: uppercase;
		font-size:19px;
	}

	.my-actorsfcu-stories #post_form {
		display:none;
	}

	.mobile_quicklinks #helpful_things h5 {
		font-size: 30px;
		color: #484848;
		font-family: reprise;
		margin: 20px 0 10px;
	}

	.entry_text,
	.tab_content {
		width:100%;
	}

	table.schumer td:nth-child(1){
		min-width:inherit;
	}

	.tab label {
		left:20px;
	}

	#terms_text {
		height:250px;
	}

	.form_title {
		line-height:130%;
	}

	.category .news_item {
		border-bottom: 1px solid #929496;
		padding-bottom: 30px;
		padding: 0 20px 30px;
	}

	#mobile_search_trigger {
		width: 49%;
		min-width: inherit;
		padding: 10px 20px 8px 14px;
		float: left;
		font-size: 17px;
	}

	#mobile_ebranch_trigger.showme,
	.newebranch_trigger {
		width: 49%;
		float: right;
		min-width: inherit;
		font-size: 18px;
		margin-top: -1px;
		padding: 10px 30px 8px 14px;
	}

	.appstore.showme,
	.gplay.showme {
		width: 50%;
		min-width: inherit;
		font-size: 18px;
		padding: 10px 30px 8px 14px;
			margin: 0 auto;
	}

	.inserted_form .text_input {
		width:100%;
	}

	#footer {
		height:auto;
	}

	#rs-frontPage-nav .rsSlide .item span {
		background:#000;
		color: #fff;
		font-size: 25px;
		text-align: center;
		display: block;
		margin: 0 auto;
		font-weight: lighter;
		font-family: univers_light;
		padding:20px;
	}

	#rs-frontPage-nav {
		background:#000;
		height:200px;
	}

	.slide_title {
		color: #fff;
		font-size: 35px;
		text-align: center;
		width: 70%;
		font-weight: lighter;
		left: 50%!important;
		margin-left: -33%;
		top: inherit!important;
		bottom: 10px;
		line-height: 130%;
		font-family: reprise;
	}

	#testimonials {
		margin:7px 0 0;
	}

	#testimonials .box_title {
		font-size:32px;
	}

	.testim_image {
		width: 87px;
		margin: 48px 0 0 20px;

	}

	.testim_list_item .testim_image {
		width: 23%;
	}

	.testim_image img {
		max-width:100%;
	}

	#testimonials:after {
		background-image: url(../images/site/quote_right.svg);
		background-repeat: no-repeat;
		background-position: 98% 5%;
	}

	.testim_content {
		width: 54%;
	}

	.testim_desc {
		font-size: 18px;
		line-height: 120%;
	}

	.testim_footer {
		padding-top: 32px;
		background: none;
		margin-left: -97px;
	}

	.member_social {
		margin-top: 10px;
		float: none;
		display: block;
		margin-left: -13px;
	}

	.testim_btns {
		margin: 40px 0 0;
		text-align: center;
		background: #B2B2B2;
		padding: 25px 0px;
	}

	.testim_btns .btn {
		font-size: 18px;
		min-width: inherit;
	}

	#submitter_trigger {
		background: #971B1E url(../images/site/sprite.svg) no-repeat 100% -176px;
		border-bottom: 5px solid #710B0E;
		color: #fff;
		position: relative;
		z-index: 1;
		display: block;
		font-size: 20px;
		font-family: univers_light;
		margin:0 10px 10px;
		padding: 10px 40px 8px 20px;
	}

	.narrow_col {
		float: none;
		width: 100%;
		margin-bottom:40px;
	}

	input {
		-webkit-appearance: none;
		border-radius: 0;
	}


	.narrow_col .testim_footer {
		margin-left: -74px;
	}

	.my-actorsfcu-stories #post_form {
		width:100%;
		background: #EAE6DE;
		padding: 20px;
	}

	.category_sidebar .text_input {
		box-shadow: inset -3px 3px 0 #DFDFDF;
		height: 28px;
		background: #fff;
		width: 100%;
		text-indent: 10px;
		margin-top: 4px;
		border: 1px solid #969696;
	}

	#mobile_story_submitter .text_input {
		box-shadow: inset -3px 3px 0 #DFDFDF;
		height: 28px;
		background: #fff;
		width: 100%;
		text-indent: 10px;
		margin-top: 4px;
		border: 1px solid #969696;
	}

	#mobile_story_submitter  .social_formtags .text_input {
		width: 86%;
		height: 34px;
	}

	#mobile_story_submitter  .form_line {
		margin-bottom: 13px;
	}
	#mobile_story_submitter textarea {
		box-shadow: inset -3px 3px 0 #DFDFDF;
		min-height: 120px;
		background: #fff;
		width: 100%;
		padding: 10px;
		margin-top: 4px;
		border: 1px solid #969696;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.header_content .nav-btn {
		display: block!important;
		cursor: pointer;
		width: 61px;
		padding: 5px 0 7px;
		right: 0;
		position:absolute;
		top:20px;
		z-index: 11;
		border-right: 5px solid #fff;
	}

	.header_content .nav-btn .icon-bar {
		display: block;
		width: 39px;
		height: 6px;
		background-color: #971D21;
		margin: 6px auto;
	}
	.nav-btn .icon-bar + .icon-bar {
		margin-top: 3px;
	}

	#ln-messageBox {
    	width: 100%!important;
    	padding: 20px 20px 30px!important;
	    height: 100%;
	}

	#ln-messageHolder {
		top:0!important;
	    height: 100%;
	}

	#ln-cancelMessage {
		float: none!important;
		margin-right: 0!important;
		margin-top: 20px;
		display: block;
	}

	.search .lead {
		margin:0 0 30px 20px!important;
	}
	.search p {
		padding:10px 0 0 20px!important;
	}


	/*************************************************************************************************/


	.close-btn {
		display: block;
		width: 65px;
		height: 65px;
		padding: 0;
		position:absolute;
		right:0;
		top:0;
		border: 0;
		outline: none;
		background: url("../images/site/close_menu.svg") center center no-repeat;
		background-size: 49px;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.no-svg .close-btn {
	  background-image: url("../images/site/close_menu.svg");
	}
	.close-btn:focus, .close-btn:hover {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	  opacity: 1;
	}


	.nav-btn:hover, .nav-btn:focus {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}

	#nav {
		position: absolute;
		display:block;
		top: 0;
		width:auto;
		height:auto;
		text-indent: 0;
	  }
	  #nav:not(:target) {
			z-index: 20;
			height: 0;
	  }
	  #nav:target .close-btn {
			display: block;
	  }
	  #nav .close-btn {
			position: absolute;
	  }
	  #nav .block {
			position: relative;
			padding: 0;
	  }

	.mainnav label {
		background: #971B1E;
		border-bottom: 5px solid #710B0E;
		color: #fff;
		position: relative;
		z-index: 1;
		display: block;
		font-size: 30px;
		font-family: reprise;
		padding: 10px 40px 8px 20px;
		margin: 10px 10px 0;
	}
	.mainnav label.black {
		background: #000000;
		border-bottom: 5px solid #393939;
	}
	.menu-container {
		width: 100%;
		text-align: left;
		position:relative;
	}

	.menu-container label:before {
		content: "";
		font-size: 1.5em;
		line-height: 0.5em;
		width: 35px;
		height: 35px;
		background: url(../images/site/sprite.svg) no-repeat -742px -180px;
		-moz-transition: -moz-transform 0.3s ease-in-out;
		-o-transition: -o-transform 0.3s ease-in-out;
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		position: absolute;
		top: 50%;
		right: 14px;
		margin-top: -17px;
	}

	.mainnav a {
		position: relative;
		z-index: 10;
		display: block;
		height:auto;
		line-height:120%;
		cursor: pointer;
		color: #A92C27;
		font-size: 20px;
		padding: 6px 0 6px 12px;
	}

	.mainnav a.secondary {
	}

	.mainnav .secondary {
		font-size:24px;
		color: #484848;
		padding-left:30px;
		padding-top:15px;
	}

	.mainnav .feat_tertiary a {
		display: inline-block!important;
		margin-left: 30px;
		padding: 10px 20px 7px!important;
		color: #fff!important;
	}

	.mainnav a:hover {
		color:#484848;
	}

	.tertiary_list {
		 margin-bottom: 5px;

	}


	.menu-container input:checked + label:before {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.menu-container input {
		display: none;
	}
	.menu-container article {
		background:#FFFFFF;
		margin-top: -1px;
		overflow: hidden;
		height: 0px;
		position: relative;
		z-index: 10;
		-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
		transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	}
	.menu-container input:checked ~ article {
		-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
		transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	}

	.menu-container input:checked ~ article.ac-menu_holder1 {
		height: 860px;
	}

	.menu-container input:checked ~ article.ac-menu_holder2 {
		height: 674px;
	}

	.menu-container input:checked ~ article.ac-menu_holder3 {
		height: 103px;
	}
	.menu-container input:checked ~ article.ac-menu_holder4 {
		height: 1000px;
	}

	.mainnav .ac-menu_holder4 .tertiary {
		padding-left: 20px;
	}

	  .js-ready #nav {
			height: 100%;
			width: 100%;
			background: #E6E8E9;
			/*-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
			-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
			box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);*/
	  }
	  .js-ready #nav .block {
			background: transparent;
	  }
	  .js-ready #nav .close-btn {
			display: block;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity: 1;
	  }
	  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity: 1;
		}

	  .js-ready #nav {
			left: -100%;
	  }
	  .js-ready #inner-wrap {
			left: 0;
	  }

	  .js-nav #inner-wrap {
			left: 100%;
	  }

	  .csstransforms3d.csstransitions.js-ready #nav {
			left: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			-moz-transform: translate3d(-100%, 0, 0);
			-ms-transform: translate3d(-100%, 0, 0);
			-o-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			-o-backface-visibility: hidden;
			backface-visibility: hidden;
	  }
	  .csstransforms3d.csstransitions.js-ready #inner-wrap {
			left: 0 !important;
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			-webkit-transition: -webkit-transform 500ms ease;
			-moz-transition: -moz-transform 500ms ease;
			-o-transition: -o-transform 500ms ease;
			transition: transform 500ms ease;
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			-o-backface-visibility: hidden;
			backface-visibility: hidden;
	  }

	  .csstransforms3d.csstransitions.js-nav #inner-wrap {
			-webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
			-moz-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
			-ms-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
			-o-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
			transform: translate3d(100%, 0, 0) scale3d(1, 1, 1);
	  }

	  .csstransforms3d.csstransitions.js-ready #nav .block {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
			opacity: 0.4;
			-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
			-webkit-transition-delay: ease, 0s;
			-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
			-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
			transition: opacity 300ms 100ms ease, transform 500ms ease;
			-webkit-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
			-moz-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
			-ms-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
			-o-transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
			transform: translate3d(0%, 0, 0) scale3d(0.6, 0.6, 0.6);
			-webkit-transform-origin: 50% 0%;
			-moz-transform-origin: 50% 0%;
			-ms-transform-origin: 50% 0%;
			-o-transform-origin: 50% 0%;
			transform-origin: 50% 0%;
	  }

	  .csstransforms3d.csstransitions.js-nav #nav .block {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	  }

	#nav .block {
		z-index: 2;
		position: relative;
		/*padding: 0.75em 1.25em;*/
	}
	#nav ul {
		*zoom: 1;
		display: block;
	}

	#nav ul ul {
		margin-left:20px;
	}
	#nav ul:before, #nav ul:after {
		content: "";
		display: table;
	}
	#nav ul:after {
		clear: both;
	}
	#nav li {
		display: block;
	}
	#nav li.is-active a {
		color: #fff;
	}

	.menu_logo {
		width: 137px;
		height: 63px;
		margin: 20px;
		background: url(../images/site/menu_logo.svg) no-repeat top left;
		background-size: 100%;
	}

	.menu_logo a {
		display:block;
		width: 205px;
		height: 87px;
	}
	.tab_subnav {
		display:block;
		padding:15px 20px;
		border-bottom:1px solid #ccc;
	}

	.tab_subnav:last-child {
		border:none;
		margin-bottom:20px;
	}

	#entry_16_page .tab label {
		display:none;
	}
}

@media (max-width: 500px) {
	.tab label {
		 left: 0;
	}
	.member_social a:nth-child(1) {
		margin-left:16px;
	}
	#entry_16_page .tab_content {
		display: block;
		max-height: 1000em;
		top:0;
	}

	#faq_search .btn_search {
		height: 36px;
		bottom: 0px;
	}

	#entry_16_page .tab label {
		left: 0!important;
		width: 100%;
		display: none;
		position: inherit;
		text-align: left;
		background: none;
		white-space: nowrap;
		padding: 27px 20px 27px;
		margin-left: 0;
		line-height:normal;
	}
}