::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #808080 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #808080 !important;
}

.blue-sutitle {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #075795;
	font-style:italic;
	font-weight:bold;
}
.blue-subtitle2 {
	color: #075795;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 28px;
}
.btn-blue,
.btn-blue:focus{
	background:#075795;
	color:white;
}

.btn-blue:hover{
	background:#B4C7D6;
	color:black;
}
.img-logo {
	padding-top: 10px;
	padding-bottom: 0 px;
	width: 15% !important;
}
.innerpage-mid {
	width: 100%;
}
.whitebg {
	background-color:#FFF;
}
.a7t-img-box-right	{
	box-shadow: 14px 14px 3px #2E3192 !important;
}
.a7t-img-box-right-gold	{
	box-shadow: 14px 14px 3px #B8860B !important;
}
.a7t-img-box-left	{
	box-shadow: -14px 14px 1px #2E3192 !important;

}
.a7t_ul2 {
	list-style-type: square;
    padding-left: 7px;
	font-size: 17px;
	color: #808285;
	line-height: 27px;
	font-weight: normal;
}
.a7t_ul_latest_news {
	list-style-type: disc;
    padding-left: 27px;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	color: #808285;
	line-height: 34px;
	font-weight: normal;
}
.a7t_p_14 {
font-family: 'Merriweather', serif;
	font-size: 15px;
	line-height: 18px;
}
.a7t_caption_blue {
	font-size: 15px;
	line-height: 18px;
	color: #0033FF;
	padding-bottom: 15px;
	padding-top: 15px;
}
.a7t_p_18 {
	font-size: 18px;
	line-height: 22px;
}
.a7t_p_16 {
	font-size: 16px;
	line-height: 18px;
}
.a7t_p_20 {
	font-size: 20px !important;
}
.a7t_p_24 {
	font-size: 24px !important;
}
.a7t_para_large	{
 	font-family: 'Merriweather', serif;
	font-size: 18px;
}
.a7t_img_responsive {
  max-width: 100%;
  height: auto;

}
.a7t_home_bg	{
	background-image:url(/images/home-bg.png);
	
}
.awards-list {
    /* --list-style-image: url(/images/award-icon.png); */
	font-family: 'Merriweather', serif;
	font-size: 22px;
	text-align: left;
	display: inline-block;
    list-style-type: none;
    vertical-align: middle;
}

.a7t_lato_16 {
	font-size: 20px !important;
	font-family: 'Lato', sans-serif !important;
	color: #808285 !important;
	line-height: 27px !important;
	font-weight: normal !important;
}

.a7t_lato_15 {
	font-size: 16px !important;
	font-family: 'Lato', sans-serif !important;
	color: #808285 !important;
	line-height: 27px !important;
	font-weight: normal !important;
}

.a7t-list-inline	{
	padding-left: 5px;
	margin-left: 5px;
	list-style: none;
}
.a7t-list-inline>li	{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.embed-youtube {
    position: relative!important;
    padding-bottom: 56.25%!important; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px!important;
    height: 0!important;
    overflow: hidden!important;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;ZZZZZZZZZZZZZZZZ
    left: 0;
    width: 100%;
    height: 100%;
}

.a7t_notice_box {
    width: 557px;
    height: 85px;
	padding: 5px;
    border: 3px solid #477593;
    box-sizing: border-box;
	font-size: 22px;
	font-weight: 700;
	color: #8B0000; /* Dark red */
    display: flex; /* Enables flexbox layout */
    justify-content: center; /* Centers text horizontally */
    align-items: center; /* Centers text vertically */
} 

.a7t_blue {
	color: #0033FF !important;
}
.a7t-vmcca-blue	{
	color: #2E3192 !important;
}
.a7t_red {
	color: #CC0033 !important;
}
.a7t-register-form {
	font-family: 'Lato', sans-serif;
	font-size: 16px !important;
	font-weight: 600;
}
.a7t_row_padding {
	padding-bottom: 15px !important;
}
.a7t-form-width {
	width: 77% !important;
}
hr.a7t-1 {
  border: 5px solid #2E3192 !important;
  border-radius: 5px !important;
}

.a7t-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
