@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/opensans-light.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/opensans.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/opensans-semibold.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/opensans-bold.woff2) format('woff2');
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #c5c5c5;
}


a, a:active, a:focus, 
button, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline: 0 !important;
}

input::-moz-focus-inner, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    border: 0 !important;
}
.btn {
    border-radius: 0px;
}
.img-fluid {
    width: 100%;
}
.banner-container {
    position: relative;
    background-color: #1c4773;
}
.banner-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(6, 29, 80, 0.66);
    color: #fff;
}
.banner-header a > i {
    color: #7abcff;
}
.banner-header a:hover > i {
    color: #fff;
}
.img-Logo {
    width: auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -o-transform:      translateX(-50%);
    transform: translateX(-50%);
}
@media all and (max-width:991px) {    
    .img-Logo {
        width: 70%;
        bottom: 30px;
    }
}
@media all and (max-width:767px) {    
    .img-Logo {
        width: 80%;
        bottom: 35px;
    }
}
.p-15 {
    padding: 15px;
}
.m-0 {
    margin: 0px;
}

.fs-20 {
    font-size: 20px;
}

.bottomLink {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -o-transform:      translateX(-50%);
    transform: translateX(-50%);
}

.MenuBlock {
    background-color: #1c4773;
    padding: 15px 30px;
}
.MenuBlock a.current img {
    background-color: #2e88c2;
    border-radius: 7px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.MenuBlock a img {
  border-radius: 7px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.MenuBlock a img:hover {
    background-color: #2e88c2;
    border-radius: 7px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.padding-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media all and (max-width:767px) {
    .MenuBlock {
        padding: 15px 10px;
    }
    .padding-menu {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padding-menu-l5 {
        padding-left: 5px;
    }
    .padding-menu-r5 {
        padding-right: 5px;
    }
}

.btnIRA_menu {
    display: block;
    padding: 15px 8px;
    border: 3px solid #426aa1;
    border-radius: 4px;
    font-size: 20px;
    color: #93d2ee;
    text-decoration: none;
}

.plr-15 {
    padding-right: 15px;
    padding-left: 15px;
}
.main-content {
    padding: 20px 25px;
}
@media all and (max-width:767px) {
.main-content {
    padding: 20px 15px;
}
}
.bg-grey {
   background-color: #e6e7e8; 
}
.bg-white {
   background-color: white; 
}
.footer-main {
    background-color: #fff;
    border-bottom: 20px solid #231f20;
    border-top: 2px solid #231f20;
}
.img-column {
    width: auto;
    max-width: 100%;
}
@media all and (min-width:992px) {
    .img-column {
        width: 100%;
    }
    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    }
}
.text-right-md {
    text-align: right;
}
@media all and (max-width:991px) {
    .img-column {
        margin-bottom: 15px;
    }
    .text-right-md {
        text-align: left;
    }
}
.title-IRA {
    margin-top: 0;
    color: #9b1b42;
    font-size: 24px;
}
/**
 * Plugin styles
 */

.dynamic-height-wrap {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
}

/* Bottom gradient (optional, but recommended)*/
.dynamic-height-active .dynamic-height-wrap:before {
  background: -moz-linear-gradient(top,  rgba(240,249,255,0) 0%, rgb(230, 231, 232) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,0)), color-stop(100%,rgb(230, 231, 232)));
  background: -webkit-linear-gradient(top,  rgba(240,249,255,0) 0%,rgb(230, 231, 232) 100%);
  background: -o-linear-gradient(top,  rgba(240,249,255,0) 0%,rgb(230, 231, 232) 100%);
  background: -ms-linear-gradient(top,  rgba(240,249,255,0) 0%,rgb(230, 231, 232) 100%);
  background: linear-gradient(to bottom,  rgba(240,249,255,0) 0%,rgb(230, 231, 232) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#ffffff',GradientType=0 );
  bottom: 0;
  content:'';
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.dynamic-height-active .overlayW:before {
  background: -moz-linear-gradient(top,  rgba(240,249,255,0) 0%, rgb(255, 255, 255) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,0)), color-stop(100%,rgb(255, 255, 255))) !important;
  background: -webkit-linear-gradient(top,  rgba(240,249,255,0) 0%,rgb(255, 255, 255) 100%) !important;
  background: -o-linear-gradient(top,  rgba(240,249,255,0) 0%,rgb(255, 255, 255) 100%) !important;
  background: -ms-linear-gradient(top,  rgba(240,249,255,0) 0%,rgb(255, 255, 255) 100%) !important;
  background: linear-gradient(to bottom,  rgba(240,249,255,0) 0%,rgb(255, 255, 255) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#ffffff',GradientType=0 );
}

.dynamic-height-active .dynamic-show-more {
  display: inline-block;
}
.dynamic-show-more {
  display: none;
}
.dynamic-height-wrap {
  margin-bottom: 15px;
}
.btn-ira {
    background-color: #9b1b42;
    color: #fff;
}
.btn-ira:hover, .btn-ira:focus {
    background-color: #9b1b42;
    color: #fff;
}
.page-wrapper {
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -ms-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -o-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:10px;
  right:10px;
  overflow:hidden;
  width:40px;
  height:40px;
  border:none;
  text-indent:100%;
  background:url(../images/ui.totop.png) no-repeat;
  z-index: 2;
}

#toTopHover {
  background:url(../images/ui.totop.png) no-repeat;
  width:40px;
  height:40px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);    
  z-index: 2;
}

#toTop:active, #toTop:focus {
  outline:none;
}
.smalldev-bg {
    display: none;
}
.largedev-bg {
    display: block;
}
@media all and (max-width:767px) {
    .smalldev-bg {
        display: block;
    }
    .largedev-bg {
        display: none;
    }
}
.mb-15 {
    margin-bottom: 15px;
}

.blue-text-bold {
    color: #29517a;
    font-weight: bold;
}

.mb-5 {
    margin-bottom: 5px;
}

.hr_divider {
    border-top: 1px solid #bfbfbf;
}
/******************* Image Popup *******************/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/
.sub-title {
    color: #1c4773;
    font-weight: 500;
    line-height: 1.4;
}

.m-auto-b-5 {
    margin: auto auto 5px auto;
}

.subtitle-IRA {
    color: #9b1b42;
}

.pl-30 {
    padding-left: 30px;
}
.panel, .panel-heading {
    border-radius: 0;
}
.table-white {
    background-color: white;
}

.boxshad {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.img-center {
    margin: 0 auto;
}


sup {
   
}

.white{ background:#fff; margin:5px; padding:10px; min-height: 385px;}

.box{ border: 1px solid #333;
    padding: 10px;
    width: 40%;
    margin: 10px;
    float: right;}
	
	.box2{ border: 1px solid #333;
    padding: 10px;
	background:#fff;
    display:block;
    margin: 10px;
    }
	
	table {
    background-color: #f7f7f7;
    padding: 10px !important;
}


td{padding: 10px !important;}

.pl-0{ padding-left:0px;}