@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: 10px 36px 15px; 
}
.logo__description {
    font: 18px / 1.5 "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
}

/************************************ SIDEBAR *******************************************/
.sidebar-text{
    text-align:center;
    color: #fffimportant;
}
.sidebar-text-title{
    font-size: 15px;
    font-weight:bold;
    color: #fff;
    text-align:center;
}
.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;
}



/************************************* BODY ************************************/
.image-center{
float: none;
margin: 10px auto;
display: block;
}
/* IMAGE LEFT */
.image-left {
float: left;
clear: left;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.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;
}

table,tr,td{
    border:none;
}
/* ORDERED LIST */
.custom_list-style-ol li{
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}


/**********************************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: 14px;
    line-height: 34px;
}
    .logo .logo__title {
    line-height: .9;
    font-size: 24pt;
    }

    .image-left{
        width: 40%;
        float: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 12px;
        }
   
    .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;
}
}
/* 



























