/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Core Styles */
@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/MuseoSans_500-webfont.woff2') format('woff2'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	scroll-behavior: smooth;
	/*opacity: 0;
	animation-name: fadein;
  animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;*/
}
html, button, input, select, textarea {
	font-family: 'museo_sans500', Arial, sans-serif;
	color: #222;
}
body {
	font-family: 'museo_sans500', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	background: #fff;
	color: #444;
}
.scrolled body {
  padding-top: 55px;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2em 0;
	padding: 0;
}
hr.narrow {
	display: block;
	padding: 0;
	margin: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	background: #fff !important;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
input {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
a {
	text-decoration: none;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
a:hover {
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
p {
	line-height: 1.4;
}
th,td {
  white-space: normal;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.lightbox {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.1;
}
.contain {
	display: block;
	margin: 0 auto;
	max-width: 800px;
}
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12 {
	margin: 0;
	width: 100%;
}
@-ms-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.header {
	min-height: 55px;
}
.scrolled .header {
	position: fixed;
	display: block;
	top: 0;
	z-index: 9999;
	width: 100%;
	min-height: 55px;
	background: #125efa;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
.locations.scrolled .header,.branch-detail.scrolled .header {
	position: static;
}
.scrolled .heading.branch-landing {
  background-color: #125efa;
}
/*.locations .branch-landing {
  min-height: 220px;
}*/
.logo {
	position: absolute;
	/*top: 10px;*/
	margin-top: 10px;
	left: 10px;
	z-index: 999;
}
.logo h1 {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
.logo h1 a {
	color: #fff;
}
.logo img {
	max-width: 80px;
}
.darkslide #logo {
  display: none !important;
}
.darkslide #menuLogo {
  display: block !important;
}
.darkslide a.login {
  border-color: #222;
  color: #fff;
}
.darkslide a.login:hover {
  background: #125efa;
  border-color: #125efa;
  color: #fff;
}
.darkslide a.scheduler {
  border-color: #222;
  color: #222;
}
.darkslide a.scheduler:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.lightslide #logo {
  display: block !important;
}
.lightslide #menuLogo {
  display: none !important;
}
.lightslide a.login {
  border-color: #fff;
  background: #fff;
  color: #222;
}
.lightslide a.login:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.lightslide a.scheduler {
  border-color: #fff;
  color: #fff;
}
.lightslide a.scheduler:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.lightslide .search-dark,.lightslide .menu-dark,.darkslide .search-light,.darkslide .menu-light {
  display: none;
}
.darkslide .search-dark,.darkslide .menu-dark,.lightslide .search-light,.lightslide .menu-light {
  display: inline-block;
}
.darkslide.scrolled .search-dark,.darkslide.scrolled .menu-dark {
  display: none;
}
.personal .menu-dark,.detail-personal .menu-dark,.wealth .menu-dark,.detail-wealth .menu-dark,.business .menu-dark,.detail-business .menu-dark,.agriculture .menu-dark,.detail-agriculture .menu-dark,.locations .menu-dark,.detail-search .menu-dark,.detail-admin .menu-dark,.branch-detail .menu-dark {
  display: none !important;
}
.darkslide .search-light {
  display: none;
}
.darkslide.scrolled .search-light {
  display: inline-block;
}
.scrolled #logo {
  display: block !important;
}
.scrolled #menuLogo {
  display: none !important;
}
ul.navigation {
	display: none;
	position: absolute;
	margin-top: 15px;
	padding: 0;
	left: 240px;
	z-index: 999;
	list-style-type: none;
}
ul.navigation li {
	display: inline-block;
	color: #fff;
}
ul.navigation li a {
	display: inline-block;
	color: #fff;
	padding: 1em;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.darkslide ul.navigation li a {
	color: #222;
}
.scrolled ul.navigation li a {
	color: #fff !important;
}
ul.navigation li a.personal-nav:hover,ul.navigation li a.personal-nav.nav-over {
	background: transparent url('../images/shared/nav-green.png') bottom center no-repeat;
	background-size: 16px auto;
}
ul.navigation li a.business-nav:hover,ul.navigation li a.business-nav.nav-over {
	background: transparent url('../images/shared/nav-blue.png') bottom center no-repeat;
	background-size: 16px auto;
}
ul.navigation li a.wealth-nav:hover,ul.navigation li a.wealth-nav.nav-over {
	background: transparent url('../images/shared/nav-gray.png') bottom center no-repeat;
	background-size: 16px auto;
}
ul.navigation li a.about-nav:hover,ul.navigation li a.about-nav.nav-over {
	background: transparent url('../images/shared/nav-green.png') bottom center no-repeat;
	background-size: 16px auto;
}
ul.navigation li a.agriculture-nav:hover,ul.navigation li a.agriculture-nav.nav-over {
	background: transparent url('../images/shared/nav-copper.png') bottom center no-repeat;
	background-size: 16px auto;
}
.scrolled ul.navigation li .second .link a {
  color: #444 !important;
}
.scrolled ul.navigation li .second .link a :hover {
  color: #222 !important;
}
.scrolled ul.navigation li .personal .heading a,.scrolled ul.navigation li .about .heading a {
  color: #125efa !important;
}
.scrolled ul.navigation li .personal .heading a:hover,.scrolled ul.navigation li .about .heading a:hover {
  color: #004b2f !important;
}
.scrolled ul.navigation li .business .heading a {
  color: #003869 !important;
}
.scrolled ul.navigation li .business .heading a:hover {
  color: #001f3a !important;
}
.scrolled ul.navigation li .wealth .heading a {
  color: #444 !important;
}
.scrolled ul.navigation li .wealth .heading a:hover {
  color: #222 !important;
}
.scrolled ul.navigation li .agriculture .heading a {
  color: #9d5842 !important;
}
.scrolled ul.navigation li .agriculture .heading a:hover {
  color: #85432e !important;
}
.utility {
	position: absolute;
	margin-top: 6px;
	right: 0;
	z-index: 999;
	text-align: right;
}
a.menu,a.search-btn {
	color: #fff;
}
a.menu img,a.search-btn img {
	width: 26px;
	height: 26px;
	margin-top: 0.5em;
	margin-right: 0.5em;
}
a.menu:hover,a.search-btn:hover {
	opacity: 0.75;
}
a.login {
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 1.5;
	border: 2px solid #222;
	background: #222;
	color: #fff;
	text-transform: uppercase;
	padding: 0.25em 1em;
	margin-top: 0.5em;
	margin-right: 1em;
  	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
a.login:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #222;
}
.scrolled a.login {
  border-color: #fff !important;
  color: #fff !important;
}
.scrolled a.login:hover {
  background: #fff !important;
  color: #222 !important;
}
a.scheduler {
	display: inline-block;
	float: right;
	font-size: 12px;
	line-height: 1.5;
	border: 2px solid #222;
	background: transparent;
	color: #222;
	text-transform: uppercase;
	padding: 0.25em;
	margin-top: 0.5em;
	margin-right: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.scheduler:hover {
	color: #222;
	background: #fff;
	border: 2px solid #fff;
}
.search {
	display: none;
	position: absolute;
	right: 18.5em;
	top: 0.25em;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.search input.srcfield {
	display: inline-block;
	width: 180px;
	height: 24px;
	font-size: 18px;
	padding: 5px 10px;
	border: 0px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.search input.srcfield:focus {
	width: 240px;
}
.search .srcfield-submit {
  position: absolute;
  text-indent: -9999px;
  right: 0;
  top: 0;
  border: 0;
  width: 32px;
  height: 34px;
  background: #222 url('../images/shared/search-white-ico.png') center center no-repeat;
	background-size: 18px 18px;
}
.search .srcfield-submit:hover {
  background: #444 url('../images/shared/search-white-ico.png') center center no-repeat;
	background-size: 18px 18px;
}

.scrolled.darkslide a.login,.scrolled.lightslide a.login,.personal a.login,.business a.login,.wealth a.login,.agriculture a.login,.detail-personal a.login,.detail-personal a.login,.detail-business a.login,.detail-wealth a.login,.detail-agriculture a.login,.locations a.login,.detail-search a.login,.detail-admin a.login,.branch-detail a.login {
  border-color: #fff;
  background: #fff;
  color: #222;
}
.scrolled.darkslide a.login:hover,.scrolled.lightslide a.login:hover,.personal a.login:hover,.business a.login:hover,.wealth a.login:hover,.agriculture a.login:hover,.detail-personal a.login:hover,.detail-business a.login:hover,.detail-wealth a.login:hover,.detail-agriculture a.login:hover,.locations a.login:hover,.detail-search a.login:hover,.detail-admin a.login:hover,.branch-detail a.login:hover {
  background: #fff;
  border-color: #fff;
  color: #222;
}
.scrolled.darkslide a.scheduler,.scrolled.lightslide a.scheduler,.personal a.scheduler,.business a.scheduler,.wealth a.scheduler,.agriculture a.scheduler,.detail-personal a.scheduler,.detail-business a.scheduler,.detail-wealth a.scheduler,.detail-agriculture a.scheduler,.locations a.scheduler,.detail-search a.scheduler,.detail-admin a.scheduler,.branch-detail a.scheduler {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.scrolled.darkslide a.scheduler:hover,.scrolled.lightslide a.scheduler:hover,.personal a.scheduler:hover,.business a.scheduler:hover,.wealth a.scheduler:hover,.agriculture a.scheduler:hover,.detail-personal a.scheduler:hover,.detail-business a.scheduler:hover,.detail-wealth a.scheduler:hover,.detail-agriculture a.scheduler:hover,.locations a.scheduler:hover,.detail-search a.scheduler:hover,.detail-admin a.scheduler:hover,.branch-detail a.scheduler:hover {
  background: #fff;
  border-color: #fff;
  color: #222;
}
.scrolled.darkslide a.login,.scrolled.lightslide a.login {
  color: #222 !important;
}
.scrolled.darkslide a.login,.scrolled.lightslide a.login,.scrolled.personal a.login,.scrolled.about a.login,.personal a.login,.detail-personal a.login,.detail-search a.login,.locations a.login,.branch-detail a.login,.detail-admin a.login,.personal a.scheduler:hover,.detail-personal a.scheduler:hover,.locations a.scheduler:hover,.detail-search a.scheduler:hover,.detail-admin a.scheduler,.detail-admin a.scheduler:hover {
  color: #125efa !important;
}
.scrolled.business a.login,.business a.login,.business a.scheduler:hover,.detail-business a.login,.detail-business a.scheduler:hover {
  color: #003869 !important;
}
.scrolled.wealth a.login,.wealth a.login,.wealth a.scheduler:hover,.detail-wealth a.login,.detail-wealth a.scheduler:hover {
  color: #222 !important;
}
.scrolled.agriculture a.login,.agriculture a.login,.agriculture a.scheduler:hover,.detail-agriculture a.login,.detail-agriculture a.scheduler:hover {
  color: #9d5842 !important;
}
.personal a.search-dark,.business a.search-dark,.wealth a.search-dark,.agriculture a.search-dark,.about a.search-dark,.detail-personal a.search-dark,.detail-business a.search-dark,.detail-wealth a.search-dark,.detail-agriculture a.search-dark,.locations a.search-dark,.detail-search a.search-dark,.detail-admin a.search-dark,.branch-detail a.search-dark {
  display: none;
}

iframe {
	width: 95%;
}
p.contain {
	text-align: center;
	padding-bottom: 2em;
}
a.btn-green,a.btn-blue,a.btn-grey,a.btn-copper,a.btn-white {
	display: block;
	line-height: 1.5;
	padding: 0.5em 1.5em;
	text-transform: uppercase;
	margin: 0.5em 0 0;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.btn-white {
	background: transparent !important;
	color: #fff !important;
	border-color: #fff !important;
}
a.btn-white:hover {
	background: #125efa !important;
	color: #fff !important;
	border-color: #125efa !important;
}
.bg-business a.btn-white:hover {
	background: #001f3a !important;
	border-color: #001f3a !important;
}
.bg-wealth a.btn-white:hover {
	background: #444 !important;
	border-color: #444 !important;
}
.bg-business a.btn-white:hover {
	background: #9d5842 !important;
	border-color: #9d5842 !important;
}
.bg-agriculture a.btn-white:hover {
	background: #9d5842 !important;
	border-color: #9d5842 !important;
}
a.btn-green {
  background: transparent !important;
  color: #125efa !important;
	border-color: #125efa !important;
}
a.btn-green:hover {
  background: #125efa !important;
  color: #fff !important;
	border-color: #125efa !important;
}
a.btn-blue {
  background: transparent !important;
  color: #003869 !important;
	border-color: #003869 !important;
}
a.btn-blue:hover {
  background: #003869 !important;
  color: #fff !important;
	border-color: #003869 !important;
}
a.btn-grey {
  background: transparent !important;
  color: #222 !important;
	border-color: #222 !important;
}
a.btn-grey:hover {
  background: #222 !important;
  color: #fff !important;
	border-color: #222 !important;
}
a.btn-copper {
  background: transparent !important;
  color: #9d5842 !important;
	border-color: #9d5842 !important;
}
a.btn-copper:hover {
  background: #9d5842 !important;
  color: #fff !important;
	border-color: #9d5842 !important;
}
a.btn-green-sec,a.btn-blue-sec,a.btn-grey-sec,a.btn-copper-sec,a.btn-white-sec {
	display: block;
  line-height: 1.5;
  padding: 0.5em 1.5em;
	text-transform: uppercase;
	margin: 0.5em 0 0;
	border-width: 2px;
	border-style: solid;
	text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn-green-sec {
  background: #125efa !important;
  color: #fff !important;
	border-color: #125efa !important;
}
a.btn-green-sec:hover {
  background: transparent !important;
  color: #125efa !important;
	border-color: #125efa !important;
}
a.btn-blue-sec {
  background: #003869 !important;
  color: #fff !important;
	border-color: #003869 !important;
}
a.btn-blue-sec:hover {
  background: transparent !important;
  color: #003869 !important;
	border-color: #003869 !important;
}
a.btn-grey-sec {
  background: #222 !important;
  color: #fff !important;
	border-color: #222 !important;
}
a.btn-grey-sec:hover {
  background: transparent !important;
  color: #222 !important;
	border-color: #222 !important;
}
a.btn-copper-sec {
  background: #9d5842 !important;
  color: #fff !important;
	border-color: #9d5842 !important;
}
a.btn-copper-sec:hover {
  background: transparent !important;
  color: #9d5842 !important;
	border-color: #9d5842 !important;
}
a.btn-white-sec {
  background: #fff !important;
  color: #125efa !important;
	border-color: #fff !important;
}
.bg-personal a.btn-white:hover,.bg-about a.btn-white:hover {
	background: #004b2f !important;
	border-color: #004b2f !important;
}
.bg-personal a.btn-white-sec,.bg-about a.btn-white-sec {
  color: #125efa !important;
}
.bg-business a.btn-white-sec {
  color: #003869 !important;
}
.bg-agriculture a.btn-white-sec {
  color: #9d5842 !important;
}
.bg-personal a.btn-green,.bg-personal a.btn-blue,.bg-personal a.btn-grey {
	border-color: #fff !important;
	color: #fff !important;
}
.bg-personal a.btn-green:hover,.bg-personal a.btn-blue:hover,.bg-personal a.btn-grey:hover {
	border-color: #004b2f !important;
	background: #004b2f !important;
}
.bg-personal a.btn-green-sec,.bg-personal a.btn-blue-sec,.bg-personal a.btn-grey-sec {
	border-color: #fff !important;
	background: #fff !important;
	color: #125efa !important;
}
.bg-personal a.btn-green-sec:hover,.bg-personal a.btn-blue-sec:hover,.bg-personal a.btn-grey-sec:hover {
	border-color: #004b2f !important;
	background: #004b2f !important;
	color: #fff !important;
}
.bg-personal a.btn-white:hover,.bg-about a.btn-white:hover {
	background: #004b2f !important;
	border-color: #004b2f !important;
}

.bg-business a.btn-green,.bg-business a.btn-blue,.bg-business a.btn-grey {
	border-color: #fff !important;
	color: #fff !important;
}
.bg-business a.btn-green:hover,.bg-business a.btn-blue:hover,.bg-business a.btn-grey:hover {
	border-color: #001f3a !important;
	background: #001f3a !important;
}
.bg-business a.btn-green-sec,.bg-business a.btn-blue-sec,.bg-business a.btn-grey-sec {
	border-color: #fff !important;
	background: #fff !important;
	color: #003869 !important;
}
.bg-business a.btn-green-sec:hover,.bg-business a.btn-blue-sec:hover,.bg-business a.btn-grey-sec:hover {
	border-color: #001f3a !important;
	background: #001f3a !important;
	color: #fff !important;
}

.bg-wealth a.btn-green,.bg-wealth a.btn-blue,.bg-wealth a.btn-grey {
	border-color: #fff !important;
	color: #fff !important;
}
.bg-wealth a.btn-green:hover,.bg-wealth a.btn-blue:hover,.bg-wealth a.btn-grey:hover {
	border-color: #444 !important;
	background: #444 !important;
}
.bg-wealth a.btn-green-sec,.bg-wealth a.btn-blue-sec,.bg-wealth a.btn-grey-sec {
	border-color: #fff !important;
	background: #fff !important;
	color: #444 !important;
}
.bg-wealth a.btn-green-sec:hover,.bg-wealth a.btn-blue-sec:hover,.bg-wealth a.btn-grey-sec:hover {
	border-color: #444 !important;
	background: #444 !important;
	color: #fff !important;
}
.bg-wealth a.btn-white-sec {
  color: #222 !important;
}
.bg-wealth a.btn-white-sec:hover {
  background: transparent !important;
  color: #fff !important;
	border-color: #fff !important;
}

.bg-agriculture a.btn-green,.bg-agriculture a.btn-blue,.bg-agriculture a.btn-grey {
	border-color: #fff !important;
	color: #fff !important;
}
.bg-agriculture a.btn-green:hover,.bg-agriculture a.btn-blue:hover,.bg-agriculture a.btn-grey:hover {
	border-color: #85432e !important;
	background: #85432e !important;
}
.bg-agriculture a.btn-green-sec,.bg-agriculture a.btn-blue-sec,.bg-agriculture a.btn-grey-sec {
	border-color: #fff !important;
	background: #fff !important;
	color: #9d5842 !important;
}
.bg-agriculture a.btn-green-sec:hover,.bg-agriculture a.btn-blue-sec:hover,.bg-agriculture a.btn-grey-sec:hover {
	border-color: #85432e !important;
	background: #85432e !important;
	color: #fff !important;
}
.bg-agriculture a.btn-white-sec {
  color: #9d5842 !important;
}
.bg-agriculture a.btn-white-sec:hover {
  background: transparent !important;
  color: #fff !important;
	border-color: #fff !important;
}
#user-login-form {
	padding: 3em 1em;
	text-align: center;
	background: #fff;
}
#user-login-form label {
	display: block;
}
#user-login-form input {
	display: inline-block;
	font-size: 18px;
	font-family: 'museo_sans500', Arial, sans-serif;
	font-weight: normal;
	padding: 0.5em;
	border: 1px solid #ccc;
	margin: 0.5em 0;
	text-align: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
}
#user-login-form input:focus {
	border: 1px solid #666;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
#user-login-form input#edit-submit {
	display: inline-block;
	width: auto;
	font-family: 'museo_sans500', Arial, sans-serif;
	font-size: 18px;
	padding: 0.5em 1.5em;
	margin-left: 0.5em;
	text-align: center;
	color: #fff;
	background: #006a41;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
#user-login-form input#edit-submit:hover {
	background: #222;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.pager {
	margin-top: 2em;
}
.pager ul li a {
	color: #666;
}
.pager ul li a:hover {
	color: #222;
}
.pager ul li.is-active a {
	color: #222;
}
.business p a {
  color: #003869;
}
.wealth p a {
  color: #222;
}
.agriculture p a {
  color: #9d5842;
}
#scrollheader {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
.locations #scrollheader {
  background: #125efa;
}
.scrolled #scrollheader {
  display: block !important;
}
.scrolled #scrollheader {
  min-height: 55px;
}
.scrolled #scrollheader img#logo {
  display: block !important;
}
.profile .form-item {
  background: #fff;
  margin: 0;
  padding: 3em 1.5em;
}
.hide {
	height: 0px;
	opacity: 0;
}
.half {
	display: block;
	float: left;
	width: 50%;
}

/* Overlay Login */
#login {
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.98);
	padding-top: 4em;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.login-container {
	display: block;
	margin: 0 auto;
	padding: 1.5em;
	max-width: 600px;
}
.login-container h2 {
	font-size: 24px;
	font-weight: normal;
	color: #222;
	margin: 0 0 1em;
	text-align: center;
}
.login-form select,.login-form input,#ebc-form select,#ebc-form input {
	display: block;
	font-size: 18px;
	padding: 0.5em 1em;
	margin: 0 auto 1.5em;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
}
.login-form select,#ebc-form select {
	width: 100%;
}
.login-form input {
	width: 88%;
}
#ebc-form input {
	width: 94%;
}
.login-form select:focus,.login-form input:focus,#ebc-form select:focus,#ebc-form input:focus {
	border: 1px solid #666;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.login-form p,#ebc-form p {
	color: #666666;
	font-style: italic;
	text-align: center;
}
.login-form p a,#ebc-form p a {
	color: #2b2b2b;
	padding: 0 0.5em;
	text-decoration: underline;
}
.login-form p a:hover,#ebc-form p a:hover {
	color: #125efa;
}
input.login,input#ebcsubmit {
	display: block;
	width: auto !important;
	font-size: 21px;
	font-weight: normal;
	color: #2b2b2b;
	border: 2px solid #2b2b2b;
	background: transparent;
	text-transform: uppercase;
	padding: 0.5em 2em;
	margin: 0 auto;
	text-align: center;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
input.login:hover,input#ebcsubmit:hover {
	color: #fff;
	border: 2px solid #125efa;
	background: #125efa;
}
.login-close a {
	position: absolute;
	display: block;
	z-index: 999;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url('../images/shared/close.png') center center no-repeat;
  	background-size: 30px 30px;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.login-additional {
  padding: 2em 1em 0;
}
.login-additional h3 {
  margin: 0 0 0.5em;
}
.login-additional p {
  text-align: left;
  margin: 0 0 0.5em;
}

/* Overlays */
.col-resource {
	text-align: left;
	margin: 2em auto 0;
}
.col-resource ul li {
	display: block;
	font-size: 16px;
	padding: 0 0 0.5em;
}
.col-resource ul li a {
	display: block;
	color: #666666;
}
.col-resource .search input {
	width: 83%;
	font-size: 16px;
	padding: 0.5em 1em 0.5em 40px;
	margin: 0 auto 1.5em;
	border: 1px solid #ccc;
	background: #fff url('../images/shared/search.png') 10px center no-repeat;
	background-size: 20px 20px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.col-resource a.login,.col-resource a.scheduler {
	font-size: 18px;
}
.menu-close a {
	position: fixed;
	display: block;
	z-index: 999;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url('../images/shared/close.png') center center no-repeat;
  	background-size: 30px 30px;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.col-buttons {
	text-align: left;
	margin: 0 auto 2em;
}

/* Footer */
.subscribe {
	display: block;
	padding: 2em 1em;
	color: #fff;
	background: #222;
	text-align: center;
}
.subscribe .container {
	display: block;
	max-width: 900px;
	margin: 0 auto;
}
.subscribe-label {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	background: transparent url('../images/shared/email-white.png') top center no-repeat;
	background-size: 24px auto;
	padding-left: 0;
	padding-top: 30px;
	padding-bottom: 1em;
	text-align: center;
}
.subscribe-form {
	display: block;
	text-align: left;
	overflow: hidden;
}
.subscribe-form input {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	padding: 0.6em 1em;
	border: 1px solid #222;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.subscribe-form button {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	border: 2px solid #666666;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	padding: 0.35em 1.5em;
	margin-left: 0;
	margin-top: 1em;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.subscribe-form button:hover {
	color: #fff;
	background: #222;
	border: 2px solid #222;
}
.footer {
	display: block;
	padding: 3em 1em;
	background: #222;
	background-size: 150% auto;
	color: #fff;
}
.footer .container {
	display: block;
	margin: 0 auto;
	max-width: 1480px;
}
.footer .col {
	display: block;
	text-align: left;
}
.footer .company {
	display: block;
	width: 100%;
	text-align: left;
}
.footer .col h5 {
	margin: 0 0 1em;
	padding: 0;
}
.footer .col h5,.footer .col h5 a {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}
.footer .col h5 a:hover {
	color: #ddd;
}
.footer .col ul {
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}
.footer .col a {
	display: block;
	font-size: 15px;
	color: #999;
	font-weight: normal;
}
.footer .col a:hover {
	color: #fff;
}
.routing {
  display: block;
  color: #fff;
  margin: 2em 0 0.25em;
}
.address {
	font-size: 16px;
	color: #999;
	margin: 0 0 1em;
}
.copyright,.qualify {
	display: block;
	padding-top: 1em;
	font-size: 15px;
	color: #999;
	text-align: center;
}
.qualify img {
  opacity: 0.5;
}
.social {
	padding-top: 1em;
	padding-bottom: 1em;
}
.social a {
	display: inline-block !important;
	width: 36px;
	height: 36px;
	margin-right: 0.6em;
	padding: 0;
	border: 2px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	opacity: 0.5;
}
.social a:hover {
	opacity: 1;
}
.social a.linkedin {
	background: transparent url('../images/shared/linkedin.png') center center no-repeat;
	background-size: 21px 21px;
	text-indent: -9999px;
}
.social a.facebook {
	background: transparent url('../images/shared/facebook.png') center center no-repeat;
	background-size: 21px 21px;
	text-indent: -9999px;
}
.social a.xcom {
	background: transparent url('../images/shared/x.png') center center no-repeat;
	background-size: 21px 21px;
	text-indent: -9999px;
}
.social a.instagram {
	background: transparent url('../images/shared/instagram.png') center center no-repeat;
	background-size: 21px 21px;
	text-indent: -9999px;
}
.social a.youtube {
	background: transparent url('../images/shared/youtube.png') center center no-repeat;
	background-size: 21px 21px;
	text-indent: -9999px;
}
.disclaimer-general {
	background: #fff;
	padding: 1.5em;
}
.disclaimer-general .container {
	display: block;
	margin: 0 auto;
	max-width: 1480px;
	font-size: 0.85em;
	color: #666;
}
.disclaimer-general a {
	color: #222;
}
.disclaimer-general a:hover {
	color: #222;
}

/* Refresh */
@-ms-keyframes slidein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes slidein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes slidein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes slidein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes slidein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
/*section {
  opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section.section-visible {
	animation-name: slidein;
	animation-delay: 0.5s;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}*/

.announcement {
  position: relative;
  opacity: 1;
  padding: 0.75em 1em;
  color: #ccc;
  background: #fff;
  text-align: center;
  font-size: 16px;
}
.announcement a.announcement-link {
  border-right: 1px solid #ccc;
  padding-right: 1em;
  margin-right: 1em;
  color: #125efa;
}
.announcement a.announcement-link:last-child {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0;
}
.announcement a:hover {
  color: #444;
}
.announcement a.message-close {
	position: absolute;
	top: 0.6em;
	right: 0.6em;
	z-index: 999;
	padding: 0;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url('../images/shared/close.png') center center no-repeat;
	background-size: cover;
	opacity: 0.5;
}
.announcement a.message-close:hover {
	opacity: 1;
}
.announcement .promo-carousel .owl-dot {
	border: 1px solid #ccc !important;
}
.announcement .promo-carousel .owl-dot.active {
  background: #125efa !important;
	border: 1px solid #125efa !important;
}

.red-announcement {
  position: relative;
  opacity: 1;
  padding: 0.75em 1em;
  color: #fff;
  background: #cc0000;
  text-align: center;
  font-size: 16px;
}
.red-announcement a.announcement-link {
  border-right: 1px solid rgba(255,255,255,0.50);
  padding-right: 1em;
  margin-right: 1em;
  color: #fff;
}
.red-announcement a.announcement-link:last-child {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0;
}
.red-announcement a:hover {
  opacity: 0.85;
}
.red-announcement a.message-close {
	position: absolute;
	top: 0.6em;
	right: 0.6em;
	z-index: 999;
	padding: 0;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url('../images/shared/close-white.png') center center no-repeat;
	background-size: cover;
	opacity: 0.5;
}
.red-announcement a.message-close:hover {
	opacity: 1;
}

.color-announcement {
  position: relative;
  opacity: 1;
  padding: 0.75em 1em;
  color: #fff;
  background: #004b2f;
  text-align: center;
  font-size: 16px;
}
.color-announcement a.announcement-link {
  border-right: 1px solid rgba(255,255,255,0.50);
  padding-right: 1em;
  margin-right: 1em;
  color: #fff;
}
.color-announcement a.announcement-link:last-child {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0;
}
.color-announcement a:hover {
  opacity: 0.85;
}
.color-announcement a.message-close {
	position: absolute;
	top: 0.6em;
	right: 0.6em;
	z-index: 999;
	padding: 0;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url('../images/shared/close-white.png') center center no-repeat;
	background-size: cover;
	opacity: 0.5;
}
.color-announcement a.message-close:hover {
	opacity: 1;
}
.personal .color-announcement,.secondary-personal .color-announcement,.locations  .color-announcement,.about .color-announcement,.detail-search .color-announcement {
  background: #004b2f;
}
.wealth .color-announcement,.secondary-wealth .color-announcement {
  background: #222;
}
.business .color-announcement,.secondary-business .color-announcement {
  background: #001f3a;
}
.agriculture .color-announcement,.secondary-agriculture .color-announcement {
  background: #85432e;
}

.announcement.section-visible,.red-announcement.section-visible,.color-announcement.section-visible,.announcement.section-visible {
  animation-name: unset !important;
}

.promotion {
  position: relative;
  opacity: 1;
  padding: 0.75em 1em;
  color: #ccc;
  background: #fff;
  text-align: center;
  font-size: 16px;
}
.promotion a.promotion-link {
  border-right: 1px solid #ccc;
  padding-right: 1em;
  margin-right: 1em;
  color: #125efa;
}
.promotion a.promotion-link:last-child {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0;
}
.promotion a:hover {
  color: #444;
}
.promotion a.message-close {
	position: absolute;
	top: 0.6em;
	right: 0.6em;
	z-index: 999;
	padding: 0;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url('../images/shared/close.png') center center no-repeat;
	background-size: cover;
	opacity: 0.5;
}
.promotion a.message-close:hover {
	opacity: 1;
}

.red-promotion {
  position: relative;
  opacity: 1;
  padding: 0.75em 1em;
  color: #fff;
  background: #cc0000;
  text-align: center;
  font-size: 16px;
}
.red-promotion a.promotion-link {
  border-right: 1px solid rgba(255,255,255,0.50);
  padding-right: 1em;
  margin-right: 1em;
  color: #fff;
}
.red-promotion a.promotion-link:last-child {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0;
}
.red-promotion a:hover {
  opacity: 0.85;
}
.red-promotion a.message-close {
	position: absolute;
	top: 0.6em;
	right: 0.6em;
	z-index: 999;
	padding: 0;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url('../images/shared/close-white.png') center center no-repeat;
	background-size: cover;
	opacity: 0.5;
}
.red-promotion a.message-close:hover {
	opacity: 1;
}

.color-promotion {
  position: relative;
  opacity: 1;
  padding: 0.75em 1em;
  color: #fff;
  background: #004b2f;
  text-align: center;
  font-size: 16px;
}
.color-promotion a.promotion-link {
  border-right: 1px solid rgba(255,255,255,0.50);
  padding-right: 1em;
  margin-right: 1em;
  color: #fff;
}
.color-promotion a.promotion-link:last-child {
  border-right: 0px;
  padding-right: 0;
  margin-right: 0;
}
.color-promotion a:hover {
  opacity: 0.85;
}
.color-promotion a.message-close {
	position: absolute;
	top: 0.6em;
	right: 0.6em;
	z-index: 999;
	padding: 0;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background: transparent url('../images/shared/close-white.png') center center no-repeat;
	background-size: cover;
	opacity: 0.5;
}
.color-promotion a.message-close:hover {
	opacity: 1;
}
.personal .color-promotion,.secondary-personal .color-promotion,.locations  .color-promotion,.about .color-promotion,.detail-search .color-promotion {
  background: #004b2f;
}
.wealth .color-promotion,.secondary-wealth .color-promotion {
  background: #222;
}
.business .color-promotion,.secondary-business .color-promotion {
  background: #001f3a;
}
.agriculture .color-promotion,.secondary-agriculture .color-promotion {
  background: #85432e;
}

.why {
	background: #fff;
	padding: 2em 1em 1em;
}
.why h2,.why-heading {
	font-size: 28px;
	color: #125efa;
	margin: 0 auto 0.5em;
	text-align: center;
}
.why-heading h1 {
  display: inline;
  font-size: 28px !important;
	color: #125efa;
}
.roundblocks {
	display: block;
	margin: 0 auto;
	max-width: 1480px;
}
.roundblock {
	display: block;
	margin: 1em 1em 2em;
	text-align: center;
}
.roundblock img {
	margin: 0 0 2em;
	width: 100%;
	max-width: 240px;
	height: auto;
	border: 5px solid #ddd;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.roundblock img:hover {
	border: 5px solid #125efa;
}
.roundblock h3 {
	font-size: 20px;
	color: #125efa;
	margin: 0 0 0.25em;
}
.roundblock h3 a {
	color: #125efa;
}
.roundblock h3 a:hover {
	color: #222;
}
.roundblock p {
	font-size: 16px;
	color: #444;
	margin:0;
}
.resources {
	background: #fff;
	padding: 4em 0 1em;
}
.resources h2 {
	font-size: 28px;
	color: #222;
	font-weight: normal;
	margin: 0 auto 0.5em;
	text-align: center;
}
.blogs .owl-item {
	opacity: 0.5;
}
.blogs .owl-item.active {
	opacity: 1;
}
.blog-item {
	padding: 0 1.5em;
}
.blog-item img {
	width: 100%;
	height: auto;
}
.blog-item h3 {
	font-size: 18px;
	color: #444;
	margin: 0;
	padding: 0.5em;
	text-align: center;
}
.blog-item h3 a {
	color: #444;
}
.blog-item h3 a:hover {
	color: #222;
}
.blogs .owl-nav {
	position: relative;
	text-align: center;
}
.blogs .owl-nav button span {
	font-size: 2em;
}
.splithero {
	background: #fff;
	margin-top: -55px;
	animation-delay: 0s;
	opacity: 1 !important;
}
.splithero .slide-right,.splithero .slide-center,.splithero .slide-left {
	min-height: 360px !important;
}
.slide-left,.slide-right {
	padding-top: 55px;
}
.splithero .copy,.splithero .image {
	text-align: center;
}
.splithero .image {
  padding: 0 1.5em;
}
.splithero .copy {
  padding: 3em 1.5em;
}
.splithero .headline {
	font-size: 24px;
	line-height: 1.1;
	color: #222;
	margin: 0 0 0.5em;
}
.splithero .text {
	font-size: 16px;
	color: #444;
	margin: 0 0 1em;
}
.splithero a.btn-green,.splithero a.btn-white,.splithero a.btn-blue,.splithero a.btn-grey,.splithero a.btn-green-sec,.splithero a.btn-white-sec,.splithero a.btn-blue-sec,.splithero a.btn-grey-sec {
	font-size: 14px;
}
.splithero .desktop-image {
  display: none;
}
.splithero .mobile-image {
  display: block;
}
.slide-background {
  background-color: transparent;
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: top right;
}
.slide-white .headline,.slide-white .text {
	color: #fff;
}
.splithero .owl-dots {
	position: absolute;
	bottom: 1em;
	left: 45%;
	line-height: 0.75;
	max-width: 180px;
}
.splithero .owl-dot {
	width: 10px;
	height: 10px;
	margin-right: 0.25em;
	background: #fff;
	border: 1px solid #fff !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.splithero .owl-dot.active {
	background: #fff;
	border: 1px solid #fff !important;
}
.darkslide .owl-dot {
	background: transparent;
	border: 1px solid #ccc !important;
}
.darkslide .owl-dot.active {
	background: #125efa;
	border: 1px solid #125efa !important;
}
.product-tabs {
	text-align: center;
}
.product-tabs a {
	display: inline-block;
	padding: 0.5em 1em;
	color: #444;
	text-transform: uppercase;
	text-decoration: none;
}
.product-tabs a:hover {
	color: #125efa;
}
.product-tabs a.active {
	color: #125efa;
	text-decoration: underline;
}
.products-carousel .product {
	width: auto;
	margin: 2em;
}
.bg-white {
	background-color: #fff;
}
.bg-grey {
	background-color: #f5f5f5;
}
.bg-personal,.bg-about {
	background-color: #125efa;
}
.bg-business {
	background-color: #003869;
}
.bg-wealth {
	background-color: #222;
}
.bg-agriculture {
	background-color: #9d5842;
}
/*.case-study.bg-white {
	border-top: 1px solid #e5e5e5;
}*/
.cs-copy-ctr {
	padding: 3em 3em 2em;
}
.cs-copy h3 {
	font-size: 21px;
	margin: 0 0 0.5em;
}
.secondary-agriculture .cs-copy h4 {
	font-size: 24px;
	margin: 0 0 0.5em;
	color: #85432e;
}
.secondary-agriculture .cs-copy-ctr p a,.secondary-agriculture .cs-copy-ctr ul li a {
  color: #9d5842;
}
.secondary-agriculture .cs-copy-ctr p a:hover,.secondary-agriculture .cs-copy-ctr ul li a:hover {
  color: #85432e;
}
.secondary-agriculture .cs-copy hr {
  margin: 1em 0;
}
.personal .cs-copy h3,.personal .cs-copy h3 a,.detail-personal .cs-copy h3,.detail-personal .cs-copy h3 a {
	color: #125efa;
}
.personal .cs-copy h3 a:hover,.detail-personal .cs-copy h3 a:hover {
	color: #004b2f;
}
.business .cs-copy h3,.business .cs-copy h3 a,.detail-business .cs-copy h3,.detail-business .cs-copy h3 a {
	color: #003869;
}
.business .cs-copy h3 a:hover,.detail-business .cs-copy h3 a:hover {
	color: #001f3a;
}
.wealth .cs-copy h3,.wealth .cs-copy h3 a,.detail-wealth .cs-copy h3,.detail-wealth .cs-copy h3 a {
	color: #222;
}
.wealth .cs-copy h3 a:hover,.detail-wealth .cs-copy h3 a:hover {
	color: #444;
}
.agriculture .cs-copy h3,.agriculture .cs-copy h3 a,.detail-agriculture .cs-copy h3,.detail-agriculture .cs-copy h3 a {
	color: #9d5842;
}
.business .cs-copy h3 a:hover,.detail-business .cs-copy h3 a:hover {
	color: #85432e;
}
.bg-personal ul li,.bg-personal ul li a,.bg-business ul li,.bg-business ul li a,.bg-wealth ul li,.bg-wealth ul li a,.bg-agriculture ul li,.bg-agriculture ul li a {
  color: #fff;
}
.bg-agriculture a.btn-white:hover {
  color: #9d5842 !important;
  background: #fff !important;
}
.bg-personal .cs-copy h3,.bg-personal .cs-copy h3 a,.bg-business .cs-copy h3,.bg-business .cs-copy h3 a,.bg-wealth .cs-copy h3,.bg-wealth .cs-copy h3 a,.bg-agriculture .cs-copy h3,.bg-agriculture .cs-copy h3 a {
	color: #fff;
}
.bg-personal .cs-copy h3 a:hover,.bg-business .cs-copy h3 a:hover,.bg-wealth .cs-copy h3 a:hover,.bg-agriculture .cs-copy h3 a:hover {
	color: #fff;
	opacity: 0.75;
}
.bg-personal .cs-copy p,.bg-business .cs-copy p,.bg-wealth .cs-copy p,.bg-agriculture .cs-copy p {
	color: #fff;
}
.cs-img img {
	width: 100%;
	height: auto;
}
.benefits.bg-personal,.benefits-left.bg-personal {
	border-color: #125efa;
}
.benefits.bg-business,.benefits-left.bg-business {
	border-color: #003869;
}
.benefits.bg-wealth,.benefits-left.bg-wealth {
	border-color: #222;
}
.benefits.bg-agriculture,.benefits-left.bg-agriculture {
	border-color: #9d5842;
}
.benefits.bg-personal h2 a,.benefits.bg-business h2 a,.benefits.bg-wealth h2 a,.benefits.bg-about h2 a,.benefits.bg-agriculture h2 a,.benefits.bg-personal p,.benefits.bg-business p,.benefits.bg-wealth p,.benefits.bg-about p,.benefits.bg-agriculture p {
	color: #fff;
}
.benefits.bg-personal h2 a:hover,.benefits.bg-business h2 a:hover,.benefits.bg-wealth h2 a:hover,.benefits.bg-about h2 a:hover,.benefits.bg-agriculture h2 a:hover {
	color: #fff;
	opacity: 0.75;
}
.white.bg-grey {
	background: #f5f5f5;
}
.white.bg-personal,.white.bg-about {
	background: #125efa;
	color: #fff !important;
}
.white.bg-business {
	background: #003869;
	color: #fff !important;
}
.white.bg-wealth {
	background: #222;
	color: #fff !important;
}
.white.bg-agriculture {
	background: #9d5842;
	color: #fff !important;
}
.white.bg-personal a,.white.bg-about a,.white.bg-business a,.white.bg-wealth a,.white.bg-agriculture a {
	color: #fff !important;
}
.white.bg-personal a:hover,.white.bg-about a:hover,.white.bg-business a:hover,.white.bg-wealth a:hover,.white.bg-agriculture a:hover {
	color: #fff !important;
	opacity: 0.75;
}
.white.bg-personal h1 a,.white.bg-personal h2 a,.white.bg-personal h3 a,.white.bg-personal h4 a,.white.bg-personal h5 a,.white.bg-personal h6 a,.white.bg-about h1 a,.white.bg-about h2 a,.white.bg-about h3 a,.white.bg-about h4 a,.white.bg-about h5 a,.white.bg-about h6 a,.white.bg-business h1 a,.white.bg-business h2 a,.white.bg-business h3 a,.white.bg-business h4 a,.white.bg-business h5 a,.white.bg-business h6 a,.white.bg-wealth h1 a,.white.bg-wealth h2 a,.white.bg-wealth h3 a,.white.bg-wealth h4 a:hover,.white.bg-wealth h5 a,.white.bg-wealth h6 a,.white.bg-agriculture h1 a,.white.bg-agriculture h2 a,.white.bg-agriculture h3 a,.white.bg-agriculture h4 a,.white.bg-agriculture h5 a,.white.bg-agriculture h6 a {
	color: #fff !important;
}
.white.bg-personal h1 a:hover,.white.bg-personal h2 a:hover,.white.bg-personal h3 a:hover,.white.bg-personal h4 a:hover,.white.bg-personal h5 a:hover,.white.bg-personal h6 a:hover,.white.bg-about h1 a:hover,.white.bg-about h2 a:hover,.white.bg-about h3 a:hover,.white.bg-about h4 a:hover,.white.bg-about h5 a:hover,.white.bg-about h6 a:hover,
.white.bg-business h1 a:hover,.white.bg-business h2 a:hover,.white.bg-business h3 a:hover,.white.bg-business h4 a:hover,.white.bg-business h5 a:hover,.white.bg-business h6 a:hover,.white.bg-wealth h1 a:hover,.white.bg-wealth h2 a:hover,.white.bg-wealth h3 a:hover,.white.bg-wealth h4 a:hover,.white.bg-wealth h5 a:hover,.white.bg-wealth h6 a:hover,.white.bg-agriculture h1 a:hover,.white.bg-agriculture h2 a:hover,.white.bg-agriculture h3 a:hover,.white.bg-agriculture h4 a:hover,.white.bg-agriculture h5 a:hover,.white.bg-agriculture h6 a:hover {
	color: #fff !important;
	opacity: 0.75;
}

/* Product Landing */
.header {
	background: #125efa;
}
.personal .header {
	background: #125efa;
}
.business .header {
	background: #003869;
}
.wealth .header {
	background: #444;
}
.agriculture .header {
	background: #9d5842;
}
.personal .navigation a.login,.detail-personal .navigation a.login,.business .navigation a.login,.detail-business .navigation a.login,.wealth .navigation a.login,.detail-wealth .navigation a.login,.locations .navigation a.login,.branch-detail .navigation a.login,.agriculture .navigation a.login,.detail-agriculture .navigation a.login {
	border: 2px solid #fff;
	color: #fff;
}
.personal .navigation a.scheduler,.detail-personal .navigation a.scheduler,.locations .navigation a.scheduler,.branch-detail .navigation a.scheduler {
	border: 2px solid #fff;
	background: #fff !important;
  color: #125efa !important;
}
.personal .navigation a.login:hover,.detail-personal .navigation a.login:hover,.locations .navigation a.login:hover,.branch-detail .navigation a.login:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #125efa;
}
.personal .navigation a.scheduler:hover,.detail-personal .navigation a.scheduler:hover,.locations .navigation a.scheduler:hover,.branch-detail .navigation a.scheduler:hover {
  background: #125efa !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.business .navigation a.login:hover,.detail-business .navigation a.login:hover {
  background: #fff!important;
  border: 2px solid #fff;
  color: #003869!important;
}
.business .navigation a.scheduler,.detail-business .navigation a.scheduler {
  background: #fff;
  border: 2px solid #fff;
  color: #003869;
}
.business .navigation a.scheduler:hover,.detail-business .navigation a.scheduler:hover {
  background: #003869 !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.wealth .navigation a.login:hover,.detail-wealth .navigation a.login:hover {
	background: #fff;
  border: 2px solid #fff;
  color: #444;
}
.wealth .navigation a.scheduler,.detail-wealth .navigation a.scheduler {
	background: #fff !important;
  border: 2px solid #fff;
  color: #444 !important;
}
.wealth .navigation a.scheduler:hover,.detail-wealth .navigation a.scheduler:hover {
	background: #444 !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.agriculture .navigation a.login:hover,.detail-agriculture .navigation a.login:hover {
	background: #fff;
  border: 2px solid #fff;
  color: #85432e;
}
.agriculture .navigation a.scheduler,.detail-agriculture .navigation a.scheduler {
	background: #fff !important;
  border: 2px solid #fff;
  color: #9d5842 !important;
}
.agriculture .navigation a.scheduler:hover,.detail-agriculture .navigation a.scheduler:hover {
	background: #85432e !important;
  border: 2px solid #fff;
  color: #fff !important;
}
.heading {
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	min-height: 170px;
	text-align: center;
	padding: 0 1.5em;
	border-bottom: 1px solid #e5e5e5;
}
.secondary-personal .heading.dark,.secondary-about .heading.dark,.heading.branch-landing {
	background-color: #125efa;
	border-bottom: 1px solid #125efa;
}
.secondary-business .heading.dark {
	background-color: #003869;
	border-bottom: 1px solid #003869;
}
.secondary-wealth .heading.dark {
	background-color: #222;
	border-bottom: 1px solid #222;
}
.secondary-agriculture .heading.dark {
	background-color: #9d5842;
	border-bottom: 1px solid #9d5842;
}
.heading .breadcrumbs {
	font-size: 16px;
	padding-top: 2em;
	color: #ccc;
}
.heading .breadcrumbs a,.heading .breadcrumbs span {
	color: #444;
	padding: 0 0.25em;
}
.heading.dark .breadcrumbs a,.heading.branch-landing .breadcrumbs a,.heading.dark .breadcrumbs span,.heading.branch-landing .breadcrumbs span {
	color: #fff;
}
@-webkit-keyframes fadeup {
  0%   { opacity: 0;padding-top: 1.5em; }
  100% { opacity: 1;padding-top: 0.5em; }
}
@-moz-keyframes fadeup {
  0%   { opacity: 0;padding-top: 1.5em; }
  100% { opacity: 1;padding-top: 0.5em; }
}
@-o-keyframes fadeup {
  0%   { opacity: 0;padding-top: 1.5em; }
  100% { opacity: 1;padding-top: 0.5em; }
}
@keyframes fadeup {
  0%   { opacity: 0;padding-top: 1.5em; }
  100% { opacity: 1;padding-top: 0.5em; }
}
.heading .headline {
	font-size: 36px;
	line-height: 1;
	color: #222;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	max-width: 1240px;
	margin: 0 auto;
	opacity: 0;
	animation-name: fadeup;
  	animation-delay: 1s;
  	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.secondary-personal .heading .headline,.detail-personal .heading .headline {
	color: #125efa;
}
.secondary-personal .heading.dark .headline,.detail-personal .heading.dark .headline {
	color: #fff;
}
.secondary-business .heading .headline,.detail-business .heading .headline {
	color: #003869;
}
.secondary-business .heading.dark .headline,.detail-business .heading.dark .headline {
	color: #fff;
}
.secondary-wealth .heading .headline,.detail-wealth .heading.dark .headline {
	color: #222;
}
.secondary-wealth .heading.dark .headline,.detail-wealth .heading.dark .headline {
	color: #fff;
}
.secondary-agriculture .heading .headline,.detail-agriculture .heading.dark .headline {
	color: #9d5842;
}
.secondary-agriculture .heading.dark .headline,.detail-agriculture .heading.dark .headline {
	color: #fff;
}
.categories {
	background: #f5f5f5;
	padding: 3em 1em;
}
.categories h1,.categories h2 {
	font-size: 28px;
	color: #222;
	margin: 0.5em auto;
	text-align: center;
}
.personal .categories h2,.about .categories h2 {
  color: #125efa;
}
.business .categories h2 {
  color: #003869;
}
.wealth .categories h2 {
  color: #222;
}
.agriculture .categories h2 {
  color: #9d5842;
}
.categories .container {
	display: block;
	margin: 0 auto;
	max-width: 1480px;
}
.category {
	display: block;
	margin: 1em 1em 2em;
	background: #fff;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.category:hover {
	-webkit-box-shadow: 0px 2px 40px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 40px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 40px rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category img {
	width: 100%;
	height: auto;
}
.category-pad {
	padding: 1em;
	text-align: center;
}
.category-pad h2 {
	font-size: 20px;
	color: #125efa;
	margin: 0 0 0.25em;
}
.business .category-pad h2 {
	color: #003869;
}
.wealth .category-pad h2 {
	color: #444;
}
.agriculture .category-pad h2 {
	color: #9d5842;
}
.category-pad h2 a {
	text-transform: none;
}
.business .category-pad h2 a {
	color: #003869;
}
.wealth .category-pad h2 a {
	color: #444;
}
.agriculture .category-pad h2 a {
	color: #9d5842;
}
.category-pad h3 {
	margin: 0 0 0.25em;
}
.category-pad h3 a {
	text-transform: none;
}
.category-pad p {
	font-size: 16px;
	color: #444;
	margin:0;
	padding: 0.5em 0;
}
.category-pad a {
	color: #125efa;
	text-transform: uppercase;
}
.category-pad a:hover {
	color: #222;
}
.business .category-pad a {
	color: #003869;
}
.wealth .category-pad a {
	color: #444;
}
.agriculture .category-pad a {
	color: #9d5842;
}
.product {
	display: block;
	margin: 1em 1em 2em;
	padding: 2em;
	background: #fff;
	-webkit-box-shadow: 0px 2px 12px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 12px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 12px rgba(0,0,0,0.15);
}
.products-carousel .product,.secondary-personal .product {
	border-top: 5px solid #125efa;
}
.secondary-business .product {
	border-top: 5px solid #003869;
}
.secondary-wealth .product {
	border-top: 5px solid #222;
}
.secondary-agriculture .product {
	border-top: 5px solid #9d5842;
}
.product:hover {
	-webkit-box-shadow: 0px 2px 40px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 40px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 40px rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product h2,.product h3 {
	font-size: 20px;
	color: #125efa;
	margin: 0 0 0.25em;
	text-align: center;
}
.product h2 a,.product h3 a {
	color: #125efa;
}
.product h2 a:hover,.product h3 a:hover {
	color: #222;
}
.product p {
	font-size: 16px;
	color: #444;
	margin:0;
	text-align: center;
}
.product ul {
	list-style-type: none;
	margin: 2em 0;
	padding: 0;
	border-top: 1px solid #ccc;
}
.body-translation-es .product ul {
	margin: 1em 0 !important;
}
.product ul li {
	font-size: 16px;
	color: #666666;
	padding: 0.75em 0 0.75em 30px;
	background: transparent url('../images/shared/check.png') left center no-repeat;
	background-size: 16px 16px;
	border-bottom: 1px solid #ccc;
}
.product a.btn {
	display: block;
	width: auto;
	font-size: 16px;
	color: #125efa;
	font-weight: normal;
	border: 2px solid #125efa;
	background: transparent;
	text-transform: uppercase;
	padding: 0.5em 2em;
	margin: 0.5em auto;
	text-align: center;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.product a.btn:hover {
	color: #fff;
	border: 2px solid #125efa;
	background: #125efa;
	padding: 0.5em 3em;
}
.product a.lk {
	display: block;
	color: #125efa;
	text-transform: uppercase;
	margin: 1em auto 0;
	padding: 0;
	text-align: center;
}
.product a.lk:hover {
	color: #222;
}
.product-feature {
	display: block;
	margin: 1em 1em 2em;
	padding: 2em;
	background: #f5f5f5;
	border: 3px solid #ccc;
	text-align: center;
}
.product-feature:hover {
	border: 3px solid #333;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.product-feature img {
	display: block;
	margin: 2em auto;
	width: 50%;
	height: auto;
}
.product-feature h3 {
	font-size: 20px;
	color: #222;
	margin: 0 0 0.25em;
	text-align: center;
}
.product-feature h3 a {
	color: #222;
}
.product-feature h3 a:hover {
	color: #444;
}
.product-feature p {
	font-size: 16px;
	color: #444;
	margin: 1em 0;
	text-align: center;
}
.product-feature a.btn {
	display: block;
	width: auto;
	font-size: 16px;
	color: #444;
	font-weight: normal;
	border: 2px solid #444;
	background: transparent;
	text-transform: uppercase;
	padding: 0.5em 2em;
	margin: 0.5em auto;
	text-align: center;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.product-feature a.btn:hover {
	color: #fff;
	border: 2px solid #222;
	background: #222;
	padding: 0.5em 3em;
}
h2.anchor {
	display: block;
	width: 100%;
	text-align: center;
	outline: none;
}

/* Refresh Media Queries */
@media only screen and (min-width: 768px) {
	body {
		font-size: 18px;
	}
	.utility {
		margin-top: 20px;
	}
	hr {
		margin: 3em 0;
	}
	.promo-carousel .owl-dot {
		margin-right: 0.5em;
	}
	.footer {
		padding: 5em 1em;
		background-size: 100% auto;
	}
	.footer .container {
		padding: 0 1em;
	}
	.footer .col {
		display: block;
		float: left;
		width: 31%;
		text-align: left;
		min-height: 260px;
		padding-right: 2%;
	}
	.footer .company {
		width: auto;
		text-align: left;
	}
	.social {
		padding-bottom: 0;
	}
	.social a {
		display: block;
		float: left;
	}
	.copyright {
		text-align: left;
	}
	.qualify {
		text-align: right;
	}
	.copyright,.qualify {
		float: left;
		width: 50%;
	}
	.contain {
		padding-left: 2em;
		padding-right: 2em;
	}
	.grid-1 {
		width:6.6666666666667%
	}
	.grid-2 {
		width:16%
	}
	.grid-3 {
		width:25%
	}
	.grid-4 {
		width:31.666666666667%
	}
	.grid-5 {
		width:40%
	}
	.grid-6 {
		width:50%
	}
	.grid-7 {
		width:56.666666666667%
	}
	.grid-8 {
		width:65%
	}
	.grid-9 {
		width:75%
	}
	.lt-ie8 .grid-9,.lt-ie8 .grid-8,.lt-ie8 .grid-4,.lt-ie8 .grid-3{
		margin-right:0
	}
	.grid-10 {
		width:81.666666666667%
	}
	.grid-11 {
		width:90%
	}
	.grid-12 {
		width:98.333333333333%
	}
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,	.grid-12 {
		float:left;
		display:block;
		/*margin-left:.83333333333333%;
		margin-right:.83333333333333%*/
	}
a.btn-green,a.btn-white,a.btn-blue,a.btn-grey,a.btn-copper,a.btn-green-sec,a.btn-blue-sec,a.btn-grey-sec,a.btn-white-sec,a.btn-copper-sec {
		display: inline-block;
		margin: 0.5em 1em 0.5em 0 !important;
  	}
	.why {
		padding: 5em 1em !important;
	}
	.why h2,.why-heading {
		font-size: 40px !important;
	}
	.why-heading h1 {
    font-size: 40px !important;
  }
	.roundblocks {
		display: flex;
	}
	.roundblock {
		flex: 1;
		margin: 1em;
	}
	.roundblock h3 {
		font-size: 22px;
	}
	.roundblock p {
		font-size: 18px;
	}
	.resources {
		padding: 5em 0;
	}
	.blog-item h3 {
		padding: 1em;
	}
	.splithero {
		margin-top: -95px;
	}
	.splithero .owl-dots {
		left: 1em;
	}
	.slide-background {
  		background-size: cover;
  	}
  	.splithero .copy {
  		padding: 1.5em;
	}
	.slide-left,.slide-right {
		padding-top: 95px;
	}
	.slide-left .image {
		float: left;
		width: 50%;
    	padding: 0;
	}
	.slide-right .image {
		float: right;
		width: 50%;
		padding: 0;
	}
	.slide-left .copy {
		float: right;
	}
	.slide-right .copy {
		float: left;
	}
	.slide-left .copy,.slide-right .copy {
		width: 35%;
		padding: 5% 7.5%;
		text-align: left;
	}
	.splithero .desktop-image {
		display: block;
	}
	.splithero .mobile-image {
		display: none;
	}
	.splithero a.btn-green,.splithero a.btn-white,.splithero a.btn-blue,.splithero a.btn-grey,.splithero a.btn-green-sec,.splithero a.btn-white-sec,.splithero a.btn-blue-sec,.splithero a.btn-grey-sec {
		font-size: 18px;
	}
	.splithero .owl-dot {
		margin-right: 0.5em;
	}
	.resources h2 {
		font-size: 40px;
	}
	.blogs .owl-nav button span {
		font-size: 3em;
	}
	.blogs .owl-nav button.owl-prev {
		position: absolute;
		left: 5.25%;
		margin-top: -15%;
	}
	.blogs .owl-nav button.owl-next {
		position: absolute;
		right: 5.25%;
		margin-top: -15%;
	}
	.routing {
    margin: -1.5em 0 0.25em;
  }
}
@media only screen and (min-width: 1024px) {
	.splithero .headline {
		font-size: 40px;
	}
	.splithero .text {
		font-size: 18px;
		margin: 0 0 1em;
	}
	.slide-left .copy,.slide-right .copy {
		width: 35%;
		padding: 12% 7.5%;
		text-align: left;
	}
	.case-study {
		display: flex;
	}
	.cs-img,.cs-copy {
		flex: 1;
		width: 50%;
	}
	.case-study.img-left,.case-study-wrapper.img-left {
		flex-direction: row;
	}
	.case-study.img-right,.case-study-wrapper.img-right {
		flex-direction: row-reverse;
	}
	.cs-copy {
		position: relative;
	}
	.cs-copy-ctr {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		max-width: 80%;
		padding: 0 10%;
	}
	.cs-copy h3 {
		font-size: 36px
	}
}

.savings-rates {
	min-width: 45%;
}
.savings-rates h3,.savings-products h3 {
	font-size: 28px;
	color: #333;
	margin-top: 0;
}

/* Product Detail */
.pdp .heading {
	border-bottom: 0px !important;
}
/*.detail-personal .footer,.detail-business .footer,.detail-wealth .footer {
	border-top: 25px solid #fff;
}*/
.pdp .footer {
	border-top: 0px !important;
}
.detail-personal .white {
	border: 0px;
}
.detail-personal .header {
	background: #125efa;
}
.detail-business .header {
	background: #003869;
}
.detail-wealth .header {
	background: #444444;
}
.detail-agriculture .header {
	background: #9d5842;
}
/*.detail-personal .heading {
	text-align: center;
	padding: 2em;
	background: rgb(0,105,66);
	background: -moz-linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	background: linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#125efa",endColorstr="#012f1e",GradientType=1);
}
.detail-business .heading {
	text-align: center;
	padding: 2em;
	background: rgb(0,56,105);
	background: -moz-linear-gradient(180deg, rgba(0,56,105,1) 0%, rgba(0,31,58,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,56,105,1) 0%, rgba(0,31,58,1) 100%);
	background: linear-gradient(180deg, rgba(0,56,105,1) 0%, rgba(0,31,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003869",endColorstr="#001f3a",GradientType=1);
}
.detail-wealth .heading {
	text-align: center;
	padding: 2em;
	background: rgb(68,68,68);
	background: -moz-linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444444",endColorstr="#222222",GradientType=1);
}
.detail-personal .breadcrumbs {
	color: #97c0b1;
}
.detail-business .breadcrumbs {
	color: #97acbe;
}
.detail-wealth .breadcrumbs {
	color: #999;
}
.detail-personal .heading .breadcrumbs a {
	color: #fff;
	opacity: 0.6;
	padding: 0 0.25em;
}
.detail-personal .heading .breadcrumbs a:hover {
	opacity: 1;
}*/
.detail-personal .offer,.detail-business .offer,.detail-wealth .offer,.secondary-agriculture .offer {
	font-size: 24px;
	text-align: center;
	background: none;
	margin-bottom: 1em;
}
.detail-personal .offer h1,.detail-personal .offer h2 {
  font-size: 28px;
  font-weight: 400;
  color: #125efa;
  margin: 0.5em 0;
}
.detail-business .offer h1,.detail-business .offer h2 {
  font-size: 28px;
  font-weight: 400;
  color: #003869;
  margin: 0.5em 0;
}
.detail-wealth .offer h1,.detail-wealth .offer h2 {
  font-size: 28px;
  font-weight: 400;
  color: #222;
  margin: 0.5em 0;
}
.secondary-agriculture .offer h1,.secondary-agriculture .offer h2 {
  font-size: 28px;
  font-weight: 400;
  color: #9d5842;
  margin: 0.5em 0;
}
.detail-personal .offer p,.detail-business .offer p,.detail-wealth .offer p,.secondary-agriculture .offer p {
  margin: 0 auto;
}
.detail-personal .offer .disclaimer,.detail-business .offer .disclaimer,.detail-wealth .offer .disclaimer,.secondary-agriculture .offer .disclaimer {
	font-size: 18px;
	font-style: italic;
	color: #666666;
	text-align: center;
}
.white {
	background: #fff;
	padding: 2em 1em;
}
.white .container {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
}
.white p a {
	color: #125efa;
}
.white p a:hover {
	color: #222;
}
.white table {
	width: 100%;
	font-size: 17px;
	line-height: 1.2;
	text-align: left;
}
.white table th {
	vertical-align: bottom;
	display:table-cell;
}
.white table td {
	vertical-align: top;
	display:table-cell;
}
.white table tr.hd th {
	background: #666;
	color: #fff;
}
.white table th {
	background: #222;
	color: #fff;
	font-weight: normal;
	padding: 0.75em 1.5em;
	border: 1px solid #fff;
}
.white table tbody tr:nth-child(even) td {
	background: #f5f5f5;
}
.white table td {
	background: #eee;
	color: #222;
	font-weight: normal;
	padding: 0.75em 1.5em;
	border: 1px solid #fff;
}
.white table td.green {
	color: #006a41;
	font-weight: bold;
}
.offer {
	background: transparent url('../images/shared/line.png') bottom center no-repeat;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.offer-details {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
}
.offer-details h2,.offer-products h2 {
	font-size: 32px;
	color: #125efa;
}
.detail-business .offer-details h2,.detail-business .offer-products h2 {
	color: #003869 !important;
}
.detail-wealth .offer-details h2,.detail-wealth .offer-products h2 {
	color: #222 !important;
}
.secondary-agriculture .offer-details h2,.secondary-agriculture .offer-products h2 {
	font-size: 32px;
	color: #9d5842;
}
.offer-details ul {
	padding: 0 1em 0 2em;
}
.offer-details ul li {
	color: #222;
}
.secondary-agriculture .btn-green {
  border-color: #9d5842 !important;
  color: #9d5842 !important;
}
.secondary-agriculture .btn-green:hover {
  border-color: #9d5842 !important;
  color: #fff !important;
  background: #9d5842 !important;
}
.offer-product {
	display: flex;
	flex-wrap: wrap;
	padding-left: 1em;
}
.prodleft,.greencheck {
	flex: 1;
	line-height: 1.4;
	padding-bottom: 1em;
}
.prodleft {
	min-width: 50%;
}
.green {
	color: #125efa;
	font-weight: bold;
}
.greencheck {
	background: transparent url('../images/shared/cir-check.png') top left no-repeat;
	background-size: 30px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #006a41;
	padding-left: 40px;
}
.secondary-agriculture .green {
	color: #9d5842;
	font-weight: bold;
}
.detail-business .greencheck {
	background: transparent url('../images/shared/cir-check-blue.html') top left no-repeat;
	background-size: 30px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #003869;
	padding-left: 40px;
}
.detail-wealth .greencheck {
	background: transparent url('../images/shared/cir-check-grey.html') top left no-repeat;
	background-size: 30px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	padding-left: 40px;
}
.secondary-agriculture .greencheck {
	background: transparent url('../images/shared/cir-check-copper.png') top left no-repeat;
	background-size: 30px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #9d5842;
	padding-left: 40px;
}
.grey {
	padding: 2em 1em 3em;
	background: rgb(102,102,102);
	background: -moz-linear-gradient(90deg, rgba(102,102,102,1) 0%, rgba(68,68,68,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(102,102,102,1) 0%, rgba(68,68,68,1) 100%);
	background: linear-gradient(90deg, rgba(102,102,102,1) 0%, rgba(68,68,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666",endColorstr="#444444",GradientType=1);
}
.grey .container {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
}
.grey h2,.grey h3 {
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin-top: 0.5em;
}
.qualifications,.fees {
	flex: 1;
}
.fees {
	min-width: 60%;
}
.qualifications h2,.fees h2 {
	font-size: 28px;
	color: #333;
	margin-top: 0;
}
.fees h2 {
	text-align: center;
}
.qualifications ul {
	margin-bottom: 2em;
	padding-left: 2em;
	padding-right: 3em;
	font-size: 18px;
}
.qualifications ul li {
	margin-bottom: 0.5em;
}
.qualifications p {
	font-size: 14px;
}
a.check {
	display: block;
	background: transparent url('../images/shared/greycheck.png') top left no-repeat;
	background-size: 25px 25px;
	font-size: 18px;
	color: #333;
	padding-left: 35px;
	margin: 0 0 1em 1em;
	text-decoration: none;
}
a.check:hover {
	color: #006a41;
}
a.calendar {
	display: block;
	background: transparent url('../images/shared/calendar.png') top left no-repeat;
	background-size: 23px 23px;
	font-size: 18px;
	color: #333;
	padding-left: 35px;
	margin-left: 1em;
	text-decoration: none;
}
a.calendar:hover {
	color: #006a41;
}
.greyform {
	display: block;
	padding: 0 2em;
	margin: 0 auto;
	text-align: center;
}
.greyform input {
	display: inline-block;
	width: 20%;
	font-size: 18px;
	font-family: 'museo_sans500', Arial, sans-serif;
	font-weight: normal;
	padding: 0.5em;
	border: 0;
	margin-left: 0.5em;
	text-align: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.greyform input:focus {
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.6);
	-moz-box-shadow:    0px 3px 15px 0px rgba(0,0,0,0.6);
	box-shadow:         0px 3px 15px 0px rgba(0,0,0,0.6);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.greyform button {
	display: inline-block;
	width: auto;
	font-family: 'museo_sans500', Arial, sans-serif;
	font-size: 18px;
	padding: 0.5em 1.5em;
	margin-left: 0.5em;
	text-align: center;
	color: #fff;
	background: #006a41;
	border: 2px solid #006a41;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow:         0px 3px 5px 0px rgba(0,0,0,0.3);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.greyform button:hover {
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.6);
	-moz-box-shadow:    0px 3px 15px 0px rgba(0,0,0,0.6);
	box-shadow:         0px 3px 15px 0px rgba(0,0,0,0.6);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.salesforceLoading {
	display: block;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.salesforceForm {
	opacity: 0;
	animation-name: fadeup;
	animation-delay: 0s;
  animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.salesforceForm {
		opacity: 1;
		animation-name: unset;
		animation-delay: unset;
		animation-duration: unset;
		animation-iteration-count: unset;
		animation-fill-mode: unset;
	}
}
.salesforceFormSuccess {
	display: block;
	background: #006a41;
	margin: 0 2em 1em;
	padding: 1em;
	text-align: center;
	color: #fff;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.salesforceFormError {
	display: block;
	background: #cc0000;
	margin: 0 2em 1em;
	padding: 1em;
	text-align: center;
	color: #fff;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}

/* Flexible */
.subnav {
	display: block;
	background: #fff;
	padding: 1em;
	line-height: 1.4;
  border-bottom: 1px solid #e5e5e5;
}
.scrollsubnav .subnav {
	position: fixed;
	z-index: 9998;
	top: 55px;
	width: 95%;
	padding: 0.5em 1em;
	margin-top: 0px;
	border-bottom: 0px;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.scrollsubnav .subnav a {
	font-size: 14px;
}
.scrollsubnav .subnav-btn a {
	font-size: 14px;
	color: #fff;
	background: #222;
	border: 2px solid #222;
	margin-top: 0;
}
.scrollsubnav .rate-drop a {
	background: #222;
}
.subnav .container {
	display: block;
	margin: 0 auto;
	max-width: 1600px;
}
.subnav a {
	display: block;
	color: #222;
	font-size: 15px;
}
.subnav a.active,.subnav a:hover {
	color: #125efa;
}
.subnav-btn {
	float: right;
}
.subnav-btn a {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	border: 2px solid #222;
	color: #222;
	text-transform: uppercase;
	padding: 0.5em 1.5em !important;
	margin-top: -0.5em;
	text-align: center;
}
.subnav-btn a:hover {
	color: #fff;
	background: #222;
	border: 2px solid #222;
}
.ratenav {
	background: #fff;
}
.ratenav label {
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	color: #666;
	margin-right: 2em;
}
.rate-drop {
	position: absolute;
	display: none;
	width: 200px;
	margin-left: -66px;
	background: #222;
}
.rate-drop a {
	display: block !important;
	float: none !important;
	border: 0 !important;
	padding: 0.75em 1em !important;
	margin: 0 !important;
	text-transform: none;
	text-align: left;
	color: #fff !important;
	border-bottom: 1px solid #666 !important;
}
.rate-drop a:hover {
	background: #222;
}
.subnav-btn:hover .rate-drop {
	display: block !important;
}
.benefits {
	display: block;
	padding: 3em 1em;
	border-bottom: 1px solid #e5e5e5;
}
.benefit {
	display: block;
	text-align: center;
	margin-bottom: 3em;
}
.benefit img:hover {
	opacity: 0.75;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.benefit h2 {
	font-size: 18px;
	font-weight: normal;
	color: #125efa;
	padding: 0 1em;
	margin: 0.5em 0;
}
.benefit h2 a {
	color: #125efa;
}
.benefit h2 a:hover {
	color: #222;
}
.business .benefit h2,.business .benefit h2 a {
	color: #003869;
}
.detail-business .benefit h2,.detail-business .benefit h2 a {
	color: #003869;
}
.wealth .benefit h2,.wealth .benefit h2 a {
	color: #222;
}
.detail-wealth .benefit h2,.detail-wealth .benefit h2 a {
	color: #222;
}
.agriculture .benefit h2,.agriculture .benefit h2 a {
	color: #9d5842;
}
.detail-agriculture .benefit h2,.detail-agriculture .benefit h2 a {
	color: #9d5842;
}
.benefit h4 {
	padding: 0 1em;
}
.benefit p {
	font-size: 15px;
	padding: 0 1.5em;
	margin: 0 auto;
	max-width: 300px;
}
.personal .benefit p a,.about .benefit p a {
  color: #125efa;
}
.business .benefit p a {
  color: #003869;
}
.wealth .benefit p a {
  color: #222;
}
.agriculture .benefit p a {
  color: #9d5842;
}
.benefit ul.check {
	max-width: 70%;
}
ul.check {
	list-style-type: none;
	padding: 0;
	margin: 1em auto 0;
}
ul.check li {
	background: transparent url('../images/shared/dk-check.png') left 5px no-repeat;
	background-size: 18px 18px;
	padding: 0 0 0 30px;
	margin: 0;
	text-align: left;
}
.benefits-left {
	display: block;
	padding: 3em 1em;
	border-bottom: 1px solid #e5e5e5;
}
.benefits-left .container {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
}
.benefits-left .benefit {
	display: block;
	text-align: left;
}
.benefits-left .benefit-left {
	flex: 1;
	text-align: center;
	padding: 0 1em;
}
.benefits-left .benefit-right {
	flex: 2;
	text-align: center;
}
.benefits-left .benefit h2 {
	font-size: 18px;
	font-weight: normal;
	color: #125efa;
	padding: 0;
	margin: 0;
}
.benefits-left .benefit h2 a {
	color: #125efa;
}
.business .benefits-left .benefit h2 a {
	color: #003869;
}
.wealth .benefits-left .benefit h2 a {
	color: #222;
}
.agriculture .benefits-left .benefit h2 a {
	color: #9d5842;
}
.benefits-left .benefit h2 a:hover {
	color: #222;
}
.benefits-left .benefit p {
	font-size: 15px;
	color: #222;
	padding: 0;
	margin: 0.5em auto 0;
}
.stepped {
	display: block;
	background: #fff;
	padding: 3em 1em;
}
.stepped .container {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
}
.stepped h2 {
	font-size: 24px;
	text-align: center;
	margin-top: 0;
}
.stepped section {
	padding: 1em 0;
}
.wizard ul, .tabcontrol ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 auto;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
	display: inline-block;
	background: #fff;
}
.wizard > .steps > ul > li {
	margin: 0 1em;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    color: #125efa;
    cursor: default;
}
.detail-business .wizard > .steps .current a,.detail-business .wizard > .steps .current a:hover,.detail-business .wizard > .steps .current a:active {
    color: #003869;
    cursor: default;
}
.detail-wealth .wizard > .steps .current a,.detail-wealth .wizard > .steps .current a:hover,.detail-wealth .wizard > .steps .current a:active {
    color: #222;
    cursor: default;
}
.detail-agriculture .wizard > .steps .current a,.detail-agriculture .wizard > .steps .current a:hover,.detail-agriculture .wizard > .steps .current a:active {
    color: #9d5842;
    cursor: default;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    color: #97c0b1;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    color: #aaa;
    cursor: default;
}
.wizard > .steps .current .number {
    background: #125efa;
    color: #fff;
    padding: 6px 12px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.detail-business .wizard > .steps .current .number {
    background: #003869;
}
.detail-wealth .wizard > .steps .current .number {
    background: #222;
}
.detail-agriculture .wizard > .steps .current .number {
    background: #9d5842;
}
.wizard > .steps .disabled .number {
    background: #aaa;
    color: #fff;
    padding: 6px 12px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.wizard > .steps .done .number {
    background: #97c0b1;
    color: #fff;
    padding: 6px 12px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
	display: block;
	width: auto;
	margin: 0;
	padding: 0.5em;
	text-decoration: none;
}
.wizard > .content > .title, .tabcontrol > .content > .title,.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}
.wizard > .actions > ul > li {
	float: right;
}
.wizard > .actions > ul > li:first-child {
	float: left;
}
.wizard > .actions a, .wizard > .actions a:active {
    background: #222;
    color: #fff;
    display: block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
}
.wizard > .actions a:hover {
	 background: #222;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}
.wizard > .actions > ul > li:last-child a {
	background: #125efa;
    color: #fff;
}
.tabbed {
	background: #fff;
	padding: 3em 1em;
}
.tabbed .container {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
}
.tabbed a {
	color: #125efa;
}
.tabbed a:hover {
	color: #222;
}
.tabbed h2 {
	font-size: 24px;
	text-align: center;
	margin-top: 0;
}
.business .tabbed h2 {
	color: #003869;
}
.wealth .tabbed h2 {
	color: #222;
}
.tabbed .tabgroup {
  padding-top: 2em;
}
#tabs ul.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space : nowrap;
}
#tabs ul.tabs li {
	display: inline-block;
}
#tabs ul.tabs li a {
	font-size: 13px;
	letter-spacing: 2px;
	color: #666;
	text-transform: uppercase;
	padding: 0.5em 1em;
	border-bottom: 3px solid #fff;
	margin-bottom: -1px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#tabs ul.tabs li a:hover {
	color: #222;
	background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#tabs ul.tabs li.active a {
	color: #125efa;
	background: #fff;
	border-bottom: 3px solid #125efa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.business #tabs ul.tabs li.active a {
	background: #fff;
	color: #003869;
	border-bottom: 3px solid #003869;
}
.wealth #tabs ul.tabs li.active a {
	background: #fff;
	color: #222;
	border-bottom: 3px solid #222;
}
.agriculture #tabs ul.tabs li.active a {
	background: #fff;
	color: #9d5842;
	border-bottom: 3px solid #9d5842;
}
#tabs .tab {
	padding: 1em 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#tabs .tab h3 {
	color: #125efa;
}
.two-img img {
	width: 100%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.two-img img.shadow {
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.two-sub {
	font-size: 18px;
	text-transform: uppercase;
	padding: 1em 0;
}
.bg-personal .two-sub,.bg-business .two-sub,.bg-wealth .two-sub {
  color: #fff;
}
.two-copy h3 {
	font-size: 21px;
	color: #125efa;
	margin: 0.5em 0;
}
.two-copy h3 a {
	color: #125efa;
}
.two-copy h3 a:hover {
	color: #222;
}
.business .two-copy h3,.business .two-copy h3 a {
	color: #003869;
}
.detail-business .two-copy h3,.detail-business .two-copy h3 a {
	color: #003869;
}
.wealth .two-copy h3,.wealth .two-copy h3 a,.detail-wealth .two-copy h3,.detail-wealth .two-copy h3 a {
	color: #222;
}
.agriculture .two-copy h3,.agriculture .two-copy h3 a,.detail-agriculture .two-copy h3,.detail-agriculture .two-copy h3 a {
	color: #9d5842;
}
.two-copy h4 {
	font-size: 1.1em;
	color: #222;
	margin: 0 0 1em;
}
.two-copy p a {
	color: #125efa;
}
.business .two-copy p a {
	color: #003869;
}
.wealth .two-copy p a {
	color: #222;
}
.agriculture .two-copy p a {
	color: #9d5842;
}
.two-copy p a:hover {
	color: #222;
}
.two-cols {
	display: block;
	background: #fff;
	padding: 3em 1em;
}
.one-cols {
	display: block;
	background: #fff;
	padding: 3em 1em;
}
.two-cols .container,.one-cols .container {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
}
.two-col:first-child {
	padding-bottom: 3em;
}
.one-cols .two-col:first-child {
	padding-bottom: 0;
}
.ag-h2 {
  font-size: 2em;
  color: #9d5842;
}
.two-col h3 {
	font-size: 21px;
	color: #125efa;
	margin: 0 0 1em;
}
.two-col h3 a {
	color: #125efa;
}
.two-col h3 a:hover {
	color: #222;
}
.business .two-col h3,.business .two-col h3 a {
	color: #003869;
}
.detail-business .two-col h3,.detail-business .two-col h3 a {
	color: #003869;
}
.wealth .two-col h3,.wealth .two-col h3 a {
	color: #222;
}
.detail-wealth .two-col h3,.detail-wealth .two-col h3 a {
	color: #222;
}
.agriculture .two-col h1,.agriculture .two-col h1 a,.agriculture .two-col h3,.agriculture .two-col h3 a {
	color: #9d5842;
}
.detail-agriculture .two-col h3,.detail-agriculture .two-col h3 a {
	color: #9d5842;
}
.two-col p a {
	color: #125efa;
}
.one-cols .two-col p {
  max-width: 980px;
  margin: 0 auto;
}
.business .two-col p a {
	color: #003869;
}
.wealth .two-col p a {
	color: #222;
}
.agriculture .two-col p a {
	color: #9d5842;
}
.two-col p a:hover {
	color: #222;
}
.one-center {
	text-align: center;
}
.one-center img {
	display: block;
	margin: 0 auto 2em;
	max-width: 100%;
	height: auto;
}
.one-center h1 {
	color: #125efa;
	margin-top: 0px;
}
.one-center h3 {
	font-size: 21px;
	color: #125efa;
	margin: 0 0 1em;
}
.detail-business .one-center h1,.detail-business .one-center h3 {
	color: #003869 !important;
}
.detail-wealth .one-center h1,.detail-wealth .one-center h3 {
	color: #222 !important;
}
.detail-agriculture .one-center h1,.detail-agriculture .one-center h3,.secondary-agriculture .one-center h1,.secondary-agriculture .one-center h3 {
	color: #9d5842 !important;
}
.secondary-personal .one-center h3 a,.secondary-about .one-center h3 a {
	color: #125efa;
}
.secondary-business .one-center h3 a {
	color: #003869;
}
.secondary-wealth .one-center h3 a {
	color: #222;
}
.secondary-agriculture .one-center h3 a {
	color: #9d5842;
}
.one-center h3 a:hover {
	color: #222;
}
.one-center p {
	font-size: 18px;
}
.one-center p a {
	color: #125efa;
}
.one-center p a:hover {
	color: #222;
}
.one-center table th,.one-center table td {
  border: 1px solid #fff;
  white-space: normal;
}
.one-center table td {
  background: #eee;
}
.one-center table tr:nth-child(even) td {
  background: #f5f5f5;
}
.one-btn {
	color: #125efa;
	text-transform: uppercase;
}
.one-btn:hover {
	color: #222;
}
.detail-business .one-center h3 {
	color: #003869;
}
.business .one-center h3 {
	color: #003869;
}
.wealth .one-center h3 {
	color: #222;
}
.detail-wealth .one-center h3 {
	color: #222;
}
.agriculture .one-center h3 {
	color: #9d5842;
}
.detail-agriculture .one-center h3 {
	color: #9d5842;
}
.bios {
	display: block;
	background: #f5f5f5;
	padding: 3em 1em;
}
.bios .container {
	display: block;
	margin: 0 auto;
	max-width: 1480px;
}
.bios h2 {
	font-size: 24px;
	text-align: center;
}
.bio {
	display: block;
	margin: 1em 1em 2em;
	padding: 2em;
	background: #fff;
	text-align: center;
	vertical-align: top;
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.bio:hover {
	-webkit-box-shadow: 0px 2px 30px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 30px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 30px rgba(0,0,0,0.25);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.bio-img img {
	display: block;
	margin: 0 auto 1em;
	padding: 0;
	width: 50%;
	height: auto;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
}
.bio-text h3 {
	color: #125efa;
}
.bio-text a {
	color: #125efa;
}
.bio-text a:hover {
	color: #222;
}
.business .bio-text h3,.business .bio-text a {
	color: #003869;
}
.detail-business .bio-text h3,.detail-business .bio-text a {
	color: #003869;
}
.wealth .bio-text h3,.wealth .bio-text a {
	color: #222;
}
.detail-wealth .bio-text h3,.detail-wealth .bio-text a {
	color: #222;
}
.agriculture .bio-text h3,.agriculture .bio-text a {
	color: #9d5842;
}
.detail-agriculture .bio-text h3,.detail-agriculture .bio-text a {
	color: #9d5842;
}
.bio .locations {
	color: #666;
	margin: 0;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.certifications {
	color: #666;
	margin: 0;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
}
.certifications p {
	color: #666;
	margin: 0;
	padding: 0;
}
.bio-text a.cta {
	display: block;
	width: auto;
	font-size: 16px;
	color: #222;
	font-weight: normal;
	border: 2px solid #222;
	background: transparent;
	text-transform: uppercase;
	padding: 0.5em 2em;
	margin: 1em auto 0;
	text-align: center;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.bio-text a.cta:hover {
	color: #fff;
	border: 2px solid #222;
	background: #222;
}
.video-iframe {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.bio-detail h1 {
	font-size: 48px;
	margin-bottom: .25em;
}
.bio-detail .title {
  display: block;
	font-size: 35px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.bio-detail .grid-4 {
	text-align: center;
}
.bio-detail .locations, .bio-detail .phone {
	font-size: 22px;
	padding: .75em 0 0;
}
.bio-detail .phone {
	padding-top: .5em;
	margin-bottom: 1.25em;
}
.bio-detail .locations, .bio-detail .title {
	color: #666666;
}
.bio-detail .cta {
	display: block;
    width: auto;
    font-size: 20px;
    color: #222;
    font-weight: normal;
    border: 2px solid #222;
    background: transparent;
    padding: 0.5em .75em;
    margin: 1em auto 0;
    text-align: center;
    text-transform: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.bio-detail .cta:hover {
	color: #fff;
    border: 2px solid #222;
    background: #222;
}
.bio-detail .certifications {
	padding: 0.75em 0;
}
.bio-detail .bio-text p {
	font-size: 18px;
}
.bio-detail .certifications h5 {
	font-size: 18px;
}
.disclaimer-general {
	border-top: 1px solid #ddd;
}
.disclaimer-general .container {
	max-width: 1240px;
}
.videos {
	background: #222;
}
.videos .embed,.videos .copy {
	display: block;
	text-align: center;
	background: #222;
}
.videos .embed {
	line-height: 0;
}
.videos .embed iframe {
	width: 100%;
	min-height: 420px;
}
.videos .copy h2 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	padding: 0 2em;
	margin: 3em 0 0;
}
.videos .copy h2 a {
	color: #fff;
}
.videos .copy p {
	font-size: 16px;
	color: #ddd;
	padding: 0 2em;
}
.videos .copy {
	padding-bottom: 4em;
}
.videos .copy a.btn {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	border: 2px solid #666666;
	background: transparent;
	text-transform: uppercase;
	padding: 0.5em 2em;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.videos .copy a.btn:hover {
	color: #fff;
	background: #222;
	border: 2px solid #222;
}
a.nav-toggle {
	display: block;
	background: transparent url('../images/shared/plus.png') center left no-repeat;
	background-size: 16px 16px;
	padding-left: 24px;
	color: #222;
	text-transform: uppercase;
}
a.nav-toggle:hover {
	color: #222;
}
a.nav-toggle.open {
	background: transparent url('../images/shared/minus.png') center left no-repeat;
	background-size: 16px 16px;
	padding-left: 24px;
	color: #222;
}
a.nav-toggle.open:hover {
	color: #222;
}
.tabnav {
	display: none;
	padding-top: 1em;
}
.business .tabnav a:hover {
	color: #003869;
}
.detail-business .tabnav a:hover {
	color: #003869;
}
.wealth .tabnav a:hover {
	color: #222;
}
.detail-wealth .tabnav a:hover {
	color: #222;
}
.agriculture .tabnav a:hover {
	color: #9d5842;
}
.detail-agriculture .tabnav a:hover {
	color: #9d5842;
}
.subnav-section {
	outline: none !important;
}
.basic-page {
	background: #fff;
	padding: 3em 1em;
}
.basic-page h1 {
	color: #125efa;
}

/* Product Comparison */
a.comparison-btn {
	display: block;
	margin: 1em auto;
	color: #125efa;
	text-align: center;
}
a.comparison-btn:hover {
	color: #222;
}
.secondary-business a.comparison-btn {
	color: #003869;
}
.secondary-wealth a.comparison-btn {
	color: #222;
}
.secondary-agriculture a.comparison-btn {
	color: #9d5842;
}
.comparison {
	background: #fff;
	padding: 2em 1em 1em;
}
.comparison h3 {
	font-size: 28px;
	color: #222;
	margin: 0 auto 0.5em;
	text-align: center;
}
.comparison .container {
	display: block;
	margin: 0 auto;
	max-width: 1480px;
}
.comparison .sticky-wrap .sticky-intersect {
	margin-top: 0px;
}
.comparison .sticky-wrap .sticky-intersect th {
	background: #fff !important;
}
.comparison table {
	width: 100%;
	color: #222;
}
.comparison table th,.comparison table td {
	padding: 1.5em;
}
.comparison table a {
	color: #125efa;
	font-weight: normal;
}
.comparison table a:hover {
	color: #222;
}
.secondary-business .comparison table a {
	color: #003869;
}
.secondary-wealth .comparison table a {
	color: #222;
}
.secondary-agriculture .comparison table a {
	color: #9d5842;
}
.comparison table thead th {
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.comparison table tbody th {
	font-weight: normal;
	text-align: left;
	color: #222;
	padding: 1.5em 1.5em 1.5em 0;
	border-bottom: 1px solid #ddd;
}
.comparison table tbody td {
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.comparison table tbody td.na {
	background: transparent url('../images/shared/na.png') center center no-repeat;
	background-size: 24px 24px;
}
.comparison table tbody td.check {
	background: transparent url('../images/shared/dk-check.png') center center no-repeat;
	background-size: 24px 24px;
}
.disclaimer {
	font-size: 16px;
	font-style: italic;
	color: #666666;
	text-align: left;
	padding: 1em;
}

/* Credit */
.credit-card {
	background: #fff;
	margin: 0 0 2em;
	-webkit-box-shadow: 0px 2px 12px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 12px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 12px rgba(0,0,0,0.2);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.credit-card:hover {
	-webkit-box-shadow: 0px 2px 30px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 30px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 30px rgba(0,0,0,0.25);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.credit-hd {
	background: #fff;
	padding: 1.5em 2em;
	border-top: 8px solid #125efa;
}
.business .credit-hd {
	border-top: 8px solid #003869;
}
.credit-hd h3,.credit-hd h3 a {
	font-size: 30px;
	color: #222;
	text-align: center;
}
.credit-hd a.btn {
	display: block;
	font-size: 16px;
	color: #222;
	font-weight: normal;
	border: 2px solid #222;
	background: transparent;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em 2em;
	margin-top: 1em;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.credit-hd a.btn:hover {
	color: #fff;
	background: #125efa;
	border: 2px solid #125efa;
}
.business .credit-hd a.btn:hover {
	background: #003869;
	border: 2px solid #003869;
}
.credit-hd h3 {
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.credit-details {
	background: rgb(245,245,245);
	background: -moz-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%);
	background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
	padding: 2em;
}
.credit-images {
	display: block;
	padding-right: 5%;
	text-align: center;
}
.credit-images h4 {
	display: none;
	margin: 0.5em 0;
}
.credit-images img {
	max-width: 100%;
}
.credit-images .toggles {
	/*display: flex;*/
	display: none;
}
.credit-images .toggles a {
	flex: 1;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	border: 2px solid #ddd;
	background: transparent;
	text-transform: uppercase;
	padding: 0.5em;
	margin: 0 0.25em;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.credit-images .toggles a:hover,.credit-images .toggles a.active {
	color: #fff;
	background: #666;
	border: 2px solid #666;
}
.credit-detail {
	display: block;
	color: #666666;
}
.credit-detail h3 {
	color: #222;
}
.credit-detail hr {
	margin: 1.5em 0;
}
.more {
	padding: 0;
	margin: 1.5em 0 0;
}
.more a {
	color: #125efa;
	text-transform: uppercase;
}
.more a:hover {
	color: #222;
}

/* Credit Card Detail Page */
.rewards-hd h1,.rewards-hd h1 a,.rewards-hd h2,.rewards-hd h2 a {
	font-size: 28px;
  color: #125efa;
  margin: 0;
  padding:0;
  text-align: left;
}
.business .rewards-hd h1,.business .rewards-hd h1 a,.business .rewards-hd h2,.business .rewards-hd h2 a {
	color: #003869;
}
.rewards-hd {
	padding: 1.5em 1em;
}
.rewards-hd h3,.rewards-hd h3 a {
	font-size: 30px;
	color: #222;
	text-align: center;
}
.rewards-hd a.btn {
	display: block;
	font-size: 16px;
	color: #222;
	font-weight: normal;
	border: 2px solid #222;
	background: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em 2em;
	margin-bottom: 1em;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.rewards-hd a.btn:hover {
	color: #fff;
	background: #125efa;
	border: 2px solid #125efa;
}
.business .rewards-hd a.btn:hover {
	background: #003869;
	border: 2px solid #003869;
}
.rewards-hd h3 {
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.program-info {
	margin: 3em 0 1em;
}
.program-detail {
	display: block;
	color: #666666;
}
.program-detail h2,.program-detail h3{
	font-size: 24px;
	color: #125efa;
}
.business .program-detail h3 {
	color: #003869;
}
.program-detail h4 {
		color: #000;
		font-size: 1.17em;
		margin:1em 0;
}
.reward {
	background: #fff !important;
}

/* Branch Locator */
/*.scrolled .locator {
  padding-top: 4em;
}*/
.branch-details {
  background: #fff;
}
.branch-landing {
	padding: 3em 1em 1em;
	background: #125efa url('../images/locations/branches-heading.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}
.branch-landing h1 {
	color: #fff;
	font-size: 36px;
}
#map {
	display: none;
}
.locator-controls {
	display: block;
	background: #fff;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.branch-search {
	padding: 5% 4%;
	border-bottom: 1px solid #ccc;
}
.branch-search input[type="text"] {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	padding: 0.5em 1em;
	margin: 0;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.branch-search input[type="text"]:focus {
	border: 1px solid #666;
}
.branch-search input[type="submit"] {
	display: inline-block;
	width: 27%;
	font-size: 14px;
	line-height: 1.2;
	border: 2px solid #222;
	background: #fff;
	color: #222;
	text-transform: uppercase;
	padding: 0.5em;
	margin-left: 2%;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.branch-search input[type="submit"]:hover {
	color: #fff;
	background: #222;
	border: 2px solid #222;
}
.locator-tabs {
	display: flex;
}
.locator-tabs a {
	flex: 1;
	font-size: 13px;
	padding: 1em 0.5em;
	background: #f5f5f5;
	color: #666666;
	text-align: center;
	cursor: pointer;
}
.locator-tabs a.active {
	background: #fff;
	color: #125efa;
}
.branch-scroll {
	-webkit-box-shadow: inset 0px 2px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 2px 6px rgba(0,0,0,0.1);
	box-shadow: inset 0px 2px 6px rgba(0,0,0,0.1);
}
.branch,.atm {
	border-bottom: 1px solid #ccc;
}
.branch-address {
	display: block;
	padding: 5% 5% 5% 60px;
	background: transparent url('../images/shared/locations-green.png') 16px 18px no-repeat;
	background-size: 36px 36px;
	color: #666666;
	font-size: 15px;
}
.branch-address strong {
	color: #222;
	font-weight: normal;
}
.branch-address a {
	color: #666666;
}
.branch-address a:hover {
	color: #222;
}
.branch-links {
	display: block;
	padding: 2% 5%;
	color: #222;
	font-size: 15px;
}
.branch-links a {
	display: block;
	color: #222;
	font-size: 15px;
	margin: 0 0 1em;
}
.branch-links a:hover {
	color: #222;
}
.branch-services {
  margin-top: 1em;
  border-top: 1px solid #ccc;
}
.branch-services h2 {
  font-size: 21px;
  margin: 1.5em 0 0.5em;
}
.branch-services a {
  display: block;
  font-size: 16px;
  color: #666666;
}
.branch-services a:hover {
  color: #222;
}
.nicoletatm-address {
	display: block;
	padding: 5% 5% 5% 60px;
	background: transparent url('../images/shared/locations-green.png') 16px 18px no-repeat;
	background-size: 36px 36px;
	color: #666666;
	font-size: 15px;
}
.nicoletatm-address strong {
	color: #222;
	font-weight: normal;
}
.nicoletatm-address a {
	color: #666666;
}
.nicoletatm-address a:hover {
	color: #222;
}
.moneypass-address {
	display: block;
	padding: 5% 5% 5% 60px;
	background: transparent url('../images/shared/locations-blue.png') 16px 18px no-repeat;
	background-size: 36px 36px;
	color: #666666;
	font-size: 15px;
}
.moneypass-address strong {
	color: #222;
	font-weight: normal;
}
.moneypass-address a {
	color: #666666;
}
.moneypass-address a:hover {
	color: #222;
}
a.branch-ico {
	display: block;
	background: transparent url('../images/shared/branch.png') center left no-repeat;
	padding-left: 32px;
	background-size: 21px auto;
}
a.directions-ico {
	display: block;
	background: transparent url('../images/shared/directions.png') center left no-repeat;
	padding-left: 32px;
	background-size: 21px auto;
}
.twentyfour-ico {
	display: block;
	background: transparent url('../images/shared/time.png') center left no-repeat;
	background-size: 20px 20px;
	padding-left: 32px;
	min-height: 20px;
	color: #666;
	font-size: 18px;
	line-height: 1.2;
}
.branch-links .twentyfour-ico {
	font-size: 15px !important;
}
div[data-asodata1="Marinette"] div.branch-links div.twentyfour-ico {
  display:none;
}
.branch-details .additional-details {
  margin-top: 1em;
  border-top: 1px solid #ccc;
}
.branch-details .additional-details h2 {
  font-size: 21px;
  margin: 1.5em 0 0.5em;
}
.branch-details .additional-details a {
  display: block;
  font-size: 16px;
  color: #666666;
}
.branch-details .additional-details a:hover {
  color: #222;
}

.atm-ico {
	display: block;
	background: transparent url('../images/shared/atm.png') center left no-repeat;
	padding-left: 32px;
	color: #666;
	margin-bottom: 0.5em;
}
.moneypass {
	padding: 0.5em 0;
	text-align: center;
}
h2.service-heading {
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 0 0 1em;
	margin: 0 auto;
}
.services {
	margin: 2em auto 0;
	max-width: 1480px;
}
.service {
	display: block;
	margin: 1em 1em 2em;
	background: #fff;
	text-align: center;
}
.service h3 {
	font-size: 24px;
	color: #125efa;
	margin: 0 0 0.25em;
}
.service h3 a {
	color: #125efa;
}
.service h3 a:hover {
	color: #222;
}
.service p {
	font-size: 16px;
	color: #222;
	margin:0;
}

a.rates-link {
  display: block;
  font-size: 0.95em;
  color: #222;
  margin: 0 auto 1em;
  padding-left: 24px;
  background: transparent url('../images/shared/accord-arrow.png') left center no-repeat;
  background-size: 16px 16px;
  text-transform: uppercase;
}
a.rates-link:hover {
  color: #222;
}
a.rates-link.open {
  background: transparent url('../images/shared/accord-arrow-down.png') left center no-repeat;
  background-size: 16px 16px;
}
.accord-content {
  display: none;
}
.accordion {
	background: #fff;
	padding: 2em 1em;
}
.accordion .container {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
}
.accordion p a {
	color: #125efa;
}
.accordion p a:hover {
	color: #222;
}
.accordion table {
	width: 100%;
	font-size: 17px;
	line-height: 1.2;
	text-align: left;
}
.accordion table th {
	vertical-align: bottom;
	display:table-cell;
}
.accordion table td {
	vertical-align: top;
	display:table-cell;
}
.accordion table tr.hd th {
	background: #666;
	color: #fff;
}
.accordion table th {
	background: #222;
	color: #fff;
	font-weight: normal;
	padding: 0.75em 1.5em;
	border: 1px solid #fff;
}
.accordion table tbody tr:nth-child(even) td {
	background: #f5f5f5;
}
.accordion table td {
	background: #eee;
	color: #222;
	font-weight: normal;
	padding: 0.75em 1.5em;
	border: 1px solid #fff;
}
.accordion table td.green {
	color: #006a41;
	font-weight: bold;
}
.accordion h2,.accordion h3 {
	padding-top: 0.75em;
	border-top: 1px solid #ccc;
}
h2:first-child {
  border-top: 0px;
}
h2 a.accord-toggle,h3 a.accord-toggle {
	display: block;
	padding: 0 0 0 40px;
	color: #444;
	background: transparent url('../images/shared/accord-arrow-down.png') left center no-repeat;
	background-size: 24px 24px;
}
h2 a.accord-toggle.open,.personal h2 a.accord-toggle.open,.about h2 a.accord-toggle.open,h3 a.accord-toggle.open,.personal h3 a.accord-toggle.open,.about h3 a.accord-toggle.open {
	color: #125efa;
	background: transparent url('../images/shared/accord-arrow-up-green.png') left center no-repeat;
	background-size: 24px 24px;
}
.business h2 a.accord-toggle.open,.business h3 a.accord-toggle.open {
	color: #003869;
	background: transparent url('../images/shared/accord-arrow-up-blue.png') left center no-repeat;
	background-size: 24px 24px;
}
.wealth h2 a.accord-toggle.open,.wealth h3 a.accord-toggle.open {
	color: #222;
	background: transparent url('../images/shared/accord-arrow-up-gray.png') left center no-repeat;
	background-size: 24px 24px;
}
.agriculture h2 a.accord-toggle.open,.agriculture h3 a.accord-toggle.open {
	color: #9d5842;
	background: transparent url('../images/shared/accord-arrow-up-copper.png') left center no-repeat;
	background-size: 24px 24px;
}
.accord-content {
	padding-bottom: 1em;
	animation-name: fadein;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.accord-content h2,.accord-content h3,.accord-content h4,.accord-content h5,.accord-content h6 {
	color: #444;
	margin-bottom: 0.5em;
}
.personal .accord-content h2,.personal .accord-content h3,.personal .accord-content h4,.personal .accord-content h5,.personal .accord-content h6 {
	color: #125efa;
}
.business .accord-content h2,.business .accord-content h3,.business .accord-content h4,.business .accord-content h5,.business .accord-content h6 {
	color: #003869;
}
.wealth .accord-content h2,.wealth .accord-content h3,.wealth .accord-content h4,.wealth .accord-content h5,.wealth .accord-content h6 {
	color: #222;
}
.agriculture .accord-content h2,.agriculture .accord-content h3,.agriculture .accord-content h4,.agriculture .accord-content h5,.agriculture .accord-content h6 {
	color: #9d5842;
}
.comp-phone {
  position: relative;
  display: block;
  float: left;
  width: 380px;
  height: 447px;
  background: #222;
}
.comp-phone-over {
  position: absolute;
  z-index: 999;
  display: block;
  width: 380px;
  height: 447px;
  background: transparent url('../images/shared/iphone11promax.png') left center no-repeat;
  background-size: 380px 447px;
}
.comp-phone img {
  position: absolute;
  z-index: 998;
  width: 197px;
  height: 427px;
  top: 12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.comp-links h3 {
  margin: 0.5em 0 0;
  border-top: 1px solid #ccc;
}
.comp-links h3:first-child {
  border-top: 0px;
}
.comp-links h3 a {
  display: block;
  color: #222;
	padding: 0.75em 0 0;
}
.comp-links h3 a:hover {
  color: #222;
}
.comp-links h3 a.open {
  color: #125efa;
}
.personal .comp-links h3 a.open {
  color: #125efa;
}
.business .comp-links h3 a.open {
  color: #003869;
}
.wealth .comp-links h3 a.open {
  color: #222;
}
.agriculture .comp-links h3 a.open {
  color: #9d5842;
}
.comp-links .comp-p {
  font-size: 14px;
  margin-top: 1em;
	animation-name: fadein;
  animation-duration: 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
#comp-anchor {
  padding: 2em;
  background: #fff;
}
/*.branch-detail .heading {
  background: rgb(0,105,66);
	background: -moz-linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	background: linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#125efa",endColorstr="#012f1e",GradientType=1);
}*/
.branch-detail .heading {
  min-height: unset;
  /*max-height: 100px;*/
}
.branch-img {
  background-size: cover;
  min-height: 360px;
}
.branch-detail .header {
	text-align: center;
	background-color: #125efa;
	background-position: center center;
	background-size: cover;
}
.branch-detail .no-bkimg {
	background: rgb(0,105,66);
	background: -moz-linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	background: linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#125efa",endColorstr="#012f1e",GradientType=1);
}
.branch-detail .header .breadcrumbs {
	color: #97c0b1;
}
.branch-detail .header .breadcrumbs a {
	color: #fff;
	opacity: 0.6;
	padding: 0 0.25em;
}
.branch-detail .header .breadcrumbs a:hover {
	opacity: 1;
}
.branch-detail .header h1 {
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
}
.branch-info {
	padding: 5%;
}
.branch-adr {
	font-size: 18px;
	color: #222;
}
.branch-adr a {
	color: #222;
}
.branch-adr a:hover {
	color: #444;
}
.branch-adr .twentyfour-ico {
  margin: 0.5em 0;
  color: #666666 !important;
}
.branch-details .additional-details {
  margin-top: 1em;
  border-top: 1px solid #ccc;
}
.branch-details .additional-details h2 {
  font-size: 21px;
  margin: 1.5em 0 0.5em;
}
.branch-details .additional-details a {
  display: block;
  font-size: 16px;
  color: #666666;
}
.branch-details .additional-details a:hover {
  color: #222;
}

.vcard {
	margin-bottom: 1em;
}
a.directions-grey-ico {
	display: block;
	background: transparent url('../images/shared/directions-grey.png') center left no-repeat;
	padding: 0.5em 0 0.5em 32px;
	font-size: 18px;
	color: #666666;
}
a.directions-grey-ico:hover {
	color: #444;
}
a.contact-grey-ico {
	display: block;
	background: transparent url('../images/shared/email-grey.png') center left no-repeat;
	background-size: 25px 25px;
	padding: 0.5em 0 0.5em 32px;
	font-size: 18px;
	color: #666666;
}
a.contact-grey-ico:hover {
	color: #444;
}
a.appointment-grey-ico {
	display: block;
	background: transparent url('../images/shared/appointment-grey.png') center left no-repeat;
	background-size: 25px 25px;
	padding: 0.5em 0 0.5em 32px;
	font-size: 18px;
	color: #666666;
}
a.appointment-grey-ico:hover {
	color: #444;
}
a.back-grey {
	display: block;
	font-size: 18px;
	color: #444;
	background: transparent url('../images/shared/arrow-left.png') left center no-repeat;
	background-size: 9px 14px;
	padding-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}
a.back-grey:hover {
	color: #222;
}
.branch-hours p {
	margin: 0 0 1em;
	line-height: 1.6;
	color: #666666;
}
.branch-hours p strong {
	color: #222;
	font-weight: normal;
}
.branch-hours .days {
	display: inline-block;
	min-width: 120px;
}
.filters {
	padding: 1em 0 0;
	font-size: 16px;
	text-align: center;
}
.filters label {
	display: inline-block;
	font-size: 0.9em;
	color: #666;
	padding: 0 1em 0 0;
}
/*.branch-detail .header {
	text-align: center;
	background-color: #125efa;
	background-position: center center;
	background-size: cover;
}
.branch-detail .no-bkimg {
	background: rgb(0,105,66);
	background: -moz-linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	background: linear-gradient(180deg, rgba(0,105,66,1) 0%, rgba(1,47,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#125efa",endColorstr="#012f1e",GradientType=1);
}
.branch-detail .header .breadcrumbs {
	color: #97c0b1;
}
.branch-detail .header .breadcrumbs a {
	color: #fff;
	opacity: 0.6;
	padding: 0 0.25em;
}
.branch-detail .header .breadcrumbs a:hover {
	opacity: 1;
}
.branch-detail .header h1 {
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
}
.branch-info {
	padding: 5%;
}
.branch-adr {
	font-size: 18px;
	color: #222;
}
.branch-adr a {
	color: #222;
}
.branch-adr a:hover {
	color: #222;
}
.vcard {
	margin-bottom: 1em;
}
a.directions-grey-ico {
	display: block;
	background: transparent url('/themes/custom/nicoletbank/images/shared/directions-grey.png') center left no-repeat;
	padding: 0.5em 0 0.5em 32px;
	font-size: 18px;
	color: #666666;
}
a.directions-grey-ico:hover {
	color: #222;
}
a.contact-grey-ico {
	display: block;
	background: transparent url('/themes/custom/nicoletbank/images/shared/email-grey.png') center left no-repeat;
	padding: 0.5em 0 0.5em 32px;
	font-size: 18px;
	color: #666666;
}
a.contact-grey-ico:hover {
	color: #222;
}
a.back-grey {
	display: block;
	font-size: 18px;
	color: #222;
	background: transparent url('/themes/custom/nicoletbank/images/shared/arrow-left.png') left center no-repeat;
	background-size: 9px 14px;
	padding-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}
a.back-grey:hover {
	color: #222;
}
.branch-hours p {
	margin: 0 0 1em;
	line-height: 1.6;
	color: #666666;
}
.branch-hours p strong {
	color: #222;
	font-weight: normal;
}
.branch-hours .days {
	display: inline-block;
	min-width: 120px;
}
.filters {
	padding: 1em 0 0;
	font-size: 16px;
	text-align: center;
}
.filters label {
	display: inline-block;
	color: #666;
	padding: 0 1em;
}*/

/* Clean Lead Form */
#cleanform {
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 300%;
	background: rgba(255,255,255,0.98);
	padding-top: 4em;
 	-webkit-transition: all 0.2s;
 	-moz-transition: all 0.2s;
 	-o-transition: all 0.2s;
 	transition: all 0.2s;
	animation-duration: 0.5s !important;
}
#cleanform .whiteform {
	display: block;
	margin: 0 auto;
	padding: 0 2em;
	max-width: 780px;
}
#cleanform .whiteform h2 {
	font-size: 24px;
	text-align: center;
	padding: 0 0 0.5em;
}
#cleanform .whiteform .row {
	margin: 0 0 2em;
}
#cleanform .whiteform input[type='text'],#cleanform .whiteform textarea {
	width: 100%;
	border: 0;
	padding: 0.5em 0;
	background: transparent;
	border-bottom: 1px solid #ccc;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
#cleanform .whiteform textarea {
	min-height: 120px;
}
#cleanform .whiteform input[type='text']:focus,#cleanform .whiteform textarea:focus {
	border-bottom: 1px solid #333;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
#cleanform .whiteform .method {
	padding-right: 1em;
}
#cleanform .whiteform button {
	display: block;
	margin: 1em auto 0;
	font-size: 21px;
	line-height: 1.5;
	border: 2px solid #222;
	color: #222;
	background: transparent;
	text-transform: uppercase;
	padding: 0.25em 1em;
  	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
#cleanform .whiteform button:hover {
	color: #fff;
	background: #125efa;
	border: 2px solid #125efa;
}
#cleanform iframe {
  width: 100% !important;
}

/* Search */
.search-results {
	background: rgb(245,245,245);
	background: -moz-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%);
	background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
	padding: 3em 1em;
}
.search-results ol.search-results {
	background: transparent;
	list-style-type: none;
}
.search-results h1 {
	margin: 0;
	text-align: center;
}
.search-results h2 {
	display: none;
}
.search-header,.search-template {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
}
#search-form:before,#search-form:after {
	content: " ";
	display: table;
}
#search-form:after {
	clear: both;
}
#search-form {
	*zoom: 1;
}
#search-form .form-type-search label,#edit-help-link {
	display: none;
}
#search-form input.form-search {
	display: block;
	width: 92%;
	border: 1px solid #ccc;
	padding: 0.5em;
	background: #fff;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
#search-form input.form-search:focus {
	border: 1px solid #333;
}
#search-form input#edit-submit {
	display: block;
	width: 98%;
	font-size: 18px;
	border: 0;
	color: #fff;
	margin: 0;
	padding: 0.6em 1.5em;
	text-align: center;
	text-transform: uppercase;
	background: #125efa;
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#search-form input#edit-submit:hover {
	background: #004b2f;
}
.search-template .item-list .search-results {
	padding: 0;
}
.search-template .item-list ol {
	margin: 0;
}
.search-template .item-list ol li {
	margin: 0;
	padding: 2em 0;
	border-bottom: 1px solid #ccc;
}
.search-template .item-list ol li:last-child {
	border-bottom: 0px;
}
.search-template .item-list ol li a {
	color: #125efa;
}
.search-template .item-list ol li a:hover {
	color: #222;
}
h3.search-result__title {
	font-size: 24px;
	margin: 0 0 0.25em;
}
.search-result__snippet {
	font-size: 18px;
	margin: 0;
}
.search-result__info {
	display: none;
}

/* Investors */
.investor .heading h1 {
	padding-top: 0px !Important;
}
.investor #menu {
	padding-top: 5em;
}
.investor a.login {
	text-transform: none;
}
.investor-content {
	background: #fff;
	padding: 2em 1em;
}
.investor-content .container {
	display: block;
	margin: 0 auto;
	max-width: 1240px;
}
.investor-content h1,.investor-content h2,.investor-content h3,.investor-content h4,.investor-content h5,.investor-content h6 {
	font-weight: 700;
	color: #125efa;
}
.investor-content h1 a,.investor-content h2 a,.investor-content h3 a,.investor-content h4 a,.investor-content h5 a,.investor-content h6 a {
	color: #125efa;
}
.investor-content h1 a:hover,.investor-content h2 a:hover,.investor-content h3 a:hover,.investor-content h4 a:hover,.investor-content h5 a:hover,.investor-content h6 a:hover {
	color: #222;
}
.investor-content p a {
	color: #125efa;
}
.investor-content p a:hover {
	color: #222;
}
.investor-content table {
	width: 100%;
	font-size: 17px;
	line-height: 1.2;
	text-align: left;
}
.investor-content table th {
	vertical-align: bottom;
	display:table-cell;
}
.investor-content table td {
	vertical-align: top;
	display:table-cell;
}
.investor-content table tr.hd th {
	background: #666;
	color: #fff;
}
.investor-content table th {
	background: #222;
	color: #fff;
	font-weight: normal;
	padding: 0.75em 1.5em;
	border: 1px solid #fff;
}
.investor-content table tbody tr:nth-child(even) td {
	background: #f5f5f5;
}
.investor-content table td {
	background: #eee;
	color: #222;
	font-weight: normal;
	padding: 0.75em 1.5em;
	border: 1px solid #fff;
}

/* Rate Button */
.rate-btn a {
	display: block;
	width: auto;
	font-size: 16px;
	color: #222;
	font-weight: normal;
	border: 2px solid #222;
	background: transparent;
	text-transform: uppercase;
	padding: 0.5em 1.5em;
	margin: 0.5em auto;
	text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.rate-btn a:hover {
	color: #fff;
	border: 2px solid #125efa;
	background: #125efa;
}

/* Case Study Video */
.video-poster {
  position: relative;
  cursor: pointer;
}
.video-poster a {
  cursor: pointer;
}
.video-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url('../images/shared/video-play.png') center center no-repeat;
  background-size: 50px 50px;
  cursor: pointer;
}
.video-embed {
  display: none;
  width: 100%;
  height: auto;
}
.video-embed video {
  width: 100%;
  height: auto;
}

/* Calculators */
.calc-right {
  border: 2px solid #eee;
  padding: 5%;
}
.calc-left {
  margin-bottom: 2em;
}
.calc-left-hd {
  font-size: 21px;
  color: #222;
	padding: 0 0 1em;
	margin: 0;
}
.calc-form label {
  display: block;
  font-size: 18px;
}
.calc-field-full,.calc-field-split {
	display: block;
  margin: 0 0 0.5em;
}
.calc-form input,.calc-form select {
	display: inline-block;
	font-size: 18px;
	font-family: 'museo_sans500', Arial, sans-serif;
	font-weight: normal;
	padding: 0.5em;
	border: 1px solid #ccc;
	margin: 0.25em 0;
	text-align: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
}
.calc-form input:focus {
	border: 1px solid #666;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.calc-form .error {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #c00;
  width: 100%;
}
.calc-field-full input {
  width: 85%;
}
.calc-field-full input.error,.calc-field-full select.error {
  font-size: 18px !important;
}
.calc-field-full input.email,.calc-field-full input.phone,.calc-field-full input.county {
  width: 92%;
}
.calc-field-full select {
  width: 98%;
}
.calc-field-full select {
  height: 42px;
}
input.homevalue {
  padding-left: 32px;
  background: transparent url('../images/shared/dollarsign.png') left center no-repeat;
  background-size: 42px 21px;
}
.calc-field-split-three span {
  display: inline-block;
  float: left;
  width: 15%;
  line-height: 48px;
  height: 54px;
  color: #666;
  text-align: center;
}
input.downpayment {
  display: block;
  float: left;
  width: 30%;
  padding-left: 32px;
  background: transparent url('../images/shared/dollarsign.png') left center no-repeat;
  background-size: 42px 21px;
}
input.percentage {
  display: block;
  float: left;
  width: 15%;
  text-align: right;
  padding-right: 42px;
  background: transparent url('../images/shared/percent.png') right center no-repeat;
  background-size: 42px 21px;
}
.calc-field-split-two input {
  display: inline-block;
  float: left;
  width: 40%;
}
.calc-field-split-two input:first-child {
  margin-right: 5%;
}
.calc-field-submit button {
	display: inline-block;
	width: 98%;
	font-size: 16px;
	color: #125efa;
	font-weight: normal;
	border: 2px solid #125efa;
	background: transparent;
	text-transform: uppercase;
	margin: 1em 0 0;
	padding: 0.5em 2em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.calc-field-submit button:hover {
	color: #fff;
	border: 2px solid #125efa;
	background: #125efa;
}
.calc-right-hd h2 {
	color: #125efa;
  margin: 0 0 0.5em;
  text-align: left;
}
a.schedule {
  display: block;
	background: transparent url('../images/shared/calendar.png') top left no-repeat;
	background-size: 14px 14px;
	font-size: 15px;
	line-height: 1.1;
	color: #666;
	padding-left: 21px;
}
a.schedule:hover {
 	color: #333;
}
.calc-right-graph canvas {
  margin: 0 auto 1em;
  max-width: 240px;
}
.calc-label {
  color: #666;
  text-align: center;
}
.calc-amount {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.calc-amount:before {
  content: '$';
  font-size: 24px;
  font-weight: normal;
  color: #666;
  padding-right: 0.25em;
}
.calc-right-rates {
  padding-bottom: 1em;
}
.calc-right-rates table th {
  background: #fff;
  color: #333;
  border-bottom: 2px solid #ddd;
}
.calc-right-rates table th,.calc-right-rates table td {
  padding: 0.75em;
  font-size: 14px;
}
.calc-right-row {
  border-top: 1px solid #ddd;
  padding: 1.25em 0 0.75em;
}
.calc-right-row:first-child {
  border-top: 0px;
}
.calc-right-color {
  display: block;
  float: left;
  width: 5%;
  min-height: 24px;
}
.calc-dark {
  background-color: #2b6340;
}
.calc-medium {
  background-color: #4c9d68;
}
.calc-light {
  background-color: #71d489;
}
.calc-right-name {
  display: block;
  float: left;
  width: 60%;
  margin: 0 1em;
}
.calc-right-amount {
  display: block;
  float: left;
  width: 25%;
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  color: #333;
}
.calc-right-amount:before {
  content: '$';
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding-right: 0.25em;
}
.calc-right-list a.download {
	display: block;
	font-size: 16px;
	color: #125efa;
	font-weight: normal;
	border: 2px solid #125efa;
	background: transparent;
	text-transform: uppercase;
	text-align: center;
	margin: 1em 0 0;
	padding: 0.5em 1.5em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.calc-right-list a.download:hover {
	color: #fff;
	border: 2px solid #125efa;
	background: #125efa;
}
.calc-right-list a.apply {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	background: #125efa;
	border: 2px solid #125efa;
	text-transform: uppercase;
	text-align: center;
	margin: 1em 0 0;
	padding: 0.5em 1.5em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.calc-right-list a.apply:hover {
	color: #fff;
	background: #333;
	border: 2px solid #333;
}
.cal-pdf {
  background-color: #fff !important;
}
.cal-pdf .calc-pdf-logo {
  display: block;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background-color: #fff !important;
}
.cal-pdf .calc-pdf-logo img {
  display: block;
  max-width: 160px;
  height: auto;
  padding: 1em;
  text-align: center;
}
.calc-pdf .calc-left {
  display: inline-block;
  width: 25%;
  padding: 1em 0 0;
}
.calc-pdf .calc-form label {
  color: #125efa !important;
  font-weight: bold !important;
}
.calc-pdf .calc-right {
  display: inline-block;
  width: 60%;
  background-color: #ffffff;
  padding: 1.5em 1.5em 0;
}
.calc-pdf .calc-right-row {
  display: flex;
  float: none;
  border-top: 1px solid #ddd;
}
.calc-pdf .calc-right table {
  width: 100%;
  background-color: #ffffff;
  border: 0px !important;
  margin-bottom: 0 !important;
  padding: 0;
}
.calc-pdf .calc-right table th,.calc-pdf .calc-right table td {
  text-align: left;
  font-size: 14px !important;
  line-height: 16px !important;
  border: 0px !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.calc-pdf .calc-right-graph,.calc-pdf .calc-right-list {
  float: none;
  width: 100%;
}
.calc-pdf .calc-right-color {
  display: none;
}
.calc-pdf .calc-right-name,.calc-pdf .calc-right-amount {
  flex: 1;
}
.calc-right-rates th.calc-center,.calc-right-rates td.calc-center {
  text-align: center;
}
.calc-pdf .calc-left-hd {
  font-size: 21px;
}
.calc-pdf .calc-form label {
  font-size: 16px;
}
#paymentschedule {
  margin: 0;
}
#paymentschedule table {
	width: 100%;
	font-size: 17px;
	line-height: 1.2;
	text-align: left;
}
#paymentschedule table th {
	vertical-align: bottom;
	display:table-cell;
}
#paymentschedule table td {
	vertical-align: top;
	display:table-cell;
	text-align: right;
}
#paymentschedule table tr td:first-child {
	text-align: center;
}
#paymentschedule table th {
	background: #444;
	color: #fff;
	font-weight: normal;
	padding: 0.75em 1.5em;
	border: 1px solid #fff;
	text-align: right;
}
#paymentschedule table tr th:first-child {
	text-align: center;
}
#paymentschedule table tbody tr:nth-child(even) td {
	background: #f5f5f5;
}
#paymentschedule table td {
	background: #eee;
	color: #222;
	font-weight: normal;
	padding: 0.75em 1.5em;
	border: 1px solid #fff;
}

/* Checking Filters */
.product {
  position: relative;
}
.product-ctas {
    position: absolute;
    bottom: 5%;
    width: 80%;
}
.product a.custom-link {
	display: block;
	color: #222 !important;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}
.product a.custom-link:hover {
	color: #111111 !important;
}
.business-categories .product,.secondary-business .product {
  border-top: 10px solid #003869;
}
.agriculture-categories .product,.secondary-agriculture .product {
  border-top: 10px solid #9d5842;
}
.business-categories .product h2,.business-categories .product h2 a,.business-categories .product h3,.business-categories .product h3 a,.secondary-business .product h2,.secondary-business .product h2 a,.secondary-business .product h3,.secondary-business .product h3 a {
  color: #003869;
}
.agriculture-categories .product h2,.agriculture-categories .product h2 a,.agriculture-categories .product h3,.agriculture-categories .product h3 a,.secondary-agriculture .product h2,.secondary-agriculture .product h2 a,.secondary-agriculture .product h3,.secondary-agriculture .product h3 a {
  color: #9d5842;
}
.secondary-wealth .product h2,.secondary-wealth .product h2 a,.secondary-wealth .product h3,.secondary-wealth .product h3 a {
  color: #222;
}
.secondary-agriculture .product h2,.secondary-agriculture .product h2 a,.secondary-agriculture .product h3,.secondary-agriculture .product h3 a {
  color: #9d5842;
}
.business-categories .product a.btn,.secondary-business .product a.btn {
  border: 2px solid #003869;
  color: #003869;
}
.business-categories .product a.btn:hover,.secondary-business .product a.btn:hover {
  border: 2px solid #003869;
  background: #003869;
  color: #fff !important;
}
.business-categories .product a.lk,.secondary-business .product a.lk {
  color: #003869;
}
.secondary-wealth .product a.btn {
  border: 2px solid #222;
  color: #222;
}
.secondary-wealth .product a.btn:hover {
  border: 2px solid #222;
  background: #222;
  color: #fff !important;
}
.secondary-wealth .product a.lk {
  color: #222;
}
.agriculture-categories .product a.btn,.secondary-agriculture .product a.btn {
  border: 2px solid #9d5842;
  color: #9d5842;
}
.agriculture-categories .product a.btn:hover,.secondary-agriculture .product a.btn:hover {
  border: 2px solid #9d5842;
  background: #9d5842;
  color: #fff !important;
}
.agriculture-categories .product a.lk,.secondary-agriculture .product a.lk {
  color: #9d5842;
}
.product-filters {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  padding: 1.5em 1.5em 1em;
  text-align: left;
  border-top: 1px solid #ccc;
}
.product-filters h3 {
  display: block;
  max-width: 480px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 0.75em;
  margin: 0 auto 1em;
  text-align: center;
}
.product-filters a {
  display: block;
  padding: 0;
  margin: 0 0 1em;
  padding-left: 32px;
  font-size: 14px;
  height: 24px;
  color: #444;
  background: transparent url('../images/shared/checkbox.png') left top no-repeat;
  background-size: 24px auto;
}
.product-filters a:hover {
  background: transparent url('../images/shared/checkbox.png') left bottom no-repeat;
  background-size: 24px auto;
}
.personal .product-filters a:hover {
  color: #125efa;
}
.business .product-filters a:hover {
  color: #003869;
}
.wealth .product-filters a:hover {
  color: #222;
}
.agriculture .product-filters a:hover {
  color: #9d5842;
}
.product-filters a.checked {
  background: transparent url('../images/shared/checkbox.png') left bottom no-repeat;
  background-size: 24px auto;
  color: #003869;
}
.personal .product-filters a.checked {
  color: #125efa;
}
.business .product-filters a.checked {
  color: #003869;
}
.wealth .product-filters a.checked {
  color: #222;
}
.agriculture .product-filters a.checked {
  color: #9d5842;
}
.clear-filters {
  text-align: center;
  padding-bottom: 1em;
}
.clear-filters a {
  display: inline-block;
  padding: 0;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 1.1;
  height: 16px;
  color: #222;
  text-transform: uppercase;
  background: none;
}
.business-categories a.comparison-btn,.secondary-business a.comparison-btn {
  color: #003869;
}
.business .comparison table a {
  color: #003869;
}
.agriculture-categories a.comparison-btn,.secondary-agriculture a.comparison-btn {
  color: #9d5842;
}
.agriculture .comparison table a {
  color: #9d5842;
}

/* Transitional Overlay */
#transitional,#transitional-adv,#transitional-mbank,#transitional-investors,#transitional-charter {
	display:none;
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 300%;
	background: rgba(255,255,255,0.98);
	padding-top: 6em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
	opacity: 0;
	animation-name: fadein;
	animation-delay: 2s;
  animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
#transitional .whitemessage, #transitional-adv .whitemessage,#transitional-mbank .whitemessage,#transitional-investors .whitemessage,#transitional-charter .whitemessage  {
	display: block;
	margin: 0 auto;
	padding: 0 2em;
	max-width: 780px;
}
#transitional .whitemessage h2, #transitional-adv .whitemessage h2, #transitional-mbank .whitemessage h2, #transitional-investors .whitemessage h2, #transitional-charter .whitemessage h2 {
	font-size: 36px;
	color: #222;
	text-align: center;
	padding: 0 0 0.5em;
	margin: 0;
}
#transitional .whitemessage img, #transitional-adv .whitemessage img, #transitional-mbank .whitemessage img, #transitional-investors .whitemessage img, #transitional-charter .whitemessage img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto 4em;
}
#transitional .whitemessage h3, #transitional-adv .whitemessage h3, #transitional-mbank .whitemessage h3, #transitional-investors .whitemessage h3, #transitional-charter .whitemessage h3 {
	font-size: 24px;
	color: #222;
	text-align: center;
	padding: 0 0 0.5em;
	margin: 0;
}
#transitional .whitemessage h4, #transitional-adv .whitemessage h4, #transitional-mbank .whitemessage h4, #transitional-investors .whitemessage h4, #transitional-charter .whitemessage h4 {
	font-size: 21px;
	color: #222;
	text-align: center;
	padding: 0.5em 0 0;
	margin: 0;
	color: #125efa;
}
#transitional .whitemessage p, #transitional-adv .whitemessage p, #transitional-mbank .whitemessage p, #transitional-investors .whitemessage p, #transitional-charter .whitemessage p {
  margin: 0 0 1em;
}
#transitional .whitemessage h4 a,#transitional .whitemessage p a, #transitional-adv .whitemessage h4 a,#transitional-adv .whitemessage p a, #transitional-mbank .whitemessage h4 a,#transitional-mbank .whitemessage p a, #transitional-investors .whitemessage h4 a,#transitional-investors .whitemessage p a, #transitional-charter .whitemessage h4 a,#transitional-charter .whitemessage p a {
	color: #125efa;
}
#transitional .whitemessage h4 a:hover,#transitional .whitemessage p a:hover, #transitional-adv .whitemessage h4 a:hover,#transitional-adv .whitemessage p a:hover, #transitional-mbank .whitemessage h4 a:hover,#transitional-mbank .whitemessage p a:hover, #transitional-investors .whitemessage h4 a:hover,#transitional-investors .whitemessage p a:hover, #transitional-charter .whitemessage h4 a:hover,#transitional-charter .whitemessage p a:hover {
	color: #222;
}
#transitional .whitemessage hr, #transitional-adv .whitemessage hr, #transitional-mbank .whitemessage hr, #transitional-investors .whitemessage hr, #transitional-charter .whitemessage hr {
  margin: 1em 0;
}
#transitional .whitemessage a.btn-green, #transitional-adv .whitemessage a.btn-green, #transitional-mbank .whitemessage a.btn-green, #transitional-investors .whitemessage a.btn-green, #transitional-charter .whitemessage a.btn-green {
  display: block;
  margin: 2em auto 0 !important;
  max-width: 140px;
}

/* Plan Steps */
ol.plan-steps {
	list-style: none;
	padding: 0;
	counter-reset: plan-step-counter;
}
ol.plan-steps li {
	counter-increment: plan-step-counter;
	margin: 0.25em;
	text-align: left;
	border-top: 1px solid #ddd;
	padding: 1em 0 1.5em;
}
ol.plan-steps li::before {
	content: counter(plan-step-counter);
	background: #fff;
	border: 4px solid #f8e9d5;
	font-size: 21px;
	font-weight: 700;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	display: inline-block;
	line-height: 2.5rem;
	color: #125efa;
	text-align: center;
	margin-right: 0.5rem;
}
ol.plan-steps li h3 {
	display: inline-block;
	font-size: 21px;
}
ol.plan-steps li h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0.5em 0 0.25em;
}
ol.plan-steps li p {
	max-width: 100%;
	margin-top: 0;
}

.detail-personal .subnav-section,.detail-business .subnav-section,.detail-wealth .subnav-section,.detail-agriculture .subnav-section {
	padding: 2em 1em;
}
.detail-personal .subnav-section:nth-child(1),.detail-business .subnav-section:nth-child(1),.detail-wealth .subnav-section:nth-child(1) {
	padding: 2em 1em 1em;
}

.venns {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.venn {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  z-index: 99;
  color: #fff;
  background: rgba(0,105,66,0.5);
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.business .venn {
  background: rgba(0,56,105,0.5) !important;
}
/*.venn:hover {
  background: rgba(0,105,66,0.95);
}
.business .venn:hover {
  background: rgba(0,56,105,0.95) !important;
}*/
.venn-ctr {
  position: absolute;
  top: 35%;
  left: 25%;
}
.venn h2 {
  font-size: 18px;
  text-align: center;
}
.venn p {
  display: none;
  font-size: 14px;
  text-align: center;
}
/*.venn1:hover,.venn2:hover,.venn3:hover {
  width: 200px;
  height: 200px;
  z-index: 999;
}
.venn1:hover .venn-ctr,.venn2:hover .venn-ctr,.venn3:hover .venn-ctr {
  top: 11%;
  left: 0;
  padding: 3em 3em 0;
}*/
.venn1 {
	opacity: 0;
  margin-left: 10px;
	animation-name: fadein;
	animation-delay: 1s;
  animation-duration: 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.venn2 {
  margin-top: -200px;
  margin-left: 175px;
	opacity: 0;
	animation-name: fadein;
	animation-delay: 2s;
  animation-duration: 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.venn3 {
  margin-top: -50px;
  margin-left: 95px;
	opacity: 0;
	animation-name: fadein;
	animation-delay: 3s;
  animation-duration: 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/* Account Setup */
.setup-carousel {
  background: #222;
  margin-bottom: 6em;
	-webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
}
.setup-img img {
  margin: 0 !important;
}
.setup-txt {
  padding: 2em;
  color: #fff;
  font-size: 16px;
  max-width: 80%;
}
.setup-txt h3 {
  font-size: 1.17em !important;
  margin: 1em 0 !important;
  color: #fff !important;
  text-align: left !important;
}
.setup-txt p {
  margin: 1em 0 !important;
  text-align: left !important;
}
.setup-txt em {
  color: #ccc;
}
.setup-txt .setup-step {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #222;
  color: #fff;
  font-size: 24px;
  padding: 0.25em 0.5em;
}
.setup-txt a {
  color: #fff !important;
}
.setup-txt a:hover {
  color: #ccc !important;
}
.setup-txt ul {
  list-style-type: none;
  padding: 0 0 0 1em;
}
.setup-txt ul li {
  padding: 0 0 1em;
  color: #ccc;
  text-align: left !important;
}
.setup-txt ul li strong {
  color: #fff;
}
.setup-carousel .owl-nav {
  position: absolute;
  display: block;
  bottom: -6em;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.setup-carousel .owl-nav button {
  display: inline-block !important;
  background: #eee !important;
  padding: 0.5em 1em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.setup-carousel .owl-nav button:hover {
  background: #125efa !important;
  color: #fff !important;
}
.setup-carousel .owl-prev {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.setup-carousel .owl-next {
  border-left: 2px solid #fff !important;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 768px) {
  .setup-txt .setup-step {
    background: #125efa;
  }
  .bio-detail h1 {
	  margin-top: 0;
  }
  .bio-detail .cta {
	  width: 67%;
  }
}
@media screen and (min-width: 1140px) {
  .setup-txt {
    padding: 3em;
  }
}

/* Location Updates */
.gm-ui-hover-effect {
  top: 5px !important;
  right: 5px !important;
}
.infowindow-address .gm-ui-hover-effect img {
  width: 21px;
  height: 21px;
}
.infowindow-address .infowindowtitle {
  font-size: 18px;
  font-weight: 500;
}
.infowindow-address .branch-address {
  float: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: none;
  padding: 0.5em 0 1em;
  margin: 0;
}
.infowindow-address .branch-links {
  float: none;
  width: 100%;
  background: none;
  padding: 0;
  margin: 0;
}
.gm-style .gm-style-iw-c {
  padding: 1.5em !important;
  min-width: 240px;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #ffffff;
  overflow: auto;
	-webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 25px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 25px rgba(0,0,0,0.25);
}
.autocomplete-suggestion {
  padding: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.autocomplete-selected {
  background: #F0F0F0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #125efa;
}

/* Detection */
#browsercheck {
	position: absolute;
	z-index: 99999;
	top: 0;
	width: 100%;
	height: 300%;
	background: rgba(255,255,255,0.98);
	padding-top: 4em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
	/*opacity: 0;
	animation-name: fadein;
	animation-delay: 0;
  animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;*/
}
#browsercheck .white {
  padding: 0;
  background: transparent !important;
}
#browsercheck .whiteblock {
  padding: 3em 0 0;
}
#browsercheck .whitemessage {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 780px;
}
#browsercheck .whitemessage h2 {
	font-size: 36px;
	color: #222;
	text-align: center;
	padding: 0 0 0.5em;
	margin: 0;
}
#browsercheck .whitemessage img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto 4em;
}
#browsercheck .whitemessage h3 {
	font-size: 24px;
	color: #222;
	text-align: center;
	padding: 0 0 0.5em;
	margin: 0;
}
#browsercheck .whitemessage h4 {
	font-size: 21px;
	color: #222;
	text-align: center;
	padding: 0.5em 0 0;
	margin: 0;
	color: #125efa;
}
#browsercheck .whitemessage p {
  margin: 0 0 1em;
}
#browsercheck .whitemessage h4 a,#browsercheck .whitemessage p a {
	color: #125efa;
}
#browsercheck .whitemessage h4 a:hover,#browsercheck .whitemessage p a:hover {
	color: #222;
}
#browsercheck .whitemessage hr {
  margin: 1em 0;
}
#browsercheck .detected {
  font-size: 20px;
  line-height: 1.75;
  border: 2px solid #666;
  padding: 2em;
  background: #fff url('../images/shared/load-sm.gif') center center no-repeat;
  background-size: 175px 175px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#browsercheck .detected .loading {
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
	opacity: 0;
	animation-name: fadein;
	animation-delay: 5s;
  animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
#browsercheck .detected #js,#browsercheck .detected #es,#browsercheck .detected #cookies {
  color: #125efa;
  text-transform: capitalize;
}
#browsercheck .detected .false,#browsercheck .detected #ens {
  color: #900;
  text-transform: capitalize;
}
#browser-success {
  display: block;
  font-size: 21px;
  background: transparent url('../images/shared/cir-check.png') top left no-repeat;
  background-size: 36px 36px;
  padding: 0 0 0.5em 48px;
}
#browser-fail {
  display: block;
  font-size: 21px;
  background: transparent url('../images/shared/cir-fail.html') top left no-repeat;
  background-size: 36px 36px;
  padding: 0 0 0.5em 48px;
}
#browsercheck .whitemessage a.download {
	display: block;
	font-size: 14px;
	color: #125efa;
	font-weight: normal;
	border: 2px solid #125efa;
	background: transparent;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.5em 1.5em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#browsercheck .whitemessage a.download:hover {
	color: #fff;
	border: 2px solid #125efa;
	background: #125efa;
}

.third {
	text-align: center;
	padding: 0;
	margin-bottom: 2em;
}
.third h3 {
	font-size: 24px !important;
}
.third img {
	margin: 1em auto;
}
.third p {
	padding: 0 2em;
}

.two-announce a {
  text-decoration: none !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.two-announce a:nth-child(2) {
  border-left: 1px solid #fff;
  padding-left: 1em;
  margin-left: 1em;
}
.two-announce a:hover {
  opacity: 1;
  text-decoration: underline !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.home-video {
  background: #125efa;
  padding: 1em 3em;
  color: #fff;
}
.home-video h3,.home-video p {
  color: #fff;
}
.home-video a.video-cta {
  border-color: #fff !important;
  color: #fff !important;
}
.home-video a.video-cta:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #125efa !important;
}
.branch-info .red {
  color: #c00;
}
.locator-branches .red {
  background: #c00;
  color: #fff;
  text-align: center;
  padding: 0.5em;
}
.branch-message a,.branch-message span {
  display: block;
  padding: 0.5em;
  text-align: center;
  background: #c00;
  color: #fff;
}
.locations .branch-message a,.locations .branch-message span {
  background: #c00 !important;
}
.branch-message a:hover {
  text-decoration: underline;
}

.slds-scope {
  color: #222 !important;
	font-family: 'museo_sans500', Arial, sans-serif !important;
}
.slds-scope .slds-text-color_default, .slds-scope .slds-text-color--default {
  color: #125efa;
}
.slds-scope .slds-text-body_regular,.slds-scope .slds-text-body--regular {
  color: #222 !important;
}
.slds-scope .slds-text-heading_large {
  color: #125efa !important;
}
.slds-visual-picker__text:hover {
  color: #125efa !important;
  border-width: 2px !important;
  border-color: #125efa !important;
  box-shadow: none !important;
}
.slds-scope .slds-button_brand,.slds-scope .slds-button--brand {
  background-color: #125efa !important;
  border-color: #125efa !important;
}
.slds-scope .slds-button_neutral {
  color: #125efa !important;
}
.slds-welcome-mat__info-content {
  margin-top: 0px !important;
}
.slds-scope .slds-visual-picker input:checked ~ label .slds-visual-picker__text::after {
  border-radius: .4rem !important;
  border-width: 1.2rem !important;
}
.slds-card__footer {
  text-align: center !important;
}
h1.slds-text-heading_medium {
  display: block !important;
  color: #125efa !important;
}
.slds-radio_button__label {
  color: #125efa !important;
}
.slds-scope .slds-radio_button [type="radio"]:checked + .slds-radio_faux, .slds-scope .slds-radio_button [type="radio"]:checked + .slds-radio--faux, .slds-scope .slds-radio_button [type="radio"]:checked ~ .slds-radio_faux, .slds-scope .slds-radio_button [type="radio"]:checked ~ .slds-radio--faux, .slds-scope .slds-radio_button [type="radio"]:checked + .slds-radio_button__label, .slds-scope .slds-radio_button [type="radio"]:checked + .slds-radio--button__label, .slds-scope .slds-radio--button [type="radio"]:checked + .slds-radio_faux, .slds-scope .slds-radio--button [type="radio"]:checked + .slds-radio--faux, .slds-scope .slds-radio--button [type="radio"]:checked ~ .slds-radio_faux, .slds-scope .slds-radio--button [type="radio"]:checked ~ .slds-radio--faux, .slds-scope .slds-radio--button [type="radio"]:checked + .slds-radio_button__label, .slds-scope .slds-radio--button [type="radio"]:checked + .slds-radio--button__label {
  background-color: #125efa !important;
  color: #fff !important;
}
#lexcontainer {
  max-width: 980px;
  margin: 0 auto;
  text-align: left !important;
}
#lexcontainer .heading {
  min-height: 0px !important;
  background: #fff !important;
  padding: 0 !important;
}
#lexcontainer .assistiveText {
  visibility: hidden;
}
#lexcontainer .forceAddressAutocompleteOption .option {
  text-align: left !important;
}
#lexcontainer table td,.white table tbody tr:nth-child(2n) td {
  background: #fff;
}
#lexcontainer .slds-scope .slds-box {
  text-align: left !important;
}
#lexcontainer .slds-scope:not(html), .slds-scope body {
    font-size: 1rem !important;
}
.slds-scope h1, .slds-scope h2, .slds-scope h3, .slds-scope h4, .slds-scope h5, .slds-scope h6, .slds-scope th, .slds-scope td {
	font-family: 'museo_sans500', Arial, sans-serif !important;
}
.runtime_appointmentbookingFlowLocation .uiInput--lookup .lookup__item > a:hover {
  color: #fff !important;
}
.slds-grid .slds-scope .slds-button {
  color: #125efa;
}

.featherlight .featherlight-content iframe {
    width: 100%;
    height: 100%;
}

.ie-message {
  display: block;
	border: 2px solid #cc0000;
	margin: 0 auto 1em;
  max-width: 800px;
	padding: 1em;
	text-align: center;
	color: #cc0000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ie-message img {
  display: inline-block;
  max-width: 100px;
  height: auto;
  padding: 1em;
  margin: 0;
}

.embeddedServiceHelpButton .helpButton .uiButton {
background-color: #125efa;
font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
outline: 1px solid #125efa;
}

.two-img iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* BrokerCheck */
.brokercheck-btn img {
  margin-top: 1em;
  width: 100%;
  max-width: 270px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brokercheck-btn img {
    max-width: 78%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .brokercheck-btn img {
    max-width: 71%;
  }
}

/* Concierge */
.concierge {
  background: #eee;
  padding: 0 !important;
}
.concierge h2 {
  font-size: 2em !important;
  margin: 0;
}
.concierge .container {
  margin: 0 auto;
  padding: 2em 1em;
  max-width: 1024px;
}
.concierge .split {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}
.concierge .select2 {
  width: 85% !important;
  max-width: 500px;
  background: #fff;
  font-size: 21px;
  height: 40px;
  text-align: left;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.select2-search--dropdown {
  display: none !important;
}
.concierge .select2-selection {
  height: 40px !important;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.concierge .select2-selection__arrow {
  width: 40px !important;
  height: 40px !important;
  border-left: 0px !important;
}
ul.select2-results__options li.select2-results__option:last-child {
  background: #f5f5f5;
  color: #666;
  font-style: italic;
}
ul.select2-results__options li.select2-results__option:last-child:hover,ul.select2-results__options li:hover {
  background: #222 !important;
  color: #fff !important;
}
.concierge .split .select2-container--focus {
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 5px 15px rgba(0,0,0,0.3);
	box-shadow:         0px 5px 15px rgba(0,0,0,0.3);
}
button.green-arrow {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 0.25em;
  background: #125efa url('../images/shared/arrow-white.png') center center no-repeat;
  background-size: 18px 18px;
  border: 0;
}
button.green-arrow:hover {
  background: #222 url('../images/shared/arrow-white.png') center center no-repeat;
  background-size: 18px 18px;
}
.need {
  font-size: 1.75em !important;
  margin-bottom: 0.5em;
  color: #222;
}
.bigphone {
  font-size: 2.25em !important;
  margin-bottom: 0.5em !important;
}
.bigphone a {
  color: #125efa;
}
.secondary-phone {
  margin-top: -2em;
  text-align: center;
}
.secondary-phone h3 {
  color: #222;
  margin-bottom: 0.25em !important;
}
.secondary-phone p {
  font-size: 1.25em;
  margin-top: 0;
}
.secondary-phone p a {
  color: #125efa !important;
}
#concierge-results {
  padding: 0;
}
.concierge-results {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 1.5em;
}
.concierge-results img {
  max-width: 100%;
  height: auto;
}
.concierge-results .container {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  padding: 2em 1em;
}
.concierge-search {
  margin: 1em auto 0;
  max-width: 780px;
}
.concierge-search input {
	display: inline-block;
	width: 77%;
	height: 30px;
	margin-top: 1em;
  padding: 0.3em 0.5em 0.3em 35px;
  background: #fff url('../images/shared/search.png') 10px center no-repeat;
  background-size: 20px 20px;
	border: 1px solid #aaa;
	font-size: 15px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.concierge-search input:focus {
	border: 1px solid #666;
}
.concierge-search #contact-site-search-btn {
  margin-top: 0.75em;
}

/* Blend */
.blend {
  background: #f5f5f5;
}
.blend .logo {
  width: 100%;
  left: auto;
  right: auto;
  text-align: center;
}
.blend-question {
  display: block;
  margin: 0 auto;
  padding: 2em;
  max-width: 1024px;
  text-align: center;
}
.blend-question h1 {
  font-weight: bold;
}
.blend-question a.btn-green-sec,.blend-question a.btn-green {
  display: block !important;
  margin: 0 auto 1em !important;
  max-width: 360px;
}

/* Slide In CTA */
.slidecta {
  position: fixed;
  z-index: 999;
  opacity: 0;
  bottom: 11%;
  width: 80%;
  margin: 0 5%;
  display: block;
  padding: 1em 5%;
  text-align: center;
  color: #fff;
  background: #125efa;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slidein .slidecta {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.personal .slidecta {
  background: #125efa;
}
.personal .slidecta:hover {
  background: #012f1e;
}
.business .slidecta {
  background: #003869;
}
.business .slidecta:hover {
  background: #001f3a;
}
.wealth .slidecta {
  background: #444444;
}
.wealth .slidecta:hover {
  background: #222222;
}
.agriculture .slidecta {
  background: #9d5842;
}
.agriculture .slidecta:hover {
  background: #85432e;
}
.slidecta a {
  color: #fff;
}
.slidecta .line1,.slidecta .line2 {
  display: block;
}
.slidecta .line2 {
  font-size: 1.1em;
}
.immediate-assistance {
  display: none;
  padding: 2em 1em !important;
}
.immediate-assistance .one-center {
  padding-bottom: 2em !important;
}

a.sitewidelogin {
  color: #125efa;
}

.loantypekey {
  margin-bottom: 1em;
}
.loantypekey p {
  margin: 0;
}
.desc-el-Purchase {
	margin-bottom: 0;
}

.locations .breadcrumbs span {
  color: #fff;
}

.resources .blog-item img {
  height: auto;
}

.products-carousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}
.products-carousel .owl-prev {
  position: absolute;
  left: -1em;
}
.products-carousel .owl-next {
  position: absolute;
  right: -1em;
}
.products-carousel .owl-prev span,.products-carousel .owl-next span {
  font-size: 3em;
}

.case-study-wrapper {
  display: block;
  width: 100%;
}

/* Disclaimer Blocks */
.disclaimer-general .blocks {
	display: block;
	margin: 0 auto;
	max-width: 1380px;
}
.disclaimer-general .block {
	display: block;
	margin: 1em 1em 2em;
	background: #fff;
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.disclaimer-general .block:hover {
	-webkit-box-shadow: 0px 2px 30px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 30px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 30px rgba(0,0,0,0.25);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.disclaimer-general .block img {
	width: 100%;
	height: auto;
}
.disclaimer-general .block-pad {
	padding: 2em;
	text-align: center;
}
.disclaimer-general .block-pad h3 {
	font-size: 20px;
	color: #125efa;
	margin: 0 0 0.25em;
}
.disclaimer-general .block-pad p {
	font-size: 16px;
	color: #2b2b2b;
	margin:0;
}

.showmodal {
  padding-right: 21px;
  background: transparent url('../images/shared/external.png') right center no-repeat;
  background-size: 14px auto;
}

/* Branch Location Updates */
.branch-proximity {
  color: #125efa;
  padding-top: 0.25em;
  font-style: italic;
}
.branch-result-hd {
	display: flex;
	padding: 2% 4%;
	border-bottom: 1px solid #ddd;
	color: #666666;
	font-size: 14px;
	text-align: center;
	background: #f7f7f7;
}
.branch-result-left {
  flex: 1;
  text-align: left;
  font-style: italic;
}
.branch-result-right {
  flex: 1;
  text-align: right;
}
.branch-result-hd strong {
  color: #222;
}
.branch-result-hd a {
  color: #444;
}
.branch-result-hd a:hover {
  color: #125efa;
}

#toolbar-item-administration-tray .toolbar-menu {
  z-index: 9999 !important;
}

/* Branch Locator Updates 11/24/21 */
.locator-branches .filters label.loc-branches {
  color: #125efa;
}
.locator-branches .filters label.loc-lpo {
  color: #9d5842;
}
.branch-lpo .branch-address {
  background: transparent url('../images/shared/locations-copper.png') 16px 18px no-repeat !important;
	background-size: 36px 36px !important;
}
.locator-branches .filters label.loc-wealth {
  color: #444;
}
.branch-wealth .branch-address {
  background: transparent url('../images/shared/locations-grey.png') 16px 18px no-repeat !important;
	background-size: 36px 36px !important;
}
@media only screen and (min-width: 768px) {
  .branch-lpo .branch-address {
		  background: transparent url('../images/shared/locations-copper.png') 3px 24px no-repeat !important;
		  background-size: 28px 28px !important;
  }
  .branch-wealth .branch-address {
		  background: transparent url('../images/shared/locations-grey.png') 3px 24px no-repeat !important;
		  background-size: 28px 28px !important;
  }
}
@media only screen and (min-width: 960px) {
  .branch-lpo .branch-address {
		  background: transparent url('../images/shared/locations-copper.png') 16px 32px no-repeat !important;
		  background-size: 36px 36px !important;
  }
  .branch-wealth .branch-address {
		  background: transparent url('../images/shared/locations-grey.png') 16px 32px no-repeat !important;
		  background-size: 36px 36px !important;
  }
}

.concierge-search .search {
  position: unset;
}

/* Language Switcher */
.lang-switcher {
  float: left;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  margin: 0.75em 1em 0 0;
}
.darkslide .lang-switcher {
  color: #222;
}
.scrolled.darkslide .lang-switcher {
  color: #fff;
}

.aiq-chat-container {
	z-index: 99999 !important;
}

#lexcontainer section {
	animation-name: slidein;
	animation-delay: 0.5s;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.branch-online {
  background: #f5f5f5 !important;
}
a.scheduler-ico {
	display: block;
	background: transparent url('../images/shared/appointment-dark.png') center left no-repeat;
	padding-left: 32px;
	background-size: 22px auto;
}
.branch-available-anywhere {
    color: #125efa;
    padding-top: 0.25em;
    font-style: italic;
}

.one-center blockquote {
  margin: 1em auto;
  padding: 1em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 800px;
  line-height: 1.6;
  font-style: italic;
}

/* Embedded FAQs */
.embedded-faq {
  border-top: 1px solid #ccc;
}
.embedded-faq h2.ef-heading {
  font-size: 28px;
  color: #125efa;
  margin: 0.5em auto;
  padding: 0;
  text-align: center;
}
.personal .embedded-faq h2.ef-heading {
  color: #125efa !important;
}
.business .embedded-faq h2.ef-heading {
  color: #003869 !important;
}
.wealth .embedded-faq h2.ef-heading {
  color: #222 !important;
}
.agriculture .embedded-faq h2.ef-heading {
  color: #9d5842 !important;
}
.embedded-faq h3:focus {
  outline: none;
}
.embedded-faq .no-border {
  border-top: 0px !important;
}

.detail-business .subnav-section p a {
  color: #003869;
}
.detail-business .subnav-section p a:hover {
  color: #001f3a;
}
.detail-wealth .subnav-section p a {
  color: #444;
}
.detail-wealth .subnav-section p a:hover {
  color: #222;
}
.detail-agriculture .subnav-section p a {
  color: #9d5842;
}
.detail-agriculture .subnav-section p a:hover {
  color: #85432e;
}

/* Common Tasks to Navigation */
ul.navigation .second .tasks {
  border-width: 2px;
  border-style: solid;
  border-color: #125efa;
  padding: 1em;
  margin-top: 1em;
  min-width: 230px !important;
}
ul.navigation .second .tasks .heading {
  color: #125efa;
  background: transparent;
  text-decoration: none;
  border: 0;
  line-height: 1.1;
}
ul.navigation .second .tasks .link a {
  color: #125efa;
  line-height: 1.1;
  padding-left: 32px;
  margin-top: 1em;
  background-size: auto 22px;
  background-repeat: no-repeat;
  background-position: center left;
}
ul.navigation .personal .tasks {
  border-color: #125efa !important;
}
ul.navigation .personal .tasks .heading {
  color: #125efa !important;
}
ul.navigation .personal .tasks .link a {
  color: #125efa !important;
}
ul.navigation .wealth .tasks {
  border-color: #444 !important;
}
ul.navigation .wealth .tasks .heading {
  color: #444 !important;
}
ul.navigation .wealth .tasks .link a {
  color: #444 !important;
}
ul.navigation .business .tasks {
  border-color: #003869 !important;
}
ul.navigation .business .tasks .heading {
  color: #003869 !important;
}
ul.navigation .business .tasks .link a {
  color: #003869 !important;
}
ul.navigation .agriculture .tasks {
  border-color: #9d5842 !important;
}
ul.navigation .agriculture .tasks .heading {
  color: #9d5842 !important;
}
ul.navigation .agriculture .tasks .link a {
  color: #9d5842 !important;
}

/* Comp App Badges */
.comp-apps {
  display: block;
  padding: 1em;
  margin: 2em 0 0;
  background: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.comp-apps p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.comp-apps img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0.5em auto 0;
}
.btn-sm {
  font-size: 0.9em !important;
  padding: 0.4em 0.8em !important;
}

/* Branch List Notice Field */
.branch-notice {
  color: #c00 !important;
  font-style: italic !important;
}

/* FAQ Page */
h1.ef-page-heading {
  font-size: 28px;
  color: #125efa;
  margin: 0.5em auto;
  padding: 0;
  text-align: center;
}
h2.ef-page-subheading {
  font-size: 24px;
  color: #125efa;
  margin: 2em 0 0;
  padding: 0;
  text-align: left;
  border: 0;
}
.ef-page-question.no-border {
  margin-top: 0.5em !important;
}

.detail-personal .two-col table th,.detail-personal .two-col table td {
  border: 1px solid #fff;
}
.detail-personal .two-col table td.grey {
  background: #eee;
  padding: 0.75em 1.5em;
}
.detail-personal .two-col table td.ltgrey {
  background: #f5f5f5;
  padding: 0.75em 1.5em;
}

.ptanchor {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

.product-filters-types {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #222;
  margin: 0.5em 0 1em;
}
.secondary-business .product-filters-types {
  color: #003869 !important;
}

/* WM Alert */
.alert-message a,.alert-message span {
  display: block;
  padding: 0.5em;
  text-align: center;
  background: #c00;
  color: #fff;
}
.alert-message a:hover {
  text-decoration: underline;
}

/* Mortgage Calculator Toggles */
.calc-toggles {
  display: block;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin: 0 0 1em;
  outline: none;
}
.calc-toggle {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0.25em -1px;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.calc-toggle-active {
  color: #125efa;
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
.detail-rates .white .container h2 {
  font-size: 2em;
}
.detail-rates .table-wrapper h3 {
    font-size: 1.5em;
    margin: 2em 0 0;
    text-transform: uppercase;
}
.detail-rates.detail-rates .table-wrapper h3 {
  color: #125efa;
}
.detail-rates .sticky-wrap {
	margin: 2em 0;
}
.detail-rates .container .disclaimer {
  padding: 0;
}

/* Heading with Button */
.heading.with-button .breadcrumbs {
  padding-top: 4%;
}
.heading.with-button a.btn {
	display: block;
	line-height: 1.5;
	padding: 0.5em 1.5em;
	text-transform: uppercase;
	margin: 0.5em 0 2em !important;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  opacity: 0;
  animation-name: fadeup;
  animation-delay: 1.5s;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.detail-personal .heading.with-button a.btn,.personal .heading.with-button a.btn {
  background: transparent !important;
  color: #125efa !important;
	border-color: #125efa !important;
}
.detail-personal .heading.with-button a.btn:hover,.personal .heading.with-button a.btn:hover {
  background: #125efa !important;
  color: #fff !important;
	border-color: #125efa !important;
}
.detail-business .heading.with-button a.btn,.business .heading.with-button a.btn {
  background: transparent !important;
  color: #003869 !important;
	border-color: #003869 !important;
}
.detail-business .heading.with-button a.btn:hover,.business .heading.with-button a.btn:hover {
  background: #003869 !important;
  color: #fff !important;
	border-color: #003869 !important;
}
.detail-wealth .heading.with-button a.btn,.wealth .heading.with-button a.btn {
  background: transparent !important;
  color: #222 !important;
	border-color: #222 !important;
}
.detail-wealth .heading.with-button a.btn:hover,.wealth .heading.with-button a.btn:hover {
  background: #222 !important;
  color: #fff !important;
	border-color: #222 !important;
}
.detail-agriculture .heading.with-button a.btn,.agriculture .heading.with-button a.btn {
  background: transparent !important;
  color: #9d5842 !important;
	border-color: #9d5842 !important;
}
.detail-agriculture .heading.with-button a.btn:hover,.agriculture .heading.with-button a.btn:hover {
  background: #9d5842 !important;
  color: #fff !important;
	border-color: #9d5842 !important;
}

.resource-demo {
  display: block;
  background: #f5f5f5;
  padding: 1em;
  margin: 0.75em;
  text-align: center;
  border: 2px solid #ddd;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.resource-grey {
  background: #f5f5f5;
}
.resource-grey:hover {
  background: #fff;
  border-color: #125efa;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.resource-white {
  background: #fff;
}
.resource-white:hover {
  background: #f5f5f5;
  border-color: #666;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.resource-green {
  background: #125efa;
  border-color: #125efa;
}
.resource-green:hover {
  background: #004b2f;
  border-color: #004b2f;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.resource-texture {
  background: #f5f5f5 url('../images/resource-block-background.html') center center no-repeat;
  background-size: auto 100%;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.resource-texture:hover {
  background: #f5f5f5 url('../images/resource-block-background.html') center center no-repeat;
  background-size: auto 125%;
  border-color: #004b2f;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.resource-green .resource-demo-title,.resource-green .resource-demo-cta {
  color: #fff !important;
}
.resource-green .resource-demo-cta {
  opacity: 0.75;
}
.resource-demo img {
  margin: 0 auto 0.25em;
}
.resource-demo .resource-demo-title {
  display: block;
  font-size: 21px;
  line-height: 1.1;
  color: #222;
  padding: 0.25em 0;
}
.resource-demo .resource-demo-cta {
  display: block;
  font-size: 16px;
  color: #125efa;
  text-transform: uppercase;
}

/* Qualifications Calendar */
.print-window-btn {
    display: inline-block;
    padding-left: 36px;
    background: transparent url('../images/shared/print-gray.png') left center no-repeat;
    background-size: 24px auto;
    color: #444;
    margin: 0 auto 1em;
}
.print-window-btn:hover {
    color: #222;
}
.disclaimer-window {
  font-size: 0.9em;
}
.disclaimer-window-outline {
  display: block;
  border: 1px solid #444;
  padding: 1em 1em 0.5em;
}
.disclaimer-window-outline p {
  font-size: 0.9em;
  margin: 0 0 0.5em;
}
.featherlight-content #calendar {
  max-width: 800px;
  max-height: 800px;
}
#calendar h2 {
  margin: 0 0 1em;
}
#calendar table {
  margin: 0;
}
#calendar table th,#calendar table td {
  padding: 0.5em;
  border: 1px solid #444;
  background: #fff;
  text-align: left;
}
#calendar table th {
  color: #222;
  text-transform: uppercase;
}
.print-logo {
  display: none;
}

/* New Lenders Section */
.heading .breadcrumbs h1 {
  display: inline-block;
  color: #444;
  padding: 0 0.25em;
}
.lender-search {
  background: #fff;
  padding: 3em 1em;
}
.lender-search .container {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
}
.lender-search h1 {
  font-size: 28px;
  color: #125efa;
  margin: 0 auto 0.5em;
  text-align: center;
}
.lender-search h2 {
  font-size: 28px;
  color: #222;
  margin: 0 auto 0.5em;
  text-align: center;
}
.lender-search p {
  text-align: center;
	margin: 0 auto 2em;
	max-width: 1140px;
}
.lender-search p a {
  color: #125efa;
}
.lender-search p a:hover {
  color: #222;
}
.lender-search .lender-form {
	display: block;
	margin: 0 auto;
	max-width: 1024px;
}
.lender-search .lender-form .form-field {
  margin: 0 0 0.5em;
}
.lender-search .lender-form .form-field label {
  display: block;
  color: #125efa;
  margin: 0 0 0.25em;
  font-size: 1.25em;
}
.lender-search .lender-form .form-field input,.lender-search .lender-form .form-field select {
  display: block;
  width: 95%;
  border: 1px solid #999;
  padding: 0.5em;
  font-size: 1.1em;
  border-radius: 0px;
  -webkit-box-shadow: inset 0px 2px 8px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 2px 8px rgba(0,0,0,0.1);
  box-shadow: inset 0px 2px 8px rgba(0,0,0,0.1);
}
.lender-search .lender-form .form-field select {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lender-search .lender-form .form-field input.btn-green {
	display: block;
  width: 100%;
	line-height: 1.5;
	padding: 0.5em 1.5em;
	text-transform: uppercase;
	margin: 1em 0 0;
	border-width: 2px;
	border-style: solid;
	text-align: center;
  color: #125efa !important;
	border-color: #125efa !important;
	box-shadow: none;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.lender-search .lender-form .form-field input.btn-green:hover {
  background: #125efa !important;
  color: #fff !important;
	border-color: #125efa !important;
}
.lender-results {
  background-color: #f5f5f5;
  padding: 3em 1em;
}
.lender-results .container {
	display: block;
	margin: 0 auto;
	max-width: 1480px;
  text-align: center;
}
.lender-results h2 {
  text-align: center;
  margin: 0 auto 1em;
}
.lender-results .bio .lk {
  display: block;
  font-size: 0.9em;
  color: #444;
  margin: 0.5em 0 0;
  text-transform: uppercase;
}
.lender-results .bio .lk:hover {
  color: #222;
}
.lender-heading {
  min-height: unset !important;
  max-height: unset !important;
}
.lender-head {
	display: block;
	margin: 1em auto;
	max-width: 1240px;
}
.lender-head .bio-img img {
  width: 320px;
  border: 3px solid #fff;
  margin: 0 auto;
}
.lender-head .lender-details {
  text-align: left;
}
.lender-head .lender-details h1 {
  color: #125efa;
  margin: 0.5em 0;
}
.lender-head .lender-details h1 .lender-subhead {
  display: block;
  font-size: 24px;
  font-style: italic;
  color: #666;
  margin: 0.25em 0;
}
.lender-head .lender-details .title {
  font-size: 24px;
  color: #222;
}
.lender-head .lender-details .id-number {
  font-size: 21px;
  color: #444;
  margin: 0 0 0.5em;
}
.lender-head .lender-details .branch {
  border: 0 !important;
}
.lender-head .lender-details .branch a {
  display: block;
  background: transparent url('../images/lender/bank-ico.html') left center no-repeat;
  background-size: 18px auto;
  color: #125efa;
  padding-left: 30px;
  margin: 0.5em 0;
}
.lender-head .lender-details .phone a {
  display: block;
  background: transparent url('../images/lender/smartphone-ico.html') left center no-repeat;
  background-size: 18px auto;
  color: #125efa;
  padding-left: 30px;
  margin: 0.5em 0;
}
.lender-head .lender-details .email a {
  display: block;
  background: transparent url('../images/lender/email-ico.html') left center no-repeat;
  background-size: 18px auto;
  color: #125efa;
  padding-left: 30px;
  margin: 0.5em 0;
}
.lender-head .lender-details a:hover {
  color: #222;
}
.specialties-block {
  margin: 2em auto;
  border: 2px solid #ccc;
  padding: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.specialties-block h3 {
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  text-transform: uppercase;
  color: #125efa;
  position: relative;
  left: auto;
  right: auto;
  top: -1.5em;
  padding: 0 1em;
}
.specialties-block ul {
  text-align: left;
  margin: -0.5em 0 1em;
  padding: 0 0 0 40px;
}
.specialties-block ul li {
  color: #125efa;
  font-style: italic;
  line-height: 1;
  list-style-image: url('../images/lender/greencheck-ico.html');
}
.specialties-block ul li a {
  color: #125efa;
}
.specialties-block ul li a:hover {
  color: #222;
}
.lender-block {
  margin: 2em auto;
  border: 2px solid #ccc;
  padding: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.lender-block h3 {
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  text-transform: uppercase;
  color: #222;
  position: relative;
  left: auto;
  right: auto;
  top: -1.5em;
  padding: 0 1em;
}
.lender-block ul {
  text-align: left;
  margin: -0.5em 0 1em;
  padding: 0 0 0 30px;
}
.lender-block ul li {
  color: #666;
}
.lender-block ul li a {
  color: #125efa;
}
.lender-block ul li a:hover {
  color: #222;
}
.lender-head .lender-ctas {
  text-align: center;
}
.lender-text {
  padding: 0 !important;
}

.fdic {
	display: block;
	text-align: center;
	background: #222;
	padding: 0.5em 0.75em 0.75em 0.75em;
	color: #fff;
	font-size: 12px;
	font-style: italic;
}
.fdic.fdic-text {
	padding: 0.75em;
}
.fdic img {
	max-width: 100%;
}

/* Media Queries */
@media only screen and (min-width: 600px) {
  .comp-contain {
    display: block;
    width: 1024px;
  }
  .comp-phone {
    width: 638px;
    height: 750px;
  }
  .comp-phone-over {
    width: 638px;
    height: 750px;
    background: transparent url('../images/shared/iphone11promax.png') left center no-repeat;
    background-size: 638px 750px;
  }
  .comp-phone img {
    width: 310px;
    height: 672px;
    top: 34px;
  }
  .comp-links .comp-p {
    font-size: 16px;
    padding-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .comp-contain {
    display: block;
    width: 1024px;
  }
  .comp-phone {
    width: 638px;
    height: 750px;
  }
  .comp-phone-over {
    width: 638px;
    height: 750px;
    background: transparent url('../images/shared/iphone11promax.png') left center no-repeat;
    background-size: 638px 750px;
  }
  .comp-phone img {
    width: 310px;
    height: 672px;
    top: 34px;
  }
  .comp-links {
    float: left;
    max-width: 380px;
  }
  #comp-anchor {
	  padding: 4em;
	}
  .bio-detail .grid-8 {
	  padding-left: 30px;
  }
  .bio-detail .cta {
	width: 60%;
}
}
@media only screen and (max-width: 600px) {
	.fade1,.fade2 {
		display: block;
	}
	.table-scroller table th,.table-scroller table td {
		font-size: 16px;
	}
	.table-scroller table th {
		min-height: 40px;
	}
	.table-scroller table tr:last-child td.freeze {
		max-height: 16px;
	}
	.benefits-left .benefit {
		padding-bottom: 1em;
	}
	#tabs .tablist {
    display: block;
	  overflow: scroll;
	  height: 50px;
	  max-width: 100%;
	  -webkit-overflow-scrolling: touch;
  }
  #tabs ul.tabs {
	  white-space:nowrap;
  }
  .splithero .buttons {
	  display: flex;
	}
  .splithero .buttons a {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  .splithero .buttons a:first-child {
    margin-right: 0.5em;
  }
  .splithero .buttons a:last-child {
    margin-left: 0.5em;
  }

  .one-center table {
	  max-width: 100%;
	  overflow-y: auto;
	}
	.one-center table th,.one-center table td {
    padding: 0.5em;
	}
}
@media only screen and (max-width: 767px) {
	.mm-menu .highinterest-mobile {
	  background: #f5f5f5;
	}
	.mm-menu .highinterest-mobile .hi-products {
	  padding: 0 30px !important;
	  text-overflow: unset !important;
	  white-space: unset !important;
    overflow: unset !important;
	}
	.mm-menu .highinterest-mobile .hi-title {
    font-size: 18px;
    color: #125efa !important;
	  text-align: center !important;
	  padding: 15px 15px 5px 15px !important;
	}
	.mm-menu .highinterest-mobile .hi-products a.hi-product {
    display: block;
	  background: #fff;
	  text-align: center;
	  padding: 0.75em 0.5em;
	  margin: 10px 0;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 05px;
	}
	.mm-menu .highinterest-mobile .hi-products a.hi-product .hi-name {
    display: block;
    color: #125efa !important;
	  font-size: 16px !important;
	}
	.mm-menu .highinterest-mobile .hi-products a.hi-product .hi-rate {
    display: block;
    color: #1d452e !important;
	  font-size: 21px !important;
	}
	.mm-menu .highinterest-mobile .hi-disclaimer {
	  font-size: 14px;
	  font-style: italic;
    color: #666;
	  text-align: center;
	  padding: 5px 15px 15px 15px !important;
	}
	.offer-details h2,.offer-products h2,.qualifications h2, .fees h2 {
		font-size: 24px;
		text-align: center;
	}
	.prodleft {
		line-height: 1.2;
    	min-width: 55%;
	}
	.greencheck,.detail-business .greencheck,.detail-wealth .greencheck {
		font-size: 18px;
		background-size: 25px 25px;
		padding-left: 35px;
	}
	.qualifications {
		padding-bottom: 2em;
	}
	.qualifications ul {
		padding-right: 0px;
	}
	.subnav .container {
		width: auto;
		overflow: hidden;
	}
	.subnav-btn {
		position: absolute;
		right: 0.5em;
	}
	/*.scrollsubnav .subnav-btn {
	  top: 0;
	}*/
	.stepped h2 {
		margin-bottom: 0.5em;
	}
	.tabbed h2 {
		margin-bottom: 0.5em;
	}
	.wizard > .steps > ul > li {
		display: block;
		margin: 0;
	}
	.wizard > .steps > ul > li a,.wizard > .steps > ul > li a:hover {
		padding: 0.5em 0;
	}
	.greyform {
		padding: 0;
	}
	.greyform input {
		display: block;
		width: 95%;
		margin: 0 0 1em;
	}
	.greyform button {
		display: block;
		font-size: 21px;
		width: auto;
		padding: 0.6em 2em;
		background: #006a41;
		margin: 0 auto;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
	}
	.greyform input:focus {
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
	.salesforceFormSuccess,.salesforceFormError {
		margin-top: 1em;
	}
	.bios h2 {
		margin-bottom: 0.5em;
	}
	.branch-detail .header .breadcrumbs {
		padding-top: 5em;
	}
	.branch-detail .header .headline {
		padding: 0 0 0.5em;
	}
	.hero .copy .headline h2 {
		font-size: 28px;
	}
	.features .owl-carousel .owl-item img {
		width: 100%;
		height: auto;
	}
	#cleanform .whiteform .row {
		margin: 0;
	}
	#cleanform .whiteform .half {
		width: 100%;
	}
	#cleanform .whiteform input,#cleanform .whiteform textarea {
		margin-bottom: 0.75em;
	}
	#user-login-form input {
		max-width: 90%;
	}
	.logo.promoactive a img#menuLogo {
		position: absolute;
		top: -55px;
	}
	#browsercheck .detected {
	  margin: 0 1em;
	}
	#browsercheck .white {
    padding: 0 1em;
  }
  #browsercheck .white table {
    max-width: 100%;
  }
  #browsercheck .white table td {
    font-size: 15px;
    padding: 0.75em;
  }
  #browsercheck .detected,#browser-success,#browser-fail {
    font-size: 18px;
  }
  .two-img iframe {
    margin-bottom: 1em;
  }
  .announcement,.red-announcement,.color-announcement,.promotion,.red-promotion,.color-promotion {
    font-size: 14px;
    line-height: 1.1;
    text-align: left;
    padding-right: 36px;
  }
  .products-carousel .product ul {
    min-height: 360px;
  }
  .products-carousel .owl-prev {
    left: 0;
  }
  .products-carousel .owl-next {
    right: 0;
  }
  .products-carousel .owl-dots {
    display: none;
  }
  .blogs .blog-item {
    padding: 0 3em;
  }
  .blogs .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
  }
  .blogs .owl-prev {
    position: absolute;
    left: 1em;
  }
  .blogs .owl-next {
    position: absolute;
    right: 1em;
  }
  .blogs .owl-prev span,.blogs .owl-next span {
    font-size: 3em;
  }
  .announcement a.message-close,.red-announcement a.message-close,.color-announcement a.message-close,.promotion a.message-close,.red-promotion a.message-close,.color-promotion a.message-close {
	  top: 0.3em;
	}
	.product ul {
    padding: 0 0 4em;
	}
	.product-tabs a {
	  padding: 0.5em;
	}
	.quarter {
	  max-width: 100%;
	  text-align: center;
	}
	.calc-right-rates {
	  overflow-y: auto;
	}
}
@media only screen and (max-width: 400px) {
	.logo.promoactive a img#menuLogo {
		position: absolute;
		top: -70px !important;
	}
}
@media only screen and (max-width: 1079px) {
	.greyform input[type='submit'] {
		font-size: 24px;
		padding: 0.6em 1em;
	}
	.darkslide .utility a.scheduler {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
		background: transparent url('../images/shared/calendar.png') center center no-repeat;
		background-size: 100% auto;
		font-size: 0px;
		margin-right: 10px;
    margin-top: 7px;
		border: 0;
  }
  .lightslide .utility a.scheduler {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
		background: transparent url('../images/shared/calendar-white.png') center center no-repeat;
		background-size: 100% auto;
		font-size: 0px;
		margin-right: 10px;
    margin-top: 7px;
		border: 0;
  }
  .scrolled .utility a.scheduler,.personal .utility a.scheduler,.business .utility a.scheduler,.wealth .utility a.scheduler,.agriculture .utility a.scheduler,.detail-personal .utility a.scheduler,.detail-business .utility a.scheduler,.detail-wealth .utility a.scheduler,.detail-agriculture .utility a.scheduler,.locations .utility a.scheduler,.detail-search .utility a.scheduler,.branch-detail .utility a.scheduler {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
		background: transparent url('../images/shared/calendar-white.png') center center no-repeat;
		background-size: 100% auto;
		font-size: 0px;
		margin-right: 10px;
    margin-top: 7px;
		border: 0;
  }
}
@media only screen and (max-width: 1240px) {
	.table-wrapper {
	    position: relative;
	}
	.table-scroller {
    	margin-left: 32%;
    	overflow-x: scroll;
    	width: 68%;
    	border-right: 1px solid #eee;
	}
	.table-scroller table .freeze {
    	left: 0;
    	position: absolute;
    	top: auto;
    	width: 24%;
    	margin-top: -0.5px;
	}
	.table-scroller table th,.table-scroller table td {
		padding: 2% 4%;
	}
}
@media only screen and (min-width: 768px) {
  .body-translation-es .branch-links,.onlinebranch .branch-links {
    max-width: 33%;
  }
  .ptanchor {
    top: -190px;
  }
  ul.navigation .second.personal {
    flex-wrap: wrap;
    min-width: 960px;
  }
  .highinterest {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 100%;
    background: #f5f5f5;
    margin: 2em -1em -1em -1em;
    padding: 1em;
  }
  .hi-title {
    flex: 1;
    min-width: 20%;
    max-width: 20%;
    font-size: 21px;
    color: #125efa;
  }
  .hi-products {
    flex: 1;
    display: flex;
    min-width: 80%;
    max-width: 80%;
  }
  .hi-product {
    flex: 1;
    background: #fff;
    padding: 0.25em;
    margin: 0 0.5em;
    text-align: center;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 05px;
	  -webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
  }
  .hi-name {
    display: block;
    font-size: 16px;
    color: #125efa;
  }
  .hi-rate {
    display: block;
    font-size: 24px;
    color: #1d452e;
  }
  .hi-rate small {
    display: inline;
    font-size: 20px;
  }
  .hi-product:hover {
    background: #125efa;
	  -webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
  }
  .hi-product:hover .hi-name,.hi-product:hover .hi-rate {
    color: #fff;
	  -webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
  }
  .hi-disclaimer {
    width: 80%;
    padding: 1em 0 0 20%;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-style: italic;
  }
  h1.ef-page-heading {
    font-size: 40px;
  }
  h2.ef-page-subheading {
    font-size: 32px;
  }
  .comp-apps-badges {
    display: flex;
  }
  .comp-apps-badges a {
    flex: 1;
    margin: 0;
    padding: 0.25em;
  }
  .embedded-faq {
    padding: 3em 1em;
  }
  .embedded-faq h2.ef-heading {
    font-size: 40px;
  }
  .one-center blockquote {
    margin: 2em auto;
    padding: 2em 0;
  }
  .featherlight .featherlight-content {
    overflow-x: hidden !important;
  }
  .featherlight .featherlight-content iframe {
    width: 900px;
    height: 900px;
  }
  #homepageHero .owl-carousel .owl-item img {
	  width: 100%;
	}
  .home-video {
    padding: 1em 4em 2em;
  }
  .home-video h3 {
   margin-top: 1em !important;
  }
  .promotional {
    font-size: 21px;
  }
  .thirds {
		display: flex;
	}
	.third {
		flex: 1;
		margin-bottom: 0;
	}
  .scrolled #scrollheader {
    min-height: 105px;
  }
  .locations .branch-landing {
    min-height: 360px;
	}
	.pdp .heading {
	  border-bottom: 0px !important;
	}
	.pdp .footer {
	  border-top: 0px !important;
	}
	.subnav {

	}
	.detail-personal .subnav-section,.detail-business .subnav-section,.detail-wealth .subnav-section,.detail-agriculture .subnav-section {
		padding: 4em 1em;
	}
	.detail-personal .subnav-section:nth-child(1),.detail-business .subnav-section:nth-child(1),.detail-wealth .subnav-section:nth-child(1),.detail-agriculture .subnav-section:nth-child(1) {
		padding: 4em 1em 1em;
	}
	ol.plan-steps li::before {
		font-size: 26px;
		margin-right: 1rem;
	}
	ol.plan-steps li h3 {
		font-size: 28px;
	}
	ol.plan-steps li h4 {
		font-size: 21px;
		margin-left: 4.5rem;
	}
	ol.plan-steps li p {
		margin-left: 4.5rem;
	}
	.product-filters h3 {
    font-size: 21px;
  }
	.product-filters {
    max-width: 1140px;
    text-align: center;
  }
  .product-filters a {
    display: inline-block;
    margin: 0 1em 1em;
    font-size: 16px;
  }
	body {
		font-size: 18px;
	}
	.scrolled body {
    padding-top: 105px;
  }
	hr {
		margin: 3em 0;
	}
	.subscribe-label {
		display: block;
		float: left;
		width: 40%;
		font-size: 21px;
		line-height: normal;
		text-align: left;
		background: transparent url('../images/shared/email-white.png') left center no-repeat;
		background-size: 24px auto;
		padding-left: 36px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.subscribe-form {
		display: block;
		float: left;
		width: 55%;
		text-align: left;
	}
	.subscribe-form input {
		display: inline-block;
		width: 240px;
		font-size: 16px;
		padding: 0.6em 1em;
		border: 1px solid #222;
	}
	.subscribe-form button {
		display: inline-block;
		width: auto;
		font-size: 16px;
		line-height: 1.5;
		border: 2px solid #666666;
		color: #fff;
		background: transparent;
		text-transform: uppercase;
		padding: 0.35em 1.5em;
		margin-left: 1em;
		margin-top: 0;
	}
	.footer {
		padding: 5em 1em;
		background-size: 100% auto;
	}
	.footer .container {
		padding: 0 1em;
	}
	.footer .col {
		display: block;
		float: left;
		width: 31%;
		text-align: left;
		min-height: 260px;
		padding-right: 2%;
	}
	.footer .company {
		width: auto;
		text-align: left;
	}
	.social {
		padding-bottom: 0;
	}
	.social a {
		display: block;
		float: left;
	}
	.copyright {
		text-align: left;
	}
	.qualify {
		text-align: right;
	}
	.copyright,.qualify {
		float: left;
		width: 50%;
	}
	.contain {
		padding-left: 2em;
		padding-right: 2em;
	}
	.grid-1 {
		width:6.6666666666667%
	}
	.grid-2 {
		width:16%
	}
	.grid-3 {
		width:25%
	}
	.grid-4 {
		width:31.666666666667%
	}
	.grid-5 {
		width:40%
	}
	.grid-6 {
		width:50%
	}
	.grid-7 {
		width:56.666666666667%
	}
	.grid-8 {
		width:65%
	}
	.grid-9 {
		width:75%
	}
	.lt-ie8 .grid-9,.lt-ie8 .grid-8,.lt-ie8 .grid-4,.lt-ie8 .grid-3{
		margin-right:0
	}
	.grid-10 {
		width:81.666666666667%
	}
	.grid-11 {
		width:90%
	}
	.grid-12 {
		width:98.333333333333%
	}
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,	.grid-12 {
		float:left;
		display:block;
	}
	.path-p-content,.path-b-content {
		padding: 2em 6em;
	}
	.paths {
		background-size: 200% auto;
		padding-top: 5em;
		min-height: 360px;
	}
	.path-question {
		float: left;
		width: 40%;
		padding-right: 5%;
	}
	.path-question h2 {
		font-size: 36px;
		margin: 0 0 1em;
		text-align: left;
	}
	.path-links {
		display: block;
		float: left;
		width: 55%;
		font-size: 22px;
		margin-top: 0;
	}
	.path-links a {
		line-height: normal;
		padding-right: 0;
	}
	.path-hd {
		font-size: 48px;
	}
	.path-subhd {
		font-size: 32px;
		margin: 1em 0;
	}
	.path-ctas a {
		display: inline-block;
		width: auto;
		font-size: 18px;
		line-height: 1.5;
		padding: 0.5em 1.5em;
		margin: 0 1em;
	}
	.slide-left .image {
	  float: left;
	  width: 50%;
    padding: 0;
	}
	.slide-right .image {
	  float: right;
	  width: 50%;
    padding: 0;
	}
	.slide-left .copy {
	  float: right;
	}
	.slide-right .copy {
	  float: left;
	}
	.slide-left .copy,.slide-right .copy {
	  width: 35%;
    padding: 5% 7.5% 0;
    text-align: left;
	}
  .splithero .desktop-image {
    display: block;
  }
  .splithero .mobile-image {
    display: none;
  }
	.hero .image {
		opacity: 1;
	}
	.hero .copy {
		bottom: 15%;
	}
	.hero .copy .btn {
		font-size: 21px;
	}
	.hero .copy .headline {
		font-size: 40px;
		text-shadow: 0px 0px 24px rgba(0,0,0,0.9);
	}
	.hero .copy .headline h2 {
		font-size: 40px;
	}
	.hero .dk-text .headline {
		color: #222 !important;
	}
	.hero .owl-dot {
		background: #999 !important;
	}
	.why {
		padding: 4em 2em;
	}
	.why h2,.why-heading {
		font-size: 40px;
	}
	.block-pad h3 {
		font-size: 22px;
	}
	.block-pad p {
		font-size: 18px;
	}
	.header {
		min-height: 95px;
	}
	.blocks {
		display: flex;
	}
	.block {
		flex: 1;
		margin: 1em;
	}
	.feature .image,.feature .copy {
		float: left;
		width: 50%;
	}
	.feature h2 {
		padding: 0 2em;
		margin: 2em 0 0;
	}
	.feature p {
		font-size: 18px;
		line-height: 1.75;
		padding: 0 3em;
	}
	.feature .copy {
		padding-bottom: 0;
	}
	.feature .copy a.btn {
		display: inline-block;
		padding: 0.5em 2em;
	}
	.features .owl-nav:hover {
		opacity: 0.75;
	}
	.features .owl-nav .owl-prev,.features .owl-nav .owl-next {
		width: 72px;
		font-size: 84px !important;
	}
	.resources h2 {
		font-size: 40px;
	}
	.blogs {
		display: flex;
		margin: 2em auto 0;
	}
	.blog-summary {
		flex: 1;
		margin: 1em;
	}
	.secondary-personal .heading,.secondary-business .heading,.secondary-wealth .heading,.secondary-agriculture .heading,.detail-personal .heading,.detail-business .heading,.detail-wealth .heading,.detail-agriculture .heading {
		min-height: 330px;
		padding: 0 3em;
	}
	.heading .breadcrumbs {
		font-size: 18px;
		padding-top: 6%;
	}
	.heading .breadcrumbs h1 {
    	font-size: 18px !important;
  	}
	.heading .headline {
		font-size: 48px;
		line-height: 1.2;
		padding: 1em 1em 0;
	}
	.secondary .heading .headline {
		margin-top: 0;
	}
	.categories {
		padding: 4em 1em;
	}
	.categories .container {
		margin: 0 auto;
	}
	.category {
		display: block;
		float: left;
		width: 28%;
		margin: 2.5%;
	}	.category:nth-of-type(4),.category:nth-of-type(7),.category:nth-of-type(10),.category:nth-of-type(13),.category:nth-of-type(16),.category:nth-of-type(19),.category:nth-of-type(22),.category:nth-of-type(25),.category:nth-of-type(28),.category:nth-of-type(31) {
		clear: left;
	}
	.categories h1 {
		font-size: 40px;
	}
	.categories h2 {
		font-size: 40px;
	}
	.category-pad h3 {
		font-size: 22px;
	}
	.category-pad {
		padding: 2em;
		min-height: 120px;
	}
	.secondary .heading {
		background-size: 100% auto;
		min-height: 400px;
	}
	.product h2,.product h3 {
		font-size: 22px;
	}
	.product ul {
	  max-height: 260px;
	  overflow-y: auto;
	  padding: 0;
  }
	.body-translation-es .product ul {
		max-height: 240px !important;
	}
	.product,.product-feature {
		display: block;
		float: left;
		width: 22.5%;
		margin: 2.5%;
		min-height: 500px;
	}
	.product a.btn {
		max-width: 50%;
	}
	.body-translation-es .product a.btn {
		max-width: 100% !important;
	}
	.product-feature h3 {
		font-size: 22px;
	}
	.product-feature a.btn {
		max-width: 50%;
	}
	.comparison {
		padding: 4em 1.5em;
	}
	.comparison h3 {
		font-size: 40px;
	}
	.detail-personal .offer h1,.detail-business .offer h1,.detail-wealth .offer h1,.secondary-agriculture .offer h1 {
    font-size: 40px;
  }
  .detail-personal .offer h2,.detail-business .offer h2,.detail-wealth .offer h2,.secondary-agriculture .offer h2 {
    font-size: 36px;
  }
  .detail-personal .offer p,.detail-business .offer p,.detail-wealth .offer p,.secondary-agriculture .offer p {
    font-size: 18px;
  }
	.detail-personal .offer,.detail-business .offer,.detail-wealth .offer,.secondary-agriculture .offer {
		font-size: 32px;
	}
	.detail-personal .offer .disclaimer,.detail-business .offer .disclaimer,.detail-wealth .offer .disclaimer,.secondary-agriculture .offer .disclaimer {
		font-size: 24px;
	}
	.white {
		padding: 3em 1.5em;
	}
	.offer-details,.offer-products {
		float: left;
		width: 45.5%;
	}
	.offer-details {
		padding: 0 4% 0 0;
		margin: 0;
		border-right: 1px solid #ccc;
		border-bottom: 0px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.offer-details ul {
		padding: 0 1em;
	}
	.offer-product {
		padding-left: 0;
	}
	.offer-products {
		padding: 0 0 0 2%;
		margin: 0 0 0 2%;
	}
	.prodleft {
		min-width: 60%;
	}
	.greencheck,.detail-business .greencheck,.detail-wealth .greencheck {
		font-size: 22px;
	}
	.grey h2,.grey h3 {
		font-size: 36px;
	}
	.qualifications {
		float: left;
		width: 40%;
	}
	.qualifications ul {
		padding-left: 1em;
	}
	.fees {
		float: left;
		width: 60%;
	}
	a.check,a.calendar {
		margin: 0 0 1em;
	}
	.benefits,.benefits-left {
		display: flex;
	}
	.benefit {
		flex: 1;
	 	margin-bottom: 0;
	}
	.benefit img {
    max-width: 96px;
    max-height: 96px;
	}
	.benefits-left .benefit {
		display: flex;
		margin: 0 auto;
		flex: 1;
	}
	.benefits-left .benefit-left {
		text-align: right;
	}
	.benefits-left .benefit-right {
		text-align: left;
	}
	ul.check li {
		margin-bottom: 0.25em;
	}
	.stepped h2,.tabbed h2,.bios h2 {
		font-size: 36px;
	}
	.two-img {
		float: left;
		width: 46%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.two-img img {
		margin-bottom: 0;
	}
	.two-img-left {
	  float: left;
	}
	.two-img-right {
	  float: right;
	}
	.two-copy {
		float: left;
		width: 40%;
	}
	.two-sub {
		font-size: 24px;
	}
	.two-copy h3 {
		font-size: 36px;
	}
	.two-col {
		float: left;
		width: 45%;
		padding-right: 5%;
	}
	.two-col:first-child {
		padding-bottom: 0;
	}
	.one-cols .two-col {
	  float:none;
	  padding-right:0;
	  width:auto;
	  text-align:center;
	}
	.two-col h3 {
		font-size: 28px;
	}
	.one-center {
		font-size: 21px;
	}
	.one-center h3 {
		font-size: 40px;
		margin: 0 auto 0.5em;
	}
	.one-center p {
		margin: 0 auto;
		max-width: 800px;
	}
	.branch-landing {
		padding: 5em 1em;
	}
	.branch-landing h1 {
		font-size: 48px;
	}
	.locator {
	  display: flex;
	  border-bottom: 1px solid #ccc;
	}
	.locator h1 {
		font-size: 40px;
	}
	#map {
	  display: block !important;
		flex: 1;
		min-width: 50%;
		min-height: 900px;
	}
	.locator-controls {
		flex: 1;
		min-height: 900px;
	  border-right: 1px solid #ccc !important;
	}
	.locator-tabs a {
		font-size: 18px;
		padding: 1em;
	}
	.branch-search input[type="text"] {
		font-size: 16px;
		padding: 0.7em 1em 0.7em 40px;
		background: #fff url('../images/shared/search.png') 10px center no-repeat;
		background-size: 20px 20px;
		width: 55%;
	}
	.branch-search input[type="submit"] {
		font-size: 16px;
		line-height: 1.5;
		padding: 0.5em 1.5em;
	}
	.branch,.atm {
	  display: block;
	  width: 100%;
	}
	.branch-address,.nicoletatm-address {
		float: left;
		min-width: 40%;
		max-width: 40%;
		padding: 5% 5% 5% 36px;
		background: transparent url('../images/shared/locations-green.png') 3px 24px no-repeat;
		background-size: 28px 28px;
		font-size: 16px;
	}
	.moneypass-address {
		float: left;
		min-width: 43%;
		max-width: 43%;
		padding: 5% 5% 5% 36px;
		background: transparent url('../images/shared/locations-blue.png') 3px 24px no-repeat;
		background-size: 28px 28px;
		font-size: 16px;
	}
	.branch-links {
		float: left;
		padding: 5% 5% 5% 0;
	}
	.branch-scroll {
		overflow-y: scroll;
		height: 700px;
	}
	.communities {
		overflow-y: scroll;
		height: 480px;
	}
	h2.service-heading {
		font-size: 32px;
		max-width: 50%;
	}
	.services {
		display: flex;
	}
	.service {
		flex: 1;
		margin: 1em;
	}
	.branch-detail .breadcrumbs {
		padding-top: 0;
	}
	.branch-detail .heading {
		padding: 8em 1em;
	}
	.branch-detail .heading h1 {
		font-size: 48px;
		max-width: 900px;
		margin: 0 auto;
	}
	.branch-info {
		float: left;
		width: 45%;
		padding: 3% 5%;
	}
	.branch-img {
		float: left;
		width: 45%;
		min-height: 580px;
	}
	.branch-adr {
		float: left;
		width: 50%;
		font-size: 21px;
	}
	.branch-hours {
		float: left;
		width: 50%;
	}
	a.back-grey {
		margin-top: 2em;
		margin-bottom: 0;
	}
	.branch-hours .days {
		min-width: 160px;
	}
	.subnav {
		line-height: 2;
	}
	.scrollsubnav .subnav {
		top: 95px;
		width: 100%;
		padding: 0 1em;
	}
	.scrollsubnav .subnav a {
		font-size: 15px;
	}
	.scrollsubnav a.subnav-btn {
		font-size: 14px;
	}
	.subnav a {
		display: inline-block;
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
	.subnav-btn a {
		font-size: 15px;
	}
	.ratenav label {
		font-size: 16px;
	}
	.credit-card {
		margin: 0 0 3em;
	}
	.credit-hd {
		padding: 1em 2em 1.5em;
	}
	.credit-hd h3,.credit-hd h3 a {
		text-align: left;
	}
	.credit-hd a.btn {
		float: right;
		text-align: left;
		margin-top: -2.5em;
	}
	.credit-hd h3 {
		font-size: 36px;
	}
	.credit-images {
		float: left;
		width: 30%;
		padding-right: 5%;
	}
	.credit-detail {
		float: left;
		width: 65%;
	}
	.bios {
		padding: 3em 1.5em;
		text-align: center;
	}
	.bio {
		display: inline-block;
		width: 18%;
		padding: 3% 2% 2%;
		margin: 1%;
		min-height: 360px;
	}
	.bio-text h3 {
		font-size: 24px;
		margin: 0 0 0.5em;
	}
	.bio-text h4 {
		font-size: 20px;
		margin: 0 0 0.5em;
	}
	.wizard > .steps {
		text-align: center;
	}
	.rewards-hd h1,.rewards-hd h1 a,.rewards-hd h2,.rewards-hd h2 a {
		font-size: 40px;
	}
	.rewards-hd {
		padding: 1em .5em 2em;
	}
	.rewards-hd a.btn {
		float: right;
		text-align: left;
	}
	.rewards-hd h3 {
		font-size: 36px;
	}
	.program-info {
		margin:4em 0em 2em;
		display: block;
		float:left;
		 width: 100%;
	}
	.program-detail {
		float: left;
		width: 27%;
		padding: 0 4% 0 4%;
		border-right:1px solid #ccc;
	}
	.program-detail:first-child {
		padding: 0 4% 0 0%;
	}
	.program-detail:last-child {
		padding: 0 0 0 4%;
		border:0
	}
	.program-detail h2,.program-detail h3 {
		font-size: 32px;
	}
	.program-detail h4 {
		color: #000;
		font-size: 1.17em;
	}
	.long {
		min-height: 350px;
	}
	.program-info hr {
		display:none;
	}
	.steps {
		background: transparent url('../images/shared/dot.png') center center repeat-x;
	}
	.video-iframe,.video-copy {
		float: left;
		width: 50%;
	}
	.videos .embed,.videos .copy {
		float: left;
		width: 50%;
	}
	.videos .copy h2 {
		font-size: 36px;
		padding: 0 3em;
	}
	.videos .copy p {
		font-size: 18px;
		line-height: 1.75;
		padding: 0 4em;
	}
	.videos .copy {
		padding-bottom: 0;
	}
	.videos .copy a.btn {
		display: inline-block;
		padding: 0.5em 2em;
	}
	a.nav-toggle {
		display: none;
	}
	.tabnav {
		display: block;
		padding-top: 0;
		text-align: center;
		padding-left: 100px;
	}
	.benefits,.benefits-left,.stepped,.two-cols,.one-cols,.tabbed {
		padding: 3em 1em;
	}
	#cleanform .whiteform .first {
		width: 45%;
		margin-right: 5%;
	}
	#cleanform .whiteform h2 {
		font-size: 36px;
	}
	.product {
		position: relative;
	}
	.product-ctas {
		position: absolute;
		bottom: 5%;
		width: 80%;
	}
	.basic-page {
		padding: 6em 2em;
	}
	.search-results {
		padding: 5em 1em;
	}
	#search-form input.form-search {
		float: left;
		width: 80%;
	}
	#search-form input#edit-submit {
		float: right;
		width: 15%;
	}
	h3.search-result__title {
		font-size: 28px;
	}
	.disclaimer-general {
		padding: 3em 1em;
	}
	.investor .menu-container h2 {
		font-size: 30px;
		margin: 0 0 0.5em;
	}
	.investor-content {
		padding: 3em 1.5em;
	}
	.rate-btn a {
	  float: right;
	  margin: 1em 0;
	}
	#tabs ul.tabs {
	  overflow: auto;
	  min-height: 40px;
	}
	#tabs ul.tabs li a {
	  font-size: 15px;
	}
	a.btn-green,a.btn-blue,a.btn-grey,a.btn-copper,a.btn-green-sec,a.btn-blue-sec,a.btn-grey-sec,a.btn-copper-sec {
	  display: inline-block;
	  margin: 0.5em 1em 0.5em 0 !important;
  }
  #homepageHero .subnav-section {
    padding: 1em 1em 4em;
  }
  .video-ico {
    margin: -32.5px 0 0 -32.5px;
    width: 75px;
    height: 75px;
    background-size: 75px 75px;
  }
  .video-embed embed {
		margin-bottom: 0;
	}
	.calc-left {
		float: left;
		width: 25%;
		padding-right: 5%;
  }
  .calc-right {
		float: left;
		width: 60%;
    padding: 2.5%;
  }
  .calc-left-hd {
    font-size: 24px;
  }
  .calc-field-submit button {
	  font-size: 18px;
	}
	.calc-right-hd h2 {
	  margin: 0 0 1em;
  }
	a.schedule {
    float: right;
    margin: -3em 0 0;
  }
  .calc-right-rates table th,.calc-right-rates table td {
    padding: 0.75em;
    font-size: 16px;
  }
  .calc-right-graph {
		float: left;
		width: 40%;
		padding-right: 5%;
  }
  .calc-right-list {
		float: left;
		width: 55%;
  }
  .calc-amount {
    font-size: 48px;
  }
  .calc-amount:before {
    font-size: 36px;
  }
  .calc-right-row:first-child {
    padding-top: 2em;
  }
  .calc-right-list a.download {
	  float: left;
	  margin-top: 3em;
	}
	.calc-right-list a.apply {
	  float: right;
	  margin-top: 3em;
	}
	#transitional .whitemessage img, #transitional-adv .whitemessage img, #transitional-mbank .whitemessage img, #transitional-investors .whitemessage img, #transitional-charter .whitemessage img {
	  max-width: 560px;
	}
	#transitional .whitemessage h2, #transitional-adv .whitemessage h2, #transitional-mbank .whitemessage h2, #transitional-investors .whitemessage h2, #transitional-charter .whitemessage h2 {
		font-size: 48px;
	}
	#transitional .whitemessage h3, #transitional-adv .whitemessage h3, #transitional-mbank .whitemessage h3, #transitional-investors .whitemessage h3, #transitional-charter .whitemessage h3 {
		font-size: 36px;
	}
	#transitional .whitemessage h4, #transitional-adv .whitemessage h4, #transitional-mbank .whitemessage h4, #transitional-investors .whitemessage h4, #transitional-charter .whitemessage h4 {
		font-size: 32px;
	}
  #transitional .whitemessage hr, #transitional-adv .whitemessage hr, #transitional-mbank .whitemessage hr, #transitional-investors .whitemessage hr, #transitional-charter .whitemessage hr {
    margin: 2em 0;
  }
  .venns {
    max-width: 700px;
  }
	.venn {
    width: 400px;
    height: 400px;
  }
	.venn-ctr {
    position: absolute;
    top: 40%;
    left: 35%;
  }
	.venn h2 {
    font-size: 24px;
  }
	.venn p {
    font-size: 16px;
  }
	.venn2 {
    margin-top: -400px;
    margin-left: 300px;
  }
	.venn3 {
    margin-top: -150px;
    margin-left: 150px;
	}
  #browsercheck .detect-pad {
    padding-left: 48px;
  }
  #lexcontainer {
    min-height: 800px;
  }
  .concierge .container {
    display: flex;
  }
  .concierge .split {
    flex: 1;
    margin: 0 auto;
    text-align: left;
  }
  .concierge .select2 {
    width: 90% !important;
  }
  .concierge-results {
    padding: 3em 1.5em;
  }
  .concierge-results .container {
    padding: 3em 1em;
  }
  .concierge-search input {
	  width: 86%;
	}
	.blend-question {
    padding: 4em 2em 2em;
	}
	.blend-question h1 {
	  margin-bottom: 2em;
	}
	.blend-question p {
	  font-size: 1.5em;
	}
  .slidecta {
    bottom: auto;
    top: 50%;
    right: -1000px;
    width: auto;
    margin: 0 auto;
    padding: 1em 3em;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .slidecta .line2 {
    font-size: 1.25em;
  }
  .slidein .slidecta {
    right: 0;
    opacity: 1;
  }
  .immediate-assistance {
    padding: 3em 1em !important;
  }
  .white table {
  	max-width: 100% !important;
  }
	.disclaimer-general .block-pad h3 {
		font-size: 22px;
	}
	.disclaimer-general .block-pad p {
		font-size: 18px;
	}
	.disclaimer-general .blocks {
		display: flex;
	}
	.disclaimer-general .block {
		flex: 1;
		margin: 1em;
	}
	.savings-products {
    	margin-left: 0;
    	padding-left: 4%;
  	}
	.savings-rates {
		width: 45%;
		min-width: unset;
		padding: 0 4% 0 0;
    	border-right: 1px solid #ccc;
	}
	.branch-result-hd a {
    padding-left: 1em;
    margin-left: 1em;
  }
  .qualify img {
    padding-left: 0.25em;
  }
  .heading.with-button a.btn {
	  display: inline-block;
    margin: 1em 0 0 !important;
	}
	.quarters {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 1em;
	  flex-wrap: wrap;
	}
	.quarter {
	  flex: 1;
	  min-width: 270px;
	  max-width: 270px;
	  text-align: center;
	}
	.lender-search,.lender-results {
    padding: 4em 1em;
  }
	.lender-search h1,.lender-search h2 {
		font-size: 40px;
	}
	.lender-head {
	  margin: 3em auto;
	}
	.lender-head .bio-img img {
    width: 80%;
    border: 5px solid #fff;
  }
  .lender-head .lender-details h1 {
    font-size: 48px;
  }
  .lender-head .lender-ctas a {
    width: 100%;
  }
  .lender-text {
    padding-left: 0 !important;
    padding-right: 2em !important;
  }
  .specialties-block,.lender-block {
    margin: 0 auto 3em;
  }
	.lender-search .lender-form {
	  display: flex;
	  gap: 2em;
	}
	.lender-search .lender-form .form-field {
	  flex: 1;
	}
	.lender-search .lender-form .form-field input.btn-green {
	  margin: 1.5em 0 0;
	}
  .lender-results h2 {
		font-size: 30px;
  }
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
	.header {
		min-height: 90px;
	}
	#menu, #login {
    	padding-top: 6em;
	}
	.menu-container {
		padding-left: 3em;
		padding-right: 3em;
	}
	.menu-container .col-personal, .menu-container .col-business, .menu-container .col-agriculture {
		width: 50%;
		margin-bottom: 2em;
	}
	.menu-container .col-resource {
		width: 100%;
	}
	.col-resource a.login,.col-resource a.scheduler {
		width: auto;
		max-width: 200px;
	}
	.col-resource .search input {
		width: 90%;
	}
	.menu-container h2 {
		font-size: 28px;
	}
	.logo img {
		max-width: 75%;
	}
	.path-hd {
		font-size: 40px;
	}
	.path-question h2 {
		font-size: 32px;
	}
	.path-links {
    	font-size: 18px;
	}
	.hero .image {
		opacity: 0.6;
	}
	.hero .copy {
		bottom: 18%;
	}
	.hero .copy .headline {
		font-size: 26px;
	}
	.hero .dk-text .headline {
		color: #fff !important;
	}
	.hero .copy .btn {
		font-size: 18px;
	}
	.hero .owl-dot {
		background: #ddd !important;
	}
	.why {
		padding: 3em 2em;
	}
	.blocks {
		display: block;
	}
	.block {
		margin: 0 0 2em;
	}
	.block img {
		display: none;
	}
	.feature .image, .feature .copy {
		float: none;
		width: auto;
	}
	.feature .copy {
		padding-bottom: 3em;
	}
	.blogs {
		display: block;
	}
	.blogs img {
		display: none;
	}
	.blog-summary {
		margin-bottom: 2em;
	}
	.personal .heading {
		min-height: 280px;
	}
  .category {
    display: block;
    float: left;
    width: 46%;
    margin: 2%;
  }
  /*.category:nth-child(1) {
	  clear: none;
	}
	.category:nth-child(odd) {
    clear: left;
  }*/
.category:nth-of-type(4),.category:nth-of-type(7),.category:nth-of-type(10),.category:nth-of-type(13),.category:nth-of-type(16),.category:nth-of-type(19),.category:nth-of-type(22),.category:nth-of-type(25),.category:nth-of-type(28),.category:nth-of-type(31) {
		clear: unset;
	}	.category:nth-of-type(3),.category:nth-of-type(5),.category:nth-of-type(7),.category:nth-of-type(9),.category:nth-of-type(11),.category:nth-of-type(13),.category:nth-of-type(15),.category:nth-of-type(17),.category:nth-of-type(19),.category:nth-of-type(21) {
		clear: left;
	}
  .category-pad {
    padding: 1em;
  }
	.secondary .heading {
		min-height: 360px;
	}
	.product,.product-feature {
		width: 85%;
		margin: 2.5% 2.5% 5%;
		min-height: 0px;
	}
	.product:nth-child(3n) {
		clear: none;
	}
	.product h2,.product h3 {
		font-size: 28px;
	}
	.product-feature img {
		width: 25%;
		margin-top: 0;
	}
	.comparison table th, .comparison table td {
		padding: 1em;
		font-size: 16px;
		line-height: 1.2;
	}
	.comparison table tbody th {
		padding: 1em 1em 1em 0;
	}
	.white {
		padding: 3em 2em;
	}
	.qualifications h2, .fees h2 {
		margin-top: 0;
	}
	.why {
		padding: 3em 2em;
	}
	.locator-controls {
		width: 480px;
		margin: 4% 0 0 4%;
	}
	.branch-search input[type="text"] {
		width: 48%;
	}
	.locator-tabs a {
		font-size: 17px;
	}
	.branch-details #map {
		float: none;
		width: 100%;
	}
	.branch-info {
		width: 90%;
	}
	h2.service-heading {
		max-width: 75%;
	}
	.services {
		display: block;
	}
	.locator-controls {
		width: 90%;
		margin: 5%;
	}
	.branch-scroll {
		overflow-y: scroll;
		height: 620px;
	}
	.communities {
		overflow-y: scroll;
		height: 660px;
	}
	.subscribe {
		display: block;
		margin: 0 auto;
		padding: 2em 1em;
		text-align: center;
	}
	.subscribe-label,.subscribe-form {
		display: block;
		margin: 0 auto;
		float: none;
		width: 60%;
	}
	.subscribe-label {
		background: transparent url('../images/shared/email-white.png') top center no-repeat;
		background-size: 24px auto;
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 1em;
		text-align: center;
	}
	.resources {
		padding: 4em 1em 2em !important;
	}
	.footer {
  		padding: 3em 1em !important;
  	}
	.footer .company {
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.social {
		display: block;
		width: 100%;
		margin-bottom: 1em;
		text-align: center;
	}
	.social a {
		float: none;
	}
	.copyright,.qualify {
		display: block;
		float: none;
		width: 100%;
		padding-top: 1em;
		text-align: center;
	}
	.investor-content {
		padding: 3em 2em;
	}
	#tabs ul.tabs {
	  white-space : nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .splithero {
    margin-top: -80px !important;
  }
  .splithero .buttons {
	  display: flex;
	}
  .splithero .buttons a {
    flex: 1;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .splithero .buttons a:first-child {
    margin-right: 0.5em;
  }
  .splithero .buttons a:last-child {
    margin-left: 0.5em;
  }
  .comp-contain {
    display: block;
    width: 768px;
  }
  .comp-phone {
    width: 380px;
    height: 447px;
  }
  .comp-phone-over {
    width: 380px;
    height: 447px;
    background: transparent url('../images/shared/iphone11promax.png') left center no-repeat;
    background-size: 380px 447px;
  }
  .comp-phone img {
    width: 197px;
    height: 407px;
    top: 12px;
  }
  .comp-links {
    float: left;
    max-width: 260px;
  }
  .comp-links h3 {
    font-size: 18px;
  }
  .comp-links .comp-p {
    font-size: 14px;
    padding-bottom: 0.5em;
  }
  .roundblock img {
    max-width: 160px;
  }
  .product,.product-feature {
    float: none;
    min-height: 400px;
  }
  .header,.scrolled .header {
    min-height: 80px !important;
  }
  .footer .col {
    width: 23%;
  }
  .footer .company {
    width: 100% !important;
  }
  .products-carousel .owl-prev {
    left: 0 !important;
  }
  .products-carousel .owl-next {
    right: 0 !important;
  }
  .blogs .owl-nav button.owl-prev {
		position: absolute;
		left: 0 !important;
		margin-top: -25% !important;
	}
	.blogs .owl-nav button.owl-next {
		position: absolute;
		right: 0 !important;
		margin-top: -25% !important;
	}
	.blogs .owl-item img {
	  width: auto !important;
	  margin: 0 auto !important;
	}
	.product-tabs a {
	  padding: 0.5em;
	}
	.products-carousel .product {
	  float: none !important;
	}
	.product-ctas {
	  width: 90%;
	}
	ul.navigation .second {
	  max-width: 520px;
	}
	ul.navigation li:hover .second {
		display: block !important;
	}
	ul.navigation .second .col {
	  margin-bottom: 1em;
	}
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
	#menu, #login {
    	padding-top: 4em;
	}
	.menu-container {
		padding-left: 4em;
		padding-right: 4em;
	}
	.menu-container h2 {
		font-size: 28px;
	}
	.menu-container ul li {
		font-size: 20px;
	}
	.col-resource .search input {
		width: 65%;
	}
	.paths {
		min-height: 360px;
	}
	.hero .copy .headline {
		font-size: 32px;
	}
	.block-pad {
		padding: 1em !important;
	}
	.block-pad h3 {
		font-size: 20px;
	}
	.feature p {
		font-size: 16px;
		padding: 0 2em !important;
	}
	.resources {
		padding: 4em 1em 3em !important;
	}
	.blog-pad {
		padding: 1.5em;
	}
	.personal .heading {
		min-height: 280px;
	}
	.categories {
  		padding: 2em 1em;
	}
	.category-pad {
		padding: 1.5em;
	}
	.category-pad h3 {
		font-size: 20px;
	}
	.secondary .heading {
		min-height: 360px;
	}
	.product,.product-feature {
		width: 37.5%;
		margin: 2.5%;
		min-height: 0px;
	}
	.product:nth-child(3n) {
		clear: none;
	}
	.product h2,.product h3 {
		font-size: 28px;
	}
	.comparison table th, .comparison table td {
		padding: 1em;
		line-height: 1.2;
	}
	.comparison table tbody th {
		padding: 1em 1em 1em 0;
	}
	.white {
		padding: 3em 2em;
	}
	.qualifications h2, .fees h2 {
		margin-top: 0;
	}
	.why {
		padding: 3em 2em;
	}
	.locator-controls {
		width: 480px;
		margin: 4% 0 0 4%;
	}
	.branch-search input[type="text"] {
		width: 48%;
	}
	.locator-tabs a {
		font-size: 17px;
	}
	.branch-details #map {
		float: none;
		width: 100%;
	}
	.branch-info {
		width: 90%;
	}
	.footer {
  		padding: 3em 1em !important;
  	}
  .footer .col {
  		width: 17%;
  	}
  .footer .col h5,.footer .col h5 a {
  		font-size: 18px;
  	}
  .footer .col a {
	  	font-size: 14px;
	}
	.footer .company {
  		width: 21%;
		padding-right: 0 !important;
	}
	.investor-content {
		padding: 3em 2em;
	}
	#tabs ul.tabs {
	  white-space : nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .comp-contain {
    display: block;
    width: 1024px;
  }
  .comp-phone {
    width: 520px;
    height: 612px;
  }
  .comp-phone-over {
    width: 520px;
    height: 612px;
    background: transparent url('../images/shared/iphone11promax.png') left center no-repeat;
    background-size: 520px 612px;
  }
  .comp-phone img {
    width: 270px;
    height: 559px;
    top: 18px;
  }
  .comp-links h3 {
    font-size: 21px;
  }
  .comp-links .comp-p {
    font-size: 14px;
    padding-bottom: 0.5em;
  }
  .roundblock img {
    max-width: 160px;
  }
  .product,.product-feature {
    float: none;
    min-height: 400px;
  }
  .header,.scrolled .header {
    min-height: 80px;
  }
	ul.navigation .second {
	  max-width: 780px;
	}
	ul.navigation li:hover .second {
		display: block !important;
	}
	ul.navigation .second .col {
	  margin-bottom: 1em;
	}
}
@media only screen and (min-width: 960px) {
	.footer .col {
		width: 18%;
	}
	.branch-address,.nicoletatm-address {
		float: left;
		min-width: 43%;
		max-width: 43%;
		padding: 5% 5% 5% 60px;
		background: transparent url('../images/shared/locations-green.png') 16px 32px no-repeat;
		background-size: 36px 36px;
		font-size: 16px;
	}
	.moneypass-address {
		float: left;
		min-width: 43%;
		max-width: 43%;
		padding: 5% 5% 5% 60px;
		background: transparent url('../images/shared/locations-blue.png') 16px 32px no-repeat;
		background-size: 36px 36px;
		font-size: 16px;
	}
}
@media only screen and (min-width: 1024px) {
  .comp-links h3 {
    font-size: 21px;
  }
  .comp-links .comp-p {
    font-size: 18px;
  }
  .case-study-wrapper {
    display: flex;
  }
}
@media only screen and (max-width: 1079px) {
  .lang-switcher {
    font-size: 0.9em;
  }
  .darkslide .menu-light {
    display: none;
  }
  .darkslide.scrolled .menu-light{
    display: inline-block;
  }
  .navigation {
    margin-top: 10px;
  }
  .utility .search-btn {
    float: left;
  }
  .navigation a.login {
    font-size: 13px;
    margin-top: 0;
    margin-left: 1.5em;
  }
	#menu,#login {
		height: 300%;
	}
	a.menu,a.menu img {
	  float: right !important;
	}
	a.back {
		display: block;
		margin: 0 auto;
		max-width: 40px;
	}
	.search {
    position: fixed;
    top: 6.5em;
    left: 0;
    right: auto;
    width: 97%;
    background: #125efa;
    padding: 0.5em;
  }
  .scrolled .search {
    top: 3.4em;
  }
  .search input.srcfield {
    width: 95%;
  }
  .search input.srcfield:focus {
    width: 95%;
  }
  .search .srcfield-submit {
    top: 0.5em;
    right: 0.5em;
  }
}
@media only screen and (min-width: 1080px) {
  .logo {
		margin-top: 15px;
		left: 25px;
	}
	a.location img {
		display: inline-block;
		width: 44px;
		height: 44px;
		margin-right: 2em;
	}
	a.search-btn {
	  float: left;
	  margin-right: 0.75em;
	}
	a.login {
	  float: right !important;
		font-size: 17px;
		line-height: 1.4;
		padding: 0.5em 1em;
		margin-top: 0;
		margin-right: 2em;
	}
	a.scheduler {
		float: left;
		font-size: 13px;
		line-height: 1.1;
		padding: 0.5em 1em;
		margin-top: 0;
		margin-right: 1em;
		max-width: 100px;
		text-align: center;
	}
	.login-close a,.menu-close a {
		top: 20px;
		right: 25px;
		width: 60px;
		height: 60px;
		background-size: 60px 60px;
	}
	#menu {
		padding-top: 10em;
	}
	#login {
		padding-top: 5em;
	}
	.login-container {
		margin: 0 auto;
		padding: 3em;
	}
	.login-container h2 {
		font-size: 36px;
	}
	.login-form input {
		width: 94%;
	}
	.col-resource .search input {
		width: 75%;
	}
  .header {
		min-height: 95px;
	}
	ul.navigation {
		display: block;
	}
	ul.navigation .second {
		display: none;
		position: absolute;
		z-index: 9999;
		min-width: 360px;
		background: #fff;
		padding: 1em 2em 2em 2em;
		-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
  		-webkit-transition: all 0.2s;
  		-moz-transition: all 0.2s;
  		-o-transition: all 0.2s;
  		transition: all 0.2s;
	}
	ul.navigation li:hover .second {
		display: flex;
  		-webkit-transition: all 0.2s;
  		-moz-transition: all 0.2s;
  		-o-transition: all 0.2s;
  		transition: all 0.2s;
	}
	ul.navigation .second .col {
		flex: 1;
		min-width: 150px;
		padding-right: 1.5em;
	}
	ul.navigation .second .heading,ul.navigation .second .link {
		text-align: left;
		padding: 0;
		margin: 0;
	}
	ul.navigation .second .heading a {
		display: block;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.2;
		padding: 1em 0 0.5em;
		margin: 0;
  		-webkit-transition: all 0.2s;
  		-moz-transition: all 0.2s;
  		-o-transition: all 0.2s;
  		transition: all 0.2s;
	}
	ul.navigation .second .link a {
		display: block;
		color: #444;
		font-size: 16px;
		line-height: 1.2;
		padding: 0.25em 0;
		margin: 0;
  		-webkit-transition: all 0.2s;
  		-moz-transition: all 0.2s;
  		-o-transition: all 0.2s;
  		transition: all 0.2s;
	}
	ul.navigation .second .link a:hover {
		color: #222;
	}
	ul.navigation .personal .heading a,ul.navigation .about .heading a {
		color: #125efa;
	}
	ul.navigation .personal .heading a:hover,ul.navigation .about .heading a:hover {
		color: #004b2f;
	}
	ul.navigation .business .heading a {
		color: #003869;
	}
	ul.navigation .business .heading a:hover {
		color: #001f3a;
	}
	ul.navigation .wealth .heading a {
		color: #444;
	}
	ul.navigation .wealth .heading a:hover {
		color: #222;
	}
	ul.navigation .agriculture .heading a {
		color: #9d5842;
	}
	ul.navigation .agriculture .heading a:hover {
		color: #85432e;
	}
	ul.navigation .personal {
		border: 5px solid #004b2f;
	}
	ul.navigation .business {
		border: 5px solid #001f3a;
	}
	ul.navigation .wealth {
		border: 5px solid #222;
	}
	ul.navigation .agriculture {
		border: 5px solid #85432e;
	}
	ul.navigation .about {
		border: 5px solid #004b2f;
		margin-left: -45%;
	}
	.scrolled .header {
    	min-height: 95px;
  	}
	.logo {
		margin-top: 15px;
		left: 25px;
	}
	.logo img {
		max-width: 160px;
	}
	a.menu {
		display: none !important;
	}
	.login-close a,.menu-close a {
		top: 20px;
		right: 25px;
		width: 60px;
		height: 60px;
		background-size: 60px 60px;
	}
  .menu-container a.scheduler {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1379px) {
  .resource-demo {
    min-height: 165px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1379px) {
  .logo {
    left: 10px;
  }
  .logo img {
    max-width: 100px;
  }
  ul.navigation {
    left: 120px;
  }
  ul.navigation li a {
    font-size: 14px;
    padding: 1em 0.25em;
  }
  a.login {
    font-size: 14px;
  }
  a.scheduler {
    font-size: 11px;
  }
  .header,.scrolled .header {
    min-height: 95px;
  }
	.bio {
		float: left;
		width: 44%;
		padding: 3% 2% 2%;
		margin: 1%;
	}
	.bios .bio:nth-child(1) {
	  clear: none;
	}
	.bios .bio:nth-child(odd) {
    clear: left;
  }
  /*ul.navigation {
  	left: 200px;
  }
  ul.navigation li a {
  	font-size: 16px;
  	padding: 1em 0.5em;
  }*/
  ul.navigation .second {
  	padding: 1em;
  }
  ul.navigation .second .col {
  	min-width: 140px;
  	padding-right: 1em;
  }
  ul.navigation .second .heading a {
  	font-size: 16px;
  }
  ul.navigation .second .link a {
  	font-size: 14px;
  }
  ul.navigation .business {
    margin-left: -38%;
  }
  ul.navigation .agriculture {
    margin-left: -50%;
  }
  ul.navigation .second {
    border-width: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .product,.product-feature {
    display: block;
    float: left;
    width: 36%;
    margin: 2%;
    min-height: 500px;
  }
  .product-feature {
    padding: 1.9em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
	.feature h2 {
		padding: 0 10%;
		margin: 5% 0 0;
	}
}
@media only screen and (min-width: 1240px) {
	.feature h2 {
		font-size: 36px;
		padding: 0 10%;
		margin: 10% 0 0;
	}
	.feature p {
		padding: 0 20%;
	}
  .bios .bio:nth-child(5),.bios .bio:nth-child(9),.bios .bio:nth-child(13),.bios .bio:nth-child(17),.bios .bio:nth-child(21),.bios .bio:nth-child(25),.bios .bio:nth-child(29),.bios .bio:nth-child(33),.bios .bio:nth-child(37),.bios .bio:nth-child(41),.bios .bio:nth-child(45) {
    clear: left;
  }
  .bio-detail .grid-8 {
	  padding-left: 35px;
  }
  /*.scrolled .locator {
    padding-top: 7em;
  }*/
}
@media screen and (min-width: 1240px) and (max-width: 1380px) {
  ul.navigation .second {
    padding: 1em;
    border-width: 3px;
  }
  ul.navigation .second .col {
    min-width: 140px;
  }
  ul.navigation .second .heading a {
    font-size: 16px;
  }
  ul.navigation .second .link a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1380px) {
  ul.navigation .second.personal {
    min-width: 1240px;
  }
  .highinterest {
    margin: 2em -2em -2em -2em;
    padding: 1.5em 2em;
  }
  .hi-title {
    font-size: 24px;
  }
  .hi-rate {
    font-size: 28px;
  }
}
@media screen and (min-width: 1380px) and (max-width: 1600px) {
  ul.navigation li a {
    padding: 1em 0.5em;
    font-size: 16px;
  }
}
@media screen and (min-width: 1240px) and (max-width: 1640px) {
  ul.navigation .business {
    margin-left: -38%;
  }
  ul.navigation .agriculture {
    margin-left: -50%;
  }
}
@media only screen and (min-width: 1240px) {
  #map {
		min-width: 60%;
	}
}
@media only screen and (min-width: 1640px) {
  #map {
		min-width: 70%;
	}
}


/* Select2 */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:5px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{font-size:0.9em;padding:4px 6px;border-top: 1px solid #ccc;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{border:1px solid #aaa;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;font-size: 15px;line-height:22px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:25px;border-left: 1px solid #ccc;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;font-size: 16px;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-carousel {
  visibility: hidden;
}
.owl-carousel.owl-loaded {
  visibility: visible;
}

@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%,28%,70%{-webkit-transform:scale(1);transform:scale(1)}14%,42%{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes heartBeat{0%,28%,70%{-webkit-transform:scale(1);transform:scale(1)}14%,42%{-webkit-transform:scale(1.3);transform:scale(1.3)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}.bounceOut,.flipOutX{-webkit-animation-duration:.75s}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (print),(prefers-reduced-motion){.animated{-webkit-animation:unset!important;animation:unset!important;-webkit-transition:none!important;transition:none!important}}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.4.10 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000001;text-align:center;white-space:nowrap;cursor:pointer;background:#666;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:50px 50px 0;border-bottom:50px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;font-size: 36px;line-height:50px;width:50px;cursor:pointer;text-align:center;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}

/* Helper classes */
.text-left {
	text-align: left; }
.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
.text-justify {
  text-align: justify; }
.ir {
	background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before {
	content: ""; display: block; width: 0; height: 150%; }
.hidden {
	display: none !important; visibility: hidden; }
.visuallyhidden {
	border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible {
	visibility: hidden; }
.clearfix:before, .clearfix:after {
	content: " "; display: table; }
.clearfix:after {
	clear: both; }
.clearfix {
	*zoom: 1; }

/* Print styles */

@media print {
  .print-window-btn,.featherlight-close-icon {
    display: none !important;
  }
  .print-logo {
    display: inline-block;
    margin-bottom: 1em;
  }
  .disclaimer-window,.disclaimer-window-outline,.disclaimer-window-outline p,#calendar table {
    font-size: 12px;
  }
	.featherlight {
		position: absolute !important;
	}
  .featherlight-opened .mm-page,.featherlight-opened #menu{
    display: none !important;
  }
  .featherlight-content {
    padding: 0 !important;
  }
}

/* Added because Drupal 8 won't let me modify the div with this class */
.views-element-container{
	display:inherit;
}

table.sticky-intersect {
	display: none !important;
}

@media only screen and (max-width: 385px) {
	th {
		white-space: normal !important;
	}
}

/* to stop CLS (Cumulative Layout Shift) */
.owl-carousel {
	display: block;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
	display: none;
}

.owl-carousel img {
	width: 100%;
}
