body {
    font-size: 16px;
    font-family: "Source Sans Pro";
    /*    line-height: 27px;*/
    letter-spacing: 0.5px;
    color: #313030;
    padding: 0;
    margin: 0;
    line-height: 2;
}

a {
    color: #0958a5;
    text-decoration: none;
}

a:hover {
    color: #676767;
}

.main {
    width: 100%;
}

header nav {
    float: right;
    padding-top: 40px;
}

header nav li {
    list-style: none;
    float: left;
    margin: 0 10px;
}

header nav li a {
    padding: 0 10px;
    font-size: 14px;
}

.logo {
    text-align: left;
    float: left;
    padding: 10px 0 5px 5px;
}

.logo img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: 300px;
    height: auto;
    vertical-align: middle;
}


.content {
    max-width: 1380px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.content .click_here_info{
  font-family: 'Lato', sans-serif;
/*    font-family: 'Geo', sans-serif;*/
    font-size: 16px;
}
/*
.image-content-panel {
    margin-bottom: 20px;
}
*/

.image-content-panel {
    margin-bottom: 0px;
    border-bottom: 5px solid #51bd7f;
    border-top: 5px solid #93BBD6;
}

.image-content-panel img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.content h1 {
    margin: 0;
    padding: 15px 25px;
    background: #0958a5;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    border-radius: 10px 10px 0 0;
}

.text-content-area {
/*    border: 1px solid #E5E5E5;*/
    padding: 10px 25px;
    margin-top: 10px;
    line-height: 25px;
}

p{
    margin: 0 0 10px 0;
}
.click-here p:last-child{
    margin: 0px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */

*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

/*
.click_here_info p{
    padding: 20px;
    margin-bottom: 20px;
    border-left: #93d6af 5px solid;
    line-height: 20px;
    color: #fff;
    background-color: #0958a5;
}
*/
.click-here{
    text-align: justify;
}

.click_here_info p {

    color: #0958a5;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0px 0px 15px;

}

.click_here_info p a {
    color: #0958a5;
    text-decoration: none;
    border-bottom: #0958a5 2px solid;
}


.click_here_info p a:hover {
    color: #93d6af;
    text-decoration: none;
    transition: 0.5s ease-out;
    border-bottom: #93d6af 2px solid;
}

/*
.click_here_info p a:hover{
    text-decoration: none;
}
*/


.tt-header .top-line-right {
    float: right;
}

.tt-header .top-info {
    display: inline-block;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding-right: 20px;
    margin-right: 20px;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    color: #6f6f70;
    font-weight: 700;
}

.tt-header .top-info {
    vertical-align: top;
    margin-top: 5px;
}

.tt-header .top-info:last-child {
    margin-right: 0;
    padding-right: 0;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.tt-header ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header3 .nav-search ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
}

 ul.top-social li {
    display: inline-block;
    margin-right: 12px;
    float: left;
    width: 20px;
}


.tt-header .top-inner {
    padding: 0;
    margin-left: -3px;
}

.tt-header .logo {
    width: 300px;
    height: auto;
}

.tt-header .logo {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 70px;
    line-height: 77px;
    z-index: 101;
    transition: none;
}

.top_right_social{

    float: right;
    margin-top: 25px;
    text-align: left;
}
   

/*
.fab{
    font-family: Font Awesome 5 Brands;
}
*/

.fa, .fas {
    font-weight: 900;
    font-family: "Font Awesome 5 Brands";
}
.image-content-panel img.mobile{
    display: none !important;
}



@media (max-width: 767px)
{
    .image-content-panel img.mobile{
        display: block !important;
    }
    .desktop{
        display: none !important;
    }

    
/*
    body {
    font-size: 14px;
    font-family: "Source Sans Pro";
     line-height: 27px; 
    letter-spacing: 0.5px;
    color: #313030;
    padding: 0;
    margin: 0;
    line-height: 26px;
}
*/
    
    .content{
           line-height: 26px;
        
    }
.tt-header .logo img {
    max-width: 60%;
}

.click_here_info p {
 
    font-size: 18px;
    line-height: 26px;
}

ul.top-social li {
    display: inline-block;
    margin-right: 12px;
    float: left;
    width: 11px;
}
.text-content-area {
    border: 0px solid #E5E5E5;
     margin-top: 0px;

}
 


}