/****************  FONTS  ****************/

@font-face {
  font-family: "Effra Bold";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Effra_W_Bd.woff2") format("woff2"),
    url("../fonts/Effra_W_Bd.eot") format("embedded-opentype"),
    url("../fonts/Effra_W_Bd.woff") format("woff"),
    url("../fonts/Effra_W_Bd.ttf") format("truetype");
}

@font-face {
  font-family: "Effra Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Effra_W_Rg.woff2") format("woff2"),
    url("../fonts/Effra_W_Rg.eot") format("embedded-opentype"),
    url("../fonts/Effra_W_Rg.woff") format("woff"),
    url("../fonts/Effra_W_Rg.ttf") format("truetype");
}

@font-face {
  font-family: "Effra Regular Italic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Effra_W_It.woff2") format("woff2"),
    url("../fonts/Effra_W_It.eot") format("embedded-opentype"),
    url("../fonts/Effra_W_It.woff") format("woff"),
    url("../fonts/Effra_W_It.ttf") format("truetype");
}

@font-face {
  font-family: "Lyon Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/LyonDisplay-Regular-Web.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/LyonDisplay-Regular-Web.woff2") format("woff2"),
    url("../fonts/LyonDisplay-Regular-Web.woff") format("woff"),
    url("../fonts/LyonDisplay-Regular-Web.ttf") format("truetype"),
    url("../fonts/LyonDisplay-Regular-Web.svg#LyonDisplay-Regular-Web")
      format("svg");
}

/****************  GLOBAL  ****************/

html {
  font-size: 10px;
  height: 100%;
}

html,
body {
  width: auto !important;
}

body {
  background-color: #ffffff;
  border: 0;
  color: #2b2b2b;
  font-family: "Effra Regular", Tahoma;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  margin: 0;
  min-height: 100%;
  outline: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Effra Bold", Tahoma;
  font-weight: 400;
}

h2 {
  font-size: 4.2rem;
  line-height: 4.4rem;
  margin-top: 0;
}

h3 {
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 0;
}

h4 {
  color: #0d3f5e;
  font-size: 2.8rem;
  line-height: 1.5;
  max-width: 100%;
}

h5 {
  font-size: 1.6rem;
  color: #0d3f5e;
  margin: 10px 0;
}

a {
  color: #00728d;
  text-decoration: underline;
}

a:hover {
  color: #0d3f5e;
}

a:focus {
  color: #00728d;
  outline: none;
}

a:active {
  color: #2b2b2b;
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: 600;
}

.clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 100px;
  padding-right: 100px;
}

@media all and (max-width: 1200px) {
  .content-wrapper {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media all and (max-width: 991px) {
  .content-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media all and (max-width: 767px) {
  .content-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 479px) {
  .content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/** HEADER Sectoin**/
header {
  background-color: #ffffff;
}

header.message-header {
  background-color: #0d3f5e;
  margin: 0;
  padding: 2rem 3rem;
  font-size: 2rem;
  color: #ffffff;
}

.top-nav {
  height: 6.5rem;
}

.top-nav .guardian-logo {
  float: left;
  line-height: 0;
  display: block;
  margin-top: 19px;
}

.guardian-logo img {
  width: 160px;
}

.menu-btn,
.menu-responsive {
  display: none;
}

ul.menu {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style-type: none;
  line-height: 1.5;
}

ul.menu li {
  display: block;
  float: left;
  padding: 22px 0;
  font-family: "Effra Bold", "Tahoma Bold";
  font-size: 1.4rem;
}

ul.menu li a {
  font-family: "Effra Bold", "Tahoma Bold";
  font-size: 1.4rem;
  color: #0d3f5e;
  padding: 0 10px;
  text-decoration: none;
}

ul.menu li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/*    
ul.menu li.divider:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 21px;
    background-color: #0d3f5e;
    position: absolute;
    top: 23px;
    left: 0px;
}
*/

ul.menu li.divider {
  padding-left: 10px;
  margin-left: 10px;
  padding-top: 11px;
  position: relative;
  color: #0d3f5e;
}

.main-nav {
  background-color: #00728d;
  height: 6.5rem;
}

/** MAIN Sectoin**/
main {
  display: block;
  margin: 2rem auto 5rem auto;
}

main.message-content {
  margin: 0;
  padding: 2rem 3rem;
  background-color: #f2fafc;
}

#uatMessage {
  font-size: 1.4rem;
  font-family: "Effra Regular Italic";
  color: #bc3d19;
  text-align: center;
  margin: 20px auto;
}

/**** FORM *****/
.form-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.form-wrapper h4 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

form,
.form {
  width: 500px;
  max-width: 100%;
  margin-top: 21px;
  font-size: 1.6rem;
}

.form-group {
  margin-bottom: 20px;
}

form label {
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

form label.rightside {
  font-family: "Effra Regular", Tahoma;
  font-size: 1.3rem;
  float: right;
  text-align: right;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2b2b2b;
  border: 1px solid #75757b;
  border-radius: 3px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  background-color: #ffffff;
  font-family: "Effra Regular", Tahoma;
  border-radius: 3px;
  box-sizing: border-box;
}

input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 9px 10px;
  margin-bottom: 15px;
}

input:focus {
  border: 2px solid #1c6ef2;
  outline: none !important;
}

input::placeholder {
  color: #75757b;
}

#error_msg,
.error {
  color: #bc3d19;
  font-size: 1.6rem;
  font-family: "Effra Regular Italic";
  font-style: italic;
}

.form-error {
  color: #bc3d19;
  font-size: 1.4rem;
  font-family: "Effra Regular Italic";
  font-style: italic;
}

.hideMe {
  display: none;
}
.showMe {
  display: block;
}

/****************  BUTTONS  ****************/

.btn {
  -webkit-font-smoothing: antialiased;
  background-color: #0d3f5e;
  border: 1px solid #0d3f5e;
  border-radius: 1.8rem;
  color: #fff;
  cursor: pointer;
  font-family: "Effra Bold", "Tahoma Bold";
  font-size: 1.6rem;
  height: 3.6rem;
  padding: 5px 18px 6px 18px;
  text-decoration: none;
}

.btn:first-child {
  margin-left: 0;
}

.btn:hover {
  background-color: #0b3651;
  color: #fff;
  text-decoration: underline;
}

.btn:focus {
  background-color: #0d3f5e;
  border-radius: 18px;
  border: 1px solid #1c6ef2;
  color: #fff;
  outline: none;
  text-decoration: none;
}

.btn.btn-sign-in {
  background-color: #00728d;
  border: 1px solid #00728d;
  color: #ffffff;
}

.btn-text-link {
  -webkit-font-smoothing: antialiased;
  font-family: "Effra Bold", "Tahoma Bold";
  font-size: 1.6rem;
  padding: 7px 18px;
  text-decoration: underline;
  color: #00728d;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 3.6rem;
  border-radius: 1.8rem;
  cursor: pointer;
}

.btn-text-link:hover {
  text-decoration: none;
  color: #0d3f5e;
  background-color: #ffffff;
}

.btn-text-link:focus {
  text-decoration: none;
  color: #00728d;
  background-color: #ffffff;
  border-radius: 18px;
  border: 1px solid #1c6ef2;
  /*box-shadow: 0 0 0 1px #1c6ef2;*/
}

.btn-text-link:active {
  color: #2b2b2b;
  background-color: #ffffff;
  text-decoration: underline;
}

.btn-text-link:visited {
  color: #00728d;
  background-color: #ffffff;
}

/******** TABLE **********/

td {
  color: #0d3f5e;
}

td .olcap {
  font-size: 2rem;
  color: #ffffff;
}

td .oltxt p {
  color: #2b2b2b !important;
  font-size: 1.8rem !important;
}

/** FOOTER Sectoin**/
footer {
  background-color: #0d3f5e;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 3.6rem 0;
}

.footer-nav {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 2.5rem;
}

.footer-list {
  font: normal 1.4rem "Effra Bold", "Tahoma Bold";
  text-decoration: none;
  color: #fff;
  line-height: 1.75;
  text-transform: none;
  margin-right: 8rem;
}

.footer-nav .footer-list a {
  font: normal 1.4rem "Effra Regular", Tahoma;
  color: #ffffff;
  display: block;
  line-height: 1.75;
  text-decoration: none;
}

.footer-nav .footer-list a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .menu-btn {
	  display: block;
  }

  ul.menu,
  ul.menu-responsive {
    display: none;
  }

  ul.menu-responsive.open {
    display: block;
    float: none;
    background: #ffffff;
    width: 100%;
    padding: 0;
    overflow-y: auto;
    z-index: 1;
    text-align: left;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
  }

  ul.menu-responsive.open li {
    border-bottom: 1px solid #ffffff;
    cursor: default;
    position: relative;
  }

  ul.menu-responsive.open li a {
    background-color: #00728d;
    color: #ffffff;
    display: block;
    font: normal 2rem "Effra Bold", "Tahoma";
    padding: 12px 20px 11px 20px;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  ul.menu-responsive.open li:hover,
  ul.menu-responsive.open li:active {
    color: #00728d;
    background-color: #ffffff;
  }

  ul.menu-responsive.open li a:hover,
  ul.menu-resoinsive.open li a:active {
    text-decoration: none;
    color: #00728d;
    background-color: #ffffff;
  }

  .main-nav {
    height: 0.3rem;
  }

  form,
  .form {
    max-width: 500px;
    width: 100%;
    margin-top: 0;
  }

  h4 {
    text-align: center;
  }

  .btn {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  #sign_in_form .btn {
    float: none;
  }

  main {
    margin: 2rem auto;
  }

  .footer-nav {
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    order: 0;
    flex-grow: 1;
    text-align: center;
    padding-bottom: 0;
  }

  .footer-list {
    margin-right: 0px;
    margin-bottom: 30px;
    align-items: center;
    font-size: 20px;
  }

  .footer-copyright,
  .footer-nav a {
    font-size: 1.5rem;
    padding-right: 0;
    text-align: center;
  }
}

/***  Mobile Menu  ***/

.menu-btn {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  float: right;
  margin: 24px 0;
}

.menu-btn span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #0d3f5e;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu-btn span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-btn span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-btn span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 8px;
}

.menu-btn.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 8px;
}

/********** ICONs **********/
.fa {
  color: #ffffff;
}

.fa.fa-lock {
  color: #0d3f5e;
}

/************ Spacing *********/

.pt-10 {
  padding-top: 10px;
}

.pt-40 {
  padding-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

/****************************************
*************** GA CHAT *****************
****************************************/
.header {
  background-color: #008eb1;
  font-family: "Effra Bold", Tahoma;
  font-size: 2rem;
  color: #ffffff;
  padding: 10px;
}

.chatContent {
  background-color: #fff;
  /*-moz-box-shadow: 0 3px 6px 0px #a9a9a9;*/
  -webkit-box-shadow: 0 3px 6px 0px #a9a9a9;
  box-shadow: 0 3px 6px 0px #a9a9a9;
  padding: 15px;
  float: left;
}

#quickHelp {
  float: right;
  position: absolute;
  right: 0;
  top: 150px;
  width: 200px;
}

#quickHelp ul.list {
  list-style-position: outside;
  padding-top: 5px;
  padding-left: 15px;
  color: #0ca766;
}

#quickHelp ul.list li {
  padding-bottom: 5px;
}

#quickHelp ul li a {
  font: normal 13px/15px "Effra Regular", Tahoma;
  color: #00728d;
  text-decoration: none;
}

#quickHelp ul li a:hover {
  color: #00728d;
  text-decoration: underline;
}

@media (max-width: 479px) {
 #quickHelp {
	float: none;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .chatContent {
	  float: none;
  }

  #quickHelp ul li a {
    font-size: 1.6rem;
 }
}
