/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot");
	src: url("fonts/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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-account:before {
	content: "\e900";
}

.icon-plus:before {
	content: "\e901";
}

.icon-minus:before {
	content: "\e902";
}

.icon-play:before {
	content: "\e903";
}

.icon-facebook:before {
	content: "\e904";
}

.icon-twitter:before {
	content: "\e905";
}

.icon-youtube:before {
	content: "\e906";
}

.icon-tumblr:before {
	content: "\e907";
}

.icon-linkedin:before {
	content: "\e908";
}

.drop,
.drop ul,
.slideshow .pagination,
.intro ul,
.aside .slide-nav ul,
.bottom-row .add-nav,
.bottom-row .socials,
.footer-nav,
.partners {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.holder:after,
.slideshow .pagination:after,
.bottom-row:after,
.personal:after {
	content: "";
	display: block;
	clear: both;
}

.apply,
.contact-box a,
.contact-box .account i,
.nav-opener,
.nav-opener span,
.nav-opener:before,
.nav-opener:after,
.drop > li.has-drop-down:after,
.drop a,
.slideshow .pagination li a,
.intro h2 a,
.intro ul a,
.btn-more,
.aside .slide-nav ul a,
.bottom-row .add-nav a,
.bottom-row .socials a,
.footer-nav a,
.personal-data .btn-holder .btn-more,
.personal-data h3 a,
.personal-data dl,
.personal-data dl a,
.personal-data .email,
.loan-link {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 14px / 1.85 "Asap", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #00457c;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	/*margin: 0 0 1em;*/
}

a {
	color: #006fc8;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #00457c;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #343434;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #343434;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #343434;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #343434;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #343434;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #343434;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* main container styles */

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.holder {
	max-width: 1030px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

/* top-bar styles */

.top-bar {
	background: #ededed;
	font: 14px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	z-index: 6;
}

.apply {
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	padding: 17px 27px;
	background: #ffcd10;
}

.apply:hover {
	background: #dcae00;
	color: #000;
}

.contact-box {
	float: right;
	width: 70%;
	text-align: right;
	padding: 14px 0 0;
}

.contact-box a {
	text-decoration: none;
	color: #00457c;
}

.contact-box a:hover {
	color: #006fc8;
}

.contact-box a:hover i {
	color: #000;
}

.contact-box .phone {
	font-weight: 900;
	color: #000;
	margin-left: 7px;
}

.contact-box .account {
	margin-left: 43px;
}

.contact-box .account i {
	color: #727272;
	font-size: 15px;
}

/* header styles */

#header {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .13);
	padding: 10px 0;
	position: absolute;
	z-index: 5;
	width: 100%;
	/** background: #fff; **/
	background-color: #111E2A;
}

#header.fixed-position {
	z-index: 999;
}

#header .holder {
	position: relative;
	z-index: 999;
}

#header:before {
	content: "";
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/** background: #fff; **/
	background-color: #111E2A;
}

/* page logo styles */

.logo {
	float: left;
	width: 15%;
	/** width: 30%; **/
}

.logo a {
	display: inline-block;
	vertical-align: top;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* main nav styles */

.nav {
	float: right;
	width: 70%;
	padding-top: 18px;
}

/*mobile burger menu styles */

.nav-opener {
	display: none;
	width: 37px;
	height: 65px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -31px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener span {
	background: #00457c;
	position: absolute;
	top: 28px;
	left: 8%;
	right: 8%;
	height: 6px;
	border-radius: 4px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	background: #00457c;
	position: absolute;
	left: 8%;
	right: 8%;
	height: 6px;
	border-radius: 4px;
}

.nav-opener:before,
.nav-opener:after {
	top: 18px;
}

.nav-opener:after {
	top: 38px;
}

.nav-opener:hover span {
	background: #006fc8;
}

.nav-opener:hover:before,
.nav-opener:hover:after {
	background: #006fc8;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 8%;
	right: 8%;
	margin-top: -5px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drop {
	float: right;
	text-transform: uppercase;
	font: 700 15px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.drop > li {
	float: left;
	position: relative;
}

.drop > li + li {
	/** border: solid #e3e3e3; **/
	color: #f4f4f4;
	border: solid #111E2A;
	background-color: #DCE123;
	border-width: 0 0 0 1px;
}

.drop > li:last-child.hover ul {
	right: 0;
	left: auto;
}

.drop > li > a {
	color: #083F2D;
	background-color: #DCE123;
}

.drop > li.active > a {
	color: #fff;
	/** background: #00457c; **/
	background-color: #083F2D;
}

.drop > li.hover > a {
	color: #fff;
	/** background: #00457c; **/
	background-color: #083F2D;
}

.drop > li.hover ul {
	display: block;
}

.drop > li.has-drop-down:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 18px;
	border-left: 12px solid rgba(255, 255, 255, .75);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	display: none;
}

.drop > li.has-drop-down.hover:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.drop a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 16px;
}

.drop ul {
	display: none;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 100%;
	background: #00457c;
	width: 235px;
	text-transform: none;
	font-weight: normal;
}

.drop ul > li {
	border-width: 0;
	width: 100%;
}

.drop ul > li:hover a {
	color: #000;
	background: #ffcd10;
}

.drop ul > li a {
	color: #fff;
	padding: 12px 16px;
}

/* visual block styles */

.visual {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 135px;
}

.slideshow {
	position: relative;
}

.slideshow .img-holder {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
}

.slideshow .slide img {
	display: block;
	width: 100%;
	height: auto;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .description {
	padding: 24px 27px 30px;
	text-align: center;
	font: 400 36px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #00457c;
	color: #fff;
	position: relative;
}

.slideshow .description p {
	margin: 0;
}

.slideshow .pagination {
	position: absolute;
	z-index: 3;
	bottom: 25%;
	left: 50%;
	-webkit-transform: translate(-50%, -75%);
	-ms-transform: translate(-50%, -75%);
	transform: translate(-50%, -75%);
}

.slideshow .pagination li {
	float: left;
	margin: 0 5px;
}

.slideshow .pagination li.active a,
.slideshow .pagination li:hover a {
	background: white;
}

.slideshow .pagination li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, .63);
	border-radius: 50%;
}

/* main informative part styles */

#main {
	box-shadow: 0 3px 4px -2px rgba(0, 0, 0, .13);
	position: relative;
	width: 100%;
}

.intro {
	font-size: 0;
	line-height: 0;
	margin: 0 -32px;
	padding: 32px 0;
}

.intro .box {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	font-size: 14px;
	line-height: 20px;
	padding: 0 32px;
}

.intro h2 {
	font: 400 24px/1 "Asap", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 1px;
}

.intro h2 a {
	color: inherit;
	text-decoration: none;
}

.intro h2 a:hover {
	color: #006fc8;
}

.intro p {
	margin: 0 0 21px;
}

.intro h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 10px;
}

.intro ul {
	font-weight: bold;
	font: 700 14px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 18px;
}

.intro ul li {
	color: #e08900;
	position: relative;
	padding: 0 0 9px 20px;
}

.intro ul li:before {
	content: "";
	position: absolute;
	left: 7px;
	top: 5px;
	background: #303030;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.intro ul a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
}

.intro ul a:hover {
	color: #006fc8;
}

.btn-more {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	text-decoration: none;
	font: 700 14px/1 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #00457c;
	padding: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 8px;
}

.btn-more:hover {
	background: #006fc8;
	color: #fff;
}

.smallbutton {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	text-decoration: none;
	font: 700 14px/1 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #00457c;
	padding: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 8px;
}

.smallbutton:hover {
	background: #006fc8;
	color: #fff;
}
/* additional content styles */

.aside {
	background: #e6e6e6;
	padding-bottom: 22px;
}

.aside .sitemap {
	font-size: 0;
	line-height: 0;
	padding: 59px 0 46px;
	margin: 0 0 0 -6%;
}

.aside .block {
	color: #262626;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 0 0 6%;
}

.aside .block.active .icon-plus {
	display: none;
}

.aside .block.active .icon-minus {
	display: block;
}

.aside h3 {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	color: inherit;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 8px;
}

.aside h3 a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.aside .opener-menu {
	position: relative;
}

.aside .opener-menu i {
	display: none;
	color: #000;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 2px;
}

.aside .slide-nav ul {
	padding-left: 4px;
}

.aside .slide-nav ul li {
	margin: 0 0 8px;
}

.aside .slide-nav ul a {
	color: inherit;
	text-decoration: none;
}

.aside .slide-nav ul a:hover {
	color: #006fc8;
}

.bottom-row {
	background: #fff;
	padding: 34px 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .13);
}

.bottom-row .col {
	float: left;
	width: 50%;
	font: 14px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #636363;
}

.bottom-row .col p {
	margin: 0 0 16px;
}

.bottom-row .add-nav {
	color: #323232;
}

.bottom-row .add-nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.bottom-row .add-nav li + li {
	padding-left: 10px;
}

.bottom-row .add-nav li + li:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 1px;
	width: 1px;
	height: 14px;
	background: #323232;
}

.bottom-row .add-nav a {
	display: block;
	color: inherit;
}

.bottom-row .add-nav a:hover {
	color: #006fc8;
}

.bottom-row .socials {
	text-align: right;
	padding: 0 13px 0 0;
}

.bottom-row .socials li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	position: relative;
}

.bottom-row .socials a {
	display: block;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	background: #8a8a8a;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
}

.bottom-row .socials a:hover {
	background: #006fc8;
}

.bottom-row .socials .icon-youtube {
	font-size: 17px;
}

/* footer styles */

#footer {
	background: #fff;
	text-align: center;
	padding: 34px 0;
}

.footer-nav {
	font: 14px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #636363;
	margin-bottom: 24px;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.footer-nav li + li {
	padding-left: 8px;
}

.footer-nav li + li:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 1px;
	width: 1px;
	height: 14px;
	background: #636363;
}

.footer-nav a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.footer-nav a:hover {
	color: #006fc8;
}

.partners li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

.partners a {
	display: block;
}

.partners img {
	display: block;
}

/* officer.html styles */

.personal {
	padding: 30px 0 20px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 23px;
	position: relative;
}

.personal img {
	display: block;
}

.personal .photo-holder {
	float: left;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .35);
	max-width: 201px;
	height: auto;
}

.personal .personal-data {
	float: left;
	width: 50%;
}

.personal .iframe-holder {
	float: right;
	max-width: 254px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .35);
}

.personal-data {
	padding: 0 0 0 22px;
}

.personal-data h1 {
	color: #121212;
	font-size: 36px;
	line-height: 1;
	padding: 0 0 7px;
	margin: 0 0 10px;
	font-weight: 400;
	border-bottom: 1px solid #ebebeb;
	clear: both;
}

.personal-data .description {
	float: left;
	width: 50%;
}

.personal-data .contact-info {
	float: left;
	width: 50%;
}

.personal-data .position {
	display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 6px;
	color: #262626;
}

.personal-data .ser-num {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 30px;
	color: #000;
}

.personal-data .btn-holder .smallbutton {
	font: 18px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	font-weight: normal;
	background: #0070ca;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
	padding: 9px;
	margin-bottom: 12px;
	width: 81%;
}

.personal-data .btn-holder .smallbutton:last-child {
	margin-bottom: 0;
}

.personal-data .btn-holder .smallbutton:hover {
	background: #00457c;
	color: #fff;
}

.personal-data .btn-holder .btn-more {
	font: 18px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	font-weight: normal;
	background: #0070ca;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
	padding: 9px;
	margin-bottom: 12px;
	width: 81%;
}

.personal-data .btn-holder .btn-more:last-child {
	margin-bottom: 0;
}

.personal-data .btn-holder .btn-more:hover {
	background: #00457c;
	color: #fff;
}

.personal-data h3 {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 8px;
	color: #003d7e;
}

.personal-data h3 a {
	color: inherit;
	text-decoration: none;
}

.personal-data h3 a:hover {
	color: #006fc8;
}

.personal-data dl {
	margin: 0 0 25px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.personal-data dl dt {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	color: #585858;
	margin: 0 0 8px;
}

.personal-data dl dd {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 8px;
	color: #000;
	width: 74%;
}

.personal-data dl a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.personal-data dl a:hover {
	color: #006fc8;
}

.personal-data .email {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 17px;
}

.personal-data .email:hover {
	color: #00457c;
	text-decoration: none;
}

.personal-data address {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.about-info {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding: 0 0 42px;
}

.about-info h2 {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 3px;
	color: #121212;
	font-weight: normal;
}

.about-info p {
	margin: 0 0 24px;
}

/* sub.html styles */

.loan-types {
	background: #ededed;
	padding: 137px 0 32px;
}

.loan-info {
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .13);
	border-radius: 10px;
	padding: 33px 38px;
	color: #343434;
	font-size: 14px;
	line-height: 26px;
}

.loan-info h1 {
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	padding: 0 0 13px;
	border-bottom: 1px solid #e4e4e4;
	color: #00457c;
	margin: 0 0 40px;
}

.loan-info h2 {
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	color: #2e2e2e;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.loan-info p {
	margin: 0 0 27px;
}

.loan-link {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 22px;
	font-size: 16px;
}

.loan-link:hover {
	color: #00457c;
	text-decoration: none;
}

@media (min-width: 768px) {
	.aside .opener-menu i {
		display: none !important;
	}

	.aside .slide-nav {
		display: block !important;
		height: auto !important;
		position: static !important;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {
	.drop {
		font-size: 13px;
		font-weight: 400;
	}

	.drop a {
		padding: 8px;
	}

	.slideshow .pagination {
		top: 70%;
		-webkit-transform: translate(-50%, -70%);
		-ms-transform: translate(-50%, -70%);
		transform: translate(-50%, -70%);
	}

	.intro {
		margin: 0 -15px;
	}

	.intro .box {
		padding: 0 15px;
	}

	.btn-more {
		width: 85%;
	}
	
	.smallbutton {
		width: 85%;
	}
	
	.aside .sitemap {
		margin: 0 0 0 -2%;
	}

	.aside .block {
		font-size: 14px;
		padding: 0 0 0 2%;
	}

	.personal .personal-data {
		width: 60%;
	}

	.personal .iframe-holder {
		display: none;
	}
}

@media (max-width: 767px) {
	.top-bar .holder {
		padding: 0;
	}

	.apply {
		float: left;
		width: 50%;
		text-align: center;
		font-weight: 400;
	}

	.contact-box {
		width: 50%;
		text-align: center;
	}

	.contact-box .contact {
		display: none;
	}

	.contact-box .phone {
		display: none;
	}

	.logo {
		width: 200px;
		height: auto;
	}

	.nav {
		padding-top: 0;
	}

	.nav-opener {
		display: block;
	}

	.nav-active .drop {
		opacity: 1;
		z-index: 9999;
		height: auto;
		visibility: visible;
	}

	.drop {
		overflow: auto;
		position: fixed;
		top: 120px;
		bottom: 0;
		left: 0;
		right: 0;
		float: none;
		opacity: 0;
		visibility: hidden;
		z-index: -9999;
		margin-top: 10px;
		height: 0;
		background: #00457c;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		text-align: left;
		-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
		transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	}

	.fixed-position .drop {
		top: 72px;
	}

	.drop > li {
		float: none;
	}

	.drop > li + li {
		border: 0;
	}

	.drop > li.active > a {
		background: #ffcd10;
		color: #000;
	}

	.drop > li.hover > a {
		background: #ffcd10;
		color: #000;
	}

	.drop > li.has-drop-down:after {
		display: block;
	}

	.drop a {
		padding: 18px 22px;
		color: #fff;
	}

	.drop ul {
		width: 100%;
		padding: 0 25px 10px;
		background: #ffcd10;
		position: static;
	}

	.drop ul > li + li {
		border-top: 1px solid #fff;
	}

	.drop ul > li:hover a {
		color: #fff;
	}

	.drop ul > li a {
		color: #000;
	}

	.visual {
		padding-top: 83px;
	}

	.slideshow .img-holder img {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		min-width: 460px;
	}

	.slideshow .description {
		font-size: 24px;
		line-height: 36px;
	}

	.slideshow .pagination {
		top: 60%;
		-webkit-transform: translate(-50%, -60%);
		-ms-transform: translate(-50%, -60%);
		transform: translate(-50%, -60%);
	}

	.intro {
		padding: 20px 0 0;
	}

	.intro .box {
		width: 100%;
		margin-bottom: 32px;
	}

	.btn-more {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	
	.smallbutton {
		width: 50%;
		display: block;
		margin: 0 auto;
	}

	.aside .sitemap {
		padding: 20px 0 0;
	}

	.aside .block {
		width: 50%;
		margin-bottom: 10px;
	}

	.aside h3 a {
		padding-left: 20px;
	}

	.aside .opener-menu .icon-plus {
		display: block;
	}

	.aside .slide-nav ul {
		padding-left: 20px;
	}

	.bottom-row {
		padding: 20px 0;
	}

	.bottom-row .col {
		float: none;
		width: 100%;
		text-align: center;
		font-size: 12px;
	}

	.bottom-row .col p {
		margin: 0 0 18px;
	}

	.bottom-row .add-nav {
		margin-bottom: 23px;
	}

	.bottom-row .socials {
		padding: 0;
		text-align: center;
	}

	.bottom-row .socials a {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.bottom-row .socials .icon-youtube {
		font-size: 14px;
	}

	.bottom-row .socials .icon-youtube:before {
		position: absolute;
		top: 15px;
		left: 5px;
	}

	#footer {
		padding: 20px 0;
	}

	.footer-nav li {
		padding-bottom: 4px;
	}

	.partners li {
		padding: 0 7px 30px;
	}

	.personal {
		text-align: center;
		border-bottom: 0;
		padding-bottom: 185px;
		margin-bottom: 0;
	}

	.personal .photo-holder {
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.personal .photo-holder img {
		display: inline-block;
		vertical-align: top;
	}

	.personal .personal-data {
		float: none;
		width: 100%;
	}

	.personal-data {
		padding: 0;
	}

	.personal-data h1 {
		font-size: 26px;
	}

	.personal-data .description {
		float: none;
		width: 100%;
	}

	.personal-data .contact-info {
		float: none;
		width: 70%;
		margin: 0 auto;
	}

	.personal-data .ser-num {
		margin-bottom: 13px;
	}

	.personal-data .btn-holder {
		position: absolute;
		bottom: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.personal-data .btn-holder .btn-more {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}

	.personal-data .btn-holder .smallbutton {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	
	.personal-data dl {
		text-align: left;
	}

	.personal-data dl dd {
		float: right;
		text-align: right;
	}

	.personal-data .email {
		display: none;
	}

	.personal-data address {
		display: none;
	}

	.loan-types {
		padding: 110px 0 20px;
	}

	.loan-info {
		padding: 15px;
	}

	.loan-info h1 {
		font-size: 26px;
		margin: 0 0 20px;
	}

	.loan-info h2 {
		font-size: 18px;
	}

	.loan-info p {
		margin: 0 0 15px;
	}

	.loan-link {
		margin-bottom: 10px;
	}
}

@media (max-width: 479px) {
	.contact-box .account {
		margin-left: auto;
	}

	.slideshow .description {
		padding: 0;
		min-height: 104px;
	}

	.slideshow .description p {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		padding: 10px 50px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.slideshow .pagination {
		top: auto;
		bottom: 35%;
	}

	.btn-more {
		width: 100%;
	}
	
	.smallbutton {
		width: 100%;
	}

	.aside .block {
		width: 100%;
	}

	.personal-data .btn-holder {
		position: absolute;
		bottom: 30px;
		left: 0;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.personal-data .btn-holder .btn-more {
		width: 90%;
	}
	
	.personal-data .btn-holder .smallbutton {
		width: 90%;
	}
	.about-info {
		display: none;
	}
}

