		@font-face {
		  font-family: 'Hind Vadodara';
		  font-style: normal;
		  font-weight: 500;
		  src: local('Hind Vadodara Medium'), local('HindVadodara-Medium'), url(//fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSGH2uXo-pQ.ttf) format('truetype');
		}
		@font-face {
		  font-family: 'Oswald';
		  font-style: normal;
		  font-weight: 400;
		  src: url(//fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYA.ttf) format('truetype');
		}
		body {
			color: #474747;
			font-size: 14px;
			line-height: 24px;
			font-family: "Hind Vadodara", Arial, Helvetica, sans-serif;
			font-weight: 500;
			letter-spacing: 1px;
			font-style: normal;
		}
		h1 {
			font-family: "Oswald","MS Sans Serif",Geneva,sans-serif;
			font-weight: 400;
			line-height: 60px;
			letter-spacing: 0px;
			font-style: normal;
			margin-top: 0px;
			margin-bottom: 20px;
			font-size: 54px;
			color: #ad4678;
			box-sizing: border-box;
		}

		#disqus_thread a {
		  color: #399;
		}


		.sc-wrapper {
			max-width: 1100px;
			margin: 20px auto;
		}
		.sc-wrapper hr {
		    border: 0;
		    height: 1px;
		    border-top: 1px solid #e7e5d7;
		    margin: 1em 0 0 0;
		}
		.scheader-wrapper {
		  width: 100%;
		  display: flex;
		}
		.scheader-hr {
		  flex: 1;
		}

		.scheader-text{
		  flex-basis: 200px;
		  text-align: center;
		}
		.sc {
		    display:flex;
		    justify-content: space-around;
		    margin-bottom: 20px;
		}
		.sc-item {
		    flex: 0 1 28%;
		    max-width: 450px;
		}
		.sc-item .sc-image {
		    padding-top: 7px;
		    width: 100%;
		    max-height: 154px;
		    overflow: hidden;
		}
		.sc-item .sc-image img {
		    width: 100%;
		}
		.sc-item h3 {
		    font-weight: 400;
		    margin-top: 5px;
		    margin-bottom: 3px;
		    line-height: 1.45;
		    letter-spacing: 0px;
		    font-style: normal;
		    font-size: 20px;
		    font-family: "Oswald", Arial, Helvetica, sans-serif;
		}
		.sc-item h3 a {
		    color: #399;
		    text-decoration: none;
		    transition-property: color,background-color,border-color;
		    transition-duration: .2s;
		    transition-timing-function: linear;
		}
		.sc-item h3 a:hover {
		    color: #A8A541;
		}
		.sc-item .sc-title {
		    margin-bottom: 0.2em;
		    font-family: Arial, sans-serif;
		    font-weight: 400;
		    font-size: 14px;
		    letter-spacing: 0px;
		    color: #a8a541;
		    text-transform: uppercase;
		}
		.sc-item .sc-text {
		    font-size: 13px;
		    line-height: 16px;
		}
		.sc-item .sc-text a {
		    white-space: nowrap;
		    color: #399;
		    text-decoration: none;
		    transition-property: color,background-color,border-color;
		    transition-duration: .2s;
		    transition-timing-function: linear;
		}
		.sc-item .sc-text a:hover {
		    color: #A8A541;
		}
		


		@media only screen and (max-width: 888px) {

			.sc-item {
				flex-basis: 33%;
			}

    	}


		@media only screen and (max-width: 660px) {
			.sc {
				flex-wrap: wrap;
			}

			.sc-item {
				flex: 0 1 70%;
			}

			.sc-item:nth-child(2) {
				display: none;
            }

    	}

		@media only screen and (max-width: 420px) {
		  h1 {
		      font-size:3em;
		      margin-bottom: 0px;
		  }
		}
		@media only screen and (max-width: 375px) {
		  h1 {
		      font-size:2.5em;
		  }
		}