/* Enter Your Custom CSS Here */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans|Alegreya+Sans+SC:900);

.markets H2, p.reply { font-family: 'Alegreya Sans SC', sans-serif; font-size: 40px !important; color: #DD6B2A; letter-spacing: 0; margin: 15px 0; line-height: 0; }
.resources H2 { font-family: 'Alegreya Sans SC', sans-serif; font-size: 32px !important; color: #ADC648; letter-spacing: 0; margin: 15px 0; line-height: 0; }
.facebook { text-align: center; font-family: 'Alegreya Sans SC', sans-serif; font-size: 24px; letter-spacing: 0; margin: 15px 0; line-height: 0; }

.et_pb_equal_columns .et_pb_column {
 position: relative; 
}

/* this class is for all columns in a row. add to row. */
.has-fixed-buttons-bottom-center .et_pb_column {
  padding-bottom: 6em;
}
.has-fixed-buttons-bottom-center .et_pb_column .et_pb_button {
  position: absolute;
  bottom: 1.6em;
  left: 50%;
  transform: translateX(-50%);
}

/* this class goes on the module */
.has-fixed-button-center .et_pb_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.background-cover {
	background-repeat: no-repeat;
  	background-size: cover;
}

