@charset "utf-8";
/* Uncomment to include Google Font & Icons files */
/* @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined"); */

@font-face {
    font-family: 'aeropb';
    src: url('../fonts/aeroportal_bold-webfont.woff2') format('woff2'),
         url('../fonts/aeroportal_bold-webfont.woff') format('woff');
    font-weight: normal;font-style: normal;
}

@font-face {
    font-family: 'aeropm';
    src: url('../fonts/aeroportal_medium-webfont.woff2') format('woff2'),
         url('../fonts/aeroportal_medium-webfont.woff') format('woff');
    font-weight: normal;font-style: normal;
}

@font-face {
    font-family: 'aeropr';
    src: url('../fonts/aeroportal-webfont.woff2') format('woff2'),
         url('../fonts/aeroportal-webfont.woff') format('woff');
    font-weight: normal; font-style: normal;
}

* {padding: 0; margin: 0;}
img {border: 0; vertical-align: middle;}
html, body, div, form, fieldset, legend, label, p, h1, h2, h3 {margin: 0; padding: 0;}
header, nav, article, footer, address, aside, section, hgroup {display:block;}
.float {float: left;} .clear {clear: both;} 

body {font-family: 'aeropr', 'Maven Pro', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; margin: 0; padding: 0; font-size: 19px; line-height: 25px; color: #000;}

h1 {font-weight: bold; font-size: 37px; line-height: 45px; color: #052761;}
h2 {font-weight: bold; font-size: 35px; line-height: 40px; color: #052761;}
h2 a {font-weight: bold; font-size: 35px; line-height: 40px; color: #052761; padding-bottom: 10px; display:block; transition: color 0.5s;}
h2 a:hover {color:  #CC0001; text-decoration: none;}
h3 {font-weight: bold; font-size: 25px; line-height: 30px; color: #052761;}

a {text-decoration: none; font-weight: bold; color: #777;}
a:hover {text-decoration: underline; font-weight: bold; color: #777;}

ul {list-style-type: disc; list-style-position: outside; padding-left: 25px;}

.teal-box {color: #000; padding: 5%; background-color: #598F9E;}
.teal-box h1, .teal-box h2, .teal-box a {color: #fff;}

.lead-para {font-size: 16px; line-height: 18px; color: #777;}
.material-symbols-outlined {}
img.pull-left {float:left; padding-right: 25px; width: 225px; height: auto; padding-bottom: 75px;} 
img.pull-right {float:right; padding-left: 25px; width: 225px; height: auto; padding-bottom: 75px;}
img.resp {width: 100%; height: auto;}



a.blue-box-link {padding: 5px 10px 5px 10px; background-color: #010066; color: #fff; transition: background-color 0.5s; border-radius: 5px;}
a:hover.blue-box-link {background-color: #CC0001; color: #fff; text-decoration: none;}

.one-1, .two-1, .two-2, .three-1, .three-2, .three-3, .three-12, .four-1, .four-2, .four-3, .four-4,
.five-1, .five-2, .five-3, .five-4, .five-5, .six-1, .six-2, .six-3, .six-4, .six-5, .six-6
{min-height: 50px;float:left; text-align: left; display: block; padding: 1%; margin: 0px 0.5% 10px 0.5%;}


@media only screen and (min-width: 1000px) { /* WIDE - Desktop */
  .one-1 {width: 97%; }
  .two-1, .two-2 {width: 47%; }
  .three-1, .three-2, .three-3 {width: 30.33%; }
  .three-12 {width: 63.66%; }
  .four-1, .four-2, .four-3, .four-4 {width: 22%; }
  .five-1, .five-2, .five-3, .five-4, .five-5 {width: 17%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 13.66%}
  .break {display:block;}
}

@media only screen and (min-width: 768px) and (max-width: 999px) { /* MEDIUM - Tablet Portrait */
  .one-1 {width: 97%;}
  .two-1, .two-2 {width: 47%;}
  .three-1, .three-2, .three-3 {width: 30.33%;}
  .three-12, .three-23 {width: 63.66%; margin-top: 0px;}
  .four-1, .four-2, .four-3, .four-4 {width: 22%;}
  .five-1, .five-2, .five-3, .five-4, .five-5 {width: 17%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 30.33%;} 
}

@media only screen and (min-width: 480px) and (max-width: 767px) { /* SMALL - Mobile Landscape */
  .one-1 {width: 97%;}
  .two-1, .two-2 {width: 47%; }
  .three-1, .three-2, .three-3 {width: 97%; }
  .three-12, .three-23 {width: 97%; }
  .four-1, .four-2, .four-3, .four-4 {width: 47%;}
  .five-1, .five-2, .five-3 {width: 30.33%; }
  .five-4, .five-5 {width: 47%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 47%;}
}

@media only screen and (max-width: 479px) { /* TINY - Mobile Portrait */
  .one-1 {width: 97%; }
  .two-1, .two-2 {width: 47%; }
  .three-1, .three-2, .three-3 {width: 97%; }
  .three-12, .three-23 {width: 97%; }
  .four-1, .four-2, .four-3, .four-4 {width: 47%; }
  .five-1, .five-2, .five-3, .five-4 {width: 47%}
  .five-5 {width: 97%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 97%;}
}
