/* Styles specific to the Call To Action Module template */
.calltoaction-module{
    height: 445px;
    -webkit-transition: height 0.4s linear;
    -moz-transition: height 0.4s linear;
    -o-transition: height 0.4s linear;
    -ms-transition: height 0.4s linear;
    transition: height 0.4s linear;
}
.calltoaction-module .container{
    margin: -14px 0 -25px -38px;
}

.calltoaction-module.collapse .close.persistent, .calltoaction-module.collapse .close.persistent:hover {
    background-color: #d5e6f9;
    border-color: #b6d0ed;
    color: #b6d0ed;
}
.calltoaction-module A {
    text-decoration: none;
    cursor: pointer;
}
.calltoaction-module .container hgroup h2 {
    background-position: -1px -177px;
}
.calltoaction-module .container {
    margin: -40px -38px -35px;
}
.calltoaction-module.collapse {
    height: 128px;
}
.calltoaction-module h1:hover {
    cursor:pointer;
}
.calltoaction-module .content {
    clear: left;
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 815px;
}