 @charset "utf-8";
/* CSS Document */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);



/*Alternate Formattings*/


/*start my stuff*/

.about  {
	font-size:1.5rem;
	color: white;
	
}

.subtitle

a.about {
	color: white;
	font-size: 1.2rem;
	
}

.about a {
	color: white;
	text-decoration: underline;
	font-size: 1.1rem;
	
}

.about a:hover {
	color: #193758;
	font-size: 1.2rem; 
}

ul.about, li.about  {
	color: white;
}

a.about:hover, a.about:active {
	color:#193758;
	}





.contentex  {
	display: none;
	text-align: left;
	font-size: .5 rem!important;
	
}

.smallfont   {
	font-size: medium!important;
	font-color: #193758;
}

.tinyfont   {
	font-size: xx-small!important;
		
}

.largefont   {
	font-size: large!important;
		
}

#container.expanded .expander {
    padding-left: 13px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/info.jpg);
	font-size: 1 em;

}

#container.collapsed .expander {
    padding-left: 13px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url url(../img/info.jpg);
}


.hidden    {
	
    visibility: hidden;
}





.small  {
	font-size: 1rem;
}

.short   {
	line-height: .1;
}

.deskbutton  {
	width:100%;
	
}

.deskimages  {
	
	margin: auto;
	padding-left: 15%;
	padding-top: -5%;
}

.footerimages  {
	text-align: center;
	margin-left: 5%;
	
	display: block;
}


.rateblock   {
	padding: 2%!important;

}

.disclaimer  {
	font-size: .6rem!important;
}



.clear  {
	clear:both;
}

.capimage  {
	max-height: 10%;
}

	






.float  {
	float: left;
	margin: 5px 5% 0 5%;
	width:40%;
}

.floatform  {
	float: left;
	margin: 1%;
	width:20%;
	
}

.clear {
	clear:both;
}

.pad  {
	padding: 10px;
}

.half  {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}


nounderline  {
	text-decoration: none!important;
}



.negativemargin {
	margin-top: -10%	;
	
}
 
.pad1 {
	padding-top: 25px
}
 
 




    
hr   {
	height: 2px;
	color: fff;
	text-decoration: blink;
}

.promo { 
	font-size: 4rem;
	text-decoration: underline;
	color: green;
	text-align: center;
}

	









	



.link {
	font-size: 4rem;
	font-weight: bolder;
	text-align: center;
}

.meet1   {
	width: 48%;
	float: left;
}

.meet2    {
	width: 48%;
	float: left;
	margin-left: 4%;
}


.bordered {
    width: auto;
    height: auto;
    padding:10px 10px 10px 50px;
    border: 2px solid rgba(26,55,89,1.00);
    border-radius: auto;
}

		
		
		
	











.footerimages  {
	margin:auto;
	text-align: center;
}
	
.compliance   {
	margin-left:10px;
	
}




.border   {
	border-radius: 5px;
	border-box-shadow: black box;
}

.shadow   {
	border: 1px 0px 0px 0px #0606060;
	box-shadow: -2px -5px 5px -2px black inset; 
	border-radius: 1px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	
}



.shadow1   {
	border: 1px 1px 1px 1px #0606060;
	box-shadow: -2px -5px 5px -2px black inset; 
	border-radius: 5px 5px 5px 5px;
	margin: 0px;
	
}
.hidden    {
	
    visibility: hidden;
}

/* 
  -----------------------------------
pop up
  -----------------------------------
*/
#pup {
 
  position: absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  text-align:center;
  margin-left:0px auto;
  margin-right:auto;
  left:auto;
  right:auto;
  border: 1px solid black;
  background-color: #000;
  color:#09F;
  font-size:small;
   margin-left: -25px;
  margin-top: 20px;
  width: 1000px;
  
   
}






/* transitions */
.hvr-curl-bottom-left {
  display: block;
  vertical-align: middle;
  
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  margin: auto!important;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  /* IE9 */
  background: linear-gradient(45deg, transparent 45%, #aaa 50%, #ccc 56%, #193758 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 45px;
  height: 45px;
}

/*  Testing  */




/* Float Shadow */
.hvr-float-shadow {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  margin: auto!important;
}


.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
/*.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
   move the element up by 5px 
}*/
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}










/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 15px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 1.00);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}







/* Overline From Center */
.hvr-overline-from-center {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  margin: auto!important;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #193758;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #8b0f04;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}








/* Shadow Radial */
.hvr-shadow-radial {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  margin: auto;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 15px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(25, 55, 88, 0.8) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(25, 55, 88, 0.8) 0%, transparent 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(25, 55, 88, 0.8) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(25, 55, 88, 0.8) 0%, transparent 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}



/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #8b0f04;
  border-radius: 10px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: auto;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  background: #000000;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}



/* Bubble Bottom */
.hvr-bubble-bottom {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
 
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 15px);
  bottom: 0;
  border-width: 15px 15px 0 15px;
  border-color: #193758 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}



 .centerimage {
	 margin: auto!important;
 }

.padright { 
	float: right;
	margin-top: 15px!important;
	
}

.PicRight {
	padding: 10px;
	float: right;
}

.PicLeft {
	padding: 10px;
	float: left;
}


		



.center {
  float:none;
  margin:0 auto;
  display:block;
  text-align: center!important;
  
 }
 
.whitetext  {
	  color:white!important;
  font-weight: normal;
  line-height: .9;
  margin:0.0rem ;
  font-family: "Trajan Pro", Georgia, Serif; 
	 font-size: 1rem;
	 
	
 }
 
 .firstbutton  {
	 padding-top:14px;
 }
 
 
 
 

 
 
 
 
 /* Home page animations*/
 
 .snip1566 {
  position: relative;
  display: inline-block;
  margin: 20px;
  max-width: 190px;
  width: 75%;
  color: #193758;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #8b0f04;
  border-color: transparent #8b0f04;
}

.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px;
}

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
}

.snip1566 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
 
.alert1 {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	
	text-shadow: #000 !important;
}
 
.alert1   {
	
	text-emphasis: accent;
	text-shadow: #F00 !important;
	
}


@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.65; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.65; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.65; }
    100% { opacity: 1.0; }
}



.banking   {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align:center;
	
}

.complement  {
	background-color: rgba(25, 55, 88, .55);
	color: white !important;
	text-shadow: #FFF;
	padding-left: 4px;
	
	
}

.complement p a  {
	color: white;
}


.complement a:   {
	text-decoration: underline;
	
}


.under a:   {
	text-decoration: underline!important;
	color: red;
	
}


.skiplink {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

		
		
 
/* end my stuffs*/

