h1{font-family:Montserrat;font-size:60px;color:#002B51;line-height:64px;text-alignment:left;font-weight:bold;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

h2{font-family:Montserrat - Black;font-size:40px;color:#005BAA;line-height:44px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

h3{font-family:Segoe UI;font-size:28px;color:#000000;line-height:28px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

h4{font-family:Segoe UI;font-size:24px;color:#000000;line-height:24px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

h5{font-family:Segoe UI;font-size:20px;color:#000000;line-height:20px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

h6{font-family:Segoe UI;font-size:16px;color:#000000;line-height:16px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

body,td,div,p{font-family:Segoe UI;font-size:16px;color:#000000;line-height:22px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

li{font-family:Segoe UI;font-size:16px;color:#000000;line-height:22px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

a:link{font-family:Segoe UI;font-size:16px;color:#FF4713;line-height:22px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

a:visited{font-family:Segoe UI;font-size:16px;color:#FF4713;line-height:22px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

a:hover{font-family:Segoe UI;font-size:16px;color:#FF4713;line-height:22px;text-alignment:left;font-weight:normal;text-decoration:underline;font-style:normal;margin-top:0px;margin-bottom:0px;}

hr{color:#CDCDCD;background-color:#CDCDCD;height:1px;width:100%;border-width:0;margin:auto;}

.whiteLink{font-family:Segoe UI;font-size:16px;color:#FFFFFF;line-height:22px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}
.whiteLink:link{font-family:Segoe UI;font-size:16px;color:#FFFFFF;line-height:22px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

.whiteLink:visited{font-family:Segoe UI;font-size:16px;color:#FFFFFF;line-height:22px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

.whiteLink:hover{font-family:Segoe UI;font-size:16px;color:#DDDDDD;line-height:22px;text-alignment:left;font-weight:normal;text-decoration:none;font-style:normal;margin-top:0px;margin-bottom:0px;}

body,td,div,p {
font-family: futura-pt-bold, sans-serif;
font-weight: 400;
font-style: normal;
}
a:link {
font-family: futura-pt-bold, sans-serif;
font-weight: 400;
font-style: normal;
}
a:visited {
font-family: futura-pt-bold, sans-serif;
font-weight: 400;
font-style: normal;
}
a:hover{
font-family: futura-pt-bold, sans-serif;
font-weight: 400;
font-style: normal;
}
h1 {
font-family: futura-pt-bold, sans-serif;
font-size: 40px;
line-height: 40px;
font-weight: 700;
font-style: normal;
margin-top: 10px;
margin-bottom: 20px;
color: #ff4713;
}
h2 {
font-family: futura-pt-bold, sans-serif;
font-size: 24px;
line-height: 24px;
font-weight: 700;
font-style: normal;
margin-top: 20px;
margin-bottom: 20px;
color: #000000;
}
h3 {
font-family: futura-pt-bold, sans-serif;
font-size: 20px;
line-height: 22px;
font-weight: 700;
font-style: normal;
margin-top: 20px;
margin-bottom: 20px;
color: #000000;
}

.blackButton {
    border-radius: 6px;
    background-color: #231f20;
    border: none;
    color: #ffffff;
    padding: 10px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    cursor: pointer;
}
.blackButton:link{color:#ffffff;font-size: 16px;}
.blackButton:visited{color:#ffffff;font-size: 16px;}
.blackButton:hover{-webkit-filter: brightness(90%);color:#ffffff;font-size: 16px;text-decoration: none;}

.orangeButton {
    border-radius: 6px;
    background-color: #ff4713;
    border: none;
    color: #ffffff;
    padding: 10px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    cursor: pointer;
}
.orangeButton:link{color:#ffffff;font-size: 16px;}
.orangeButton:visited{color:#ffffff;font-size: 16px;}
.orangeButton:hover{-webkit-filter: brightness(90%);color:#ffffff;font-size: 16px;text-decoration: none;}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  /* move the element up by 3px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  /* move the element down by 3px (it will stay in place because it's attached to the element that also moves up 3px) */
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #ffffff solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.grayButton {
    border-radius: 6px;
    background-color: #bcbec0;
    border: none;
    color: #000000;
    padding: 10px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    cursor: pointer;
}
.grayButton:link{color:#000000;font-size: 16px;}
.grayButton:visited{color:#000000;font-size: 16px;}
.grayButton:hover{-webkit-filter: brightness(90%);color:#000000;font-size: 16px;text-decoration: none;}

a img{border: none;}