/** 
 * main.css
 * 
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Footer
 * 5. Media queries for responsive layout
 * 6. Accessibility helpers
 * 
 */

/*********************************************************************
 * 1. General HTML tags
 *
 */

@font-face {
  font-family: "latoitalic";
  src: url("../fonts/lato-italic-webfont.woff2") format("woff2"),
    url("../fonts/lato-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"),
    url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latolight";
  src: url("../fonts/lato-light-webfont.woff2") format("woff2"),
    url("../fonts/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latolight_italic";
  src: url("../fonts/lato-lightitalic-webfont.woff2") format("woff2"),
    url("../fonts/lato-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  background-color: #e5eaee;
  color: #003056;
  font-family: latolight, "Avant Garde", Avantgarde, "Century Gothic",
    CenturyGothic, AppleGothic, sans-serif;
}

h4 {
  font-family: latolight_italic, sans-serif !important;
  font-size: 1.8em;
}
h5 {
  font-family: latolight_italic, sans-serif !important;
  font-size: 1.2em;
}

.uk-text-lighter {
  font-family: latolight, sans-serif !important;
}

.uk-inside-image {
  max-width: unset;
  margin-left: -15px;
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: -10px;
  width: calc(100% + 30px);
  heigth: -;
}

/* .uk-container-small {
  max-width: 900px;
}

@media (min-width: 960px)
.uk-container {
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 640px)
.uk-container {
    padding-left: 30px;
    padding-right: 30px;
} */

/*********************************************************************
 * FIELDS
 *
 */

/* STANDARD */

#banner {
  border-bottom: 1px solid white;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

#inner-wrapper {
  position: relative;
  min-height: 672px;
}

#footer {
  z-index: 999;
}

#footer p {
  border-top: 1px solid white;
  margin-top: 12px;
  padding-top: 12px;
  font-size: 0.9em;
  color: #99acbb;
}

#footer p a {
  color: #6297c1 !important;
}

#main-content {
}

.container-width {
  max-width: 900px;
  min-width: 320px;
}

.nosmall {
  display: unset;
}

.nolarge {
  display: none;
}

.f_blank {
  position: absolute;
  width: 216px;
  height: 216px;
  background-color: #99acbb;
}

.f_nav {
  position: absolute;
  width: 216px;
  height: 216px;
  background-color: #99acbb;
  font-family: latolight, "Avant Garde", Avantgarde, "Century Gothic",
    CenturyGothic, AppleGothic, sans-serif;
}

.f_nav_home {
  position: absolute;
  width: 216px;
  height: 216px;
  background-color: #003056;
  color: white;
  font-family: latolight, "Avant Garde", Avantgarde, "Century Gothic",
    CenturyGothic, AppleGothic, sans-serif;
}

.f_nav_link {
  position: absolute;
  width: 216px;
  height: 216px;
  background-color: #99acbb;
  color: white;
  font-family: latolight, "Avant Garde", Avantgarde, "Century Gothic",
    CenturyGothic, AppleGothic, sans-serif;
}

.active {
  background-color: #003056 !important;
}

.f_main {
  position: absolute;
  width: 672px;
  min-height: 444px;
  margin-bottom: 12px;
  margin-right: 12px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}

.f_claim {
  position: absolute;
  width: 444px;
  height: 216px;
  background-color: rgb(255, 255, 255);
}

.f_image1 {
  position: absolute;
  width: 216px;
  height: 444px;
  background-size: cover;
  background-position: center;
}

.f_image2 {
  position: absolute;
  width: 444px;
  height: 216px;
  background-size: cover;
  background-position: center;
}

.f_sub_container1 {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
}

.f_sub_container2 {
  display: unset;
  position: absolute;
  width: 216px;
  height: 216px;
  font-size: 1.1em;
}

.f_sub {
  float: left;
  width: calc(25% - 9px);
  padding-bottom: calc(25% - 9px);
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #99acbb;
  color: white;
  font-family: latolight, "Avant Garde", Avantgarde, "Century Gothic",
    CenturyGothic, AppleGothic, sans-serif;
}

.f_sub_home {
  float: left;
  width: calc(25% - 9px);
  padding-bottom: calc(25% - 9px);
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #003056;
  color: white;
  font-family: latolight, "Avant Garde", Avantgarde, "Century Gothic",
    CenturyGothic, AppleGothic, sans-serif;
}

.f_sub:hover:not(.active) {
  background-color: white;
  color: #003056;
}

.f_sub_last {
  float: left;
  width: calc(25% - 9px);
  padding-bottom: calc(25% - 9px);
  margin-bottom: 12px;
  background-color: #99acbb;
  color: white;
  font-family: latolight, "Avant Garde", Avantgarde, "Century Gothic",
    CenturyGothic, AppleGothic, sans-serif;
}

.f_sub_home_last {
  float: left;
  width: calc(25% - 9px);
  padding-bottom: calc(25% - 9px);
  margin-bottom: 12px;
  background-color: #003056;
  color: white;
  font-family: latolight, "Avant Garde", Avantgarde, "Century Gothic",
    CenturyGothic, AppleGothic, sans-serif;
}

.f_sub_last:hover:not(.active) {
  background-color: white;
  color: #003056;
}

.f_sub2 {
  position: absolute;
  width: 102px;
  height: 102px;
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #99acbb;
  color: white;
  font-family: latolight, "Avant Garde", Avantgarde, "Century Gothic",
    CenturyGothic, AppleGothic, sans-serif;
}

.f_sub2:hover:not(.active) {
  background-color: white;
  color: #003056;
}

.f_sub2_last {
  float: left;
  width: calc(50% - 9px);
  padding-bottom: calc(25% - 9px);
  margin-bottom: 12px;
  background-color: #99acbb;
  color: white;
  font-family: latolight, "Avant Garde", Avantgarde, "Century Gothic",
    CenturyGothic, AppleGothic, sans-serif;
}

.f_sub2_last:hover:not(.active) {
  background-color: white;
  color: #003056;
}

.f111 {
  top: 0px;
  left: 0px;
  background-color: #fff;
}

#Logo canvas, img, svg, video {
  max-width: 80%;
}

.f112 {
  top: 0px;
  left: 228px;
}

#f1121 {
  background-color: #fff;
}

#f1121 .uk-overlay {
  padding: unset;
}

.f113 {
  top: 0px;
  left: 456px;
}

.f114 {
  top: 0px;
  left: 684px;
}

.f121 {
  top: 228px;
  left: 0px;
}

.f122 {
  top: 228px;
  left: 228px;
}

.f123 {
  top: 228px;
  left: 456px;
}

.f124 {
  display: none;
  top: 228px;
  left: 684px;
}

.f131 {
  top: 456px;
  left: 0px;
}

.f132 {
  display: none;
  top: 456px;
  left: 228px;
}

.f133 {
  top: 456px;
  left: 456px;
}

.f134 {
  top: 456px;
  left: 684px;
}

.f211 {
  top: 0px;
  left: 0px;
  background-color: #fff;
}


.f212 {
  top: 0px;
  left: 228px;
}

.f2121 {
  top: 0px;
  left: 0px;
}

.f2122 {
  top: 0px;
  left: 114px;
}

.f2123 {
  top: 114px;
  left: 0px;
}

.f2124 {
  top: 114px;
  left: 114px;
}

.f213 {
  top: 0px;
  left: 456px;
}

.f214 {
  height: 444px;
  top: 0px;
  left: 684px;
}

.f221 {
  top: 228px;
  left: 0px;
}

.f222 {
  display: none;
  top: 228px;
  left: 228px;
}

.f223 {
  display: none;
  top: 228px;
  left: 456px;
}

.f224 {
  display: none;
  top: 228px;
  left: 684px;
}

.f231 {
  display: none;
  top: 456px;
  left: 0px;
}

.f232 {
  display: none;
  top: 456px;
  left: 228px;
}

.f233 {
  display: none;
  top: 456px;
  left: 456px;
}

.f234 {
  top: 456px;
  left: 684px;
}

.f311 {
  top: 0px;
  left: 0px;
}

.f312 {
  top: 0px;
  left: 228px;
}

.f313 {
  top: 0px;
  left: 456px;
}

.f314 {
  width: 219px;
  top: 228px;
  left: 684px;
  background-image: none !important;
  background-color: #99acbb !important;
}

.f314w {
  width: 219px;
  top: 228px;
  left: 684px;
  /* background-image: none !important;
  background-color: #99acbb !important; */
}

.noimagelarge {
  background-image: none !important;
}

.f321 {
  top: 228px;
  left: 0px;
}

.f322 {
  display: none;
  top: 228px;
  left: 228px;
}

.f323 {
  display: none;
  top: 228px;
  left: 456px;
}

.f324 {
  display: none;
  top: 228px;
  left: 684px;
}

.f331 {
  display: none;
  top: 456px;
  left: 0px;
}

.f332 {
  display: none;
  top: 456px;
  left: 228px;
}

.f333 {
  display: none;
  top: 456px;
  left: 456px;
}

.f334 {
  top: 456px;
  left: 684px;
}

.kw_showlink {
    display: none;
  }

/* MED */
@media (max-width: 996px) {
  .container-width {
    max-width: 672px;
  }

  .nolarge {
    display: unset;
  }

  .nosmall {
    display: none;
  }

  .kw_showlink {
    display: block;
    color: #003056 !important;
  }

  .kw_showlink a {
    color: #003056 !important;
  }

  .f_image2 {
    position: absolute;
    width: 216px;
    height: 216px;
    background-size: cover;
    background-position: center;
  }

  .f111 {
    top: 0px;
    left: 0px;
  }

  .f112 {
    top: 0px;
    left: 228px;
  }

  .f113 {
    display: none;
    top: 0px;
    left: 456px;
  }

  .f114 {
    top: 456px;
    left: 228px;
  }

  .f121 {
    top: 0px;
    left: 456px;
  }

  .f122 {
    top: 228px;
    left: 0px;
  }

  .f123 {
    top: 228px;
    left: 228px;
  }

  .f124 {
    display: none;
    top: 228px;
    left: 684px;
  }

  .f131 {
    display: none;
    top: 456px;
    left: 0px;
  }

  .f132 {
    display: none;
    top: 456px;
    left: 228px;
  }

  .f133 {
    top: 456px;
    left: 456px;
  }

  .f134 {
    display: none;
    top: 456px;
    left: 684px;
  }

  .f211 {
    top: 0px;
    left: 0px;
  }



  .f212 {
    top: 0px;
    left: 228px;
  }

  .f213 {
    display: none;
    top: 0px;
    left: 456px;
  }

  .f214 {
    top: 0px;
    left: 456px;
    height: 216px;
  }

  .f221 {
    top: 228px;
    left: 0px;
  }
  

  .f222 {
    display: none;
    top: 228px;
    left: 228px;
  }

  .f223 {
    display: none;
    top: 228px;
    left: 456px;
  }

  .f224 {
    display: none;
    top: 228px;
    left: 684px;
  }

  .f231 {
    display: none;
    top: 456px;
    left: 0px;
  }

  .f232 {
    display: none;
    top: 456px;
    left: 228px;
  }

  .f233 {
    display: none;
    top: 456px;
    left: 456px;
  }

  .f234 {
    display: none;
  }

  .f311 {
    top: 0px;
    left: 0px;
  }

  .f312 {
    top: 0px;
    left: 228px;
  }

  .f313 {
    top: 0px;
    left: 456px;
  }

  .f314 {
    top: 0px;
    left: 456px;
    height: 216px;
  }
  .f314w {
    top: 0px;
    left: 456px;
    height: 216px;
  }
  .noimagelarge {
    background-image: initial !important;
    background-color: unset !important;
  }
  .f321 {
    top: 228px;
    left: 0px;
  }

  .f322 {
    display: none;
    top: 228px;
    left: 228px;
  }

  .f323 {
    display: none;
    top: 228px;
    left: 456px;
  }

  .f324 {
    display: none;
    top: 228px;
    left: 684px;
  }

  .f331 {
    display: none;
    top: 456px;
    left: 0px;
  }

  .f332 {
    display: none;
    top: 456px;
    left: 228px;
  }

  .f333 {
    display: none;
    top: 456px;
    left: 456px;
  }

  .f334 {
    display: none;
  }
}

/* SMALL */
@media (max-width: 734px) {

  .f_sub_container1 {
    font-size: 0.9em;
  }

  .container-width {
    max-width: 672px;
  }

  #inner-wrapper {
    height: unset;
  }

  .nolarge {
    display: unset;
  }

  .nosmall {
    display: none;
  }

  .f_main {
    position: relative;
    float: left;
    width: 100%;
    min-height: 216px;
    margin-bottom: 12px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
  }

  .f_claim {
    position: relative;
    float: left;
    width: 100%;
    height: 216px;
    margin-bottom: 12px;
    background-color: rgb(255, 255, 255);
  }

  .f_image1 {
    position: relative;
    float: left;
    width: 100%;
    height: 216px;
    background-size: cover;
    background-position: center;
  }

  .f_image2 {
    position: relative;
    float: left;
    width: 100%;
    height: 216px;
    background-size: cover;
    background-position: center;
  }

  .f_sub_container1 {
    display: unset;
  }

  .f111 {
    display: none;
    top: 0px;
    left: 0px;
  }

  .f112 {
    display: none;
    top: 0px;
    left: 228px;
  }

  .f113 {
    display: none;
    top: 0px;
    left: 456px;
  }

  .f114 {
    display: none;
    top: 0px;
    left: 684px;
  }

  .f121 {
    display: none;
    top: 228px;
    left: 0px;
  }

  .f122 {
    top: unset;
    left: unset;
    height: 216px;
  }

  .f123 {
    width: 100%;
    top: unset;
    left: unset;
  }

  .f124 {
    display: none;
    top: 228px;
    left: 684px;
  }

  .f131 {
    display: none;
    top: 456px;
    left: 0px;
  }

  .f132 {
    display: none;
    top: 456px;
    left: 228px;
  }

  .f133 {
    display: none;
    top: 456px;
    left: 456px;
  }

  .f134 {
    display: none;
    top: 456px;
    left: 684px;
  }

  .f211 {
    display: none;
  }

  .f212 {
    display: none;
  }

  #f2121 {
    background-color: #fff !important;
  }

  #f2121 .uk-overlay {
    padding: unset;
  }

  .f213 {
    display: none;
  }

  .f214 {
    width: 100%;
    top: unset;
    left: unset;
    height: 216px;
  }

  .f221 {
    top: unset;
    left: 0px;
  }

  .f222 {
    display: none;
  }

  .f223 {
    display: none;
  }

  .f224 {
    display: none;
  }

  .f231 {
    display: none;
  }

  .f232 {
    display: none;
  }

  .f233 {
    display: none;
  }

  .f234 {
    display: none;
  }

  .f313 {
    display: none;
  }

  .f314 {
    width: 100%;
    top: unset;
    left: unset;
    height: 216px;
  }
  .f314w {
    width: 100%;
    top: unset;
    left: unset;
    height: 216px;
  }

  .field_sub_container {
    width: 100%;
    height: auto;
  }

  .field_sub {
    float: left;
    height: 0;
    width: calc(25% - 9px);
    padding-bottom: calc(25% - 9px);
    margin-right: 12px;
    margin-bottom: 0px;
    background-color: rgb(146, 146, 146);
  }
  .field_sub_last {
    float: left;
    height: 0;
    width: calc(25% - 9px);
    padding-bottom: calc(25% - 9px);
    margin-bottom: 0px;
    background-color: rgb(146, 146, 146);
  }
}

/*********************************************************************
 * 2. Masthead area
 *
 */

/*********************************************************************
 * 3. Main content and sidebar
 *
 */

.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}

/*********************************************************************
 * 4. Footer
 *
 */

/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */

@media only screen and (max-width: 767px) {
  /* mobile layout */

  .align_left,
  .align_right,
  .align_center {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  /* extra-wide desktop layout */
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

/* Show bypass link on hover */

/* Sample styling for bypass link */
