/*COLORS
Light Gray: #DEDEDE;
Dark Gray: #585A5A;
Blue: #61B1C3;
Purple: #705BA0;
Green: #BED630;
Orange: #EA7729;
Yellow: #E9C21D;
*/



/*RESETS*/

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


html,
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

body {
    background: #ffffff;
    font-size: 16px;
    font-family: "Open Sans";

    background-image: url("../Images/background.jpg");
    background-repeat: no-repeat;
/*    background-position: center;*/
	
    background-attachment: fixed;
	background-size: 128%;
	color: #585A5A;
}
a
{
	color: #1b1a6d;
}

img {
    border: none;
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans";
    margin: 10px 0;
    color: #585A5A;
}
table tr td 
{
	padding: 5px;
}


/*CONTAINER*/

.contain {
    margin: auto;
        max-width: 1120px;
}

/*BASICS*/

.button:link,
.button:visited {
    text-decoration: none;
    background: #705BA0;
    padding: 10px 0px;;
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: bold;
}

.button:hover,
.button:active {
    background: #005F9E;
    color: #ffffff !important;
}

.button:hover 
img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(15%) saturate(0%) hue-rotate(204deg) brightness(106%) contrast(101%);
}

/*HEADER*/

header {
    background: transparent;
}

header img {
    width: 50%;
   
    margin: auto;
}

/*NAV*/
.mobile_visible{
	display:none;
}

nav {
    top: 0;
    z-index: 3;
}

#menuBtn,
#loginBtn {
    width: 50%;
    text-align: center;
    display: none;
    background: #0076B4;
    color: #ffffff;
    padding: 20px 0;
    cursor: pointer;
    border: 0;
    font-weight: bold;
    font-size: 1.75em;
}

#menuBtn {
    background: #1b1a6d;
}

#loginBtn {
    background: #1b1a6d;
    float: right;
}

/*MAIN*/

main {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
}

/*ASIDE*/

.mainSidebar {
    width: 25%;
    display: block;
    margin-right: 10px;
    
    position: sticky;
    top: 15px;
}

#olb
 {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #1b1a6d;
	padding: 10px;
}

.olb_bg
{
	text-align: center;
    width: 100%;
    margin: 0;
   padding: 10px;
    background: #ffffff;
    color: #000;

}
.onln_bg_red
{
	background: #bf002d;
	color: #ffffff;
	
	padding: 10px;
}
.onln_border
{
	border:2px solid #ffffff;
	height:100%;
    
}
/*

#olb {
    margin-bottom: 20px;
}
*/



#olb iframe {
    margin: auto;
    height: 70px;
    width: 100%;
    border: none;
}

.mainSidebar h6 {
    font-size: 1.3em;
    margin: 0 0 15px;
    text-align: center;
    color: #ffffff;
	padding-top: 10px;
}

.sidebar_links{
  border-bottom: thin solid #696969;
	margin: 0;
	padding: 0;
	background: white;
}

#olb .button {
    margin: 0;
    color: #696969;
    background: #ffffff;
    border: 2.5px solid transparent;
    width: 100%;
    height:60px;
    
    font-size: 1.1em;
}
.olb_icn
{
/*	position: absolute;*/
	width: 20%;
	font-size: 1em;
	padding: 10px 0px;
	float: left;
	
}
.olb_span
{
	
	position: relative;
	float: right;
	width: 80%;
	    text-align: left;
	    padding: 10px 0px;
}
.olb_span_2
{
	
	position: relative;
	float: right;
	width: 80%;
	 
	 text-align: left;
}

#olb .button:hover {
    color: #ffffff;
    background:  #bf002d;
    border: 2.5px solid #ffffff;
}

.mainSidebar div:nth-child(2) p {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #d8d8f3;
	color:#1b1a6d;
	    padding: 17px;
}
.bgcolor{
	background:#BED630 !important;
}
.olbLogBtn{
	    background: #bf002d;
    color: #fbff03;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 15px 0;
    border-color: #fbff03;
}

.main_content
{
	background-color: #ffffff;
	opacity: .9;
	text-align: center;
	line-height: 1.5em;
	font-weight: 700;
	
	
}
.column {
  float: left;
  width:18%;
  padding: 5px 15px;
}
.column_2 {
  float: left;
  width: 60%;
 
}
.row
{
	padding: 20px 0px 20px 50px;
	
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.main_footer 
{
	background-color: #ffffff;
	
}
.main_footer figure 
{
	
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
	
}
.inside_content
{
	padding: 20px;
	font-size: 1em;
	background: #ffffff;

}
.heading_img{
		width: 45%;
	}
.inside_content h1
{

}

.main_footer figure img {
    height: 65px;
}

/*MAIN CONTENT*/

.inside {
    
    padding: 20px;
    width: 75%;
    box-sizing: border-box;
    height: 100%;
    display: block;
}

/*
.inside h1 {
    color: #ffffff;
    background: #705BA0;
    margin: 0 0 30px;
    padding: 10px 20px;
    text-align: center;
}
*/

.inside h2 {
    margin: 0 0 20px;
    font-size: 1.75em;
}

.inside h2 + p {
    margin-top: 0;
}

.inside h3 {
    margin: 0 0 20px 0;
    font-size: 1.5em;
}

.inside h3 + p {
    margin-top: 0;
}

.inside ul {
    padding-left: 5%;
}

.inside ul li {
    padding: 0 0 3px 0;
}

.inside ul li ul li {
    list-style: none;
    padding: 20px 0 5px;
}

.flexslider {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none;
}

/*BOXES*/

#boxContainer {
    background: #705BA0;
    margin: 0 auto 20px;
    padding: 20px;
    box-sizing: border-box;
    clear: both;
    display: flex;
    flex-direction: row;
    display: none;
}

.box {
    margin: 0 20px 0 0;
    padding: 0;
}

.box:last-child {
    margin: 0;
}

.box figcaption {
    padding: 20px;
    background: #ffffff;
    margin: 0;
}

/*FOOTER*/

footer {
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #1F1F1F;
    background: #f7f7f7;
	border-top: solid 5px #dedede;
	font-size: 11px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

footer figure {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
	
}

footer figure img {
    height: 65px;
}
footer figure:nth-child(2)
{
	border-left: thin solid #dedede;
	border-right: thin solid #dedede;
	width: 50%;
}
footer figure:nth-child(1) img {
    margin: 0 20px 0 20px;
}
footer figure:nth-child(2) figcaption {
    margin: 0 20px 0 20px;
	
}

footer figure:nth-child(3) img {
    margin: 0 20px 0 20px;
}


/*BACK TO TOP*/

#backToTop {
    background: #ffffff;
    bottom: 50px;
    color: #1b1a6d;
    display: none;
    font-size: 0.85em;
    padding: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border: 2.5px solid transparent;
}

#backToTop:hover {
    background: #1b1a6d;
    color: #ffffff;
    border: 2.5px solid #ffffff;
}

#backToTop:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1%) hue-rotate(200deg) brightness(105%) contrast(100%);
}

/*OTHER CONTENT*/

/*RATES*/

.rates_effective {
    text-align: left;
    color: #585A5A;
    margin: 0 0 15px;
}

.rates_nav {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 !important;
    width: 100%;
}

.rates_nav li {
    margin: 0 20px 0 0;
}

.rates_nav li:last-child {
    margin: 0;
}
.rates_table {
    background: #ffffff;
    width: 100%;
    border: 2.5px solid #705BA0;
    border-collapse: collapse;
    color: #585A5A;
}

.rates_table td {
    padding: 5px;
}

.rates_table tr:nth-child(even) {
    background: #DEDEDE;
}

.rates_header {
    font-size: 1.5em;
    padding: 5px 0 10px;
    font-weight: bold;
    background: #705BA0;
    color: #fff;
}

.rates_subheader {
    background: #DEDEDE;
    color: #fff;
    font-weight: bold;
}

.rates_title {
    background: #DEDEDE;
    font-size: 1.125em;
    font-weight: bold;
}

.rates_notes {
    font-size: 0.75em;
    font-style: italic;
}
.image_alignment{
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.rates_button {
    text-decoration: none;
    padding: 10px 0;
    display: block;
    color: #ffffff;
  	font-weight: 500;
	background-color: #1b1a6d;
     margin: 5px 5px;
	border: 2.8px solid transparent;
	padding: 10px;
}
.rates_button:hover{
    color: #1b1a6d;
    border: 2.5px solid #1b1a6d;
    background: #ffffff;
}

#rates_container{
					
				}
				.rates_effective{
					clear: both;	
				}
				.rates_nav{
					clear: both;	
				}
				
			
				.rates_table{
				
					border-collapse: collapse;
				}
				.rates_header{
					color:#A61A12;
					font-weight: bold;
					font-size: 25px;
					font-family: "Open Sans";
					background-color:#FFF;
				}
				.rates_title{
					font-weight:bold;
					font-size:14px;
					background-color: #1D2F5B;
					color: white;
				}
				.rates_bold{
					font-weight: bold;
					font-size: 15px;	
				}
				.rates_notes{
					font-size:12px;
					font-style:italic;
					background-color:#FFF;
				}
				.rates_subheader{
					font-family: "Open Sans";
					color:#A61E12;
					font-size: 20px;
					background-color:#FFF;
					padding-top: 20px;
					font-weight: bold;
				}
				.rates_linespace{
					background-color:#FFF;
				}
				.rates_aRow{
					background-color:#eaeaea;
				}
				.rates_standard{
				width :20%
				}
	

.link_anchor
{
	
	color: #1b1a6d;
	font-weight: bold;
}
.link_anchor:hover
{
	text-decoration: underline;
	color: #1b1a6d;
}
fieldset {
    padding: .35em .75em .625em;
    border-color: #fff;
}fieldset label p{
    display: none;
}
fieldset a{
    color: #fff;
}
.lobby
{
	width: 48%;
	background-color: #1b1a6d;
	color: #fff;
	padding: 7px;
	    line-height: 1.8em;
	position: relative;
	float: right;
}
.lobby h2
{
	
	color: #fff;
	    margin: 0px;

}
.drive
{
	width: 48%;
	padding: 7px;
	background-color: #1b1a6d;
	color: #fff;
	line-height: 1.8em;
}
.drive h2
{

	color: #fff;
    margin: 0px;

}
blockquote
{
	margin: 0px !important;
}
.txt_rgt{
	padding-left: 62px;
}
.snd_sqr, .lrn_more{float:left;width:40%;}

/*Css for Fraud image link on image */
.linkRel
{
	position: relative;
}
.linkAbs
{
	position: absolute;
    z-index: 1112;
    bottom: 65px;
    left: 50px;
    color: black;
    font-weight: 700;
    font-family: "Open Sans";
    font-size: 18px;
}
