@font-face {
  font-family: "merriweather";
  src: url("/storage/app/media/merriweather-bold-1.ttf");
}
@font-face {
  font-family: "franklin_gothic";
  src: url("/storage/app/media/franklin_gothic_demi-webfont.ttf");
}
@font-face {
  font-family: "minion_pro";
  src: url("/storage/app/media/minion_pro_boldit-webfont.ttf");
}
@font-face {
  font-family: "futurxkc";
  src: url("/storage/app/media/futurxkc-webfont.ttf");
}
/* --------------------------------------------COLOR---------------------------------------------------- */
.red {
  color: red !important;
}
.verified {
  width: 146px;
  height: 69px;
}
.leadForm {
  width: 50%;
  display: block;
}
#navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li.active > a:not(.mm-next){
    border-left-color: rgba(234, 224, 181, 1.00);
    color: rgba(234, 224, 181, 1.00);
}
#navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li > a:not(.mm-next) {
    border-left: 25px groove rgba(234, 224, 181, 1.00);
    color:#fff;
}
#navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li:hover > a:not(.mm-next) {
    border-left-color: rgba(234, 221, 157, 1.00);
    color: rgba(234, 224, 181, 1.00);
}
#navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li.active > a:not(.mm-next), #navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li.active:hover > a:not(.mm-next), #navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li.mm-opened > a:not(.mm-next), #navigation_header .mm-panel:not(.sublevel-1):not(.sublevel-2) > .mm-listview > li.mm-opened:hover > a:not(.mm-next) {
    border-left-color: rgba(234, 224, 181, 1.00);
}
#navigation_header{
    background-color: rgba(45, 77, 109, 1.00);
}
/* --------------------------------------------LOGO TITLE----------------------------------------------------- */
.wrap__logoHeader .logo__title {
  font-family: merriweather !important;
  font-size: 25pt !important;
  color: rgba(94, 94, 94, 1);
}
/* --------------------------------------------LOGO DESCRIPTION----------------------------------------------------- */
.wrap__logoHeader .logo__description {
  font-family: merriweather !important;
  font-size: 16pt !important;
}
/* --------------------------------------------PAGE TITLE----------------------------------------------------- */
.wrap__page-content h1,
.page__title {
  font-family: merriweather;
  font-size: 21pt;
  color: rgba(64, 103, 176, 1);
}
/* --------------------------------------------SLOGAN----------------------------------------------------- */
.slogan {
  font-family: franklin_gothic !important;
  font-size: 21pt !important;
}
.slogan .p2 {
  display: block;
  margin-left: 35px;
}
/* --------------------------------------------INDENT----------------------------------------------------- */
.custom_list-style li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 2.5em;
}
.custom_list-style1 li {
  /* list-style-type: disc;
  list-style-position: inside; */
  text-indent: -1.3em;
  padding-left: 2.5em;
}
.myindent {
  padding-left: 3em;
}
/* --------------------------------------------SIDELINKS----------------------------------------------------- */
#side_links {
  color: #fff !important;
  font-size: 13px !important;
  text-align: center;
}
#side_links a {
  text-decoration: none !important;
}
#side_links .side_img img{
    height:31px;
    width:65px;
}
#side_links .side_img1 img{
    height:46px;
    width:50px;
}
/* --------------------------------------------CONTENT----------------------------------------------------- */
#content a {
  text-decoration: none !important;
  color: #2c4c6d !important;
  /* font-weight: bold!important; */
}
#content .left img {
  float: left;
  clear: left;
  margin: 10px;
}
#content .right img {
  float: right;
  clear: right;
  margin: 10px;
}
#content .img_center img {
  display: block !important;
  margin: auto;
}
.sidebar-info {
  background: #2c4c6d;
  padding: 11px 15px 8px;
  color: white;
  text-align: center;
  line-height: 1.266666;
  position: relative;
  z-index: 3;
  min-height: 150px;
  height: 80px;
}
#content .wel_img img {
  width: 120px;
  height: 150px;
}
.sidebar-info {
  min-height: 400px;
}
@media (max-width: 518px) {
  .embed-code {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .wrap__logoHeader .logo__title {
    text-align: center;
  }
  .wrap__logoHeader .logo__description {
    text-align: center;
  }
  .wrap__logoHeader .logo img {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .sidebar-info {
    min-height: 375px;
  }
  #content .left img {
    float: none;
    display: block;
    margin: auto;
  }
  #content .right img {
    float: none;
    display: block;
    margin: auto;
  }
  .leadForm {
    width: 80%;
    display: block;
  }
}
