/*
  Customisations to the template.
*/

/**
 * Resets. Remove if have own reset stylesheet.
 */
* {
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%; }

body {
  margin: 0;
  padding: 0; }

.tga_body img div,
.tga_body img {
  line-height: 0; }

img {
  border: 0; }


.logo-large {
  display: none;
}

.logo-small {
  display: block;
}

#tga_header_site h1 {
  color: black;
  font-weight: 500;
  font-size: 1.5rem;
/*  margin-top: 1rem;*/
}

@media screen and (min-width: 768px) {
  .logo-large {
    max-width: 360px;
    padding-right: 30px;
    border-right: 1px solid black;
    display: block;
  }
  .logo-small {
    display: none;
  }
  #tga_header_site h1 {
    font-size: 2.2rem;
  }
}

.tga_header {
  padding: 24px 0;
  padding: 1.5rem 0;
}

.tga_header_link a {
  padding: 1rem 0;
  display: inline-block;
}
.tga_header_link  a:hover,
.tga_header_link  a:focus {
  background: none;
}

.chevron-right::before {
  margin-right: 1rem;
  margin-top: -0.1rem;
  background-image: none !important;
  height: auto;
  width: auto;
  content: "\f054";
  color: #003996;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: margin 0.2s ease;
  display: inline-block;
}

.tga_container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.tga_footer {
  background: #001871;
  color: white;
  font-size: 16px!important;
  font-size: 1rem;
  line-height: 1.5;
  padding: 48px 0 48px;
  padding: 3rem 0 3rem;
}

.tga_footer a,
.tga_footer a:hover {
  color: white;
}

.cols-5,
.cols-7 {
  float: left;
  width: 100%;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.spo-cols-5,
.spo-cols-7,
.spo-cols-8 {
    float: left;
    width: 100%;
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

@media (min-width: 0) {
  .tga_container {
    width: -24px;
  }
}

@media (min-width: 576px) {
  .tga_container {
    width: 552px;
  }
}

@media (min-width: 768px) {
  .tga_container {
    width: 744px;
  }
  .cols-5 {
    width: 40%;
  }

  .cols-7 {
    width: 60%;
  }

.spo-cols-5 {
    width: 40%;
}

.spo-cols-7 {
    width: 35%;
}
.spo-cols-8 {
    width: 35%;
}
}

@media (min-width: 992px) {
  .tga_container {
    width: 968px;
  }

  .cols-5 {
    width: 35%;
  }

  .cols-7 {
    width: 65%;
  }

.spo-cols-5 {
    width: 40%;
}

.spo-cols-7 {
    width: 35%;
}

.spo-cols-8 {
    width: 35%;
}

}

@media (min-width: 1200px) {
  .tga_container {
      width: 1176px;
  }
}


/*aded aems related overwrites */
.tga_header_link a {
    color: #006fb0;
    font-size: 14px!important;
    font-size: .875rem;
    line-height: 1.42857;
    padding: 1rem;
    text-decoration: none!important;
}

.tga_body a {
    -webkit-text-decoration-skip: ink;
    color: #006fb0;
    text-decoration: none!important;
    text-decoration-skip-ink: auto;
}


.tga_footer p
{
color:white!important
}


.tga_footer a{
    color: white!important;
}


.tga_footer a:visited {     
     border-bottom: 1px solid white;
}

.tga_footer a:hover {
 text-decoration: underline!important;
 background:#001871;
}


.tga_header_link a {
    background: white!important;
    text-decoration: underline!important;
    border: none!important;
}





