.photoButtonRow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.photoButtonWrapper {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-right: 12px;
  -webkit-flex: 1 1;
  flex: 1 1;
}
.photoButtonButton {
  background: #0065a4;
  background: linear-gradient(white 35%, #0065a4 0);
}
.photoButtonButton:hover {
  background: #004e84;
  background: linear-gradient(white 35%, #004e84 0);
}
.photoButtonContent {
  width: 178px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.photoButtonImage {
  overflow: hidden;
  height: 135px;
}
.photoButtonImage img {
  height: 100%;
  width: 100%;
  border: 1px solid #0065a4;
}
.photoButtonTextWrapper {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
  line-height: 1.1;
  position: relative;
  min-height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.photoButtonWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
a.photoButtonLink {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex: 1 auto;
  flex: 1 auto;
  text-decoration: none;
}
.photoButtonButton {
  -webkit-flex: 1 auto;
  flex: 1 auto;
}
.photoButtonContent {
  display: inline-block;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flexbox;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.photoButtonTextWrapper {
  -webkit-flex: 1 auto;
  flex: 1 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .photoButtonTextWrapper {
    height: 45px;
  }
}
.photoButtonText {
  padding-right: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.photoButtonTextWrapper:after {
  background: #2aa9e0 url("../images/White_Arrow.png") no-repeat;
  background-size: 100%;
  height: 28px;
  width: 28px;
  content: "";
  position: absolute;
  right: 0;
  top: 50% !important;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.photoButtonButton:hover .photoButtonTextWrapper:after {
  background: #1b7bab url("../images/White_Arrow.png") no-repeat;
  background-size: 100%;
}
.photoButtonCaption {
  text-align: left;
  padding-right: 10px;
  margin-top: 0.5em;
  -webkit-flex: 1000;
  flex: 1000;
}
@media (max-width: 843px) {
  .photoButtonRow.ThreeButtonRow.LargeButtons {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .photoButtonRow.FourButtonRow {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .photoButtonRow.FourButtonRow .photoButtonWrapper {
    flex-basis: calc(50% - 15px);
    -webkit-flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 651px) {
  .photoButtonRow.ThreeButtonRow {
    display: block;
  }
}
@media (max-width: 580px) {
  .photoButtonRow.LargeButtons.TwoButtonRow {
    display: block;
  }
}
@media (max-width: 445px) {
  .photoButtonRow.TwoButtonRow,
  .photoButtonRow.FourButtonRow {
    display: block;
  }
}
.photoButtonRow.LargeButtons .photoButtonContent {
  width: 228px;
}
.photoButtonRow.LargeButtons .photoButtonImage {
  height: 175px;
}
.photoButtonRow.LargeButtons .photoButtonTextWrapper {
  min-height: 60px;
}
.GreyButton .photoButtonImage {
  border: 1px solid #4c4c4c;
}
.GreyButton .photoButtonButton {
  background: #4c4c4c;
  background: linear-gradient(white 35%, #4c4c4c 0);
}
.GreyButton .photoButtonButton:hover {
  background: #9b9b9b;
  background: linear-gradient(white 35%, #9b9b9b 0);
}
.GreyButton .photoButtonTextWrapper:after {
  background: #666 url("../images/White_Arrow.png") no-repeat;
  background-size: 100%;
}
.GreyButton .photoButtonButton:hover .photoButtonTextWrapper:after {
  background: #858585 url("../images/White_Arrow.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 900px) {
  #envoke_email {
    height: 600px;
  }
}
