@font-face {
    font-family: 'scriptin-webfont';
  src: url('/storage/app/media/scriptin-webfont.ttf');
 }

 /******************************************************** HEADER ***********************************************/
.wrap__logoHeader .logo__title {
    font-size: 25pt;
    color:#4067B1;
    margin: 0px 0px 0px;
}
.wrap__logoHeader {
max-width: 100% !important;
padding: 5px 0 !important;
}
.wrap__header--inner {
 padding: 35px 36px 20px; 
}
.logo__description {
    font: 18px / 1.5 "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}


/************************************ SIDEBAR *******************************************/

.sidebar-text{
    color: #fff important;
}
.sidebar-text-title{
    font-size: 15px;
    font-weight:bold;
    color: #fff;
}
.sidebar-text a{
    text-decoration: none;
    color: #fff !important;
}
.sidebar-holder{
    background-color:#fff;
}
.sidebar-holder .sidebar-info{
    padding: 0 !important;
}

.sidebar-holder-top::before {
    display: block;
    margin: 0 10px 15px;
    content: "LEARN MORE";
    font-size: 26px;
    font-weight: lighter;
    color: rgba(67, 105, 177, 1.00);
}
.wrap__contacts:before{
    display: block;
    margin: 0 10px 15px 0px;
    content: "CONTACT";
    font-size: 26px;
    font-weight: lighter;
    color: #fff;
}
.location__phone::before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}
.location__address::before{
    content: "\f041";
    font-family: FontAwesome;
    padding-right: 5px;
}

.location__fax::before {
    content: "\f1ac";
    font-family: FontAwesome;
    padding-right: 5px;
}

.location__email::before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 5px;
}

/* NAVIGATION */
@media(min-width:1px){
    .hidden--l {
        display: block !important;
    }
}

/************************************* BODY ************************************/

.wrap__page-content h1, .page__title {
    font-family: scriptin-webfont;
    font-size: 30pt;
	color: #4067B1; 
	margin-bottom: 10px;
}
.wrap__text-block {
    padding: 10px 0 28px 9px;
    
}
 /*Links*/
 .content-holder a {
	color: #4369B1;
	text-decoration: none;
}
/* UNORDERED LIST */
.custom_list-style li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}
.red-text{
    color:red;
}
.text-center{
    text-align:center;
}
 .wrap__ctaBody .cta_block {
    margin: 2px;
}
.content-holder a.cta__button {
    color: #fff !important;
}
/* ORDERED LIST */
.custom_list-style-ol li{
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}
table,tr,td{
    border:none;
}

  /*Hot topic page*/
#hot-topics .docheadline{
  font-family: Tahoma;font-size: 12px; text-decoration: none; font-weight:
  } 
#hot-topics .docsummary{
  font-family: Tahoma;font-size: 12px;
  } 
#hot-topics .docseperator{ 
  height: 3px; margin: 6px 0px 6px 0px; border-bottom: 1px solid #eeeeee;
  }
#hot-topics .docNewsLogo { 
  font-family: Tahoma; font-size: 10px; align: right;
  } 
#hot-topics .page-title {
  display: block !important;
}


/**********************************RESPONSIVE***************************************/

@media only screen and (max-width: 1024px) {
   .wrap__image--inner .image {
        display: block !important;
   }
       .wrap__ctaBody .cta_block {
    width: 100%;
    
}
}
@media only screen and (max-width: 768px) {
  .wrap__image--inner .image {
        display: none !important;
   }
   .wrap__ctaHeader--inner {
       display: none;
   }
    .copyright__list li {
        display: block;
        text-align: center;
    }
    
}

@media only screen and (max-width: 425px) {
    .wrap__logoHeader .logo__description {
    font-size: 17px;
    }
    
    .logo .logo__title {
    margin-bottom: -10px;
    font-size: 23pt;
    }
    .wrap__contacts:before{
    content: "";
    }
    .sidebar-text-title{
        text-align:center;
    }
    .sidebar-text{
        text-align:center;
    }
    .sidebar-holder-top::before {
    content: "";
    }
    .wrap__text-block {
    padding: 0px 0 28px 9px;
    }
    .content-holder {
        padding: 0px 10px 10px;
    }
    .wrap__header--inner {
        padding: 10px 36px 0px;
    }
    .wrap__map {
        margin: 0px 0 -68px;
    }
    .wrap__form {
    padding: 0px 0 0px;
    }
    form::after {
    margin-bottom: 16px;}
}















