#toc_container a {
    font-size:15 px;
    padding-bottom: 20px;
    display: inline-block;
}
.kk-star-ratings .kksr-legend {
    display: none;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}

main {
  display: block;
}
h1 {
  text-align: center;
  line-height: 50px;
  color: #132e4c;
  margin-top: 40px;
  margin-bottom: 30px;
}
h2{
  margin-top: 45px;
  margin-bottom: 20px;
}
h3{
    margin-top: 30px;
    margin-bottom: 10px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
textarea {
  overflow: auto;
}
/*
=reset
*******************************************/
html{
    box-sizing: border-box;
}

*,
*:before,
*:after{
    box-sizing: inherit;
}

p , a , span , b{
    font-family: paragraph;
}
a{
  font-size: 20px;
}
p{
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  padding: 0;
}

.article-content p,#article-page p{
	color:#565663;
}

h1,h2,h3,h4,h5,h6{
  font-family: headings;
}

.container{
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}
/***********************************************************************************************************
 =header 
 */
header{
    background-color: #092c40;
    position: relative;

}

.header-top{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desk-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-item > a{
    text-decoration: none;
    padding-left: 1rem;
    color: #fff;
    font-size: 14px;
    line-height: 80px;
}
/********************************
 =mobile-menu 
 */
 .header-top-mobile{
  display: none;/*changed*/
 }
a.desk-logo,
a.mob-logo{
    margin-top: 10px;
}
 /***********************************************************************************************************
 =footer
 */
 footer{
  background-color: #172536;
 }
.intro {
    width: 40%;
}
.contact-info{
  width: 40%;
}
.footer-menu{
  width: 20%;
}
.footer-block {
    margin-left: 1.5rem;
}
.footer-top-wrapper{
    display: flex;
    justify-content: space-between;
}
span.title {
    color: #9bb2c7;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    
}
.footer-content{
    font-size: 16px;
    line-height: 35px;
    color: #ddd!important;
    text-align: justify;
}
a {
    color: #418eb2;
    text-decoration: none;
}

span.address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-indent: 15px;
   
}
span.address p{
    text-indent: 0;
    padding-right: 15px;
    margin: 0;
}
.contact-line{
    color: #ddd;
    display: block;
    font-size: 16px;
    line-height: 35px;
    text-indent: 1rem;
}
.email-address{
    margin-bottom: 15px;
}
.icon-phone:before {
  content: "\e942";
}
.icon-email:before {
  content: "\e945";
}
.icon-address:before {
  content: "\e948";
}
.icon {
    float: right;
    color: #418eb2;
    margin-top: 5px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 35px;
    padding-right: 1rem;
    width: auto;
}
ul.footer-menu a{
  font-size: 16px;
  line-height: 35px;
}
.footer-top-wrapper {
    padding-top: 60px;
}
.copyright{
  height: 35px;
}
.copyright p{
  text-align: center;
  direction: ltr;
  padding-left: 0;
  line-height: 35px;
  font-size: 16px;
  color: #888;
  border-top: 1px solid #888;
}
/*******************************************
=footer phone-form*/
.bottom-widget-container{
    display: none;
}
/***********************************************************************************************************
 =main
*/
main ul {
    padding-right: 10px;
}
main ul:after, main ul:before {
    content: " ";
    display: table;
    padding-right: 20px;
}
main ul li{
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}
main ul li:before {
    content: "\2713";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
    padding-left: 10px;
    color: #2b9cbe;
}
/******************************
=content*/
div.article-content-page p{
	text-align: justify;
	color: #000;
	margin: 0 0 10px;
	font: 18px/33px;/* "Open Sans", sans-serif;*/
}
div.article-content-page h2{
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 10px;
	line-height: 1.1;
	color: inherit;
}
div.article-content-page h1.post-title{
    text-align: center;
	display:block;
	/*font-size: 30px;*/
    color: #132e4c;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
    margin:0 auto;
	margin-top: 30px;
	margin-bottom:10px;
}
div.article-content-page p {
    text-align: justify;
    color: #000;
    margin: 0 0 10px;
    font: 18px/33px;
}
/**************************************
=blue box*/
main div#bluebox {
    background-color: #062c51;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}
main div#bluebox p {
    display: block;
    text-align: center;
    line-height: 250px !important;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
/*************************************
=mag*/
main #quar-mag {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    /*padding-left: 20px;*/
}
main #articles-mag {
    width: 100%;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
}
main div#article-mag {
    width: 50%;
    margin-bottom: 10px;
}
main #article-mag div.article-content {
    width: 90%;
    overflow: hidden;
    height: 96%;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    padding: 20px 20px 0 20px;
    background-color: #fcfcfc;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
main #article-mag div.article-content img {
    border-radius: 5px;
}
main #article-mag p {
    margin-bottom: 5px;
    text-align: justify;
}
main #article-mag div.article-content a.read-more {
    visibility: hidden;
}
/*****************************************
=comment-form*/
div#respond span.comment-text {
    font-size: 25px;
    font-weight: bold;
    color: #008AD5;
    margin-top: 60px;
    display: inline-block;
}
#commentform {
    overflow: hidden;
    padding-top: 0;
    width: 100%;
}
#commentform p.commenter-name {
    display: flex;
}
#commentform input, 
#commentform textarea {
    float: right;
    margin-top: 10px;
    padding: 15px 20px;
    color: #616161;
    font-family: tahoma;
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
}
#commentform p.commenter-email {
    display: flex;
}
#commentform p {
    overflow: hidden;
    color: #616161;
    margin-bottom: 10px;
    font-weight: bold;
}
input#submit {
    display: inline-block;
    margin-top: 5px!important;
    background-color: #d41818;
    border: none;
    font-weight: normal;
    font-size: 18px;
    padding: 10px auto;
    color: #fff;
    vertical-align: center;
    text-align: center;
    height: 50px;
    width: 80px;
    cursor: pointer;
    float: left;
    padding: 0;
}
/****************************************
=commentbox
------------------------------*/
div#commentbox {
    margin-bottom: 50px;
}
#cancel-comment-reply-link {
    margin-right: 15px;
    color: #008ad5;
}