﻿@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot@b60rsx');
    src:url('../fonts/icomoon.eot@') format('embedded-opentype'),
    url('../fonts/icomoon.ttf@b60rsx') format('truetype'),
    url('../fonts/icomoon.woff@b60rsx') format('woff'),
    url('../fonts/icomoon.svg@b60rsx') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*-----------------------RESET-----------------------*/
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
em, i{
    font-style: italic;
}
.no-touch img{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
input[type='submit'], button {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    height: 100% !important;
    background: #e2e3e7 url("../i/main-bg.jpg") no-repeat 50% 140px !important;
    background-size: 100% auto !important;
    font-family: Arial, sans-serif !important;
}

input {
    border-radius: 0;
}
a, :visited{
    outline: 0;
    outline: none;
	color: #32959a !important;
}
:hover, :active, :focus{
    outline: 0;
    outline: none;
}
::-moz-focus-inner {
    border:0;
}
a::-moz-focus-inner {
    border: 0;
}
img.lft {
    float: left;
    margin: 0 10px 10px 0;
}
img.rght {
     float: right;
    margin: 0 0 10px 10px;
}
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none !important;
}
input::-webkit-input-placeholder {
    color: #999999;
}
input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
form .placeholder {
    color: #999999;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus .placeholder, textarea:focus .placeholder {
    opacity: 0;
}
ul li {
    list-style: none;
}
a:hover, button:hover{
    opacity: .75 !important;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e600";
}
.icon-twitter:before {
    content: "\e601";
}
/*----------------------END RESET-------------------*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main {
    display: block;
}
/*-----------------------STRUCTURE-----------------------*/
html {
    height: 100%;
}
body {
    height: 100%;
    background: #e2e3e7;
    font-family: Arial, sans-serif;
}
#wrapper {
    min-height: 100%;
    height: auto;
}
#indent {
    clear: both;
    height: 155px;
}
.container {
    width: 970px;
    margin: 0 auto;
    padding: 0a;
}
footer {
    height: 155px;
    margin-top: -155px;
}
/*-------------------------------------------------------*/
/*-----------------------HEADER--------------------------*/
header {
    margin-bottom: 10px;
}
header .top-controls {
    height: 50px;
    background: #464646;
}
header .top-controls nav {
    margin-right: 120px;
    display: inline-block;
    vertical-align: middle;
}
header .top-controls nav ul {
    font-size: 0;
    padding: 15px 10px;
}
header .top-controls nav ul li {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    padding: 0 15px;
    border-right: 1px solid #fff;
}
header .top-controls nav ul li:last-child {
    border-right: none;
    padding-right: 0;
}
header .top-controls nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
header .top-controls .ch-view {
    display: inline-block;
    vertical-align: middle;
    margin-right: 70px;
}
header .top-controls .ch-view a {
    text-decoration: none;
    color: #464646;
    height: 28px;
    background-color: #7ACCC8;
    padding: 0 15px;
    margin-right: 6px;
    line-height: 28px;
    display: inline-block;
    border: 0.33px solid #828282;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
header .top-controls .ch-view a:last-child {
    margin-right: 0;
}
header .top-controls .social {
    display: inline-block;
    vertical-align: middle;
}
header .top-controls .social ul {
    font-size: 0;
}
header .top-controls .social ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #e4e4e4;
    margin-right: 15px;
    vertical-align: middle;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
header .top-controls .social ul li:last-child {
    margin-right: 0;
}
header .top-controls .social ul li a {
    font-size: 26px;
    line-height: 32px;
    text-decoration: none;
}
header .top-controls .social ul li a.icon-facebook {
    color: #336699;
    line-height: 28px;
    margin-left: -4px;
}
header .top-controls .social ul li a.icon-twitter {
    color: #1bb2e9;
    font-size: 22px;
}
header .logo-wrap {
    background: #fff;
}
header #logo-box {
    padding: 20px 35px 25px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
header #logo {
	width: 298px;
	height: 62px;
	display: inline-block;
	background-image: url(../i/vfcu_logo.png);
	background-repeat: no-repeat;
	background-position: 50%;
}
header .open-acc {
    display: inline-block;
    vertical-align: middle;
}
header .open-acc p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    color: #5b5b5b;
    margin-right: 10px;
}
header .open-acc ul {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
header .open-acc ul li {
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
    color: #5b5b5b;
    border-right: 1px solid #5b5b5b;
}
header .open-acc ul li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}
header .open-acc ul li a {
    color: #32959a;
    font-size: 14px;
}
header .open-acc ul li a:hover {
    text-decoration: none;
}
header .open-acc ul li span {
    font-size: 14px;
    color: #5b5b5b;
}
header .sub-nav {
    height: 50px;
    background: #f8f8f8;
}
header .sub-nav ul {
    font-size: 0;
    text-align: center;
}
header .sub-nav ul li {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
header .sub-nav ul li a {
    color: #444444;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
}
header .sub-nav ul li a:hover {
    background-color: #64686B;
    color: #fff;
    opacity: 1 !important;
    -moz-box-shadow: inset 0 0 43px rgba(39, 39, 39, 0.75);
    -webkit-box-shadow: inset 0 0 43px rgba(39, 39, 39, 0.75);
    box-shadow: inset 0 0 43px rgba(39, 39, 39, 0.75);
}
header .sub-nav ul li span {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    background-color: #64686B;
    -moz-box-shadow: inset 0 0 43px rgba(39, 39, 39, 0.75);
    -webkit-box-shadow: inset 0 0 43px rgba(39, 39, 39, 0.75);
    box-shadow: inset 0 0 43px rgba(39, 39, 39, 0.75);
}
    /*---------------------END HEADER------------------------*/
/*-------------------------MAIN---------------------------*/
.content-box {
    width: 100%;
}
.content {
    margin-left: 250px;
}
/*-----------------------END MAIN-------------------------*/
/*-------------------------ASIDE---------------------------*/
aside {
    float: left;
    width: 250px;
    padding-right: 15px;
}
aside h3 {
    background-color: #429E9E;
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0.5px 0.9px 1px rgba(53, 16, 56, 0.5);
    padding: 15px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
}
aside form {
    background-color: #F2F2F2;
    border: 1px solid #FFF;
    padding: 10px 10px 50px;
}
.contL {
    background-color: #F2F2F2 !important;
    border: 1px solid #FFF;
    padding: 10px 10px 50px;
}
aside form .field-wrap {
    margin-bottom: 10px;
}
aside form input {
    height: 40px;
    background-color: #F0EEF0;
    border: 1px solid rgba(220, 220, 220, 0.86);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 2px #FFF;
    -webkit-box-shadow: 0 0 2px #FFF;
    box-shadow: 0 0 2px #FFF;
    width: 100%;
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding: 0 10px;
}
aside form button {
    height: 40px;
    background-color: #2F9599;
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* Style for "Login" */
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0.5px 0.9px 1px rgba(53, 16, 56, 0.5);
    padding: 0 30px;
    margin-top: 20px;
}
/*-----------------------END ASIDE-------------------------*/
/*------------------------FOOTER---------------------------*/
footer {
    padding-top: 30px;
}
footer .footer-logo {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}
footer .footer-logo img {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
footer .footer-logo img:last-child {
    margin-right: 0;
}
footer address p, footer .copyright {
    font-size: 10px;
    color: #474747;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 3px;
}
/*----------------------END FOOTER-------------------------*/
/*---------------------TRANSITIONS---------------------*/
a, input[type="submit"]:hover{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	}
/*-----------------END TRANSITIONS---------------------*/
/*----------------MEDIA QUERIES-------------------*/
@media screen and (max-width:1500px) {

}
/*-------------END MEDIA QUERIES------------------*/
/*----------------RETINA GRAPHICS-----------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi){

}
/*---------------END RETINA GRAPHICS--------------*/
