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;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {    display: block;}body {  line-height: 1;}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;}

a {text-decoration: none;}
* {-webkit-tap-highlight-color: transparent;}

li {margin: 0; padding: 0;}
@-ms-viewport { width: device-width; }

::selection         {color: #fff; background: #6F83A0;}
::-moz-selection    {color: #fff; background: #6F83A0;}

input:focus, select:focus, textarea:focus, button:focus {}
/* ADA fail - outline-width: 0; outline: none; */

body, html {
  color: #393939;
  font-size: 13px;
  font-family: 'Lato', Arial, sans-serif;
}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

audio,
canvas,
iframe,
img,
svg,
video {vertical-align: middle;}

fieldset {border: 0; margin: 0; padding: 0;}
textarea {resize: vertical;}

.header {
  display: block;
  position: relative;
}

.header_inner_wrapper {
  width: 100%;
  /* background: #f0f0f0; */
  background: #EBEBEB;
  height: 46px;
}

/* ADA */

.screenReadable {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* TYPO */

a, a:link, a:visited {
  color: #4e7cbe;
}

i, em {font-style: italic;}

b, strong {
  font-weight: 700;
}

blockquote {}

ul, ol {}

ul li, ol li {}

a#logo {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  float: left;
  padding: 0;
  display: block;
  width: 261px;
  height: 79px;
  background: url(../assets/home_logo.png) no-repeat 0 0px transparent;
}

.container h1 {
  color: #70461c;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1.19em;
}

.container h2 {
  font-weight: 900;
  font-size: 16px;
  color: #113154;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 3px 0px;
}

.container h3 {
  font-weight: 900;
  font-size: 16px;
  color: #113154;
  margin-top: 15px;
}

body.s1-find-a-branch-or-atm .container h3 {
  padding-left: 0;
}

body.s1-find-a-branch-or-atm .container_left {
  display: block;
}

body.s1-find-a-branch-or-atm .container_right {
  width: 950px;
  background: #fff;
  padding: 25px 0 35px 30px;
}

.container h4 {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: #113154;
}

.container h5 {}

.container h6 {}

.container p {
  line-height: 140%;
  margin: 8px 0;
}

.container a {
  text-decoration: underline;}

.container a:hover {
  text-decoration: none;}

.container a.link_external {
  background-image: url(../assets/external.png);
  padding-right: 19px;
  background-repeat: no-repeat;
  background-position: right 0;
}

.container .side_menu_wrapper a.link_external {
  background: url(../assets/external_white.png) no-repeat right 0 transparent;
}

.container a.big {
  background: #A57E39;
  padding: 0 48px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: 300;
  height: 35px;
  line-height: 37px;
  text-decoration: none;
}

.container ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding: 0 0 0 15px;
  margin: 10px 0 10px 0px;
}

.container ol li {
  padding: 0;
  line-height: 1.7em;
  margin: 0;
}

.container ul {
  list-style-position: outside;
  list-style-type: square;
  padding: 0 0 0 15px;
  margin: 10px 0 10px 0px;
}

.container ul li {
  padding: 0;
  line-height: 1.7em;
  margin: 0;
}

.container a.icon_pdf {
  margin: 4px 0;
  display: block;
  text-decoration: none;
  min-height: 24px;
  padding-left: 30px;
  background: url(../assets/icon_pdf.png) no-repeat 0 0 transparent;
  line-height: 24px;
}

.container a.icon_pdf.noicon {
	background: transparent;
	padding: 0;
	display: inline;
	text-decoration: underline;
}

.container a.icon_pdf.noicon:hover {
	text-decoration: none;
}

.container a.icon_pdf:hover {
  text-decoration: underline;
}

.container_right table {
  width: 98%;
  margin: 10px 0 20px 0;
  border-top: 1px solid #e9e8e8;
  box-shadow: 2px 2px 2px #e9e8e8;
  border-left: 1px solid #e9e8e8;
  border: solid 1px #ddd;
}

.container_right table thead tr:first-child {
  text-align: center;
  font-weight: 700;
  background: #9aa5ba;
}

.container_right table thead tr:first-child td {
  color: #fff;
}

.container_right table thead th {
  vertical-align: middle;
  padding: 8px;
}

.container_right table tr {
  color: #fff;
  background: #9aa5ba;
}

.container_right table tr:nth-child(odd) {
  background: #fff;
}

.container_right table tr:nth-child(even) {
  background: #f6f5f5;
}

.container_right table th {
  text-align: left;
  /* background: #6f83a0; */
  background: #003055;
  color: #fff;
}

.container_right table td {
  vertical-align: middle;
  border-right: 1px solid #d5d3d3;
  padding: 8px;
  color: #383838;
}

.container_right table td p {}

.container_right table td td:first-child {
  border-right: 1px solid #d5d3d3;
  padding: 8px;
}

/* HOME */

.home_wrapper {
  height: 630px;
  width: 100%;
  display: block;
  background: url(../assets/home_bg_grey.png) repeat-x center bottom transparent;
  float: left;
  background-color: #657998;
}

.home_container {
  height: 630px;
  width: 1000px;
  position: relative;
  margin: 0 auto;
  float: none;
  background-size: 1000px auto;
  background-position: center !important;
}

.home_module {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
}

.home_module_box {
  width: 266px;
  height: 116px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 1px 4px #595959;
  padding: 20px;
  overflow: hidden;
  margin: 0 9px 18px;
  vertical-align: bottom;
}

.home_module h1 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 18px;
  line-height: normal;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}

.home_module_box:nth-child(1) {
  background: url(../assets/bg_brown_dark.png) repeat 0 0px transparent;
}

.home_module_box:nth-child(2) {
  background: url(../assets/bg_brown_light.png) repeat 0 0px transparent;
}

.home_module_box:nth-child(3) {
  /* background: url(../assets/bg_brown_darker.png) repeat 0 0px transparent; */
  background: transparent;
  position:relative;
  z-index:1;
}
.home_module_box:nth-child(3)::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #abb52e;
	opacity:.8;
	z-index:-1;
}

.home_module_box:nth-child(2) h1 {
  margin-bottom: 8px;
}

.home_module_box select {
  background: transparent;
  width: 288px;
  padding: 4px 5px 6px 5px;
  color: #fff;
  font-size: 15px;
  border: none;
  height: 28px;
}

.home_module_box select option {
  color: #fff;
  background: #a27121;
}

.home_module_box .dccu-select {
  margin-bottom: 12px;
  width: 265px;
  height: 26px;
  border: 1px solid #fff;
  overflow: hidden;
  background: url(../assets/select-arrow.png) no-repeat right transparent;
}

.home_module_box .wide input[type="button"] {width: 100%;}


.home_login_module_mobileBG {
  display: block;
}

.home_login_module {
  background: url(../assets/bg_white90.png) repeat 0 0px transparent;
  float: right;
  width: 268px;
  box-shadow: 0px 0px 4px #888888;
  height: 249px;
  top: 20px;
  position: absolute;
  padding: 30px 15px 20px 23px;
  right: 22px;
}

.home_login_module #submitAction {
  background: #657998;
}

.home_login_module #submitAction:hover {background: #335782;}

.home_login_module * {
  font-size: 15px;
  line-height: normal;
  color: #193054;
}

.home_login_module input {
  border-bottom: 1px solid #bebebe;
  border-right: none;
  background: transparent;
  border-left: none;
  border-top: none;
  width: 240px;
  margin: 0 0 6px;
  padding: 4px 10px 6px;
}

html body .widget_link,
html body button,
html body .boxed_link,
html body input[type="submit"],
html body input[type="button"] {
  padding: 10px 20px;
  float: none;
  background: #657998;
  color: #fff;
  width: auto;
  font-family: 'latoregular', arial;
  font-weight: normal;
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;

  border: 1px solid #bebebe;
  cursor: pointer;
  height: auto;
  font-size: 15px;
  text-decoration: none;
}

html body button.wide,
html body .boxed_link.wide,
html body .wide input[type="submit"],
html body .wide input[type="button"],
html body input[type="submit"].wide,
html body input[type="button"].wide {
  width: calc(100% - 42px);
}

html body .widget_link:hover,
html body button:hover,
html body .boxed_link:hover,
html body input[type="submit"]:hover,
html body input[type="button"]:hover {
  background-color: #335782;
}

.home_login_module input[type="checkbox"] {
  position: relative;
  width: auto;
  top: 1px;
  margin: 0 4px 0 0;
}

.home_login_module h1 {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  float: left;
  width: 100%;
}

.home_login_module .button.orange {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
}

.home_login_module input::-webkit-input-placeholder {color: #193054;}
.home_login_module input:-moz-placeholder {color: #193054;}
.home_login_module input::-moz-placeholder {color: #193054;}
.home_login_module input:-ms-input-placeholder {color: #193054;}

.home_module_small {
  position: absolute;
  right: 22px;
  bottom: 210px;
  width: 306px;
  height: 80px;
}

.home_module_small_inner {
  background: url(../assets/bg_brown_dark.png) repeat 0 0 transparent;
  width: 100%;
  text-align: center;
}

.home_module_small h1 {padding: 20px;}

.home_module_small a {
  text-align: center;
  font-size: 14px;
  margin: 0 0 18px;
  line-height: 20px;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

/* HEADER SEARCH */

.header_top_items {
  width: 1000px;
  margin: 0 auto;
  float: none;
  height: 46px;
  position: relative;
}

.header_top_items form {
  position: relative;
  float: left;
  margin: 8px 0 0 12px;
}

.header_top_items form.header_search input#keywords {
  border: none;
  border-bottom: 1px solid #c0c0c0;
  padding: 5px 60px 6px 10px;
  font-size: 15px;
  color: #c0c0c0;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  width: 130px;
}

.header_top_items form.header_search input#keywords:focus {color: #3c3c3c;}

.search_toggle {
  width: 60px;
  height: 28px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  line-height: 29px;
  text-align: center;
  background: #f0f2f5;
}

.search_toggle:hover {
  opacity: .7;
}

.error_search {
  position: absolute;
  bottom: -17px;
  left: 0;
  background: #f0f2f5;
  width: calc(100% - 12px);
  z-index: 90;
  padding: 2px 6px;
  color: #143056;
}

/* SEARCH RESULTS */

form#searchform {}

form#searchform table {
  border: none;
  width: 100%;
  box-shadow: none;
}

form#searchform table td {
  padding: 0;
  border: none;
}

form#searchform table fieldset {
  margin-right: 10px;
  float: left;
}

form#searchform table fieldset select {
  margin-top: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

form#searchform #search_again {position: relative;}

form#searchform #search_again input[type="submit"] {
  background: url(../assets/icon_search.png) no-repeat left 8px transparent;
  border: none;
  width: 40px;
  height: 34px;
  text-indent: -99999px;
  cursor: pointer;
  font-size: 0px;
}

form#searchform .search_again_fields {margin-top: 13px; float: left;}
form#searchform .searchSubmit {height: 34px; float: left;}

.search_for_wrap {
  position: relative;
  border: 1px solid #6F83A0;
  padding: 10px 20px 15px 20px;
}

.search_for_wrap table {margin-bottom: 0;}

.search_for_txt {
  font-weight: 700;
  position: absolute;
  top: -8px;
  left: 10px;
  background: #fff;
  padding: 0 10px;
}

body.s1-search .container ul {list-style-type: decimal;}
body.s1-search .container h1 {font-size: 14px; text-transform: none;}
body.s1-search .container h2 {margin-top: 35px;}

#display_search_keyword {display: none;}
table#search_keyword_table {margin-top: 0;}

/* HEADER TOP MENU */

.header_top_menu {
  position: relative;
  float: right;
}

.header_top_menu ul.menu {
  text-align: left;
  float: right;
  padding: 0;
  width: auto;
}

.header_top_menu ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.header_top_menu ul li a {
  color: #1b2e56;
  font-size: 11px;
  padding: 17px 18px 18px;
  text-transform: uppercase;
  display: block;
}


.header_top_menu ul li a:hover {
  background-color: #ddd;}

.header_top_menu ul.menu li a:link, .header_top_menu ul.menu li a:visited {
  color: #0a1d3b;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  padding: 17px 18px;
  display: inline-block;
  max-height: 19px;
}

.custom_social_icons {
  float: left;
  margin-top: 7px;
  margin-left: 25px;
}

.custom_social_icons a {
  background: url(../assets/1sprite.png) no-repeat 0 0 transparent;
  display: inline-block;
  text-indent: -99999px;
  font-size: 0px;
  width: 30px;
  margin: 0 5px;
  float: left;
  height: 30px;
}

.custom_social_icons a.icon_youtube {background-position: -192px -8px;}
.custom_social_icons a.icon_twitter {background-position: -144px -8px;}
.custom_social_icons a.icon_pinterest {background-position: -50px -8px;}
.custom_social_icons a.icon_facebook {background-position: -97px -8px;}

.custom_social_icons a.icon_youtube:hover {background-position: -192px -45px;}
.custom_social_icons a.icon_twitter:hover {background-position: -144px -45px;}
.custom_social_icons a.icon_pinterest:hover {background-position: -50px -45px;}
.custom_social_icons a.icon_facebook:hover {background-position: -97px -45px;}

/* MAIN MENU */

.main_menu {
  width: 100%;
  background: #fff;
  height: 79px;
  border-top: 1px solid #e6e6e6;
}

.main_menu_wrapper {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.main_menu_shadow {
  background: url(../assets/menu_shadow.png) repeat-x 0 bottom transparent;
  height: 3px;
  width: 100%;
  float: left;
  position: absolute;
  z-index: 9;
  bottom: -3px;
}

ul.mainmenu_outer_ul {
  display: inline-block;
  text-align: left;
}

ul.mainmenu_outer_ul > ul {
  position: static;
  float: left;
}

ul.mainmenu_outer_ul > ul > li {
  float: left;
  padding: 0;
  background: transparent;
  border-right: 1px solid #e5e5e5;
  height: 79px;
}

ul.mainmenu_outer_ul > ul > li > a {
  padding: 30px 22px 0;
  height: 47px;
  width: inherit;
  font-size: 15px;
  color: #1b2e56;
  display: inline-block;
  border: 2px solid #fff;
  text-transform: uppercase;
  border-bottom: none;
}

/* == landing ul */

ul.mainmenu_outer_ul > ul > li > ul {
  display: block;
  visibility: hidden;
  opacity: 0;}

ul.mainmenu_outer_ul > ul > li > ul {
  z-index: 90000;
  background: #e9e9e9;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 79px;
  padding: 24px;
  width: 1012px;

  -webkit-transition: opacity .2s ease-out;  
  -moz-transition: opacity .2s ease-out;  
  -o-transition: opacity .2s ease-out;  
  transition: opacity .2s ease-out;
}

ul.mainmenu_outer_ul > ul > li > ul._main_m_1 > li {width: 100%;}
ul.mainmenu_outer_ul > ul > li > ul._main_m_2 > li {width: 50%;}
ul.mainmenu_outer_ul > ul > li > ul._main_m_3 > li {width: 33.333%;}
ul.mainmenu_outer_ul > ul > li > ul._main_m_4 > li {width: 25%;}
ul.mainmenu_outer_ul > ul > li > ul._main_m_5 > li {width: 20%;}

/* == landing ul sub elements */

ul.mainmenu_outer_ul > ul > li > ul > li {
  float: left;
  padding: 0;
  margin-bottom: 25px;
}

ul.mainmenu_outer_ul > ul > li > ul > li.soloLink {
  margin-bottom: 0;
}

ul.mainmenu_outer_ul > ul > li > ul > li > a {
  font-size: 15px;
  color: #193054;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 22px;
}

ul.mainmenu_outer_ul > ul > li > ul > li > a:hover {
  color: #2D4B79;
}

ul.mainmenu_outer_ul > ul > li > ul > li > ul {}

ul.mainmenu_outer_ul > ul > li > ul > li > ul > li {}

ul.mainmenu_outer_ul > ul > li > ul > li > ul > li > a {
  border-bottom: 1px solid #e9e9e9;
  font-size: 13px;
  color: #4d4d4e;
  text-transform: none;
  font-weight: normal;
  padding-bottom: 2px;
  display: inline-block;
  padding: 6px 0 4px;
  background: transparent !important;
}

ul.mainmenu_outer_ul > ul > li > ul > li > ul > li > a:hover {
  border-color: #8c8c8c;}

/* == landing ul active */

ul.mainmenu_outer_ul > ul > li.hoverOn a {
  background-color: #e9e9e9;}

ul.mainmenu_outer_ul > ul > li.hoverOn > ul {
  visibility: visible;
  opacity: 1;
}

/* == special: clear money == */

ul.mainmenu_outer_ul > ul > li:nth-child(3) {
  text-align: center;}

ul.mainmenu_outer_ul > ul > li:nth-child(3) > ul._main_m_5 > li {width: 17%;}
ul.mainmenu_outer_ul > ul > li:nth-child(3) > ul._main_m_5 > li:last-child {width: 15%;}

/* CONTAINERS */

.container_outer {
  background: url(../assets/detail_bg.png) repeat-y center top transparent;
  width: 100%;
  float: left;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.container_left {
  float: left;
  width: 260px;
}

.container_right {
  width: 700px;
  float: right;
  padding: 25px 0 35px 40px;
}

.container_right_fullCalendar {
  width: 700px;
  float: right;
  padding: 25px 0 35px 40px;
}

/* CONTAINER LANDING */

.container_landing_wrapper {
  height: 366px;
  position: relative;
  background: #657998;
}

.container_landing {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  position: relative;
}

.container_landing_inner {}

.container_landing_widget {
  float: left;
  width: 100%;
  overflow: auto;
  background: #ebebeb;
}

.container_landing_widget .widget_wrapper {
  max-width: 1000px;
  width: 100%;
  overflow: auto;
  margin: 10px auto 0;
  padding: 10px 0;
}

.banner_logo {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* BLOG */

.blog .total_read {
  display: block;
  text-align: left;
  padding: 4px;
  margin: 16px 0 4px 0;
  border-top: 1px solid #ddd;
  color: #999;
}

.blog .written {
  margin-bottom: 20px;
}

.blog_entry_wrapper {
  display: inline-block;
  width: 100%;
  padding: 0 0 30px 0;
  border-bottom: 1px dotted #ccc;
}

.blog_entry_wrapper p {
  line-height: 170%;
}

.blog_entry_wrapper:last-child {
  border-bottom: none;
}

.blog_description {
  background: #D7DDE6;
  padding: 10px 20px;
}

.featured_img_detail {
  margin-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
}

.featured_img_detail img {
  margin: 8px auto;
  padding: 8px;
  width: 90%;
  border: 1px solid #ccc;
  display: block;
}

.featured_img_detail span {
  width: 50%;
  color: #666;
}

.featured_img_detail span.fi_left {
  font-size: 11px;
  float: left;
}

.featured_img_detail span.fi_right {
  float: right;
  text-align: right;
  font-size: 12px;
  font-style: italic;
}

.featured_img_div {
  float: left;
  width: 336px;
  margin: 0 10px 0 0;
}

.featured_img_div img {
  border: 0px solid #ccc;
  padding: 8px;
  margin: 0 8px 8px 0;
}

.featured_excerpt_div {
}

.blog_readmore {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.blog_readmore a {
  background: #6F83A0;
  color: #fff;
  padding: 0 5px;
  height: 22px;
  display: block;
  text-transform: uppercase;
  float: left;
  line-height: 22px;
  text-decoration: none;
  font-size: 11px;
}

.blog_readmore a:hover {
  background: #EBEBEB;
  color: #6F83A0;
}

.blog_pagination ul {
  margin-top: 20px;
  padding: 0;
  text-align: center;
}

.blog_pagination ul li {
  list-style: none;
  display: inline-block;
}

.blog_pagination ul li a {
  font-size: 12px;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  margin: 0 2px;
  background: #EBEBEB;
  padding: 0 10px;
}

.blog_pagination ul li a:hover {
  background-color: #B3C2D8;
  color: #fff;
}

.blog_pagination ul li a.active {
  background-color: #6F83A0;
  color: #fff;
}

.blog_pagination ul li.pager_numbers a {

}

.blog_pagination p {
  text-align: center;
}

/* WIDGETS */

.wblocks {
  background: url(../assets/bg_brown.png) repeat 0 0 transparent;
  padding: 25px;
  position: relative;
  overflow: auto;
  width: 216px;
  box-shadow: 1px 1px 5px #595959;
  min-height: 120px;
  margin: 10px 0 20px 0;
}

.wblocks:nth-child(1) {background: url(../assets/bg_brown.png) repeat 0 0 transparent;}
.wblocks:nth-child(2) {background: url(../assets/bg_brown_dark.png) repeat 0 0 transparent;}
.wblocks:nth-child(3) {background: url(../assets/bg_brown_light.png) repeat 0 0 transparent;}
.wblocks:nth-child(4) {background: url(../assets/bg_brown_darker.png) repeat 0 0 transparent;}
.wblocks:nth-child(5) {background: url(../assets/bg_brown.png) repeat 0 0 transparent;}
.wblocks:nth-child(6) {background: url(../assets/bg_brown_dark.png) repeat 0 0 transparent;}
.wblocks:nth-child(7) {background: url(../assets/bg_brown_light.png) repeat 0 0 transparent;}
.wblocks:nth-child(8) {background: url(../assets/bg_brown_darker.png) repeat 0 0 transparent;}

.wblocks p {
  margin: 0 0 8px 0;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 110%;
}

.wblocks small {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
  text-align: center;
  left: 0;
  width: 100%;
}

.wblocks a {
  color: #fff;
}

.widget_wrapper h1 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: -.1px;
  font-weight: 700;
  text-transform: uppercase;
}

/* a.widget_link {
  font-size: 16px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  float: left;
  color: #402c12;
  padding: 8px 0;
  line-height: normal;
  text-transform: uppercase;
}

a.widget_link:hover {background-color: #cdcdcd;} */

.container_landing_widget .wblocks {
  text-align: center;
  margin: 0;
  display: block;
  width: 185px;
  margin: 0 10px;
  float: left;
}

.container_landing_widget .wblocks:nth-child(1) {margin-left: 0;}
.container_landing_widget .wblocks:nth-child(4) {margin-right: 0;}

/* ANNOUNCEMENT */

#announcement_wrapper {
  background: #ebebeb;
  width: 100%;
}

#announcement {
  font-weight: 700;
  color: #9e0000;
  width: 1000px;
  position: relative;
  background-repeat: repeat;
  padding: 12px;
  margin: 0 auto;
  text-align: left;
}

#close_announcement {
  position: absolute;
  right: -7px;
  top: -5px;
  background: url(../assets/alert_close.png) no-repeat 10px 10px transparent;
  width: 20px;
  display: block;
  padding: 10px;
  height: 20px;
  cursor: pointer;
}

#close_announcement:hover {
  background-position: 10px -70px;
}

#announcement .msg {
  background: url(../assets/icon_alert.png) no-repeat 13px 6px transparent;
  padding: 10px 48px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #9e0000;
}

/* SIDE MENUS */

.selected > a {
  font-weight: 900;
}

.side_menu_wrapper {
  margin-top: 15px;
}

.side_menu_wrapper > ul {
  margin: 0 0 10px 0px;
  padding: 0px 0px 20px 0px;
}

.side_menu_wrapper > ul > li {
  margin: 4px 0;
  padding-left: 14px;
  list-style: none;
}

.side_menu_wrapper > ul > li.hasArrow {
  background-image: url(../assets/arrow_down.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: left 9px;
}

.side_menu_wrapper > ul > li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.side_menu_wrapper > ul > li {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.side_menu_wrapper > ul > li > ul {
  margin: 0;
}

.side_menu_wrapper > ul > li > ul.level2 {
  display: none;
}

.side_menu_wrapper > ul > li.selected.hasArrow ul.level2 {
  display: block;
}

.side_menu_wrapper > ul > li > ul > li {
  list-style: none;
}

.side_menu_wrapper > ul > li > ul > li a {
  text-transform: none;
  font-size: 14px;
}

.side_menu_wrapper a:hover {
  text-decoration: underline;
}

/* CUSTOM PAGES */

.container .contactus_accordion_wrapper {
  margin: 20px 0 0 0;
}

.container .contactus_accordion {
  border-top: 1px solid #d5d3d3;
  margin-left: -41px;
  padding-left: 41px;
}

.container .contactus_accordion:last-child {
  border-bottom: 1px solid #d5d3d3;
}

.container .contactus_accordion_label {
  background: transparent url(../assets/acco.png) no-repeat right top;
  position: relative;
  height: 32px;
  /* width: 100%; */
  line-height: 32px;
  text-decoration: none;
  display: block;
  color: #363636;
  font-weight: 900;
  overflow: hidden;
  margin: 4px 0;
  
  display: flex;
  line-height: 16px;
  width: 90%;
  padding-right: 10%;
  align-items: center;
}

.container .contactus_accordion_label.open {
  background-position: right bottom;
}

.container .contactus_accordion_content {
  overflow: hidden;
  display: none;
  padding-bottom: 10px;
}

.container .contactus_accordion_content p {
  margin: 2px 0;
}

/* events */

.event_classes_wrapper {
  border: 1px solid #E5E5E5;
  margin-bottom: 40px;
}

.event_classes_wrapper._inPages {
  margin: 25px 0;
}

.event_classes_wrapper h1, .event_classes_wrapper h2 {
  background: #F5F5F5;
  text-decoration: none;
  margin: 0;
  padding: 15px 15px;
}

.event_classes_wrapper h2 a {
  text-decoration: none;
}

.event_classes_wrapper h2 a:hover {text-decoration: underline;}

.event_classes_div {
  display: inline-block;
  padding: 5px 15px 15px;
}

.event_description {
  padding-top: 5px;
  float: left;
  width: 55%;
  display: block;
}

.event_description a.more_details {
  background: #143056;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-decoration: none;
}

.event_description a.more_details:hover {
  background: #6F83A0;
}

.event_description h1, .event_description h2 {
  background: transparent;
  padding: inherit;
}

.event_info {
  background: #F9F9F9;
  font-size: 14px;
  float: right;
  width: 40%;
  display: block;
  border: 1px solid #E5E5E5;
  margin: 10px 0 0 0;
}

.event_info ._odd {
  background: #fff;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.ei_label {
  font-weight: 700;
  width: 36%;
  float: left;
  padding: 8px 2%;
}

.event_date_start, .event_date_end, .event_location {
  width: 56%;
  float: left;
  padding: 8px 2%;
}

/* find a branch map */

input#zip_code_input {
  width: 100%;
  margin-bottom: 12px;
  height: 25px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}

input#zip_code_input::-webkit-input-placeholder {color: #fff;}
input#zip_code_input:-moz-placeholder {color: #fff;}
input#zip_code_input::-moz-placeholder {color: #fff;}
input#zip_code_input:-ms-input-placeholder {color: #fff;}

#find_a_unit_form .logos {
  float: right;
  margin-top: 3px;
}

#findabranch {
  min-height: 720px;
}

/* Board of Directors */

/* FOOTER */

.footer_routing {
  position: absolute;
  left: 0;
  bottom: 10px;
}

.footer_routing p {
  text-decoration: none;
  color: #193054;
  font-weight: normal;
  margin: 0;
}

.footer_routing p a {
  color: #193054;
  font-size: 22px;
  margin-bottom: 2px;
  display: block;
}

.footer_menu {
  background: #ebebeb;
  width: 100%;
  padding: 0 0 22px 0;
  min-width: 900px;
  float: left;
  position: relative;
}

.footer_menu .footer_container {
  position: relative;
  padding: 15px 0 15px;
  min-height: 160px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.footer_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.footer_container > ul {}

.footer_container > ul > li {
  float: left;
  margin: 2px 0;
}

.footer_container > ul > li a {
  color: #193054;
  font-size: 13px;
  font-weight: 900;
}

.footer_container > ul > li > ul {}

.footer_container > ul > li > ul > li {
  margin: 2px 0;
}

.footer_container > ul > li > ul > li a {
  color: #193054;
  font-weight: normal;
  font-size: 12px;
}

.footer_container > ul > li > ul > li a:hover {
  text-decoration: underline;}

.footer_container > ul > li > ul > li:first-child {}

.footer_container > ul > li > ul > li:first-child a {}

.footer_container._footer_m_1 > ul > li {width: 100%;}
.footer_container._footer_m_2 > ul > li {width: 50%;}
.footer_container._footer_m_3 > ul > li {width: 33.333%;}
.footer_container._footer_m_4 > ul > li {width: 25%;}
.footer_container._footer_m_5 > ul > li {width: 20%;}

.footer_bottom {
  text-align: center;
  float: left;
  width: 100%;
  background-color: #fff;
}

.footer_bottom p {
  line-height: 1.7em;
  margin: 16px 0;
}

.footer_bottom p a {
  margin: 0 15px;
  display: inline-block;
}

.footer_bottom ul {
  margin: 20px 0;
}

.footer_bottom ul li {
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
  border-right: 1px solid #393939;
}

.footer_bottom ul li:last-child {
  border-right: 0;
}

.footer_bottom ul li a {
  color: #193054;
  font-size: 12px;
}

.footer_bottom ul li.selected a {
	font-weight: normal;	
}

.footer_bottom ul li a:hover {
  text-decoration: underline;
}

.footer_bottom_copyright {
  margin: 10px 0 30px;
  display: inline-block;
}

.footer_bottom span.nmls {
  color: #383838;
  border: 1px solid #131313;
  padding: 7px 5px;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  display: inline-block;
}

/* CAROUSEL HOME */

.home.carousel {
  position: absolute;
  top: 80px;
  left: 50px;
  text-align: center;
}

.home.carousel {
  width: 380px;
}

.home.carousel .owl-item {
  font-size: 18px;
  margin: 4px 0 14px;
  color: #1b2e56;
  line-height: 22px;
}

.home.carousel .owl-item p {
  margin: 8px 0;
}

.home.carousel .owl-item h1 {
  font-size: 33px;
  line-height: 35px;
  color: #1b2e56;
  font-weight: 300;
}

/* CAROUSEL LANDING */

.landing.carousel {
  background: url(../assets/bg_blue70.png) repeat 0 0 transparent;
  width: 350px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 20px;
}

.landing.carousel .owl-controls {
  position: absolute;
  bottom: 8px;
  left: 0;
}

.landing.carousel h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 13px;
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}

.landing.carousel p {
  font-size: 16px;
  margin: 4px 0 14px;
  color: #fff;
  line-height: 20px;
}

.landing.carousel p img {
  margin: 0 auto;
}

.landing.carousel .owl-item {padding-top: 20px;}

.landing.carousel .owl-item .boxed_link {margin-bottom: 15px;}

.landing.carousel .owl-item div {
  padding: 0 10px;
}

/* CAROUSEL DOTS */

.owl-controls {
  width: 100%;
  height: 32px;
}

.owl-dots {
  width: 100%;
  text-align: center;
  height: 32px;
}

.owl-dots div {display: inline-block;}

.owl-dots span {
  background: url(../assets/bullet_land.png) no-repeat 0 -32px transparent;
  height: 32px;
  width: 32px;
  display: block;
}

.home.carousel .owl-dots span {
  background: url(../assets/bullet.png) no-repeat 0 -32px transparent;
}

.owl-dot.active span, .home.carousel .owl-dot.active span {background-position: 0 0;}
/* 
.owl-item .boxed_link {
  color: #fff;
  font-weight: 700;
  height: 34px;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 34px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px;
}

.owl-item .boxed_link:hover {
  background-color: #fff;
  color: #657998;
}

.home.carousel .owl-item .boxed_link {
  color: #657998;
  height: 34px;
  margin: 10px 0 0 0;
  border: 2px solid #657998;
  display: inline-block;
  line-height: 34px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px;
}

.home.carousel .owl-item .boxed_link:hover {
  background-color: #657998;
  color: #fff;
} */

/* 
 *  Owl Carousel - Animate Plugin
 */
.carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.carousel .owl-animated-in {
  z-index: 0;
}
.carousel .owl-animated-out {
  z-index: 1;
}
.carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-controls .owl-nav .owl-prev,
.carousel .owl-controls .owl-nav .owl-next,
.carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel.owl-loaded {
  display: block;
}
.carousel.owl-loading {
  opacity: 0;
  display: block;
}
.carousel.owl-hidden {
  opacity: 0;
}
.carousel .owl-refresh .owl-item {
  display: none;
}
.carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.carousel.owl-rtl {
  direction: rtl;
}
.carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.carousel .owl-video-playing .owl-video-tn,
.carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* ALERT BOX */
/*! jQuery UI - v1.11.4 - 2015-10-28
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, button.css, dialog.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

#dialog-confirm {display: none;}

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  display: none;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  display: none;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  margin: 0;
  background: url(../assets/modal_close.png) no-repeat 0 0 transparent;
  padding: 0;
  border: none;
  height: 20px;
  z-index: 9000;
  -webkit-transition: opacity .2s ease-out;  
  -moz-transition: opacity .2s ease-out;  
  -o-transition: opacity .2s ease-out;  
  transition: opacity .2s ease-out;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: .8;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  display: inline-block;
  margin: 3%;
  background: none;
  overflow: hidden;
  width: 93% !important;
  height: auto !important;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  border-style: dashed;
  border-color: #BCC4D0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
  background: #657998;
  border: none;
  color: #fff;
  -webkit-transition: background-color .2s ease-out;  
  -moz-transition: background-color .2s ease-out;  
  -o-transition: background-color .2s ease-out;  
  transition: background-color .2s ease-out;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #272E39;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-widget-content {
  border: 6px solid #000;
  color: #193054;
}
.ui-widget-content a {
  color: #193054;
}
.ui-widget-header {
  color: #193054;
  font-weight: bold;
}
.ui-widget-header a {
  color: #193054;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {

}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {

}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {

}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {

}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {

}

.ui-widget-overlay {
  background: #161A20;
  opacity: .8;
  filter: Alpha(Opacity=80); /* support: IE8 */
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #9AA8BD;
  opacity: .8;
  filter: Alpha(Opacity=80); /* support: IE8 */
  border-radius: 8px;
}

.ui-dialog.ui-widget {
  line-height: 140%;
  width: auto !important;
  max-width: 400px;
  background: #fff;
  height: 200px;
}

label[for=forgotPasswordCheckBox]:hover, label[for=firstTimeUserCheckBox]:hover {
  text-decoration: underline;
}

.mediaList li h1 p {
  margin: 0;
}

.mediaList li {
  margin: 5px 0;
}

/* ul.mainmenu_outer_ul > ul > li > ul > li.selected > a */
ul.mainmenu_outer_ul > ul > li > ul > li > ul > li.selected > a {
  font-weight: bold;
  color: #4d4d4e;
}

#heloc_calc h2#heloc_calc {
  margin-top: 10px;
  display: inline-block;
}

#heloc_calc .submit input {
  background: #6F83A0;
  color: #fff;
  border: none;
  padding: 8px 14px;
  -webkit-transition: background-color .2s ease-out;  
  -moz-transition: background-color .2s ease-out;  
  -o-transition: background-color .2s ease-out;  
  transition: background-color .2s ease-out;
}

#heloc_calc .submit input:hover {
  cursor: pointer;
  background-color: #143056;
}

/* register class */

#ajax_form_registrants input#freeform_member_cfcu {
  display: none;
}

#ajax_form_registrants .input_row {
  margin: 20px 0 0 0;
  width: 100%;
  float: left;
}

#ajax_form_registrants label {
  font-weight: 700;
  width: 30%;
  display: block;
  float: left;
  height: 30px;
  font-size: 14px;
  clear: both;
  line-height: 30px;
}

#ajax_form_registrants label span {
  font-family: monospace;
  color: red;
  margin-left: 2px;
}

#ajax_form_registrants input {
  display: block;
  width: 40%;
  border: 1px solid #555555;
  float: left;
  font-size: 14px;
  padding: 6px 6px;
  height: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

#ajax_form_registrants input[name="registrants"] {
  width: 10%;
}

#process_buttons button {
  background: #6F83A0;
  cursor: pointer;
  color: #fff;
  border: none;
  padding: 8px 14px;
  margin: 0 10px 0 0;
  font-size: 16px;
  float: right;
  font-family: Arial;
  line-height: 100%;
  -webkit-transition: background-color .2s ease-out;  
  -moz-transition: background-color .2s ease-out;  
  -o-transition: background-color .2s ease-out;  
  transition: background-color .2s ease-out;
}

#process_buttons button:disabled,
#process_buttons button:disabled:hover {
  background: #efefef;
  color: #969696;
  cursor: not-allowed;
}

#process_buttons a {
  padding: 8px 14px;
  background: #6F83A0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  float: right;
  font-family: Arial;
  line-height: 100%;
  display: inline-block;
  -webkit-transition: background-color .2s ease-out;  
  -moz-transition: background-color .2s ease-out;  
  -o-transition: background-color .2s ease-out;  
  transition: background-color .2s ease-out;
}

#process_buttons button:hover,
#process_buttons a:hover {
  background-color: #143056;
}

.general_errors {
  line-height: 140%;
  color: red;
}

#ajax_form_registrants input.error {
  border-color: red;
}

.general_errors span {
  font-weight: 700;
  float: left;
}

.general_errors p {
  font-weight: 700;
  margin: 0 6px 0 0;
  line-height: 100%;
}

#captcha {
  float: left;
  margin-left: 30%;
}

#captcha span {
  width: 100%;
  float: left;
  display: block;
}

#captcha img {
  border: 0;
  float: left;
  display: inline-block;
  margin: 10px 0;
}

#captcha input {
  width: 140px;
  float: left;
  display: block;
  clear: both;
}

.g-recaptcha {
  display: inline-block;
  text-align: center;
  margin-left: 30%;
  margin-bottom: 15px;
}

.register_links a {
  background: #F5F5F5;
  padding: 8px 16px;
  display: block;
  float: left;
  margin: 10px 10px 0 0;
  text-decoration: none;
  color: #4E7CBE;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  -webkit-transition: background-color .2s ease-out;  
  -moz-transition: background-color .2s ease-out;  
  -o-transition: background-color .2s ease-out;  
  transition: background-color .2s ease-out;
}

.register_links a:hover {
  background-color: #F9F9F9;
}

.registrant_bried {
  font-size: 14px;
  float: left;
  width: 100%;
}

.registrant_bried .rb_left {
  width: 35%;
  padding-right: 5%;
  float: left;
  font-weight: 700;
  margin: 10px 0;
}

.registrant_bried .rb_right {
  float: left;
  width: 60%;
  margin: 10px 0;
}

.registrant_bried p {}

.thanks_msg {
  float: left;
  margin-top: 30px;
  width: 100%;
  line-height: 120%;
}

.submit_success {
  float: left;
  width: 100%;
}

.submit_success h3 {
  margin-bottom: 10px;
}

/* .squaredOne */
#ajax_form_registrants .member_cfcu_value {
  width: 28px;
  height: 28px;
  position: relative;
  float: left;
  background: #fcfff4;
}

#ajax_form_registrants .member_cfcu_value label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #555;
  cursor: pointer;
}

#ajax_form_registrants .member_cfcu_value label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
  background-color: #6f83a0;
}

#ajax_form_registrants .member_cfcu_value label:after:hover::after {
  opacity: 0.3;
}

#ajax_form_registrants input#member_cfcu_value[type=checkbox] {
  visibility: hidden;
}
#ajax_form_registrants input#member_cfcu_value[type=checkbox]:checked + label:after {
  opacity: 1;
}   

/* end .squaredOne */

/* new */

#calcubot-widget-iframe.sticky {
  position: fixed !important;
  top: 130px !important;
  right: 0 !important;
  width: 400px !important;
  z-index: 9000000;
}

#calcubot-widget-iframe.sticky.small {
  width: 300px !important;
}

#calcubot-widget-iframe::-webkit-scrollbar { 
  display: none !important;
}

/* Podcasts */

.podcast_files {
  background: #fbfbfb;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;

  -webkit-transition: background-color .5s ease-out;  
  -moz-transition: background-color .5s ease-out;  
  -o-transition: background-color .5s ease-out;  
  transition: background-color .5s ease-out;
}

.podcast_files.active {
  background-color: #ebebeb;
}

.podcast_files_inner {
  padding: 10px 20px;
}

.podcast_title h3 {
  text-transform: uppercase;
}

.podcast_player {
  margin: 10px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.podcast_player audio {
  width: 100%;
  max-width: 100%;
}

html .s2-podcasts ul li a.icon_pdf{
	background-size: 13px;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 16px;
	margin-left: 10px;
	display: inline-block;
	color: #654410;
	text-decoration: underline;
}
/* html .s2-podcasts ul li ul {
    display: inline-block;
    margin: 0;
	list-style: none;
    padding: 0;
} */

/*





  RESPONSIVE






*/

a#logo_mobile {
  display: none;
  float: left;
  padding: 0;
  width: 261px;
  height: 75px;
  background: url(../assets/home_logo.png) no-repeat 0 0px transparent;
  background-size: 100%;
  background-position: center;
}

.mobile_home_landing_bg {
  display: block;
  height: 100%;
  background-position: top center;
  background-size: cover;
}

img.mobile_home_landing_bg_small {
  display: none;
}

.hide-desktop {
  display: none !important;
}

body.home #mobile_login_btn, #mobile_login_btn {
  display: none;
}

.mobile_landing_bg {
  display: block;
  height: 366px;
  background-position: top center;
  background-size: cover;
}

img.mobile_landing_bg_small {
  display: none;
}

#mobile_main_menu_toggler {
  display: none;
}

#home_login_module_mobileCLOSE {
  display: none;
}

.footer_routing_mobile {
  display: none;
}

ul.mainmenu_outer_ul > ul > li > a span {
  display: none;
}

.mobile_widget_top {
  display: none;
}

.side_menu_mobile_header {
  display: none;
}

/*
  1080
*/

.experianModule button,
.experianModule a {
  color: #1b2e56;
  border: none;
  width: 100%;
  height: 32px;
  display: block;
  line-height: 32px;
  font-size: 15px;
  text-transform: uppercase;
  background: #fff;
  cursor: pointer;
}

.experianModule button:hover,
.experianModule a:hover {
  background: #617A99;
  color: #fff;
}

.sitemap_readable > ul > li.first {
  margin-top: 0;
}

.sitemap_readable > ul > li.last {
  margin-bottom: 0;
}

.sitemap_readable > ul > li {
  margin: 32px 0;
}

.sitemap_readable > ul > li > a {
  font-size: 22px;
}

.sitemap_readable > ul > li > ul > li > a {
  font-size: 18px;
}

@media (max-width: 1080px) {

body.s1-find-a-branch-or-atm .container_right {
  width: 96%;
  padding: 25px 0 35px;
  margin: 0 auto;
  display: block;
  float: none;
}

body.s1-find-a-branch-or-atm .container_outer {
  background: #fff;
}

ul.mainmenu_outer_ul > ul > li > ul {
  padding: 24px 2%;
  width: 96%;
}

img.home_landing_bg {
  width: 100%;
}

.home_wrapper, .home_container {
  width: 100%;
}

#announcement {
  width: 90%;
  padding: 12px 5%;
}
#close_announcement {
  right: 5%;
}

.home_module_box {
  width: 27%;
  padding: 2%;
}

.home_module_box .dccu-select {width: 100%;}
.home_module_box select {
  width: 120%;
}

.main_menu_wrapper {
  width: 100%;
}

.header_top_items {
  width: 100%;
}

.footer_container._footer_m_5 > ul > li {
  width: 16%;
  margin: 2px 2%;
}

.container_landing {
  float: left;
  width: 100%;
}

.container_landing_inner {
  overflow: hidden;
}

.container_landing_widget .widget_wrapper {
  text-align: center;
}

.container_landing_widget .wblocks {
  text-align: center;
  display: inline-block;
  width: 20%;
  margin: 0 1%;
  float: none;
  padding: 1.5%;
}

.container_right {
  padding: 25px 0 35px 20px;
}

.container_left {
  width: 250px;
}

ul.mainmenu_outer_ul > ul > li a.overview {
  line-height: 46px;
  height: 46px;
  margin-left: 8%;
  display: inline-block;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  color: #193054;
}

ul.mainmenu_outer_ul > ul > li a.overview:hover {
  color: #2D4B79;
}

ul.mainmenu_outer_ul > ul > li > ul > li > ul a.overview {
  margin-left: 8%;
  padding: 8px 0 6px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 13px;
  color: #4d4d4e;
  text-transform: none;
  font-weight: normal;
  display: inline-block;
  height: auto;
  line-height: 100%;
}

ul.mainmenu_outer_ul > ul > li > ul > li > ul a.overview:hover {
  border-color: #8c8c8c;
}

}

/*
  992
*/

@media (max-width: 992px) {

.home_login_module_mobileBG {
  display: none;
}

.container_right_fullCalendar {
  width: 90%;
  padding: 25px 5% 35px;
  float: left;
}

.mobile_widget_top {
  display: block;
  float: left;
  height: 50px;
  width: 100%;
}

.mobile_widget_top div {
  float: left;
  height: 50px;
  width: 50%;
}

.mobile_widget_top div img {
  margin-top: -4px;
}

.mobile_widget_top div.left {
  background-color: #2b4467;
}

.mobile_widget_top div.left:hover {
  background-color: #1E3758;
}

.mobile_widget_top div.right {
  background-color: #aa803f;
}

.mobile_widget_top div.right:hover {
  background-color: #926A2D;
}

.mobile_widget_top div a {
  float: left;
  width: 100%;
  display: block;
  height: 50px;
  text-align: center;
}

.mobile_widget_top div p {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.side_menu_wrapper > ul > li.hasArrow {
  background-image: url(../assets/arrow_down_black.png);
}

.home_module_box select {
  width: 110%;
}

body.home .footer_routing_mobile {
  padding: 0 0 20px 0;
}

.footer_routing_mobile {
  display: block;
  position: static;
  background: #EBEBEB;
  padding: 20px 0 0 0;
}

.footer_routing_mobile p {
  text-decoration: none;
  color: #193054;
  font-weight: normal;
  margin: 0;
}

.footer_routing_mobile p a {
  color: #193054;
  font-size: 22px;
  margin-bottom: 2px;
  display: block;
}

.side_menu_wrapper > ul {
  display: none;
}

.side_menu_wrapper:nth-child(2) {
  display: none;
}

.side_menu_wrapper > ul > li a {
  color: #4d4d4e;
}

.home_login_module_mobileBG {
  position: fixed;
  top: 0;
  left: 0;
  background: url(../assets/mod_bg.png) repeat 0 0 transparent;
  width: 100%;
  height: 100%;
  z-index: 900000;
}

.home_login_module {
  padding: 35px 40px 40px 40px;
  right: inherit;
  left: 50%;
  margin-left: -174px;
  top: 20%;
}

.home_login_module h1 {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
}

#home_login_module_mobileCLOSE {
  background: url(../assets/modal_close_mobile.png) no-repeat right 0px transparent;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.side_menu_mobile_header {
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  width: 82%;
  padding: 7px 6% 7px 2%;
  font-size: 14px;
  height: auto;
  margin: 0 5%;
  color: #686868;
  background: url(../assets/arrow_grey_down.png) no-repeat right center #f1f1f1;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.side_menu_wrapper > ul {
  width: 82%;
  padding: 7px 6% 7px 2%;
  font-size: 14px;
  height: auto;
  margin: 0 5%;
  color: #686868;
  background: #f1f1f1;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.container_left {
  float: left;
  width: 94%;
  padding: 10px 3% 10px;
}

.container_outer {
  background: #fff;
}

.container_left .wblocks {
  width: 42%;
  margin: 10px 2% 20px;
  padding: 2%;
  float: left;
  display: none;
}

.container_right {
  overflow: auto;
  width: 94%;
  float: right;
  padding: 25px 3% 35px;
}

.header_top_menu ul {
  float: left;
  display: block;
}

body.home #mobile_login_btn {
  display: block;
  width: 81px;
  height: 25px;
  float: right;
  position: static;
  cursor: pointer;
  background: #617a99;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 9px;
  margin: 21px 20px 0 15px;
}

.hide-mobile {
  display: none !important;
}

.hide-desktop {
  display: block !important;
}

.home_module_small_inner {
  background: transparent;
}

.home_module_small {
  position: absolute;
  right: 9px;
  bottom: 32px;
  background: url(../assets/bg_brown_dark.png) repeat 0 0 transparent;
  height: auto;
  margin: 0 9px 18px;
  width: 26%;
  padding: 0 2%;
}

.home_login_module {
  display: none;
}

.footer_menu {
  display: none;
}

body, html {
  background-color: #EBEBEB;
}

a#logo,
.header_top_items .header_search,
.header_top_items .custom_social_icons {
  display: none;
}

a#logo_mobile {
  display: block;
  width: 210px;
  position: relative;
  z-index: 90;
}

.header_inner_wrapper, .header_top_items {
  height: 75px;
}

.main_menu {
  height: 48px;
}

ul.mainmenu_outer_ul > ul > li > ul {
  width: 90%;
  padding: 0 5%;
  text-align: left;
  top: 48px;
}

ul.mainmenu_outer_ul > ul > li > ul._main_m_5 > li {
  width: 100%;
  margin: 0;
}

ul.mainmenu_outer_ul > ul > li {
  height: 48px;
}

ul.mainmenu_outer_ul > ul > li#more {
  border-right: none;
}

ul.mainmenu_outer_ul > ul > li > a {
  padding: 0px 15px 0;
  height: 46px;
  line-height: 46px;
}

ul.mainmenu_outer_ul > ul > li:nth-child(3) > ul._main_m_5 > li:last-child, ul.mainmenu_outer_ul > ul > li:nth-child(3) > ul._main_m_5 > li {
  width: 90%;
}

ul.mainmenu_outer_ul > ul > li > ul > li > ul {
  display: none;
}

ul.mainmenu_outer_ul > ul > li#more > a {
  background: url(../assets/arrow_blue_up.png) no-repeat right center transparent;
  padding-right: 30px;
  font-weight: normal;
}

ul.mainmenu_outer_ul > ul > li#more.hoverOn > a {
  background: url(../assets/arrow_blue_up.png) no-repeat right center transparent;
}

.header_top_menu ul li a {
  font-size: 13px;
  padding: 0 8px;
  display: table-cell;
  height: 75px;
  vertical-align: middle;
  background: url(../assets/line.png) no-repeat right center transparent;
}

.header_top_menu ul li:last-child a {
  background-image: none;
}

.home_wrapper, .home_container {
  width: 100%;
  /* background: url('http://dccu_ee.localhost/images/home/518337665_small.jpg') no-repeat top center transparent; */
  height: 420px;
  margin-bottom: 130px;
}

.home_module {
  bottom: -130px;
}

.footer_bottom ul li:last-child {
  width: 100%;
  margin-top: 10px;
  padding: 0;
}

body.home .footer_bottom ul {
  padding-top: 0;
}

.footer_bottom ul {
  padding: 20px 0 20px;
  background: #EBEBEB;
  margin: 0;
}

a.widget_link {
  font-size: 12px;
}

ul.mainmenu_outer_ul > ul > li > ul > li > a span {
  background: url(../assets/navi.png) no-repeat -8px -60px transparent;
  height: 46px;
  line-height: 46px;
  padding-left: 40px;
  display: block;
  position: absolute;
  left: -46px;
  top: 0px;
}

ul.mainmenu_outer_ul > ul > li > ul > li > a {
  line-height: 46px;
  height: 46px;
  margin-left: 8%;
  display: inline-block;
  position: relative;
}

ul.mainmenu_outer_ul > ul > li > ul > li > ul > li > a {
  margin-left: 8%;
  padding: 8px 0 6px;
}

/* mobile helper */

#more form {
  position: relative;
  margin: 8px 0;
  width: 50%;
  float: left;
}

#more form.header_search input#keywords {
  background: url(../assets/icon_search.png) no-repeat left top transparent;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  padding: 5px 0 6px 30px;
  font-size: 15px;
  color: #c0c0c0;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  width: 80%;
}

#more form.header_search input#keywords:focus {
  color: #3c3c3c;}

}

#more .custom_social_icons {
  float: left;
  width: 50%;
  margin: 8px 0;
  text-align: center;
}

#more .custom_social_icons a {
  float: none;
}

ul.mainmenu_outer_ul > ul > li#more > ul > li {
  width: 100%;
}

ul.mainmenu_outer_ul > ul > li#more > ul > li a {
  margin: 0;
}


ul.mainmenu_outer_ul > ul > li > ul > li > a.open span,
ul.mainmenu_outer_ul > ul > li > a.open span {
  background-position: -8px -4px;
}

/*
  868
*/

@media (max-width: 868px) {

ul.mainmenu_outer_ul > ul > li > a {

}

.header_top_menu ul li a {
  font-size: 10px;
}

.home_module_box {width: 26%;}
.home_module h1 {
  font-size: 14px;
}

}

/*
  767
*/

.hide-desktop-view {
  display: none !important;
}

@media (max-width: 767px) {

.hide-desktop-view {
  display: block !important;
}

.hide-mobile-view {
  display: none !important;
}

.header_top_menu ul li.hide-desktop a {
  background-image: none;
}

.landing.carousel p {
  overflow: hidden;
  font-size: 14px;
}

#announcement_wrapper {
  float: left;
}

ul.mainmenu_outer_ul > ul > li a.overview {
  padding-left: 30px;
  margin-left: 5%;
  line-height: 36px;
  height: inherit;
}

ul.mainmenu_outer_ul > ul > li > ul > li > ul a.overview {
  margin-left: 0;
  padding: 6px 10%;
  font-size: 15px;
  border: none;
  display: block;
}

ul.mainmenu_outer_ul > ul > li#more > a {
  background: url(../assets/arrow_blue_up.png) no-repeat right center #e9e9e9;
  padding: 0 2%;
}

ul.mainmenu_outer_ul > ul > li#more > a.open {
  background: url(../assets/arrow_blue_down.png) no-repeat right center #e9e9e9;
}

ul.mainmenu_outer_ul > ul > li#more > ul > li {
  padding-bottom: 15px;
}

ul.mainmenu_outer_ul > ul > li > ul > li > a {
  position: static;
  margin-left: 0;
  height: inherit;
  line-height: 22px;
}

ul.mainmenu_outer_ul > ul > li > ul > li > a span {
  display: none;
  position: static;
}

.mobile_widget_top div img {
  display: none;
}

.mobile_widget_top div a {
  display: table;
  float: none;
}

.mobile_widget_top div p {
  line-height: inherit;
  display: table-cell;
  vertical-align: middle;
}

#mobile_main_menu_toggler {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  background: url(../assets/nav_toggle.png) no-repeat 0 0 transparent;
  z-index: 900000;
  cursor: pointer;
}

#mobile_main_menu_toggler.open {
  background-position: 0 -40px;
}

ul.mainmenu_outer_ul > ul > li {
  border-bottom: 1px solid #d5d3d3;
  border-right: none;
  width: 100%;
  height: auto;
}

ul.mainmenu_outer_ul > ul {
  position: static;
  width: 100%;
  background: #e9e9e9;
  display: block;
}

ul.mainmenu_outer_ul > ul > li:nth-child(3) {
  text-align: left;
}

ul.mainmenu_outer_ul > ul > li > a {
  border: none;
  width: 96%;
  padding: 0 2%;
}

ul.mainmenu_outer_ul > ul > li > a span {
  background: url(../assets/navi.png) no-repeat -8px -60px transparent;
  height: 46px;
  line-height: 46px;
  padding-left: 40px;
  display: block;
  float: left;
}

ul.mainmenu_outer_ul > ul > li > ul {
  width: 90%;
  padding: 0 5%;
  text-align: left;
  position: static;
  visibility: visible;
  opacity: 1;
  display: none;
}

ul.mainmenu_outer_ul > ul > li > ul > li > ul {
  margin-bottom: 5px;
  overflow: auto;
}

ul.mainmenu_outer_ul > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
}

ul.mainmenu_outer_ul > ul > li > ul._main_m_5 > li {
  width: 90%;
  margin: 0;
  height: auto;
  line-height: 36px;
  padding: 0 5% 0 5%;
}

ul.mainmenu_outer_ul > ul > li > ul > li > ul > li > a {
  line-height: 120%;
  font-size: 15px;
  border: none;
  display: block;
  float: left;
  width: 80%;
  padding: 6px 10%;
  margin-left: 0;
}

ul.mainmenu_outer_ul > ul > li > ul > li > a {
  padding-left: 30px;
}

ul.mainmenu_outer_ul > ul > li > ul > li > a.arrow {
  background: url(../assets/navi2.png) no-repeat -15px -73px transparent;
}

ul.mainmenu_outer_ul > ul > li > ul > li > a.arrow.open {
  background-position: -15px -17px;
}

.container_left .wblocks {
  text-align: center;
  width: 96%;
  margin: 20px 0% 0;
  padding: 2%;
  float: left;
}

.header_top_menu {
  float: right;
  width: 100%;
  background: #ddd;
}

.header_top_menu ul {
  width: 100%;
}

.header_top_menu ul li {
  width: 24%;
      
}

.header_top_menu ul li a {
  height: 30px;
  width: 100%;
  padding: 0;
  display: block;
  text-align: center;
  padding-top: 20px;
  background-repeat: repeat-y;
}


.header_top_menu ul li a:hover {
  background-color: #EBEBEB;
}

body.home #mobile_login_btn {
  z-index: 90;
  position: absolute;
  margin: 0;
  top: 74px;
  right: 100px;
}

a#logo {
  border: none;
}

.mobile_home_landing_bg {
  background-image: none !important;
}

img.mobile_home_landing_bg_small {
  display: block;
  float: left;
  width: 100%;
}

.home.carousel {
  width: 80%;
  padding: 10px 10%;
  background: #3c3c3c;
}

.home.carousel .owl-item h1, .home.carousel .owl-item {
  color: #fff;
}

.home.carousel .owl-item .boxed_link {
  color: #fff;
  border-color: #fff;
}

.home_wrapper, .home_container {
  background: transparent;
  margin-bottom: 0;
}

img.home_landing_bg {
  display: none;
}

a#logo_mobile {
  display: none;
}

a#logo {
  display: block;
}

ul.mainmenu_outer_ul {
  float: left;
  width: 100%;
  display: block;
}

ul.mainmenu_outer_ul > ul {
  display: none;
}

.header_inner_wrapper, .header_top_items {
  height: 50px;
}

.home_wrapper, .home_container {
  height: auto;
}

.home_module {
  position: static;
  float: left;
  width: 100%;
}

.home_module_small {
  position: static;
  float: left;
  height: auto;
  width: 100%;
  background: transparent;
  margin: 18px 0;
  padding: 0;
  display: block;
}

.home_module_small_inner {
  background: url(../assets/bg_brown_dark.png) repeat 0 0 transparent;
  width: 80%;
  margin: 0 auto;
  padding: 0 2%;
}

.home.carousel {
  position: static;
  float: left;
  margin: 0 auto;
}

.main_menu {
  height: 79px;
}

.home_module_box {
  width: 74%;
  padding: 5%;
}


.footer_menu {
  margin-top: 640px;
}

.container_landing_widget .wblocks:nth-child(1) {
  margin: 10px 5%;
}

.container_landing_widget .wblocks {
  text-align: center;
  display: block;
  width: 84%;
  margin: 10px 5%;
  float: left;
  padding: 3%;
}

.container_landing_wrapper {
  height: auto;
}

.mobile_landing_bg {
  background-image: none !important;
  height: auto;
}

img.mobile_landing_bg_small {
  display: block;
  width: 100%;
}

.landing.carousel .owl-item {
  padding-top: 0;
}

.landing.carousel {
  background: #3c3c3c;
  width: 80%;
  position: static;
  padding: 10px 10% 40px;
}

}

/*
  640
*/

@media (max-width: 640px) {
  .g-recaptcha {margin-left: 0;}
}

/*
  480
*/

@media (max-width: 480px) {

form#searchform .search_again_fields {
  width: 80%;
}

form#searchform table fieldset {
  margin-right: 0;
}

.search_again_fields input {
  width: 90%;
}

a#logo {
  background-size: 100%;
  background-position: 0 center;
  width: 200px;
}

.footer_bottom p a img {
  max-width: 460px;
  height: auto !important;
  width: 100% !important;
}

.fc-toolbar h2 {
  line-height: 16px;
  font-size: 13px;
  float: right !important;
}

.fc-toolbar .fc-center {
  text-align: right;
  width: 100%;
}

#process_buttons {
  margin-left: 0 !important;
}

}

/*
  420
*/

@media (max-width: 420px) {

.mobile_widget_top div p {
  font-size: 14px;
}

.featured_img_div {
  width: 100%;
}

.featured_img_div img {
  border: 1px solid #ccc;
  padding: 2%;
  margin: 0 auto 2% auto;
  width: 90%;
  float: none;
  display: block;
}

a#logo {
  width: 170px;
}

body.home #mobile_login_btn {
  right: 70px;
  padding-top: 11px;
  height: 23px;
  width: 61px;
  font-size: 11px;
}

#more form.header_search input#keywords {
  width: 75%;
}

.custom_social_icons a {
  margin: 0;
}

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) and (max-width: 992px) {

a#logo_mobile, a#logo {background: transparent url(../assets/home_logo@2x.png) no-repeat scroll center center / 100% auto;}

#mobile_main_menu_toggler {background: transparent url(../assets/nav_toggle@2x.png) no-repeat scroll 0 0 / 100% auto;}

ul.mainmenu_outer_ul > ul > li > a span,
ul.mainmenu_outer_ul > ul > li > ul > li > a span {background: transparent url(../assets/navi@2x.png) no-repeat scroll -8px -60px / 56px auto;}

ul.mainmenu_outer_ul > ul > li#more > a {background: transparent url(../assets/arrow_blue_up@2x.png) no-repeat scroll right center / 32px auto;}

ul.mainmenu_outer_ul > ul > li#more.hoverOn > a {background: #e9e9e9 url(../assets/arrow_blue_up@2x.png) no-repeat scroll right center / 32px auto;}

ul.mainmenu_outer_ul > ul > li#more > a.open {background: #e9e9e9 url(../assets/arrow_blue_down@2x.png) no-repeat scroll right center / 32px auto;}

.home.carousel .owl-dots span {background: transparent url(../assets/bullet@2x.png) no-repeat scroll 0 -32px / 32px auto;}

#more form.header_search input#keywords {background: transparent url(../assets/icon_search@2x.png) no-repeat scroll left top / 41px auto;}

.custom_social_icons a {background: transparent url(../assets/1sprite@2x.png) no-repeat scroll 0 0 / 300px auto;}

#home_login_module_mobileCLOSE {background: transparent url(../assets/modal_close_mobile@2x.png) no-repeat scroll right 0 / 100% auto;}

.owl-dots span {background: transparent url(../assets/bullet_land@2x.png) no-repeat scroll 0 -32px / 100% auto;}

.side_menu_mobile_header {background: #f1f1f1 url(../assets/arrow_grey_down@2x.png) no-repeat scroll right center / 30px auto;}

#close_announcement {background: transparent url(../assets/alert_close@2x.png) no-repeat scroll 10px 10px / 20px auto;}

#announcement .msg {background: transparent url(../assets/icon_alert@2x.png) no-repeat scroll 13px 6px / 21px auto;}

.home_module_box .dccu-select {background: transparent url(../assets/select-arrow@2x.png) no-repeat scroll right center / 26px auto;}

}

/* print */
@media print {
  *, *:before, *:after {background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important;}
  a, a:visited {text-decoration: underline;}
  a[href]:after {content: " (" attr(href) ")";}
  abbr[title]:after {content: " (" attr(title) ")";}
  a[href^="#"]:after,
  a[href^="javascript:"]:after {content: "";}
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
  thead {display: table-header-group;}
  tr, img {page-break-inside: avoid;}
  img {max-width: 100% !important;}
  p, h2, h3 {orphans: 3; widows: 3;}
  h2, h3 {page-break-after: avoid;}
}