@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Dosis:400,600,700,500);
/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 100%; max-width: 100%; min-width: 1050px; height: 425px; margin: 0; padding: 0; }

.cycle-slideshow > span { 
    width: 100%; padding: 0; margin: 0 auto; height: 425px;
}

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager { 
    text-align: center; z-index: 500000; margin-top: 8px; overflow: hidden;
}
.cycle-pager span { 
    width: 50px; height: 3px; background-color: #0073be;
    display: inline-block; cursor: pointer; margin-right: 5px; margin-top: 5px;
}
.cycle-pager span.cycle-pager-active { background-color: #9ad160; height: 6px;  margin-top: 0px;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}

#progress { position: absolute; top: 0; height: 2px; width: 0px; background: #ef4036; z-index: 110; }


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}

body, table li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px;
  line-height: 18px; color: #333;
}
/* marketing */

#featured-promo {
	width: 100%;
	height: 450px;
	display: inline-block;
	background-color: #1f4b7c;
}
#featured0 {
	width: 1050px;
	margin: 0 auto;
	height: 350px;
	position: relative;
	padding-top: 75px;
}
#featured0-back {
	width: 100%;
	height: 425px;
	background: #003e6e url(../images/ma2016/mobile.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
#featured1 {
	width: 1500px;
	margin: 0 auto;
	height: 425px;
	position: relative;
	padding-top: 75px;
}
#featured1-back {
	width: 100%;
	height: 425px;
	background: #003e6e url("../images/ma2023/auto.jpg");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
#featured2 {
	width: 1050px;
	margin: 0 auto;
	height: 350px;
	position: relative;
	padding-top: 75px;
}
#featured2-back {
	width: 100%;
	height: 425px;
	background: #003e6e url(../images/ma2016/billpay.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
#featured3 {
	width: 1050px;
	margin: 0 auto;
	height: 350px;
	position: relative;
	padding-top: 75px;
}
#featured3-back {
	width: 100%;
	height: 425px;
	background: #003e6e url(../images/ma2016/news.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

#featured4 {
	width: 1050px;
	margin: 0 auto;
	height: 350px;
	position: relative;
	padding-top: 75px;
}
#featured4-back {
	width: 100%;
	height: 425px;
	background: #003e6e url(../images/ma2018/mobile-apps.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.fc {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: #ffffff;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 30px;
}
.fc p {
	line-height: 5px;
	text-shadow: 1px 1px #000000;
}
h4 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	font-size: 80px;
	color: #ffffff;
	margin: 0px;
	text-shadow: 1px 1px #000000;
}
.featured-btn {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	font-size: 30px;
	background: #1f497d;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	text-align: center;
	border: 2px solid #dbf0fb;
}
.featured-btn:hover {
	color: #ffffff;
	background-color: #9bd160;
}
.featured-link {
	display: block;
	text-decoration: none;
	width: 960px;
	height: 375px;
}
.featured-content {
	width: 200px;
	height: 200px;
	background-color: #0C6;
	margin-left: 200px;
	margin-top: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.featured-btn1 {
	width: 220px;
	height: 35px;
	position: absolute;
	left: 480px;
	bottom: 0px;
}
.featured-btn2 {
	width: 220px;
	height: 35px;
	position: absolute;
	left: 720px;
	bottom: 0px;
}
.featured-btn3 a{
	width: 170px;
	height: 30px;
	position: absolute;
	left: 115px;
	top: 170px;
	display: block;
}
.featured-btn3 span {
	display: none;
}

.hr-div {
	width: 1050px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
}

/* featured tiles */
#ft-wrapper {
	width: 100%;
	overflow: auto;
} 
#ft-main {
	width: 1050px;
	min-width: 1050px;
	min-height: 100px;
	margin: 0 auto;
}
.ft-tile {
	width: 330px;
	height: 230px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #009900;
}

/* featured rates */
#fr-wrapper {
	width: 100%;
	height: 130px;
	background-color: #006ec2;
}
#fr-main {
	width: 1050px;
	height: 130px;
	margin: 0 auto;
}
.fr-div {
	width: 2px;
	height: 100px;
	float: left;
	margin-top: 15px;
	background-color: #3dbeee;
}
.fr-container {
	width: 260px;
	margin-top: 15px;
	float: left;
	text-align: center;
	line-height: 40px;
}
.frbold {
	color: #ffffff;
	font-size: 16pt;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
}
.frsmall {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 9pt;
	color: #ffffff;
}
.frtext {
	font-size: 32pt;
	color: #ffffff;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
}

/* featured tiles */
#tiles-container {
	width: 1050px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
}
.tiles-img {
	margin-left: 5px;
	margin-right: 5px;
}

/* featured banners */
#fb-wrapper {
	width: 100%;
	height: 100px;
	background-color: #bde6f5;
}
#fb-container {
	width: 1050px;
	height: 80px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}