body{
    font-family: 'Gotham', "Open Sans", Helvetica, Arial, sans-serif, Arial !important;
}
.wrapper{
	width: auto;
	height: auto;
	font-family: 'Gotham-Bold';
	
}

.top-header{
	background-color: #fff;
	height: auto;
	border-bottom: 5px solid #5c2684 !important;
	background-color: #f5f3e6;
	padding-bottom: 20px;
}

img.logo{
    height: 103px;
    margin-left: 60px;
   padding-top: 14px;
}
ol, ul.pull-right {
	list-style: none;
	padding-top: 30px !important;
	margin-right: 60px;
	
}
.top-header li{
	text-align: right ;
	font-family: 'Gotham-Bold' !important;
	color: #53358f;
	font-size: 24px;
    font-weight: bold;
    

}

li span{
	color: #8f138f !important;
}
.welcome-content{
	
	padding-top: 24px;	
}
.welcome-content h2{
	font-family: 'Gotham' !important;
	color: #8f1396;
	font-size: 48px;
	font-weight: bold;
	margin-top: 0px !important;
    margin-left: 150px;
    font-weight: 700 !important;

}

.welcome-content p{
	font-family: 'Gotham' !important;
	color: #53338e;
	font-size: 24px;
    margin-left: 150px;
    font-weight: 300  !important;
}
img.img-responsive.computer{
	margin-top: 40px !important;
}
button.btn.btn-warning.imge-btm {
    color: #53338e !important;
    background-color: #ffc243 !important;
    border-color: #ffc243 !important;
    margin-top: -68px !important;
    margin-left: 37% !important;
}

.col-md-6 button .btn-warning{
    margin-left: 200px !important;
}

.open-acct h3{
	color: #8f1396;
	font-weight: bold !important;
	font-family: 'GothamBold' !important;
    font-size: 20px !important;
    line-height: 1.7em;
}
.open-acct li{
	color: #53338e;
    font: 1.2em 'gotham' !important;
    line-height: 1.7em !important;

}
.open-acct li>a{
    font-weight: 500 !important;
    color: #53338e !important;
    text-decoration: underline !important;
    margin-left: 5%;
}
.open-acct table .acct-tab1{
    color: #53338e !important;
    
}
.open-acct table .acct-tab1 .thead{
    font-weight: bold !important;
}

table >thead.acct-tab1{
    font-weight: bold !important;
}

#acct-tab1 th{
    font: 1.2em 'gotham' !important;
    color: #53338e !important;
    font-weight: 500 !important;
}



ul {
	list-style: none;
}
.open-acct li::before {
    content: "•";
    color: #8f1396;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
    font-weight: bold;
}

table tbody.t-acct{
    font: 15px 'gotham';
    
}

.panel-group {
    margin-bottom: 25px !important;
    margin-left: 20px;
    margin-right: 25px;
}
.panel-group .panel{
	border-radius: 0px !important;
}
.panel-default>.panel-heading {
    color: #000 !important;
    font-weight: bold !important;
    background-color: #f8b517 !important;
    border-color: #f8b517;
    font-family: 'Gotham' !important;
}

/* h4.panel-title{
    font-weight: bold !important;
    font: 'gotham' !important;
} */

.panel.panel-default :hover {
    text-decoration: none;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.panel-body p{
	color: #ce1d5a !important;
    font-family: 'Gotham' !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.btn-warning {
    color: #53338e !important;
    background-color: #ffc243 !important;
    border-color: #ffc243 !important;
    margin-left: 145px !important;
    font-family: 'GothamBold' !important;
    font-weight: bold !important;
    font-size: 18.11px !important;
    padding: 20px;
    padding: 10px 16px !important;
    /* font-size: 18px; */
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
    outline-color: #fff !important;
}

.btn-warning :hover , .btn-warning :focus{
    background-color: #000 !important;
}

p.support {
    padding-top: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding-right: 35px;
}
.footer{
	background-color: #5c258a;
	color: #fff;
	font-family: 'GothamLight' !important;
	text-align: center;
	height: 50px;
	margin-top: 25px;
}
.footer h6{
    padding-top: 15px;
    font: 13px 'gotham' !important;
    font-weight: 100 !important;
}

.footer a{
	text-decoration: none;
	color: #fff;
}
 a.footer :hover{
	color: #fff;
	text-decoration: none;
}


@media only screen and (max-device-width : 768px){
	.top-header li {
    font-size: 15px;
}}

@media only screen and (max-device-width : 480px){
.welcome-content p {
    font-size: 19px;
    margin-left: 85px;
}

.welcome-content h2 {
    font-size: 42px;
    margin-top: 0px !important;
    margin-left: 85px;
}

button.btn.btn-warning.imge-btm {
    margin-top: -15px !important;
    margin-left: 50px !important;
}

.btn-warning {
    margin-left: 15px !important;
}

p.support {
    padding-top: 4px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    padding-right: 35px;
}

.open-acct h3 {
    font-size: 17px !important;
}
}

@media only screen and (max-device-width : 320px){
	.welcome-content h2 {
    font-size: 35px;
    margin-top: 0px !important;
    margin-left: 56px;
}

.welcome-content p {
    font-size: 17px;
    margin-left: 56px;
    
}

.open-acct h3 {
    font-size: 13px !important;
}

.btn-warning {
    margin-left: 2px !important;
}
p.support {
    padding-top: 9px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 4px;
}}

@media screen and (max-width: 1200px){
    .social-media > ul{
        padding-left: 0px !important;
    }
    .top-header li {
        font-size: 18px !important;
    }
}

@media only screen and (max-device-width : 800px){
    button.btn.btn-warning.imge-btm {
    float: left !important;
    margin-top : 7% !important;
    margin-left: 20% !important;
}

@media screen and (max-width: 768px){
    .top-header li {
        font-size: 20px !important;
        float: left !important;
    }
}


@media only screen and (max-device-width : 480px){
	ol, ul.pull-right {
    margin-top: 0px !important;
    float:  left !important;
    margin-left: -42px;
}

/* img.logo {
    height: 65px;
    margin-left: 18px;
    margin-top: 14px;
} */
.top-header li {
    font-size: 14px !important;
}
}

@media only screen and (max-width: 670px){
img.logo {
    height: 80px !important;
    width: 65px !important;
}
}


@media only screen and (max-width: 400px){
    .top-header li {

        padding-top: 0 !important;
        font-size: 18px !important;
        text-align: left !important;
        margin-left: 0px !important;
    }

        .top-header li span{
            margin-top: -10% !important;
        }
    
    img.logo{
        margin-left: 0px !important;
    }

   .top-header ul.{
        float: left !important; 
        }
}

@media only screen and (max-width: 375px){
    
}
