<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   @import url("https://fonts.googleapis.com/css?family=Droid+Serif|Lato|Open+Sans|Roboto|Droid+Sans|Oswald|Merriweather");
@font-face {
    font-family: 'Galatia SIL';
    src: url('http://hcs.nsw.edu.au/new/wp-content/themes/heritage/assets/fonts/GalatiaSIL.woff') format('woff'),
        url('http://hcs.nsw.edu.au/new/wp-content/themes/heritage/assets/fonts/GalatiaSIL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
  overflow-x: none;
}
body {
  overflow-x: none;
}
a:hover {
  text-decoration: none;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Droid Serif", Arial, Helvetica, sans-serif;
}
section:not(:first-child) {
/*   margin-top: 80px; */
	  margin-top: 0;
  display: inline-block;
}
iframe {
  border: none;
  box-shadow: 5px 0px 17px #e6e6e6;
  width: 100%;
  display:  inline-block;
  height: 610px;
}
.container-fluid {
  position: relative;
}
.clearfix {
  clear: both;
}
.btn {
  border-radius: 0px;
}
.btn-primary {
  background-color: #536898;
}
.head {
  	min-height: 200px;
  	background-color: white;
  	position: relative;
	background-image: linear-gradient(0deg, #006469 0%, #002B45 100%);
}
.head .top-nav {
  padding: 5px 5%;
  /* padding: 5px 5%; */
  justify-content: flex-start;
}
.head .top-nav .logo {
  position:  absolute;
  height: 250px;
  width: 250px;
  z-index: 100000;
}
.head .top-nav .logo-meta {
  top: 20px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 200px;
}
.logo-meta h1 {
	font-weight: 200;
    font-size: 40px;
    color: #ffffff;
    font-family: 'Galatia SIL', "Merriweather", sans-serif;
}
.logo-meta h4 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
    font-family: Arial, serif;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: 100;
}
.head .top-nav .logo img {
    margin-right: 20px;
    height: 160px;
    margin-top: 15px;
}
.head .top-nav .search-container {
  height: 45px;
  background-color: #004153;
  float: right;
  margin-top: calc(-100px + 30px);
  width: 270px;
  border: solid 2px #00515d;
  border-radius: 3px;
  padding: 0px 10px;
  border-radius: 70px;
  color:  #fff;
}
.search-container input {
  border: none;
  height: 100%;
  width: 90%;
  float: left;
  outline: none;
  margin-top: 10px;
  background-color:  transparent;
  color: #fff;
}
.search-container input::placeholder {
  color: #fff;
 
}
.nopadding {
  padding: 0px;
}
.nomargin {
  margin: 0px;
}
.search-container i {
  float: right;
  margin-top: 10px;
  color: #f1f1f1;
  font-size: 20px;
}

/* Navigation starts */
.navigation {
    position: absolute;
    top: 140px;
    z-index: 10000;
    left: 0px;
    right: 0px;
    background-color: #002b44;
    text-align: center;
    color: #fff;
    border-top: solid 2px #5185a2;
}
.navigation .top-menu {
  height: 60px;
  text-align: center;
  margin-bottom: 0px;
  border-bottom: solid 1px #195058;
}
.navigation .menu-item {
  margin: 0px 20px;
  height: 100%;
  min-width: 60px;
  height: 60px;
  padding-top: 20px;
  cursor: pointer;
	font-size: 15px;
}

.navigation .menu-item:hover {
  background-color: #013452;
}
.navigation .menu-item:hover &gt; ul {
  display: block;
}
.navigation .menu-item:hover &gt; ul &gt; li a:focus {
  color: #fff;
  outline: none;
}
.navigation .menu-item ul ul {
  background-color: #475b85;
  left: 110%;
  background-color: rgba(83, 104, 151, 0.92);
  position: absolute;
  top: 61px;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.navigation .menu-item ul ul li {
  padding: 20px;
  border-bottom: solid 1px #7789b1;
  margin: 0px;
  width: 100%;
}
.navigation .sub-menu {
    display: none;
    background-color: rgba(0, 43, 68, 0.89);
    position: absolute;
    top: 61px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navigation .sub-menu li {
  padding: 20px;
  border-bottom: solid 1px #7789b1;
  min-width: 120px;
  margin: 0px;
  width: 100%;
}

/* Burgor menu styles */
.burger-container {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10000000;
  display: none;
}
.burger-bars {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: #d0d0d0;
  margin: 6px 0;
  transition: 0.4s;
}

.burger-change .bar1 {
     -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-5px, 5px);
    background-color: #fff;
}

.burger-change .bar2 {
  opacity: 0;
  background-color: #fff;
}

.burger-change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  background-color: #fff;
}
.mobile-menu {
  position: absolute;
  right: 0px;
  top: 0px;
  height: auto;
  background: linear-gradient(0deg, #006469 0%, #002B45 100%);
  width: 80%;
  padding-top: 90px;
  color: #fff;
  font-size: 20px;
  font-family: "Droid Sans", sans-serif;
  z-index: 100000;
}
.mobile-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: 15px;
  cursor: pointer;
}
.mobile-menu ul &gt; li {
  padding: 15px 0px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.04);
  width: 80%;
  margin: 0px auto;
  text-align: left;
  position: relative;
  padding-left: 10px;
  margin-left: 0px;
}
.mobile-menu ul &gt; li i {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 13px;
  color: #f7f7f7;
}
.mobile-menu ul &gt; li.menu-item:not(.menu-item-has-children):hover {
  background-color: #475b85;
}
.mobile-menu ul.sub-menu {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  padding: 0px;
  margin: 10px 0px;
  width: 120%;
}

.mobile-menu ul.sub-menu li:last-child {
  border: none;
}
/* Slider Styles Starts */
.slider {
	position: relative;
    background: #002c44;
/*     padding-bottom: 60px; */
}
.slide {
  margin: 0px !important;
  padding: 0px;
  max-height: 640px;
  background-position-x: 0px;
}

.slider .slider-title {
  position: absolute;
  height: auto;
  background-color: rgba(84, 105, 150, 0.94);
  padding: 20px 80px;
  box-shadow: 3px 3px 1px rgba(72, 91, 131, 0.35);
  border-radius: 4px;
  padding: 50px;
}
.slider .slider-title h2 {
  margin: 0px;
  color: #fff;
  font-size: 32px;
  font-family: "Roboto", serif;
  line-height: 45px;
}

.slider-caption {
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    background-color: #002b44;
    display: flex;
    width: 100%;
	letter-spacing: 3px;
    justify-content: center;
    align-items: center;
	font-weight: 500;
}


.scroll {
  cursor: pointer;
}

.title {
  color: #536898;
  font-weight: bold;
}
.title span {
  display: inline-block;
}
.title span::after {
  content: "";
  height: 4px;
/*   background-color: #58a4b3; */
  display: block;
  width: 100%;
}

.title-0 {
  font-family: "Roboto";
  font-size: 1.8em;
  text-transform: uppercase;
}

.title-1 {
  font-size: 1.8em;
  text-align: center;
}

.title-2 {
  font-family: AvenirNext-Bold;
  font-size: 2em;
  color: #536898;
  margin-top: 20px;
  font-family: "Lato";
  font-weight: bold;
}
.title span::after {
  margin-top: 10px;
}
.title-3 {
  font-family: AvenirNext-Bold;
  font-size: 28px;
  color: #536898;
  margin-top: 20px;
  font-family: "Lato";
  font-weight: bold;
}

.title-3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #58a4b3;
  margin-top: 15px;
}

.in-post-title {
  font-size: 20px;
  color: #7d7d7d;
  font-family: "Lato";
  margin: 30px 0px;
  display: inline-block;
  font-weight: 100;
}

.in-post-title::after {
  content: "";
  display: block;
  top: 30px;
  height: 1px;
  background-color: #ececec;
  width: 150%;
}

.white {
  color: #fff !important;
}

.cards {
  margin-top: 80px;
  margin-left: 50px;
  margin-right: 50px;
}

.card {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.card .cover-img {
  width: auto;
  max-height: 210px;
  cursor: pointer;
}
.card .cover-img img {
 width: 100%;
height: auto;
}

.card .info {
  font-family: "Avenir Next", "Roboto", "Helvetica", Arial, sans-serif;
  margin-top: 20px;
  word-wrap: break-word;
}
.readmore {
  font-family: "Roboto", "AvenirNext-Bold";
  font-size: 12px;
  color: #58a4b3;
  text-transform: uppercase;
  margin-top: 20px;
  text-decoration: underline;
  display: block;
}
section.full {
  margin: 0px -15px;
}
section.third {
    display: inline-block;
    width: 100%;
}
.third .full-cover {
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    height: 550px;
	border-radius: 10px;
}

.section3-content {
	display: flex;
}
#video iframe {

}

.third .section3-content .title-0::after {
  width: 70%;
  height: 7px;
  background-color: #626468;
  display: block;
  margin-top: 40px;
}
.section3-content .info {
    margin-top: 30px;
    font-size: 1.2em;
    font-family: "Lato";
    letter-spacing: 1px;
}
.section3-content .readmore {
  margin-top: 50px;
  display: block;
  padding: 18px 0px;
  font-family: "Roboto", sans-serif;
}
.section3-content iframe  {
    height: 290px;
    max-width: 970px;
    margin-bottom: 30px;
}
section.forth {
  margin-top: 0px;
  position: relative;
}
.video-container::after {
  content: "Why ������Ƶֱ��?";
  font-size: 50px;
  position: absolute;
  display: inline-block;
  padding-top: 180px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(83, 104, 151, 0.57);
}
.forth .video {
  width: 100%;
  height: 450px;
  max-height: 450px;
  display: none;
  transition: all 0.5s ease;
}
.widget-elements {
  margin-top: 100px;
  margin-left: 15px;
}
.widget-elements .element {
  margin-bottom: 10px;
  position: relative;
  border-bottom: solid 1px rgb(241, 241, 241);
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.element .feature-image {
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 15px;
  cursor: pointer;
}
.element .feature-image img {
  height: 100%;
  width: 100%;
}
.element .title {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: bold;
  display: block;
  line-height: 35px;
  margin-top: 10px;
}
.element .category {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  color: #abe0eb;
}
.element .meta {
  display: inline;
  font-family: "Droid Sans";
  color: #cecece;
  font-weight: bold;
  top: 0px;
}
.element .meta::before {
  content: " / ";
  display: inline-block;
  color: rgb(182, 182, 182);
  margin: 0px 2px;
}
.page-container {
  margin: 0px 5%;
}
.post-container {
}

.post-container .post-cover {
	padding: 0px;
	margin: 0px -15px;
	height: 430px;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 0px;
}
.post-cover img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.post-cover::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
}

.post-container .post-content {
  margin-top: 20px;
  line-height: 25px;
  padding: 0px;
}
.post-content a {
  color: #00aced;
  border-bottom: solid 1px #f4f4f4;
}
.metas {
  font-size: 14px;
  color: #cecece;
}
.metas .meta {
  margin-right: 30px;
  width: auto;
  display: inline-block;
}
.metas .meta a {
  font-size: 14px;
  color: #cecece;
}
.metas .meta i {
  margin: 4px 8px;
  float: left;
  color: #cecece;
}
.social-share {
  color: #d0d0d0;
}
.meta .socials {
  margin-left: 30px;
}
.socials i:not(:first-child) {
  margin-left: 20px;
}
.post-content .post-title {
  margin: 25px 0px;
  display: inline-block;
  border-bottom: solid 1px #f4f4f4;
  padding-bottom: 10px;
}
.post-content .post-text {
  font-size: 17px;
  line-height: 35px;
  font-family: "Open Sans";
}

#twitter {
  color: #00aced;
  cursor: pointer;
}
#facebook {
  color: #3b5998;
  cursor: pointer;
}
#gplus {
  color: #d34836;
  cursor: pointer;
}
#email {
  color: #2c3e50;
  cursor: pointer;
}
#image {
  color: green;
}
#media {
  color: yellow;
}
#document {
  color: blue;
}
.attachments th {
  border-bottom: 2px solid #f2f2f2 !important;
  font-weight: bold;
  color: #929292;
}
.attachments td {
  /* padding: 20px 0px !important; */
  vertical-align: middle !important;
  border-bottom: 1px solid #f2f2f1;
}
.attachments td .meta {
  font-size: 12px;
  color: #a8a8a8;
  display: block;
}
.attachments tr:hover {
  cursor: pointer;
  background-color: #fbfbfb !important;
}
.attachments .attachment-icon {
  padding-left: 20px;
  font-size: 25px;
}
.fa-file-pdf-o {
  color: rgb(229, 74, 95);
}
.attachments .fa {
  color: #9a9a9a;
}
.attachments td.download {
  color: #adb1ad;
  font-weight: 200;
  letter-spacing: 1px;
}
.attachments td.download .fa {
  color: #8f908f;
  margin-right: 20px;
}
.posts {
  margin-top: 40px;
}
.posts .post {
  padding: 10px 0px;
  border-bottom: solid 1px #f4f4f4;
  word-wrap: break-word;
}
.posts .post .meta {
  font-size: 12px;
}
.posts .post .readmore {
  float: right;
  margin-top: 0px;
}
.posts .post .content {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 23px;
  /* font-family: "Roboto", "AvenirNext-Bold", sans-serif; */
}
.post .title a {
  text-decoration: none;
}
.post h2 {
  color: #777474;
  margin: 0px 10px 10px 10px;
  text-align: left;
}
.sidebar {
  margin-top: 40px;
}
.sidebar .widget-title {
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: solid 2px #3b5998;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #636262;
}
.sidebar .widget-content {
}
.sidebar .widget-content ul {
  margin-top: 20px;
  padding-left: 10px;
  list-style: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.sidebar .widget-content a {
  font-weight: bold;
  font-family: "Droid Sans", "Roboto", Arial, Helvetica, sans-serif;
  color: #5d5a5e;
  letter-spacing: 1px;
  border-bottom: solid 1px #ececec;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
  display: block;
}

.cat-post-item {
  margin-top: 100px;
  margin-left: 15px;
  border-bottom: solid 1px #f4f4f4 !important;
}

.cat-post-title {
  float: left;
  overflow-wrap: break-word;
  font-family: "Roboto", sans-serif;
  font-size: 22px !important;
  font-weight: bold;
  display: block;
  line-height: 35px;
  margin-top: 10px;
  color: #536897;
  width: 100%;
  display: block;
}
.cat-post-thumbnail {
  width: 100%;
}
.cat-post-item img {
  margin: initial;
  min-width: 100% !important;
  min-height: 190px !important;
}
.cat-post-date {
  font-size: 13px !important;
  line-height: 18px;
  font-style: normal !important;
  display: inline-block;
  font-family: "Droid Sans";
  color: #cecece;
  font-weight: bold;
  margin-top: 10px !important;
}
.fifth {
  width: 100%;
}
.fifth .category-post {
  padding: 0px;
}
.fifth .cat-post-thumbnail span img {
  height: 220px;
}
.fifth #category-posts-3 span img {
  width: 100px;
  height: 100px;
}
.fifth .category-posts-internal {
  padding: 0px;
  margin: 0px;
}
.fifth .cat-post-widget:nth-child(1) {
  margin-right: 20px;
}
#category-posts-3-internal li.cat-post-item {
  display: flex;
  flex-direction: row;
}

#category-posts-3-internal .cat-post-item img {
  margin: initial;
  min-width: 120px !important;
  min-height: 120px !important;
}
#category-posts-3-internal .cat-post-thumbnail {
  float: left;
  width: 30%;
}
#category-posts-3-internal .cat-post-title {
  font-size: 15px;
}

.notfound {
  margin-top: 100px;
  text-align: center;
  color: #adaaaa;
}
.notfound p {
  font-size: 430%;
  text-shadow: 2px 0px 2px #dedede;
  border-bottom: solid 5px #f3f3f3;
}
.notfound .notfound-nav {
  font-size: 18px;
  text-transform: uppercase;
}

/* Widgets styles  */
.widget {
  list-style: none;
}
.widget .widgettitle {
  font-family: AvenirNext-Bold;
  font-size: 33px;
  color: #536898;
  margin-top: 20px;
  font-family: "Lato";
  font-weight: bold;
  text-transform: uppercase;
}
.widget .widgettitle::after {
    content: "";
    display: block;
    width: 90%;
    height: 4px;
    background-color: rgba(88, 164, 179, 0.17);
    margin-top: 13px;

}

/* widgets styles are done */
.footer {
  background-color: #002b44;
  width: 100%;
  padding: 20px 40px 40px 20px;
  position: relative;
}
.footer .footer-content {
  margin-top: 20px;
  color: #fff;
}
.footer-content ul {
  padding: 0px;
  list-style: none;
}
.footer-content ul &gt; li {
  padding: 10px 0px;
  font-size: 16px;
}
.footer ul li i {
  margin-right: 10px;
  font-size: 15px;
}
.footer-content ul &gt; li::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  display: block;
  width: 60%;
  height: 1px;
  margin-top: 20px;
}
.footer-content ul &gt; li:last-child::after {
  display: none;
}
.footer-content .newsletter-content {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
}
.footer-content .newsletter-form {
  margin-top: 60px;
  display: inline-block;
  height: auto;
  background: rgba(255, 255, 255, 0.38);
  padding: 10px;
  width: 100%;
}
.footer-content .newsletter-input {
  width: 68%;
  float: left;
}
.footer-content .newsletter-input input {
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  outline: none;
}
.footer-content .newsletter-input input::placeholder {
  color: #fff;
}
.footer-content .newsletter-icon {
  background-color: #536897;
  float: right;
  width: 55px;
  height: 55px;
  font-size: 35px;
  padding-left: 2px;
  text-align: center;
  cursor: pointer;
}
.newsletter-icon:hover {
  background-color: #475d90;
}
.mc4wp-error {
  color: #fff;
  background-color: #cd5c5c;
  color: #fff;
  padding: 7px;
}
#pagination {
  display: flex;
  align-content: center;
  align-items: baseline;
  justify-content: center;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid rgb(248, 248, 248);
  line-height: 0;
  border-radius: 2px;
  font-weight: 600;
  color: rgb(106, 106, 106);
  font-weight: 400;
}
#pagination .current,
a#pagination:hover {
  color: rgb(88, 164, 179);
  font-weight: 800;
}
#pagination .page-numbers {
  margin-left: 10px;
}
.footer .copywrite {
    bottom: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0px auto;
    padding-top: 16px;
    clear: both;
}

.footer-menu {
    color: #fff;
    display:  block;
    width:  100%;
    display:  flex;
    justify-content:  space-between;
    flex-wrap: wrap;
    flex: 1 1 120px;
    max-width: 1630px;
    margin:  0 auto;
    margin-top: 30px;
}

ul.footer-menu-list {
    list-style:  none;
}

.footer-menu-list h5 {
    color: #fff;
    font-size: 18px;
    font-weight:  800;
    line-height: 70px;
}

.footer-menu-list li {
    padding-bottom:  12px;
}


ul.footer-menu-list li ul li {
	margin-left: -40px;
}

@media all and (max-width: 1024px) {
  .slide {
    background-position-x: -450px;
  }
  .card .cover-img {
    width: 280px;
  }
	
	.full-cover {
    width: 630px !important;
    height: 570px !important;
	}
	.post-container .post-cover {
    	height: 320px;
		background-size: cover;
  }
	.section3-content {
		padding-right: 50px !important;
	    padding-left: 30px !important;
	}
}
@media all and (max-width: 991px) {
  .card:nth-child(3) {
    margin-top: 50px;
  }
  .section3-content .info {
    font-size: 26px;
  }
}
@media all and (max-width: 768px) {
  .navigation {
    font-size: 14px;
  }
  .slider .slider-title {
    width: 100%;
  }
  .slide {
    background-position-x: -700px;
  }
  .card {
    margin-top: 20px !important;
  }
  .title-0 {
    font-size: 50px;
  }
  .title-2 {
    font-size: 23px;
  }
  .card .cover-img {
    max-height: 140px;
  }
  .post-container .post-cover {
    height: 260px;
	  background-size: contain;
  }
  .social-share {
    margin-top: 10px;
    padding-left: 24px;
    color: #d0d0d0;
  }

  /* These changes are for top navigation  */
  .navigation {
    display: none;
  }
  .search-container {
    display: none;
  }
  .top-nav {
    /* position: relative; */
    /* margin-bottom: 20px; */
  }
  .burger-container {
    display: inline-block;
  }
  .head {
    min-height: 100px;
  }
	section.third{
/* 		    height: 100%;
    	background-color: rgb(244, 244, 244);
    	position: relative;
    	margin: 80px -15px 0px -15px;
    	display: flex;
    	flex-direction: column;
    	justify-content: space-around;
    	align-content: center;
    	align-items: center;
    	padding: 50px; */
	}
	.full-cover {
		    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 640px !important;
    height: 700px !important;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    left: 44px;
	}
	.section3-content {
		padding: 0px !important;
		flex-flow: column;
	}
	.footer-menu {
		/* flex-flow: column; */
	}
	
}
@media all and (max-width: 480px) {
	
		.head .top-nav .logo img {
    margin-right: 20px;
    height: 160px;
    margin-top: 0;
}
  .logo-meta {display: inline-block !important;margin-top: 10px !important;margin-left: 200px !important;margin-top: 135px !important;text-align: center;width: 100%;margin-left: 0 !important;}
	.post-container .post-cover {
    height: 140px;
    background-size: contain;
	}
	.head .top-nav {
		flex-flow: column;
	}
  .head .top-nav .logo {
    text-align: center;
    text-align: center;
    display: inline-table;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .logo-meta h1 {
    font-size: 23px;
  }
  .logo-meta h4 {
    font-size: 12px;
  }
  .head .top-nav .search-container {
    float: none;
  }
  .slider-title a h2 {
    font-size: 25px;
  }
  .cards {
    margin-left: 10px;
    margin-right: 10px;
  }
  .section3-content {
	flex-flow: column;
  }
  .title-0 {
    font-size: 50px;
  }
  .section3-content .info {
    margin-top: 10px;
    font-size: 16px;
    line-height: 27px;
  }
	#category-posts-2-internal .cat-post-item img {
		height: 180px;
	}
  .card:not(:last-child) {
    border-bottom: solid 1px #f4f4f4;
    padding-bottom: 10px;
  }
	.section3-content {
		padding: 10px !important;
		flex-flow: column;

	}
	.card .cover-img {
		    width: 100%;
			max-height: 170px;
	}
	.full-cover {
		display: none;
	}
	.title-1 {
		font-size: 35px !important;
	}
	.section3-content .readmore {
		text-align: center;
	}
}

@media all and (max-width: 375px) {
  .logo-meta h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .logo-meta h4 {
    font-size: 12px;
    line-height: 18px;
  }
	

	
  .slide {
    background-position-x: -900px;
  }
  .slider .slider-title {
    padding: 20px;
  }
  .slider .slider-title h2 {
    font-size: 29px;
  }
  .cards {
    margin-top: 0px;
  }
  .cards .col-sm-6 {
    padding: 0px;
  }

  .card {
    margin-top: 50px;
  }
  .element .feature-image {
    width: 240px;
    height: 240px;
  }
  .element .title {
    font-size: 20px;
  }
  .meta .socials {
    margin-top: 20px;
    margin-left: 10px;
  }
  .post-content .post-title {
    margin-top: 20px;
  }
  .posts .post .content {
    font-size: 22px;
  }
  .post-content .metas {
    padding: 0px;
  }
  .post-content .social-share {
    padding-left: 0px;
  }
	.card .cover-img {
		max-height: 160px;
	}
	section.third {
		padding: 10px;
	}
	section.third .title-0 {
		font-size: 30px;
	}
	.post-container .post-cover {
    	height: 102px;
    	background-size: contain;
  }
		.section3-content {
		padding: 10px !important;
		flex-flow: column;

	}
}</pre></body></html>