@charset "UTF-8";
/* CSS Document */

.cma-faculty-container {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #cccccc;
    /*border-radius*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    height: 210px;
}

.cma-faculty-container a{
    background-color: #ccc;
}

.cma-img-container {
    width: 120px;
    height: 210px;
}

.cma-faculty-img {
    float: left;
    width: 120px;
    -ms-object-fit: contain;
    -moz-object-fit: contain;
    -o-object-fit: contain;
    -webkit-object-fit: contain;
    object-fit: contain;
    -webkit-object-position: top;
    -moz-object-position: top;
    -ms-object-position: top;
    -o-object-position: top;
    object-position: top;
    margin: 0px 0px 0px 0px;
}
.cma-faculty-text {
    display:block;
}
.cma-faculty-title {
    color: #FF7300;
    font-size: 1.2em;
}
.cma-smallheader {
    color: #000;
    font-size: 1.1em;
}
.cma-mediumheader {
    color: #000;
    font-size: 1.3em;
}
.cma-buttontext {
    text-decoration: none;
    color: #444;
    margin: auto;
}
hr {
    padding: 0px;
    margin: 1px 0px 3px 0px;
}
.cma-btn {
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #FF7300;
    background-image: -moz-linear-gradient(top, #FF7300, #FF7000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF7300), to(#FF7000));
    background-image: -webkit-linear-gradient(top, #FF7300, #FF7000);
    background-image: -o-linear-gradient(top, #FF7300, #FF7000);
    background-image: linear-gradient(top, #FF7300, #FF7000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7300', endColorstr='#FF7000', GradientType=0);
    border-color: #ffffff #ffffff #ffffff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.1);
    *border: 0;
    *margin-left: .3em;
}


.cma-btn:hover {
    color: #FFFFFF;
    background-color: #FF7300;
    background-image: -moz-linear-gradient(top, #D66100, #CC5C00);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D66100), to(#CC5C00));
    background-image: -webkit-linear-gradient(top, #D66100, #CC5C00);
    background-image: -o-linear-gradient(top, #D66100, #CC5C00);
    background-image: linear-gradient(top, #D66100, #CC5C00);
    background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D66100', endColorstr='#CC5C00', GradientType=0);

}

.cma-smallbtn {
    padding: 6px 12px;
}
.cma-longbtn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.cma-largebtn {
    
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

.gray-btn {
    
    background-image: -moz-linear-gradient(top, #A6A6A6, #9E9E9E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A6A6A6), to(#9E9E9E));
    background-image: -webkit-linear-gradient(top, #A6A6A6, #9E9E9E);
    background-image: -o-linear-gradient(top, #A6A6A6, #9E9E9E);
    background-image: linear-gradient(top, #A6A6A6, #9E9E9E);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6A6A6', endColorstr='#9E9E9E', GradientType=0);
    
    
}

.gray-btn:hover {
    color: #ffffff;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #9E9E9E, #8F8F8F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9E9E9E), to(#8F8F8F));
    background-image: -webkit-linear-gradient(top, #9E9E9E, #8F8F8F);
    background-image: -o-linear-gradient(top, #9E9E9E, #8F8F8F);
    background-image: linear-gradient(top, #9E9E9E, #8F8F8F);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);

}

@media (max-width: 435px) {
  .h2-mobile {
    font-size:30px;
  }
.h2-mobile-btn {
    font-size:25px;
}
.cma-button-wrapper a {
    text-decoration: none;
}
.cma-picturebutton a {
    /* force the div to properly contain the floated images: */
    position: relative;
    float: left;
    clear: none;
    overflow: hidden;
}
.cma-picturebutton img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}
.cma-picturebutton .title {
    font-size: 1.9em;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    display: block;
    position: absolute;
    width: 100%;
    top: 10%;
    left: 0;
    z-index: 2;
    text-align: center;
    color: #333333;
}
.cma-picturebutton a {
    color: #000;
}
.cma-picturebutton-header {
    font-family: Helvetica, sans-serif;
    font-weight: light;
    font-size: .9em;
    padding: .4em;
    color: #FFF;
    background-color: #FF7300;
}
/*Media Playlist*/
#playlist div {
    width: 100%;
    margin: 10px;
}
#playlist h2 {
    font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}
#playlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#playlist li {
    line-height: 1.8em;
    border-bottom: 1px solid #ccc;
}
#playlist li:last-child {
    border: none;
}
#playlist li a {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    /*transition*/
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
}
#playlist li a:hover {
    background: #f6f6f6;
}
