/*
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, body {
  margin: 0;
  padding: 0;
}

p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.4;
  /*font-family: inherit;*/ }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  
/*--Slick Nav styles--*/  

/*
    Mobile Menu Core Style
*/

/*--Online Banking Button styles--*/  

.online-btn{
  float:right;
  font-size:15px;
  }
/*--Online Banking Button styles--*/  


.slicknav_btn {
  display: block;
  vertical-align: middle;
  padding: .5rem;
  line-height: 1.2;
  cursor: pointer;
  }
  
.slicknav_menu  .slicknav_menutxt {
  display: block;
  float: left;
  line-height: 23px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 1px;
  }
  
  
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  margin: 3px;
  background-color: #fff;
  }
  
.slicknav_nav { 
  clear: both; 
  }
  
.slicknav_nav ul, .slicknav_nav li {
  display: block; 
  }

  
.slicknav_nav .slicknav_arrow  { 
  margin: 0 0 0 0.4em; 
  font-size: .85em;
  }
  
.slicknav_nav .slicknav_item { 
  display: block; 
  cursor: pointer; 
  }
  
.slicknav_nav a { 
  display: block; 
  font-weight: bold;
  }
  
.slicknav_nav .slicknav_item a { 
  display: inline; 
  }
  
.slicknav_menu:before, .slicknav_menu:after { 
  content: " "; 
  display: table; 
  }
  
.slicknav_menu:after { clear: both }


.slicknav_menu {
  background: #fff;
  display: block;
  border-bottom: 3px solid #efefef;
}

.slicknav_nav {
  color: #1e1e1e;
  margin: 0;
  padding: 0;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration:none;
  color: #1e1e1e;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_item:hover {
  background: #1e1e1e;
  color: #fff;
  text-decoration: none;
}

.slicknav_item:hover a{
  color: #fff;
}

.slicknav_nav a:hover {
  background: #1e1e1e;
  color: #fff;
  text-decoration: none;
}
  
/*

/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #151515;
  font-size: 100%;
  line-height: 1.5em;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'Rubik', sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading {
  margin: 0.25em 0;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
}

h1 {
  padding: 0 0.5em;
  font-size: 2em;
}

h2 {
  font-size: 2.35em;
}

h3, .heading {
  font-size: 2.25em;
  color: #1E2A58;
}

h4 {
  font-size: 1.5em;
  color: #1E2A58;
}

h5, h6 {
  font-size: 1.25em;
}


.subpage .contentMain h1, 
.subpage .contentMain h2, 
.subpage .contentMain h3, 
.subpage .contentMain h4, 
.subpage .contentMain p {
  font-family: Arial, sans-serif;
}
.subpage .contentMain h1 {
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 1rem;
}
.subpage .contentMain h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-transform: none !important;
}
.subpage .contentMain h3 {
  font-size: 1.15rem;
}
.subpage .contentMain h1, 
.subpage .contentMain h2, 
.subpage .contentMain h3, 
.subpage .contentMain h4, 
.subpage .contentMain p, 
.subpage .contentMain li, 
.subpage .contentMain div {
  color: #0056A6;
}
.subpage .contentMain a, 
.subpage .contentMain a:visited {
  color: #3faf4f; /* #8bc640 */
}


b, strong {
  font-weight: bold; 
}

b a, strong a {
    font-weight: bold; 
}

p,
ol,
ul,
dl,
address {
  font-family: 'Rubik', sans-serif;
  margin-bottom: 1.2em;
}
  
i, em {
  font-style: italic;
}

 small, .small {
  font-size: .875em !important; }

ul,
ol {
  padding: 0 0 0 20px;
}
  
a {
  color: #8a2529; /*red*/
  text-decoration: none;
}

a:focus {
  outline: 2px dotted #069660 !important;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover, a:active {
  text-decoration: underline;
}

a img {
  border: none;
}

.imageRight, .imageLeft {
  margin: 0 0 1em 0;
}


.button {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.15rem;
  min-height: 24px;
  padding: 0.4rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-webkit-transition: all 0.2s;
  -ms-webkit-transition: all 0.2s;
  -o-webkit-transition: all 0.2s;
  min-width: 180px;
}
.button:hover {
  color: #333;
  text-decoration: none;
}

.buttonPrimary {
  background-color: #1b7517;
  color: #fff;
}
.buttonPrimary:hover {
  color: #ccc;
}

.buttonDefault {
  background-color: #777;
  color: #fff;
}
.buttonDefault:hover {
  color: #ccc;
}


/*=== helpers ===*/

.hidden {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


/* shows the hidden skip links on keyboard focus */
.skip:focus {
  left: 0;
  width: auto;
  height: auto;
  overflow: initial;
  z-index: 1;
}


.clearfix:before, 
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}


.center {
  text-align: center;
}




/*
  ---- ---- ---- ---- MAIN STYLES ---- ---- ---- ----
*/

header {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  min-height: 125px;
}

.subpage {
  box-shadow: 0 3px 8px rgba(5, 5, 5, 0.25);
}


.headerContainer {
  position: relative;
  width: 100%;
  z-index: 10;
}


.topLeft {
  padding: 0.25rem;
  text-align: center;
}
.topLeft > a {
  display: none;
}
.topLeft > a:last-of-type {
  display: block;
  line-height: 22px;
  vertical-align: top;
}
.topLeft > a img {
  margin: 0 0.25rem;
  vertical-align: top;
}


.topRight {
  background-color: #ccc;
  display: block;
  padding: 0.5rem 0;
  text-align: center;
}


.search {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 0;
  margin-bottom: 1.75rem;
  z-index: 1;
  height: 0;  
}

.search input[type="button"] {
  height: 30px;
  width: 30px;
  margin-top: -1em;
  background: url(/templates/fortrandallfcu360webcmscom/2018/images/searchIcon.png) 1rem 0 transparent no-repeat;
  background-size: 30px 30px;
  border: 0;
  color: white;
}

.search input[type="text"] {
  transition: all 200ms ease;
  height: 28px;
  background-color: #ddd;
  border-radius: 3px;
  border: 0;
  outline: 0;
  font-size: 1.25em;
  color: #000;
  width: 175px;
  padding-left:3px;
}

.search input[type="text"]:focus,
.search input[type="text"]:active {
    color: #000;
}

#btnSearch {
  background-position: 0 0;
  position: absolute;
  right: 5px;
  top: 19px;
  background-size: 21px 21px;
  height: 21px;
  width: 21px;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  color: #0032a0;
  outline: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: right;
  line-height: 0;
  text-indent: 100px;
  overflow: hidden;
}


#btnSearch:active {
  background-color: #e6e6e6;
}

.headerLogin {
background: url(/templates/fortrandallfcu360webcmscom/2018/images/loginBg-SM.jpg) 50% 0 #001f63 no-repeat;
  color: #fff;
  min-height: 90px;
  padding: 0.5rem;
  position: relative;
  text-align: center;
}
.headerLogin:after {
background: url(/templates/fortrandallfcu360webcmscom/2018/images/loginCorner.png) 0 0 transparent no-repeat;
background-size: 30px 30px;
content: " ";
display: block;
height: 30px;
position: absolute;
bottom: 0;
left: 0;
width: 30px;
z-index: 55;
}
/* .headerLogin {
background: url(/templates/fortrandallfcu360webcmscom/2018/images/loginCorner.png) 0 100% #008d36 no-repeat;
background-size: 30px 30px;
  color: #fff;
  min-height: 90px;
  padding: 0.5rem;

  text-align: center;
} */
.headerLogin p {
  font-size: 1rem;
  margin-bottom: .5rem;
}
.headerLogin label, 
.headerLogin input[type="submit"] {
  display: block;
  margin: auto;
}
.headerLogin input[type="text"] {
  padding-left: 36px;
  min-width: 200px;
  max-width: 250px;
  height: 26px;
}
.headerLogin .formGroup {
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
}
.headerLogin .formGroup:before {
  background: url(/templates/fortrandallfcu360webcmscom/2018/images/loginHeadshot.png) 50% 50% #0056a6 no-repeat;
  background-size: 16px 16px;;
  content: " ";
  display: block;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
}
.headerLogin .formGroup:after {
  content: " ";
  border-left: 9px solid #0056a6;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: block;
  position: absolute;
  top: 5px;;
  left: 26px;
}
.headerLogin input[type="submit"] {
  background-color: #0032a0;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
}


.home nav.main {
  position: relative;
  text-align: left;
  z-index: 2;
}

.home .logo,
.subpage .logo {
  text-align: center;  
}

.logo {
  display: block;
  margin-top: 0.5em;
}

.logo h1 {
  display: none;
}

.logo img {
  position: relative;
  z-index: 1;
  max-width: 225px;
}


.menuWrapper {
  display: none;
}


.contentWrapper {
  width: 100%;
}

.contentContainer {
  margin: 0 auto;
  padding: 1em 0 1.5em;
  width: 95%;
}
.contentContainer:before,
.contentContainer:after {
  content: " ";
  display: block;
}
.contentContainer:after {
  clear: both;
}

.contentMain, 
.contentSidebar, 
.contentOneCol {
  background-color: #fff;
}


.contentOneCol {
  min-height: 450px;
  margin: 0 auto;
  padding: 0.65em 0.8em;
  width: 95%;
}


.contentMain {
  margin-bottom: 1.5em;
  padding: 0.65em 0.8em;
}


.contentSidebar {
  padding: 0.8em;
  text-align: center;
}
.contentSidebar > a:first-of-type {
  margin-bottom: 1rem;
  padding: .75rem 0;
  width: 100%;
}

.contentSidebar h3 {
  color: #0056a6;
  font-size: 1.35em;
  text-transform: uppercase;
}

.contentSidebar .btn {
  width: 100%;
}
.contentSidebar > a:nth-child(n+2) {
  margin-bottom: 20px;
}
.contentSidebar > a:nth-child(n+2) img {
  display: block;
  margin: 0 auto 0.5em;
  width: 50%;
}




.subpage .logininfo p {
  background-color: #e9eef3;
  border-radius: 5px;
  width: 100%;
}
.subpage .lastUpdate {
  background-color: #e9eef3;
  border-radius: 5px;
}
.subpage .boardContainer {
  min-height: 300px;
}




.contentMain h2,
.contentOneCol h2 {
  font-size: 29px;
  font-weight: 700;
  margin-top: 0;
  color: #10539c;
}

.contentMain h3, 
.contentOneCol h3 {
  font-size: 1.35em;
  font-weight: 700;
  color: #069660;
  margin-bottom: 0.75em;
}

.contentMain h4, 
.contentOneCol h4 {
  font-size: 1.3em;
  font-weight: 700;
  color: #738190;
  margin-bottom: 0.75em;
  text-transform: initial;
}

.contentMain p, 
.contentMain a,
.contentOneCol p, 
.contentOneCol a, 
.contentSidebar p {
  font-weight: 400;
}

.contentMain a, 
.contentOneCol a {
  color: #de4b09;
}

.contentMain p, 
.contentOneCol p, 
.contentSidebar p, 
.contentMain li, 
.contentOneCol li {
  font-size: 1.075em !important;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}

.rates {
  font-size: 1em !important;
  /*font-weight: 700 !important;*/
}

.ratestitleContainer {
  position: relative;
}

.ratestitleContainer h3,
.ratestitleContainer a {
  display: inline-block;
}

.ratestitleContainer a {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
}

.ratestitle {
  position: relative;
}

.ratestitle a {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
}



.newsEventsSidebar a {
  color: #105390;
}

.newsEventsSidebar img {
  display: block;
  height: 122px;
  margin: auto;
  width: 122px;
}

.newsEventsSidebar p {
  font-weight: 400;
  font-size: 1.25rem !important;
  padding-top: 0.35em;
  text-align: center;
  text-transform: uppercase;
}



.sidenav li a, 
.newsSidebar a, 
.eventsSidebar a {
  color: #3faf4f;
}



.sidenav {
  list-style: none;
  padding-left: 0;
}

.sidenav li a {
  display: block;
  font-size: 1.075em;
  font-weight: 700;
  padding: 3px 0;
}


/* calcs */

.calculatorForm {
  background-color: #efefef;
  border-radius: 3px;
  padding: 0.5rem;
}

.calculatorForm .formControl {
  margin-bottom: .5rem;
  padding: 0.5rem;  
}
.calculatorForm .formControl:nth-of-type(odd) {
  background-color: rgba(255,255,255,0.65);
  border-radius: 3px;
}

.calculatorForm .formGroup {}
.calculatorForm .formGroup label, 
.calculatorForm .formGroup input[type="text"] {
  display: block;
}
.calculatorForm .formGroup label {
  margin-bottom: 0.15rem;
}
.calculatorForm .formGroup select {
  height: 26px;
}
.calculatorForm .formGroup input, 
.calculatorForm .formGroup select {
  margin-bottom: 0.25rem;
}
.calculatorForm .formGroup input + span, 
.calculatorForm .formGroup select + span {
  display: block;
  font-size: 0.9rem;
  font-style: italic;
}
.calculatorForm .formGroup select + span {
  margin-bottom: 1rem;
}

.calculatorForm fieldset {
  padding: 0.25rem 1rem 1rem;
  border: 1px solid #6f82c3;
  border-radius: 5px;
}
.calculatorForm legend {
  display: block;
  font-weight: 700;
  margin-left: -0.5rem;
  margin-bottom: 0.15rem;
  padding: 0 0.5rem 0 0.5rem;
  position: relative;
}

.calculatorForm .formGroup input[type="text"] {
  height: 26px;
  padding: 0.15rem;
  width: 200px;
}

.calculatorForm .formResults {
  background-color: rgba(0, 50, 160, .10);
  border: 1px solid #b7c4e0;
  border-radius: 3px;
  padding: 0.5rem;
}
.calculatorForm .formResults .formControl:nth-of-type(odd) {
  background-color: rgba(255,255,255,0.35);
}

/* accordions */

.DataList {
  margin-bottom: 1em;
}

.DataList div, 
.DataList div>p, 
.DataList div ul>li,
.DataList div span,  
.DataList div table tr>td {
  font-size: 17.2px !important;
}

.DataList>div:nth-child(odd) {
  margin: 0.15em 0;
}

.DataListItemLink {
  color: #fff !important;
}

.DataListItemLink {
  cursor: pointer;
  display: block;
  padding: 0.2em 0.5em;
  background: #10539c;
  font-size: 17.2px;
  color: #fff;
  margin: 0;
  position: relative;
}
.DataListItemLink:hover {
  text-decoration: none;
}
.DataListItemLink:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0.5em;
  top: 0.8em;
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.DataListItemObject {
  border: 1px solid rgb(204, 204, 204);
  padding: 0.5em 0.75em;
}



/* text accordions */

.js-accordion {
  margin-bottom: 1em;
}

.accordion__panel[aria-hidden=true] {
  border: none;  
  height: 1px;
  overflow: hidden;
  padding: 0;
}
.js-accordion__panel[aria-hidden=false] {
    border: 1px solid rgb(204, 204, 204);
    overflow: initial;
    padding: 0.5em 0.75em;
}
.js-accordion__panel p {
  font-size: 17.2px;
}
.js-accordion__panel h3 {
  font-size: 1.3em;
  font-weight: 700;
  color: #738190;
  margin-bottom: 0.75em;
  text-transform: initial;
}
.js-accordion__panel h4 {
  font-size: 1em;
}

.accordion__header {
  cursor: pointer;
  display: block;
  padding: 0.2em 0.5em;
  background: #0032a0;
  font-size: 17.2px;
  font-weight: 700;
  color: #fff;
  margin: .15em 0;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
}
.accordion__header:last-of-type {
  margin-bottom: 0;
}
.accordion__header:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 0.8rem;
}

/* title opened */
.accordion__header[aria-expanded="true"]:before {
  content: "- ";
}
/* title closed */
.accordion__header[aria-expanded="false"]:before {
  content: "+ ";
}

/* title selected */
.accordion__header[aria-selected="true"]:after {
/*   border-top: 5px solid transparent;
  border-left: none;
  border-right: 7px solid #fff;
  border-bottom: 5px solid transparent;
  top: 0.65rem;
  right: 0.6rem; */
  display: none;
}
/* title non selected */
.accordion__header[aria-selected="false"]:after {
/*   border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none; */
  display: none;
}



.DataListItemLink:after,
.accordion-text .accordion__header[aria-selected="false"]:after {
  content: " ";
  display: inline-block;
  position: absolute;
  right: 0.5em;
  top: 0.8em;
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.accordion-text .accordion__header[aria-selected="false"]:after {

}

.text-accordions .DataListItemLink,
.accordion-text .accordion__header {
  padding: 0.2em 0 0 1em;
  background: transparent;
  font-size: 1.075em;
  color: #de4b09 !important;
  font-weight: 400 !important;
}
.accordion-text .accordion__header {
  font-size: 18.5px;
}

.text-accordions .DataListItemLink:after,
.accordion-text .accordion__header[aria-selected="false"]:after,
.accordion-text .accordion__header[aria-selected="true"]:after {
  left: 0;
  right: auto;
  top: 12px;
  border-top: 7px solid #de4b09 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
}

.text-accordions .DataListItemObject,
.accordion-text .js-accordion__panel[aria-hidden=false] {
  border: none;
}

/* title opened */
.accordion-text .accordion__header[aria-expanded="true"]:before {
  content: "";
}
/* title closed */
.accordion-text .accordion__header[aria-expanded="false"]:before {
  content: "";
}


/* header accordions */
.header-accordions .DataListItemLink {
  padding: 0.2em 0 0 1em;
  background: transparent;
  font-size: 1.3em;
  font-weight: 700 !important;
  color: #069660 !important;
  margin-bottom: 0.25em;
}

.header-accordions .DataListItemLink:after {
  left: 0;
  right: auto;
  top: 15px;
  border-top: 7px solid #069660;
}

.header-accordions .DataListItemObject {
  border: none;
  padding-left: 0;
  padding-right: 0;
}


/* table formatting */

  .tableWrapper {
    font-size: 1.15rem;
    overflow-x: scroll;
  }
  .tableWrapper > table[width] {
    min-width: 600px !important;
    width: 100% !important;
  }


.subpage .contentMain table {
  margin-bottom: 1em;
  width: 100%;
}

/* .subpage .contentMain table, 
.subpage .contentMain table>tbody,
.subpage .contentMain table>tbody>tr,
.subpage .contentMain table>thead,
.subpage .contentMain table>thead>tr,
.subpage .contentMain table>thead>tr>th {
  display: block;
  height: auto;
} */


/* .subpage .contentMain table>thead>tr>th:nth-child(n+2) {
  display: none;
} */

/* .subpage .contentMain table>tbody>tr>th {
  display: block;
} */


/* .subpage .contentMain table>tbody>tr>td,
.subpage .contentMain table>thead>tr, 
.subpage .contentMain table>thead>tr>th {
  height: auto;
  padding: 5px 0;
  font-size: 17px;
} */

.subpage .tableHeading > th {
  background-color: #777;
  color: #fff;
}

.subpage .contentMain table>tbody>tr {
/*   display: block; */
  padding: 0.3em;
}

/* .subpage .contentMain table>tbody>tr>td {
  display: block;
  text-align: left;
}
.subpage .contentMain table>tbody>tr>td:first-child {
  font-weight: 700;
} */

.subpage .contentMain table>tr {
  background-color: #bbb;
}

.subpage .contentMain table>tbody>tr:nth-child(odd) {
  background-color: #ececec;
}

/* .subpage .contentMain table>tbody>tr>td[data-title] {
  font-weight: 400;
} */

/* .subpage .contentMain table>tbody>tr>td[data-title]:before {
  content: attr(data-title);
  display: block;
  height: auto;
  font-weight: 700 !important;
  text-align: left;
  width: 100%;
} */


/* calculators */

.subpage .contentMain #calc table>tbody>tr:first-child>td:first-child {
  font-weight: 400;
}

.subpage .contentMain #calc .outer>tbody>tr:nth-child(odd) {
  background-color: transparent;
}

.subpage .contentMain #calc .small {
  text-align: center;
}


/* blog */

.blogLeft, 
.blogRight {
  width: 100%;
}

/* blog > imgs */

.teaserImage {
  float: left;
  margin-right: 5px;
}

.teaserImage+br {
  clear: left;
}


/* blog > content */

.blogDate {
  margin-bottom: 1em;
}

.blogLeft p {
  font-size: 1.1em;
}


/* blog > clear div spacer */

.clearDiv {
  height: 40px;
}


/* blog > pagination */

.previousPage {
  margin-top: 1.5em;
  margin-right: 1.5em;
  display: inline-block;
} 

.nextPage {
  margin-top: 1.5em;
  display: inline-block;
}

/* calendar */
#jMonthCalendar {
  width: 100% !important;
}

.Event a {
  color: #de4b09 !important;
}

/* calendar > header */

.MonthlyCalendar .MonthNavigation {
  height: 40px !important;
}

.MonthlyCalendar .MonthNavigation .MonthName {
  position: relative;
}

.MonthlyCalendar .MonthNavPrev, 
.MonthlyCalendar .MonthNavNext, 
.MonthlyCalendar .YearNavNext, 
.MonthlyCalendar .YearNavPrev {
  position: relative;
  z-index: 5;
}

.MonthlyCalendar #CalendarHead tr {
  display: table-row;
  width: 686px;
}

.MonthlyCalendar #CalendarHead tr > td[colspan] {
  width: 686px;
}

.MonthlyCalendar #CalendarHead .DateHeader {
  display: none;
}

/* calendar body */
.MonthlyCalendar #CalendarBody tr, 
.MonthlyCalendar #CalendarBody tr > td {
  display: block;
}


.DateLabel {
  color: #909090 !important;
  height: 22px !important;
  background-color: #e6e6e6 !important;
}

.calendarPage {
  max-width:1500px;
  margin: auto;
  padding: 0 1em;
}

.calendarPage table td {
  padding: 0 2px;
  border: 1px solid grey;
  font-size:.85em
}

.calendarPage table td p:first-of-type {
  font-weight: bold;
}

.calendarPage p {
   margin:0;
}


.lineBehindMenu {
  display: none;  
}


.locationImage {
  display: none;
}

.locationContact:before,
.locationContact:after {
  content: " ";
  display: block;
}
.locationContact:after {
  clear: both;
}

.locationContact>div {
  width: 100%;
}


/* contact us page */

.subpage #ctl00_cphPageContent_pnlFormBuilder {
  width: 100%;
  margin: 0 auto 1.5em;
  padding: 0.65em;
}


.subpage #ctl00_cphPageContent_pnlFormBuilder .FormTable > tbody > tr > td {
  width: 100%;
  display: block;
}

.subpage #ctl00_cphPageContent_pnlFormBuilder .FormTable .FormFieldTitle {
  display: block;
  margin-bottom: 0.5em;
}

.subpage #ctl00_cphPageContent_pnlFormBuilder .FormTable .FormFieldTitle + br {
  display: none;
}


.subpage #ctl00_cphPageContent_pnlFormBuilder .FormTable .FormInputTD {
  margin-bottom: 1em;
}

.subpage #ctl00_cphPageContent_btnSubmitForm {
  margin: 1em auto 1.25em;
  display: block;
  clear: left;
}


.newsSidebar, .eventsSidebar {
  box-shadow: 0 0 0.353em rgba(0,0,0,0.2);
  width: 94%;
  margin: 2em 3% 2.5em;
  padding: 1.5em 0.8em 0.3em;
  text-align: center;
  color: #105390;
  font-size: 1.3em;
  font-weight: 400;
  vertical-align: top;
  position: relative;
}

.newsSidebar img, .eventsSidebar img {
  margin: auto;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -30px;
}

.newsSidebar p, .eventsSidebar p {
  font-size: 0.9em;
}

.newsSidebar strong, .eventsSidebar strong {
  display: block;
  margin: 1.15em 0 0.5em;
}

.newsSidebarTitle, .eventsSidebarTitle {
  font-weight: 700;
  font-size: 1.15em;
  margin-top: 0.5em;
  text-transform: uppercase;
}


.wrapper.top {
  text-align: center;
  margin: auto;
  padding: .5em 0 1em 0;
}

.wrapper.top a:hover {
  text-decoration: none;
}

.wrapper.top a {
  display: inline-block;
  margin: 15px 0.5% 0;
  width: 99%;
}
.wrapper.top a span {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 65%;
}


.wrapper.top span {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}
.wrapper.top a span:after {
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: 112px;
  margin: 0 auto 5px;
  width: 112px;
}
.wrapper.top a span img {
  display: none;
}


.currentrates:after {
/*   background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/currentratesIcon-Hover.png); */
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/currentratesIcon.png);
}

.loanapplications:after {
/*   background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/loanapplicationsIcon-Hover.png); */
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/loanapplicationsIcon.png);
}

.orderchecks:after {
/*   background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/orderchecksIcon-Hover.png); */
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/orderchecksIcon.png);
}

.mobilebanking:after {
/*   background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/mobilebankingIcon-Hover.png); */
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/mobilebankingIcon.png);
}


/* a:hover .currentrates:after {
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/currentratesIcon-Hover.png);
}

a:hover .loanapplications:after {
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/loanapplicationsIcon-Hover.png);
}

a:hover .orderchecks:after {
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/orderchecksIcon-Hover.png);
}

a:hover .mobilebanking:after {
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/mobilebankingIcon-Hover.png);
} */


.currentrates,
.loanapplications,
.orderchecks,
.mobilebanking {
  color: #fff;
}


.heroImage {
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
/*   margin-bottom: .95rem; */
}

.heroImage .flexslider {
  min-height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.heroImage .flexslider .contentContainer {
  margin-bottom: 1rem;
  padding: 0;
  width: 100%;
  z-index: 10;
}

.heroImage .flexslider .slides {
  text-align: center;
}

.heroImage .flexslider .slides > li {
  max-height: initial !important;
}

.heroImage .flex-control-nav {
  display: none;
}




/* Direction Nav */

  .flex-direction-nav .flex-prev {display: none;}
  .flex-direction-nav .flex-next {display: none;}


/* .overlay {
  background-color: rgba(255,255,255,0.65);
  border-radius: 0.35rem;
  display: block;
  padding: 0.5rem;
  text-align: center;
}
.overlay p {
  color: #0056a6;
  font-size: 1.25rem;
}
.overlay strong {
  display: block;
  font-size: 1.85rem;
} */


.wrapperWrapper, 
.contentWrapper {
  background: url("/templates/fortrandallfcu360webcmscom/2018/images/bgImg-SM.jpg") 50% 50% #0c1e36 no-repeat;
  background-size: cover;
}


.testimonialsslider {
  box-shadow: none;
  min-height: 0;
}

.testimonialsslider .flex-control-nav {
  width: 100%;
  bottom: 0;
  margin-bottom: -1.5em;
  text-align: center;
}
.testimonialsslider .slides li {
  opacity: 0.8;
}

.testimonialsslider .flex-control-paging li {
  height: 18px;
  width: 18px;
  text-align: center;
  vertical-align: middle;
}
.testimonialsslider .flex-control-paging li a {
  height: 12px;
  width: 12px;
  background: #0056a6;
  margin: 2px auto;
  vertical-align: middle;
}

.testimonialsslider .flex-control-paging li a.flex-active {
  height: 18px;
  width: 18px;
  margin: 0 auto;
  background: #0056a6;
}

.testimonialsslider .flex-control-nav li {
  vertical-align: middle;
}


.storyImage {
  display: none;
}


.storyBody {
  background: url(/templates/fortrandallfcu360webcmscom/2018/images/starsIcons.png) 50% 0 transparent no-repeat;
  background-size: 180px 28px;
  color: #0056a6;
  display: block;
  padding-top: 40px;
}

.storyBody > img {
  display: none !important;
  margin-bottom: 1em;
  max-width: 180px !important;
}


.orgStory[style] {
  background-color: transparent !important;
  color: #0056a6 !important;
}


.transparentWrapper h2 {
  color: #0056a6;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.15em;
  margin-top: 0;
  text-align: center;
  text-transform: initial;
}


.transparentWrapper {
  padding: 1.35em 0.75em 1.5em;
  background: rgba(255,255,255,1);
  margin: auto;
}
.transparentWrapper .flexslider {
  background: transparent;
  box-shadow: none;
  width: 100%;
}


.newsAndEvents {
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 4.25em 0 3.5em;
}
.newsAndEvents:before,
.newsAndEvents:after {
  content: " ";
  display: table;
}
.newsAndEvents:after {
  clear: left;
}

.newsItem,
.eventsItem {
  box-shadow: 0 0 0.353em rgba(0,0,0,0.2);
  background-color: white;
  width: 94%;
  min-height: 275px;
  margin: 0 3% 2.5em;
  padding: 37px 0.7em 0; /*50px 25px 10px 25px;*/
  position: relative;
  text-align: center;
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
  vertical-align: top;
}

.newsItem a, 
.eventsItem a {
  font-size: 1.15rem;
}

.newsItem a {
  background-color: #1b7517;
}

.genericTitle {
  font-weight: 400;
  margin-top: 0.5em;
}


.genericTitle,
.newsDate,
.eventsDate {
  margin-bottom: 20px;
}

.newsTitle, 
.newsDate,
.eventsTitle, 
.eventsDate {
  font-size: 0.84em;
}

.newsTitle,
.eventsTitle {
  height: 115px;
}

.newsDate, 
.eventsDate {
  margin-bottom: 40px;
}


.newsItem img,
.eventsItem img {
  display: none;
}

.newsEventsSidebar > a:before,
.newsItem:before,
.eventsItem:before {
  content: " ";
  display: block;
  background-size: contain;
  border-radius: 50%;
  height: 75px;
  margin-top: -37px;
  margin-left: -37px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 75px;
}

.newsItem:before, 
.eventsItem:before {
  background-size: 35px 31px !important;
}


.eventsItem .buttonPrimary {
  background-color: #1b7517;
}

.newsEventsSidebar > a[href*="blog"]:before {
  background-size: 50px 44px !important;
  position: static;
  margin: 0 auto 0.5em;
}

.newsEventsSidebar > a[href*="blog"]:before,
.newsItem:before {
  background: url(/templates/fortrandallfcu360webcmscom/2018/images/newsIcon.png) 50% 50% #3aaa35 no-repeat;
}


.newsEventsSidebar > a[href*="blog"]:before, 
.newsEventsSidebar > a[href*="events"]:before {
  background-size: 122px 122px;
  height: 100px;
  width: 100px;
  position: static;
  margin: 0 auto;
}

.newsEventsSidebar > a[href*="blog"] {
  margin-bottom: 1em;
}

.newsEventsSidebar > a[href*="events"]:before,
.eventsItem:before {
  background: url(/templates/fortrandallfcu360webcmscom/2018/images/calendarIcon.png) 50% 50% #3aaa35 no-repeat;
}

.newsEventsSidebar > a[href*="events"]:before {
  background-size: 50px 44px !important;
}


.newsLink,
.eventsLink{
  background-color: #105390; 
  padding: 3px;
  margin: auto;
  width: 170px;
}

.newsLink a,
.eventsLink a{
  color: #fff;
  display: block;
}

.newsLink a:after, 
.eventsLink a:after {
  content: " >>";
  display: inline;
}

.newsLink a:hover,
.eventsLink a:hover {
  text-decoration: none;  
}


footer {
  background-color: #fff;
  color: #0032a0;
}
footer a {
  color: #0032a0;
}
footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footerContainer {
  width: 100%;
  position: relative;
}

.footerTop {
  border-bottom: 3px solid #3aaa35;
  padding: 1.75em 0 1.45em;
  position: relative;
  text-align: center;
}
.footerTop .flexContainer > div:last-of-type p {
  font-weight: 700;
  margin-bottom: 0;
}

.narrowList {
  margin: 1.45em auto 1.25em;
  padding: 0 0.5em;
}

.narrowList a {
  color: #000;
  font-size: 1em;
  display: inline-block;
  padding: 0.085em 0.2em;
}


.footerTop .flexContainer > div, 
.footerBottom .flexContainer > div {
  float: left;
  text-align: center;
  width: 100%;
}

.footerBottom .flexContainer > div {
  padding: 0 0.5rem;
}
.footerBottom .flexContainer > div:last-of-type {
  text-align: center;
}
.footerBottom .flexContainer > div:last-of-type img {
  display: block;
  margin: 0 auto 1rem;
}


.footerBottom {
  padding: 1rem 0;
  position: relative;
  text-align: center;
}



img.ehlImage {
  height: 60px;
}

img.ncuaImage {
  height: 60px;
}


.fbFirst p {
  font-size: 0.75em;
  display: inline;
}

.fbFirst {
  color: #fff;
  display: inline-block;
  padding: 1em 0;
}

.fDisclosure {
  line-height: 0;
  vertical-align: top;
  text-align: center;
}

.fbFirst div {
  display: inline-block;
}

.fbLast {
  color: #fff;
  padding: 1em 0.5em;
  vertical-align: top;
  font-size: 0.85em;
}
.fbLast + .center {
  padding-bottom: 1em;
}
.fbLast + .center p {
  margin-bottom: 0;
}
.fbLast + .center a {
  color: #fff;
}


.fbLast a {
  color: #fff;
}



/* forms */

.hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px -1px -50px -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


.formBlock {
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  width: 100% !important;
}

.requiredField {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  color: #0032a0 !important;
  text-transform: uppercase;
}

.valueExample {
  font-size: 0.85rem;
  margin-top: 0.15rem;
}


/* base layout > reset */

.formGroup textarea {
  min-height: 95px;
}


/* base layout > basic styling */

.formGroup label, 
.formGroup [type="text"], 
.formGroup textarea, 
.formGroup select {
  font-size: 1em;
  padding: 0.125em;
}


/* base layout > designy stuff */

button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:active {
    background-color:#fdf6e7 !important;
}

.ui-widget {
  font-family: sans-serif !important;
}

.uploadGroup span[role="button"] {
  border: none;
  color: #ffffff;
  background-color: #555555;
}
.uploadGroup button:hover,
.uploadGroup button:focus {
  box-shadow: 0 0 5px #595959;
  background-color: #183a57;
  border-color: #265986;
  outline: 2px solid transparent;
}
.uploadGroup input[type=text] {
  border: 1px solid #777777;
  color: #000000;
  background-color: #ffffff;
}
.uploadGroup input[type=text]:focus {
  box-shadow: 0 0 5px #595959;
  border-color: #265986;
  outline: 2px solid transparent;
}

/* validation styling */

.required {
  border: 1px solid #e50000;
  border-radius: 5px;
}


.formError {
  background-color: #ececec;
  border: 1px solid #0032a0;
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}


#error-summary ul, 
.formControl {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

#error-summary {
  border: 1px solid #0032a0;
}
#error-summary ul {
  color: #1a1712;
}


#error-summary h3, 
.error-message {
  background: #0032a0;
  color: #fff;
  border: 1px solid #0032a0;
}


.error-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}




@media all and (min-width: 375px) {

.logo img {
  max-width: 330px;
}

.wrapper.top a {
  width: 46.5%;
}

.wrapper.top span {
  font-size: 1.5em;
}

}


@media all and (min-width: 500px) {

.topLeft > a, 
.topLeft > a:visited {
  color: #3aaa35 !important;
}
.topLeft > a, 
.topLeft > a:last-of-type {
  display: inline-block;
}

}


@media all and (min-width: 550px) {

  .subpage #ctl00_cphPageContent_pnlFormBuilder .FormSingleWidthCell {
    width: 33.333%;
  }

  .subpage #ctl00_cphPageContent_pnlFormBuilder .FormTable > tbody > tr > td {
    width: auto;
    display: table-cell;
  }

  .subpage #ctl00_cphPageContent_pnlFormBuilder .FormTable .FormFieldTitle {
    display: inline;
  }

  .subpage #ctl00_cphPageContent_pnlFormBuilder .FormTable .FormFieldTitle + br {
    display: block;
  }

  .subpage #ctl00_cphPageContent_pnlFormBuilder .FormTable .FormInputTD {
    margin-bottom: 0;
  }


  .fb-like {
    left: 0;
    right: 0;
    top: 8px;
    margin-left: 100px;
  }

}


@media all and (min-width: 600px) {

.wrapper.top a {
  display: inline-block;
  margin: 15px 0.5% 0;
  width: 46.5%;
}

.wrapper.top a span:before {
  display: block;
  height: 124px;
  width: 124px;
}

  .newsItem,
  .eventsItem {
    float: left;
    min-height: 280px;
    margin: 0 1.5% 2.5em;
    width: 47%;
  }


.newsTitle,
.eventsTitle {
  height: 128px;
}


  .locationContact>div {
    float: left;
    width: 33.33%;
  }


.footerTop .flexContainer > div {
  padding: 0 0.5rem;
  text-align: left;
  width: 50%;
}

}


@media all and (min-width: 726px) {
  
  .mobileLogin {
    display: none;
  }


  .logo {
    margin-top: 0.25em;
  }


.headerBar .headerContainer {
  height: 35px;
  position: relative;
}


  .topLeft, 
  .topRight {
    display: inline-block;
    position: absolute;
  }

  .topLeft {
    text-align: left;
    left: 5px;
    width: auto;
  }
.topLeft a {
  line-height: 1.1em;
  vertical-align: middle;
  display: inline-block;
  color: #000;  
  font-size: 1.1em;
}
.topLeft img {
  height: 20px;
  margin: 0 9px 0 0;
  vertical-align: top;
}


  .topRight {
    background-color: #fff;
    text-align: right;
    right: 5px;
  }
.topRight a {
  display: inline-block;
}


.subpage .logininfo {
  position: relative;
}
.subpage .logininfo p {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.75rem;
  width: auto;
}


.heroImage .flexslider .slides > li {
  text-align: center;
  overflow: hidden;
}
.heroImage .flexslider .slides {
  text-align: center;
}

.heroImage .flexslider .slides img {
  margin: auto;
}


.wrapper.top a span {
  width: 85%;
}


.storyBody {
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
}

.storyBody > img {
  display: block !important;
  margin-bottom: 1em;
  max-width: 180px !important;
}


.footerBottom .flexContainer > div:last-of-type img {
  display: inline-block;
  margin: 0 auto auto
}
.footerBottom .flexContainer > div:last-of-type img:first-of-type {
  height: 60px;
  width: 97px;
}
.footerBottom .flexContainer > div:last-of-type img:nth-of-type(2) {
  height: 60px;
  width: 60px;
}
.footerBottom .flexContainer > div:last-of-type img:nth-of-type(3) {
  height: 60px;
  width: 247px;
}
.footerBottom .flexContainer > div:last-of-type img:nth-of-type(4) {
  height: 60px;
  width: 125px;
}


}


@media all and (min-width: 768px) {

/* Direction Nav */
.heroImage .flex-direction-nav {*height: 0;}
.heroImage .flex-direction-nav a  {
  text-decoration:none;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 30%;
  z-index: 50;
  overflow: hidden;
  opacity: 1;cursor: pointer;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.heroImage .flex-direction-nav a:focus {background-color: rgba(255,255,255,1); }
.heroImage .flex-direction-nav .flex-prev {
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/prevImg.png);
  left: 5px;
}
.heroImage .flex-direction-nav .flex-next {
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/nextImg.png);
  right: 5px;
}
.heroImage .flexslider:hover .flex-prev {
  opacity: 0.7; display:inline-block !important;
}
.heroImage .flexslider:hover .flex-next {
  opacity: 0.7; display:inline-block !important;
}
.heroImage .flex-direction-nav a:before  {
  display: inline-block;
}



  /* calendar */
  #jMonthCalendar {
    margin: auto;
    width: 100% !important;
  }

  /* calendar > header */
  .MonthlyCalendar .MonthNavigation .MonthName {
    top: 0;
  }

  .MonthlyCalendar #CalendarHead .DateHeader {
    display: table-cell;
    width: 104px !important;
  }

  /* calendar body */
  .MonthlyCalendar #CalendarBody tr {
    display: table-row;
  } 
  .MonthlyCalendar #CalendarBody tr > td {
    display: table-cell;
    word-break: break-word;
    width: 105px;
  }


/* .overlay {
  text-align: left;
  width: 600px;
} */


.storyBody {
  display: inline-block;
}


.footerTop .flexContainer > div {
  position: relative;
  padding-left: 35px;
  text-align: left;
}
.footerTop .flexContainer > div:before {
  background-size: contain;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.footerTop .flexContainer > div:nth-of-type(-n+3):before {
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/footerLocationIcon.png);
  background-repeat: no-repeat;
  /* background-size: cover; */
  height: 35px;
  width: 27px;
}
.footerTop .flexContainer > div:last-of-type:before {
  background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/footerArrow.png);
  height: 37px;
  left: 150px;
  width: 37px;
}
.footerTop .flexContainer > div:nth-of-type(n+3) {
  width: 33.33%;
}
.footerTop .flexContainer > div:last-of-type {
  width: 100%;
}


}


@media all and (min-width: 800px) {

  .tableWrapper {
    overflow-x: visible;
  }
  .tableWrapper > table[width] {
    min-width: auto !important;
  }

/*   .subpage .contentMain table {
    display: table;
  } 

  .subpage .contentMain table>tr {
    display: table-row;
  } */

  .subpage .contentMain table>tbody>tr>th,
  .subpage .contentMain table>tbody>tr>th:nth-child(n+2) {
/*     display: table-cell; */
    padding: 0 0;
  }

  .subpage .contentMain table>tbody {
    display: table-row-group;
  }

/*   .subpage .contentMain table>tbody>tr,
  .subpage .contentMain table>tbody>tr>td,
  .subpage .contentMain table>tbody>tr>td {
    heighh: 40px;
  } */

/*   .subpage .contentMain table>tbody>tr {
    display: table-row;
    border: none;
  } */

  .subpage .contentMain table>tbody>tr>td {
/*     display: table-cell; */
    padding: 4px;
  }

  .subpage .contentMain table>tbody>tr>td:first-child {
    font-weight: 400;
  }


/*   .subpage .contentMain table>tbody>tr>td[data-title]:before {
    content: "";
    display: none;
  } */

}


@media all and (min-width: 900px) {  


  header {
    min-height: auto;
  }
  header .headerContainer {
    min-height: 120px;
  }

  .subpage .headerContainer {
    height: auto;
  }


  .logo {
    display: inline-block;
  }

  .home .logo {
    text-align: left;
  }

.home .logo img, 
.subpage .logo img {
  margin: 0 5px;
}


.headerBar .headerContainer {
  min-height: 2.95rem;
}


  .topLeft, .topRight {
    display: inline-block;
    top: 0.65rem;
    text-align: left;
    vertical-align: top;
  }

  .topLeft {
    left: 5px;
    width: auto;
  }

  .topLeft a {
    margin-right: 12px;
    position: static;
  }

  .topLeft a:nth-child(-n+2) {
    display: inline-block;
  }


  .topRight {
    padding: 0;
    vertical-align: top;
  }

  .topRight a {
    display: inline-block;
    width: 110px;
  }


.search {
  margin-right: -10px;
}
.search input[type="text"] {
  right: 0;
  width: 21px;
  background-color: transparent;
}

.search input[type="text"]:focus,
.search input[type="text"]:active {
    color: #000;
}

#btnSearch {
    right: 5px;
    background-position: 100% 0;
    padding-right: 28px;
    text-indent: 0;
    width: 85px;
}


.search:hover input[type="text"],
.search input[type="text"]:focus {
  width: 165px!important;
  background: #ddd;
}

.search:hover input[type="text"]+#btnSearch, 
.search input[type="text"]:focus+#btnsearch {
  background-position: 0 0;
  right: 8px;
  overflow: hidden;
  padding-right: 0;
  text-indent: 30px;
  width: 21px;
}


.headerLogin {
background-image: url(/templates/fortrandallfcu360webcmscom/2018/images/loginBg-XL.jpg);
  position: absolute;
  right: 5px;
  bottom: 0;  
}


.wrapper.top a span {
  width: 85%;
}

.wrapper.top a span:before {
  display: block;
  height: 124px;
  width: 124px;
}

.wrapper.top .flexslider .flex-control-nav {
  width: 20px;
  right: 40px;
  top: 2px;
}


.wrapperWrapper, 
.contentWrapper {
  background-image: url("/templates/fortrandallfcu360webcmscom/2018/images/bgImg-M.jpg");
}


.contentMain, 
.contentSidebar {
  background-color: #fff;
  min-height: 400px;
  float: left;
}
.contentMain {
  margin-bottom: 1em;
  margin-right: 5%;
  width: 70%;
} 

.contentSidebar {
  text-align: left;
  width: 25%;
}

.contentSidebar > a:hover {
  text-decoration: none;
}

.contentSidebar > a:nth-child(n+2) {
  display: block;
  font-size: 1.075em;
  width: 100%;
}


.locationImage, 
.locationInfo {
  display: inline-block;
  vertical-align: top;
}

.locationImage {
  margin-right: 3%;
  width: 20%;
}

.locationInfo {
  width: 67%;
}


/* contact us page */

.subpage #ctl00_cphPageContent_pnlFormBuilder {
  width: 700px;
}

.subpage .FormTable {
  width: 400px;
  margin: 0.5em auto 0.65em;
  display: block;
}


/* blog */

.blogLeft {
  width: 75%;
  float: left;
}

.blogRight {
  width: 25%;
  float: right;
}


/* calendar */

/* calendar body */
.MonthlyCalendar #CalendarHead .DateHeader {
  width: 121px !important;
}
.MonthlyCalendar #CalendarBody tr > td {
  width: 121px !important;
}


.wrapper.top {
  width: 100%;
}

.wrapper.top a {
  display: inline-block;
  margin: 8px 0.5% 0;
  width: 23%;
}

.wrapper.top a span {
  font-size: 1.15em;
}


.transparentWrapper h2 {
  font-size: 1.8em;
  margin-bottom: 0.65em;
}


.newsItem, .eventsItem {
  text-align: center;
  margin: 15px 1% 1.5em;
  min-height: 280px;
}


.testimonialsslider {
  width: 100%;
}

.testimonialsslider .slides li {
  background: url(/templates/fortrandallfcu360webcmscom/2018/images/crowdIcon.png) 10px 100% transparent no-repeat;
  background-size: 160px 104px;
  padding-left: 200px;
}

.testimonialsslider .flex-control-nav li {
  margin: 0;
}

.testimonialsslider .flex-control-nav {
  width: 20px;
  right: 40px;
  top: 2px;
}


.testimonialsslider .storyImage img {
  display: block;
  margin: auto;
  width: 100px !important;
}


.storyBody {
  background-position: 0 0;
  width: 67%;
}


.narrowList {
  display: inline-block;
  padding: 0;
  width: 55%;
  vertical-align: top;
}


.fbFirst, 
.fbLast {
  display: inline-block;
}

.fbFirst {
  text-align: left;
  width: 48%;
}


.fImages {
  width: 150px;
}

img.ehlImage, 
img.ncuaImage {
  height: 45px;
  vertical-align: top;
}

.fDisclosure {
  text-align: left;
  width: 58%;
}


.fbLast {
  padding: 1em 0;
  text-align: right;
  width: 48%;
}


.footerTop .flexContainer > div {
  width: 25% !important;
}


.footerBottom .flexslider > div {
  width: 50%;
}


}


@media all and (min-width: 1000px) {  

  #btnSearch {
    overflow: auto;
    text-indent: 0;
    width: 95px;
  }

  .search:hover input[type="text"],
  .search input[type="text"]:focus {
    width: 195px!important;
  }


.heroImage .flexslider .slides > li {
  max-height: 360px !important;
}


.heroImage .flexslider .contentContainer {
  position: absolute;
  margin-left: -490px;
  left: 50%;
  bottom: 1.5rem;
  width: 980px;
  z-index: 10;
}


.heroImage .flex-direction-nav a  {
  top: 50%;
}


/* .overlay {
  margin-left: 40px;
} */


  .wrapper.top span {
    font-size: 1.1em;
  }


  .wrapperWrapper, 
  .contentWrapper {
    background-image: url("/templates/fortrandallfcu360webcmscom/2018/images/bgImg-XL.jpg");
    background-position: 50% 50%;
  }


  .newsAndEvents {
    padding: 5em 0 4.5em;
  }

  .newsItem, .eventsItem {
    width: 23%;
    min-height: 285px;
  }


  /*.lineBehindMenu, */
  .wrapper.top {
    margin: auto;
    width: auto;
  }


.footerBottom .flexContainer > div {
  text-align: left;
  width: 45%;
}
.footerBottom .flexContainer > div:last-of-type {
  width: 55%;
}



}






@media all and (min-width: 1030px) {


.menu li a {
  font-size: 1.085em;
}

 
  .wrapper.top {
    margin: auto;
    width: 1000px;
  }

}


@media all and (min-width: 1100px) {

.heroImage .flexslider .slides > li {
  max-height: 350px !important;
}

  .slicknav_menu {
    display: none;
  }

  .menuWrapper {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left:  0;
  }


  nav.main ul {
    display: none; /* fixes fout */
  }

  .menu {
    background: transparent;
    display: inline-block !important;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
  }


  .menu > li {
    background: transparent;
    display: inline-block;
    width: auto;
    position: relative;
    line-height: 1.25em;
    cursor: pointer;
  }
  .menu li li:hover, 
  .menu li li:hover li:hover {
    background: transparent !important;
  }

  .menu > li > ul a:hover {
    background: #3aaa35;
    text-decoration: none;
  }


  .menu > li:first-of-type {
    display: none;
  }

  .menu>li:nth-child(n+2)>a {
    pointer-events: none;
  }


  .menu > li > a {
    color: #0032a0; /* #8bc640 */
    display: block;
    font-size: 1.1em;
    font-weight: 400;
    padding: 0.75rem 1.75rem 0.75rem 0.25rem !important;
  }
  .menu > li > a:hover {
    color: #000; /*e46f3a*/
    text-decoration: none;
  }
  

  .menu > li > ul {
    background-color: #0056a6;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 0;
    padding-left: 0;
    margin: 0;
    font-size: 0.9rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    font-variant: normal;
  }

  .menu > li > ul > li > ul {
    min-width: 250px;
    padding: 0;
    padding-left: 0;
    position: static;
    margin: 0;
    font-size: 0.9rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    font-variant: normal;
  }
  .menu > li > ul > li > ul > li {
    background: #0f6dc5 !important;
  }

  .menu > li > ul:before {
    content: " ";
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #0056a6;
    margin-top: -9px;
    position: absolute;
    top: 0;
    left: 1.5rem;
    z-index: 6;
  }


  .menu > li:last-of-type > ul {
    left: auto;
    right: 0;
    min-width: 285px;
  }

  .menu > li:last-of-type > ul:before {
    left: auto;
    right: 3.5rem;
  }


  .menu > li > ul > li {
    display: block;
    background: #0056a6 !important;
    color: #333;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
  }
  
  .menu > li > ul > li > a, 
  .menu > li > ul > li > ul > li > a {
    color: #fff !important;
    display: block;
    padding: 7px;
  }
  

  .menu > li:hover > ul, 
  .menu > li:hover > ul > li > ul[style] {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }

  .menu > li:focus > ul, 
  .menu > li:focus > ul > li > ul[style] {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }

  .menu > li:focus-within > ul, 
  .menu > li:focus-within > ul > li > ul[style] {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }

  .menu > li:active > ul, 
  .menu > li:active > ul > li > ul[style] {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }

  .menu > li:hover > ul > li > ul > li > a {
    font-size: 0.85rem;
    padding-left: 0.85rem;
  }


.menu > li:hover > ul > li > ul > li > ul {
  display: none !important;
}

  
  /* superfish overrides */

.sf-navbar, 
.sf-navbar:before, 
.sf-navbar li, 
.sf-navbar ul li, 
.sf-navbar li.current, 
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar ul li.current {
  background: transparent;
}

  .sf-navbar:before {
    height: 100%;
  }

.sf-arrows .sf-with-ul:after {
  display: none;
}

.sf-navbar > li > ul > li {
  float: none;
}

.sf-arrows .sf-with-ul {
  padding-right: 0;
}

  .sf-navbar ul li:hover, 
  .sf-navbar ul li.sfHover, 
  .sf-navbar ul ul li {
    background: #0f6dc5;
  }

.sf-menu li:hover,
.sf-menu li.sfHover, 
.sf-menu li {
  -webkit-transition: none !important;
  transition: none !important;
}

  .sf-menu a {
    border: none !important;
    padding: 5px 7px;
  }




/* .overlay {
  margin-left: 60px;
} */


}



@media all and (min-width: 1200px) {

  .headerContainer,
  .contentContainer, 
  .newsAndEvents,
  .footerContainer {
    margin: auto;
    width: 1200px;
  }


.heroImage .flexslider .slides > li {
  max-height: 350px !important;
}


.heroImage .flexslider .contentContainer {
  margin-left: -600px;
  width: 1200px;
}


/* .overlay {
  margin-left: 60px;
}
 */

}


@media all and (min-width: 1300px) {

  .wrapper.bottom .flexslider {
    width: 1300px;
    margin: auto;
  }

}



/* @media screen and (min-width: 1400px) {

  .heroImage .flexslider .slides > li {
    max-height: initial;
  }


} */


@media all and (min-width: 1600px) {

.heroImage .flexslider .slides > li {
  max-height: 420px !important;
}

}


@media all and (min-width: 2700px) {
  .wrapper.bottom, 
  .contentWrapper {
    background-position: 50% 0;
  }
}
/*------------------------------------*\
  :: Screen Reader Text
\*------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*------------------------------------*\
  :: Alert Window Styles
\*------------------------------------*/
@media all and (min-width: 768px) {
  .k-widget.k-window {
    height: auto!important;
    max-width: 550px!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%)!important;
    width:60%!important;
  }
}
@media all and (max-width: 767px) {
  .k-widget.k-window {
    height: auto!important;
    max-width: 550px!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%)!important;
    width:85%!important;
  }
}