﻿@import url("/Layout_Partners/Theme.Layout_FlyGroups.css?17451");

html, body {
overflow-x: hidden;
}

a, a:link, a:visited {
    color: #3e8518;
}

.MainContent {
    margin-top: 20px;
}

.NavButtonLink {
    border-radius: 3px;
    border: solid 2px #3e8518;
    font-family: Montserrat;
    font-size: 16px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center !important;
    color: #3e8518 !important;
    text-decoration: none !important;
    padding: 5px 20px;

}

/* Breadcrumb */

.breadcrumb {
    background-color: #d9e1e5;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
    vertical-align: middle;
}

.bclevel {
    padding-left: 20px;
}

.bclink {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold !important;
    color: #2c2c2c !important;
}

.bcseparator {
    padding-left: 20px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
}

/* Homepage */
.TopicDiv {
    margin-top: 10px;
}

.TopicLabel {
  height: 24px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #2c2c2c;
}

.TopicCaption {
  height: 36px;
  font-family: Lato;
  font-size: 15px;
  text-align: center;
  color: #2c2c2c;
}


/* Directory */

.SubTopicDiv {
  border-radius: 2px;
  background-color: #f6f6f6;
  border: solid 1px #bbbbbb;
  padding: 10px;
  margin-bottom: 10px;
}

.SubTopicDivActive {
  background-color: #75c425;
}

.SubTopicLabel {
  width: 274px;
  height: 22px;
  font-family: Lato;
  font-size: 18px;
  color: #2c2c2c;
}


.SubSubTopicDiv {
  width: 730px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.SubSubTopicDivHigh {
    border-radius: 2px;
    background-color: #f6f6f6;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    border: solid 1px #bbbbbb;
}


.SubSubTopicTitle {
  width: 114px;
  height: 24px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  color: #2c2c2c;
}

.DirectoryArticleDiv {
    padding-top: 5px;
}

/* Article */
.Title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #2c2c2c;
}

.SubTitle {
  font-family: Lato;
  font-size: 20px;
  text-align: center;
  color: #2c2c2c;
  margin-top: 10px;
}

.ArticleDiv {
    padding: 10px 10%;
    line-height: 1.4em;
}


/* Search */
.SearchDiv {
  background-color: #d8d8d8;
  border: solid 1px #979797;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
}

.SearchTitle {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.SearchCaption {
  font-family: Lato;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}

.SearchButton {
}

.SearchResultDiv {
  background-color: #f6f6f6;
  border: solid 1px #bbbbbb;
  padding: 15px;
}

.SearchTopic {
  border-radius: 15px;
  background-color: #d9e1e5;
  
  font-family: Lato;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #2c2c2c;
  line-height: 30px;
}

.SearchSubTopic {
    border-radius: 15px;
    background-color: #889ca5;
    
    font-family: Lato;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
}

.SearchArticleTitle {
    font-family: Lato;
    font-size: 16px;
    line-height: 1.5;
    color: #2c2c2c;
    line-height: 30px;
}

.SearchSubTitle {
    font-family: Lato;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}


/* Alerts */
.Alerts {
    padding: 15px;
    padding-left: 100px;
    background-color: #fffcd8;
    font-family: Lato;
    font-size: 18px;
    color: #2c2c2c;
}

.AlertIcon {

}

.AlertTitle {
    font-family: Lato;
    font-size: 18px;
    color: #2c2c2
}

.AlertLink {
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  color: #3e8518 !important;
}

.ArticleDisclaimer {
  padding: 20px;
  border-radius: 2px;
  background-color: rgba(0, 149, 204, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  margin-bottom: 20px;
}

.ArticleDisclaimerText {
  font-family: Lato;
  font-size: 15px;
  font-weight: bold;
  color: #2c2c2c;
}



.NewCaseDiv {
  border-radius: 2px;
  background-color: #f1fcdd;
  vertical-align: middle;
  line-height: 50px;
  padding: 10px;
  margin-left: 55px;
  margin-right: 55px;
}

.CaseButtonWrapper {
    float: right;
}


.ButtonLink {
  border-radius: 3px;
  background-color: #94ce28;
  padding: 13px 32px;
  font-family: Montserrat;
  text-align: center;
  text-decoration: none !important;
  color: #000 !important;
  font-size: 1.0625rem;
}

.InputLabel {
    display: block;
    position: relative;
    font-family: 'Lato', Arial;
    font-size: 1rem;
    font-weight: 400;
}


/* REMOVE */
.Header .Login_Info {
    background-color: white;
}
/***********/

.Separator {
   border-top: solid 1px #bbbbbb ;
   margin: 50px 0 60px;
}

.NL-Separator {
   border-top: solid 1px #bbbbbb ;
   margin: 20px 0px;
}

/* validation messages */
span.ValidationMessage {
    display: unset;
    background-color: rgba(216, 37, 37, 1);
    margin-bottom: 22px;
}


.AfterArrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 17px;
      margin-left: -30px;
      margin-top: 15px;
      background-image: url("img/arrowdownblack.png?17451");
      background-repeat: no-repeat;
      background-size: 100%;
      pointer-events: none; 
}

.title-info {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;
}


/* Newsletters */

.NewsletterLink {
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3e8518;
}

.NewsletterTitle {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #2c2c2c;
  }
  
.NewsLetterDate {
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: right;
    color: #666666;
}

.NewslettersHome {
    background-color: #f6f6f6;
    padding: 20px 120px;
}

.NewsletterTitlePadding {
    padding: 30px !important;
    text-align: left;
}

.FloatLeft {
    float: left;
}

.AlignLeft {
    text-align: left;
}

.SupportContacts {
    padding: 30px;
    background-color: #eeeeee;
    border: solid 1px #bbbbbb;
}