a, a:hover {
	text-decoration: underline;
}

.banner {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 5px #000000;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 250px;
	margin: 10px 0 30px 10px;
	width: 540px;

}

.banner.index {
	background-image: url(../images/banner_index.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.banner.faq {
	background-image: url(../images/banner_faq.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.banner.campus {
	background-image: url(../images/banner_campus.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.banner.waco {
	background-image: url(../images/banner_waco.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.banner.contact {
	background-image: url(../images/banner_contact.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.album {
	position: relative;
	border: 1px solid red;
}

.polaroid {
	padding: 8px;
	margin: 10px;
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

.thumbnail {
	padding: 5px;
	margin: 10px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

.ccw {
	-o-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}

.cw {
	-o-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
}

.polaroid a img,
.thumbnail a img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.banner.guide {
	background-image: url(../images/banner_guide.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.banner.activities {
	background-image: url(../images/banner_activities.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.banner.programs {
	background-image: url(../images/banner_programs.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.banner.cost {
	background-image: url(../images/banner_ili.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.banner.brochure {
	background-image: url(../images/banner_brochure.jpg);
    display: block;
    margin-left: auto;
    margin-right: auto
}

dl {
	margin: 15px;
}

dt {
	font-weight: bold;
	margin: 10px 0;
}

dd {
	margin: 0 0 20px 30px;
}


#menu {
	background: url(../images/related.png) repeat-x 0 bottom;
	position: relative;
	padding: 10px 0 0 0;
}

#menu li {
	text-align: center;
}

#menu ul > li {
	margin: 0;
	border: 0;
}

#menu li a,
#menu li a:hover {
	background: none;
	border: 0;
}

#menu .more li a:before {
	display: none;
}

#menu .globe ul {
	width: 190px;
	margin: 0 auto;
	background: url(../images/primary.png) no-repeat 0 0;
	padding: 50px 0 10px 0;
	height: 225px;
	list-style: none;
}

#menu .globe li {
	padding: 0;
	margin: 0;
	clear: both;
	line-height: normal;
	border: 0;
}

#menu .globe li a {
	padding: 10px 0;
	display: block;
	margin: 0;
	text-indent: -99999px;
	width: 190px;
	float: left;
}

#menu .globe li a:before {
	display: none;
}

#menu .more {
	margin: 15px 0 15px;
}

#menu .more h5 {
	background-image: url(../images/info.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 25px;
	text-indent: -99999px;
}

#menu .more ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu .more li a {
	color: #283E64;
	display: block;
	font-weight: bold;
	line-height: 14px;
	padding: 8px 4px;
	text-decoration: none;
}

#menu .brochure a {
	margin: 0 auto;
	display: block;
	width: 190px;
	height: 279px;
	background-image: url(../images/brochure.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -99999px;
	outline: none;
}

#banner.index {
	background-image: url(../images/banner_index.jpg);
}

.studytx {
	display: block;
	width: 210px;
	height: 149px;
	background: url(../images/StudyTexas-Logo.jpg) no-repeat 0 0;
	text-indent: -99999px;
}

.container-fluid{
    width:100% !important;
}
#int-banner {
    display:block;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
    .ada-button{
        margin:2px;
        width:100%;
    }
    .btn-bkgd{
        display:contents;/*make grey background disappear in mobile view*/
    }
    
.ada-button {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold !important;
}
.ada-button:hover {
    transition: background-color 0.3s #ffffff ease !important;
    transition: color 0.3s #000000 ease !important;
    text-decoration: underline !important;
}
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  width: 100%;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card:focus {
  border-style: 3px solid;
  border-color: #ff6600;
}
#txt-mod{
    color:#003366;
}

#bkgd-color{
    background-color: #e6e6e6;
}

@media (max-width: 740px) {
  .flex-container {
    flex-direction: column;
    max-width:80%; /* Added to fit viewport 100% in Responsive view */
    margin:auto; /* Added to center, in Responsive view */
    margin-bottom: 10px;
  }

}
.ada-button {
    text-decoration: none !important;
    color: #ffffff;
    font-weight: bold !important;
    padding-left: 20px;
    padding-right: 20px;
}
.ada-button:hover {
    transition: background-color 0.3s #ffffff ease !important;
    transition: color 0.3s #000000 ease !important;
    text-decoration: underline !important;
}
