@charset "utf-8";

body{background-color: #222;}
/*Adjusts for Fixed menu at top of page*/
#loans, #products, #members, #community, #about, #plusLive {padding-top:2em; !important}
@media (max-width: 824px){
 #loans, #products, #members, #community, #about {padding-top:5em; !important}
}

/*Font Adjustments*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Rokkitt",Georgia,"Times New Roman",Times,serif;font-weight:500;line-height:1.1;color:inherit}

/*Visa Rate Required Text Size*/
.visaRate { font-size: 18pt !important; }

/*Special classes*/
.noJSHide{display: none;}
.disclosure {font-size:10px;}

/*Background color fix for containers*/
body > div.container {background-color: #fff;}

/*Adjust Ads position for fixed menu at top*/
#adWrapper, #noticeWrapper {margin-top: 50px;}

/*Ads color adjustments*/
#ads div.carousel-caption  {color:#115D8E; !important}

#ads div.carousel-caption.white {color: #fff;}
#ads div.carousel-caption.black {color: #000;}

/*Ads button spacing*/
#ads a.btn:nth-child(2){margin-left: 15px;}
/*Menu logo fix*/
a.navbar-brand > img {margin-right: 15px;}
a.navbar-brand {padding: 0px 15px;}

/* reduce padding in jumbotrons for smaller screens*/
@media (max-width: 992px){
  #landing div.jumbotron {padding: 12px 15px;}
}
@media (min-width: 321px) and (max-width: 768px){
  a.navbar-brand {padding: 0px 0px 0px 0px;}
  a.navbar-brand > img {margin-right: 0px;}
  h3 > small.visible-xs {display:inline-block !important;}
}
@media (max-width: 320px){
  a.navbar-brand{padding: 15px 15px 15px 15px;}
  a.navbar-brand > img {display:none;}
  div.well {padding: 8px;}
  h3 > small.visible-xs {display:inline-block !important;}
}

/*Arrow*/
li > span.arrow{display:none;}
li.active > span.arrow {
  display: inline;
  position:absolute;
  left: 30.855%;
}
li.active > span.arrow-down{
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #232f5f;
}

.alert-danger p{color: red; !important}

/* Table Stripes */
table tbody th.altRow, table tbody tr td.altRow {background-color: #DAE0E3;}

/*Icon Fix*/
.glyphicon{margin-right: 0.5em;}

/*Keeps Ads to consistant height*/
.carousel .item > img {height:300px;}

/*Quick Access and plus live buttons margin*/
#quickaccess a, #plGuideBtns a {margin: .25em;}

/*Log on form menu for IE 8 and lower*/
#form1{padding: 1em;}
#form1 input {margin-bottom: 0.5em;}

/*Custom Backgrouds from Jumbotrons*/
#rateHero, #loanActNow{ background: url(../images/backgrouds/intValueLarger.png) no-repeat scroll center center; }
#memberActNow { background: url(../images/backgrouds/allCoreAlt.png) no-repeat scroll center center; }
#plJumbotron {background: url(../images/backgrouds/plusLiveJumbotron.png) no-repeat scroll center center; }
#plCheckfreejumbo {background: url(../images/backgrouds/checkFree-jumbotron-bkgd.png) no-repeat scroll center center; }
/*Link style and color for jumbotrons*/
#rateHero a, #loanActNow a, #memberActNow a{color:#fff;}
#memberActNow a{font-style:italic;}

/*Membership List min-height*/
#memberWrap{min-height: 280px; border-bottom: 1px solid #ccc; margin-bottom: 1em;}

/*Community, Savings, and Checking Headers*/
#community h4, #savingProd h4, #checkingProd h4{
  border-bottom: thin dotted #ccc;
  padding-bottom: .15em;
}
#savAccordion h4.panel-title, #checkAccord h4.panel-title {border-bottom: 0px none;}

/*landing div spacing*/
#landing, #plusLive{ padding-top: 1em;}

/*Rounding corners and spacing before Footer*/
#landing, #about, #mobile, #plusLive {
  padding-bottom: 1em;
  margin-bottom: 1em;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/*Font Size for disclosures*/
#disclosures li{ font-size: 16px; }

/*Make Icons in contact area larger*/
#contact address > strong {font-size: 18px;}

/* spacig for pagers*/
div.pageContent{padding-top: 1em;}

/*Popup Diaglog h3*/
h3.modal-title { font-weight: bold; }

/*CUDL car Popup*/
#CalculatorPop {
  background-color: #fff;
  padding: 50px;
  position: fixed !important;
  width: auto !important;
  height: auto !important;
  top: 15% !important;
  left: 25% !important;
}

/*Mobile title*/
#mobileHeader {background-color:#2c3b77; color:#fff; margin-bottom: 1em;}
#mobileHeader a, #mobileHeader a:hover{color: #fff; text-decoration: none;}
/*Mobile Icon menu*/
#mobileNav span.glyphicon {font-size: 24px;}
#mobileNav a, #mobileNav a:hover{color: #fff; text-decoration:none;}
#mobileNav div.jumbotron {min-height: 180px; padding: 15px;}
#mobileNav div.jumbotron:hover{background-color:#8693cc;}

/*accordions*/
div.panel-heading > h4 > a {display:block;}
div.panel-heading > h4 > a > span {margin-right: 0px;}

/*Mobile Footer*/
#mobileFooter{padding-bottom: 1em;}

/* Loan Calc Overlay Styles*/
#CalculatorPop {
  background-color: #fff;
  padding: 50px;
  position: fixed !important;
  width: auto !important;
  height: auto !important;
  top: 15% !important;
  left: 25% !important;
}

/*center img in a tags for thumbnail objects*/
div.thumbnail > a > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
div.thumbnail > a > img.border{ border: 1px solid #999;}
/*equalize height insurance divs for medium and large screens*/
@media screen and (max-width:1199px)and (min-width: 992px){
  #insurance div.thumbnail{height: 244px;}
}
@media screen and (min-width: 1200px){
  #insurance div.thumbnail{height: 286px;}
}
