/*******************CALL OUT**********************/


.call-out {
  background-color: #0c77bb;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 3em;
  padding-bottom: 1.5em;
}

.call-out p {
  color: #fff;
  font-family: 'MuseoSans100';
  font-size: 2em;
  text-align: center;
}

.call-out-button {
  width: 275px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}

.call-out-button a {
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: 'MuseoSans700';
  -webkit-font-smoothing: antialiased;
  line-height: 2em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 18px;
  position: relative;

  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;

}

.call-out-button a:hover {
  background-color: #fff;
  color: #0c77bb;
  font-family: 'MuseoSans700';
  -webkit-font-smoothing: antialiased;
}


@media only screen and (min-width: 992px) {

.call-out-button {
  margin-top: 0em;
}

.call-out p {
  padding-top: 10px;
}


/*@media only screen and (max-width: 991px) {

.call-out-button {
  width: 147px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto
}

.call-out p {
  color: #fff;
  font-family: 'MuseoSans100';
  font-size: 2em;
  text-align: center;
}

}

@media only screen and (max-width: 767px) {

.call-out-button {
  width: 147px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto
}

.call-out p {
  color: #fff;
  font-family: 'MuseoSans100';
  font-size: 2em;
  text-align: center;
}


}


@media only screen and (max-width: 480px) {



}
*/