@charset "UTF-8";

/*
Theme Name: Kewanee Voice
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
.masterhead-banner-content p {
	display: inline-block !important;
	-webkit-line-clamp: inherit !important;
	-webkit-box-orient: inherit !important;
	overflow: inherit !important;
  }
.masterhead-banner-content p a.more-link, .more-link {
    font-size: 24px;
    text-decoration: none;
    margin-top: 14px;
}

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

html {
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-weight: 400;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1F2B3D;
	font-family: 'Open Sans', sans-serif;
	outline: 1px solid;
    outline-offset: -8px;
    padding: 8px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

img {
	max-width: 100%;
}

p {
	font-size: 15px;
	margin: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	font-weight: 400;
}

h1,
.h1 {
}

h2, .h2 {
    color: rgba(17,44,65,0.80);
    font-weight: 700;
    font-size: 20px;
    max-width: max-content;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	padding: 0;
}

.coontent-body-flex h2, .coontent-body-flex h3{
	margin-bottom:15px;
}

@media (min-width: 768px) {

	h2,
	.h2 {
		font-size: 26px;
	}

	p {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {

	h2,
	.h2 {
		font-size: 45px;
	}

	p {
		font-size: 18px;
	}
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Open Sans', sans-serif;
}

img {
	max-width: 100%;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 768px) {
	.container-fluid {
		max-width: 90%;
	}
}

@media (min-width: 1440px) {

	.container,
	.container-fluid,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
}


.flex-prop {
	display: flex;
}

/*button style*/

.btn {
    cursor: pointer;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background: #608f89;
    display: inline-block;
    color: #fff;
    border: none;
    line-height: 43px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    transition: all .4s ease-in-out;
}

.btn:hover {
	color: #fff;
    background: #242c32;
}

.btn-primary {
	background: #fff;
	color: #0EACB4;
}

.btn-primary:focus {
	box-shadow: none;
}

.btn-primary:hover {
	background: transparent;
	color: #0EACB4;
	opacity: 0.4;
	text-decoration: none;
	border-color: transparent;
}

.btn-secondary {
	color: #ffffff;
	padding: 0 15px;
	font-size: 11px;
	background-color: #1EC3CB;
	opacity: 1;
	text-transform: capitalize;
	transition: all 0.5s ease-in-out;
}

.btn-tertiary {
	transition: all 0.5s ease-in-out;
	border: 1px solid #0EACB4;
	color: #0EACB4;
}

.btn-tertiary:hover {
	background-color: #0EACB4;
	color: #fff;
}

.btn-secondary:hover {
	opacity: 1;
	background-color: #0EACB4;
	text-decoration: none;
	border-color: transparent;
}

.btn:focus,
.btn-primary:active:focus,
.btn-secondary:focus {
	box-shadow: none;
}

.btn-secondary:active {
	background-color: unset !important;
}

/* select */

.custom-select {
	position: relative;
	padding: 0;
}

.custom-select select {
	display: none;
	/*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	height: 9px;
	width: 16px;
	background: url(../img/select-dropdown-icon.png) 0 0 no-repeat;
	background-size: cover;
	transform: translate(0%, -50%);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.select-selected {
	font-weight: 400;
	font-size: 14px;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;
	user-select: none;
	color: #263238;
	background-color: #fff;
	border: 1px solid #BFC9D1;
	padding: 9px 15px;

}

.select-items div {
	color: #ffffff;
	padding: 8px 12px;
	border: 1px solid transparent;
	font-size: 12px;
	cursor: pointer;
	user-select: none;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: rgb(108 108 108);
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	width: 100%;
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgb(165 203 239);
}

/* select end */



/*page header*/

.top-add {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 16px 0;
    background-color: #eee;
}

.main-menu {
    display: block;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 3px 0;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-bottom: 1px solid #000;
	background-color: #056839;
}

.small {
	transition: all 0.3s ease;
}

.container-menu {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.navigation {
	width: calc(100% - 175px);
	display: flex;
	justify-content: center;
}

.main-menu:before,
.main-menu:after {
	display: table;
	line-height: 0;
	content: "";
}

.core-menu {
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.core-menu li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}

.core-menu li a {
    display: inline-block;
    padding: 26px 0 28px 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.dropdown li a {
	transition: all 0.3s ease-in-out;
}

.dropdown li a:hover,
.core-menu li a:hover {
	color: #fff !important;
}

.core-menu li a:hover span.toggle:before {
	color: #235AF9 !important;
}

.core-menu li.active a span.toggle:before {
	color: #235AF9 !important;
}

.core-menu li.active a {
	color: #235AF9;
}

.dropdown {
	position: absolute;
	width: max-content;
	text-align: left;
	display: none;
	background-color: #333;
	padding: 0;
	top: 65px;
	border-radius: 0;
	z-index: 999;
}

.dropdown li {
	display: block;
}

.dropdown li a {
    display: block;
    color: #ffffff !important;
    padding: 0 0 10px 0 !important;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400 !important;
}

.dropdown2 {
	position: absolute;
	width: 230px;
	background: #2d2d2d;
	text-align: left;
	display: none;
	right: -100%;
	top: 0;
}

.dropdown2 li {
	display: block;
}

.dropdown2 li a {
	display: block;
}

li span.toggle2 {
	position: absolute;
	right: 0;
	margin-right: 20px;
}

.toggle2:before {
	content: "\f105";
	font: normal normal normal 16px/1 FontAwesome;
}

.hamburger-menu {
	display: none;
}

.header-btn {
	font-size: 14px;
	background-color: #fff;
	padding: 0 19px;
	color: #000;
	font-weight: 500;
	position: relative;
	width: 105px;
	display: inline-block;
	height: 100%;
	line-height: 37px;
	border-radius: 8px;
	transition: all ease 0.3s;
	top: 4px;
}

.header-btn span {
	display: none;
}

.menu-icon {
	display: none;
}

.menu-about-content {
	display: none !important;
}

.header-btn:hover {
	background-color: #708AE5;
	color: #fff;
}

.mobile-none {
	display: none;
}

#search-form #search-icon {
    position: absolute;
    right: 15px;
    z-index: 11;
    font-size: 18px;
    top: 5px;
    color: #303f49;
}

#search-button {
	display: none;
}

.navbar-form {
	margin-bottom: 15px;
}

#search-form input {
	border-radius: 0;
}

.social-listing {
    display: flex !important;
	justify-content:center;
    padding: 20px 37px !important;
    margin: 20px 0;
    border-top: 1px solid #fff;
}

.social-listing.mobile-none {
	display: none !important;
}

.social-listing a {
    margin-right: 25px;
    font-size: 18px !important;
	color: #000;
}

.social-listing a:hover {
	color: #767676;
}
/* Small phones */
@media (max-width:575px) {
	.social-listing {
		padding: 0 !important;
	}
	.coontent-body.page-post-detail p {
  font-size: 20px !important;
  }
  .coontent-body p {
    font-size: 20px !important;
	  }
.masterhead-banner-content p {
   font-size: 20px !important;
	  }
}

/* Regular phones */
@media (min-width: 576px) and (max-width: 767px) {
.coontent-body.page-post-detail p {
  font-size: 20px !important;
  }
  .coontent-body p {
    font-size: 20px !important;
	  }
.masterhead-banner-content p {
   font-size: 20px !important;
  }
}

@media (max-width:1023px) {
	.header-btn:hover {
		background-color: transparent;
	}

	.dropdown {
		top: 0;
	}

	.dropdown li a {
		display: block;
		color: #ebf0ff;
	}

	.dropdown {
		width: 100%;
		background-color: transparent;
		padding: 0 24px;
	}

	.core-menu li a:hover {
		color: #4D4D60;
		background-color: transparent;
	}

	.header-btn span {
		display: block;
	}

	.header-btn {
		font-size: 0;
		position: relative;
		top: 21px;
		width: unset;
		background-color: transparent;
		padding: 0;
		right: 7px;
	}

	.main-menu {
		padding: 0 0;
	}

	.menu-icon {
		display: inline-block;
		margin-right: 25px;
	}

	.menu-icon span {
		display: none;
	}

	.hamburger-menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 26px;
		height: 26px;
		z-index: 9999;
	}

	.menu-about-content {
		position: absolute;
		bottom: 50px;
		width: calc(100% - 42px) !important;
		left: 21px;
		background-color: #ECEDFF;
		padding: 13px 9px !important;
		color: #212121;
		text-align: left;
		font-size: 13px;
		display: inline-block !important;
	}

	.menu-about-content p span {
		color: #000;
		font-weight: bold;
	}

	.menu-open .burger-1,
	.menu-open .burger-2,
	.menu-open .burger-3 {
		background-color: #fff;
	}

	.navigation {
		float: left;
		display: block;
		width: 33%;
		/*width: 100%;*/
	}

	.core-menu {
	    width: 90%;
	    background: #303F49;
	    display: none;
	    position: fixed;
	    right: 0;
	    top: 0;
	    padding-top: 90px;
	    height: 100vh;
	    overflow-y: auto;
	    z-index: 999;
	}

	.core-menu li {
		width: 100%;
		display: block;
		padding: 0 25px;
	}

	.core-menu li a {
		display: flex;
		height: unset;
		align-items: center;
		border-radius: 6px;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		position: relative;
		padding: 0 0;
	}

	.core-menu li.active a {
		color: #4D4D60;
		background-color: #EBF1FF;
	}

	.core-menu li.active .menu-icon img {
		display: none;
	}

	.core-menu li.active .menu-icon span img {
		display: block;
	}

	.core-menu li.active .menu-icon span {
		display: block;
	}

	.core-menu li a span.toggle {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		right: 20px;
	}

	.hamburger-menu {
/*		display: block;*/
	}
	#mega-menu-wrap-primary .mega-menu-toggle{
		background: transparent !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background: #000;
	}

	.header-logo {
	    width: 33%;
		padding:10px;
	    margin-top: 0px;
	}
	.sign-up {
	    width: 33%;
		padding:10px;
	}


	.header-logo span {
		display: none;
		color: #000;
		text-align: center;
		font-size: 16px;
	}

	.burger-1,
	.burger-2,
	.burger-3 {
		display: block;
		position: absolute;
		width: 22px;
		height: 2px;
		border-radius: 30px;
		right: 0;
		background: #000;
		-webkit-transition: .2s ease;
		-ms-transition: .2s ease;
		-moz-transition: .2s ease;
		-o-transition: .2s ease;
		transition: .2s ease;
	}

	.burger-1 {
		top: 15px;
	}

	.burger-2 {
		top: 23px;
	}

	.burger-3 {
		top: 31px;
	}

	.burger-1.open,
	.burger-2.open,
	.burger-3.open {
		-webkit-transition: .2s ease;
		-ms-transition: .2s ease;
		-moz-transition: .2s ease;
		-o-transition: .2s ease;
		transition: .2s ease;
		transform-origin: 50% 50%;
	}

	.burger-1.open {
		top: 25px;
		width: 23px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}

	.burger-2.open {
		opacity: 0;
	}

	.burger-3.open {
		top: 25px;
		width: 23px;
		transform: rotate(-45deg);
	}

	.dropdown {
	    width: 100%;
	    position: relative;
	    background-color: transparent;
	    box-shadow: none;
	    border: none;
	    border-radius: 5px;
	    display: block !important;
	    padding: 11px 20px 4px 25px;
	}

	.dropdown2 {
		right: 0;
		top: 0;
		width: 100%;
		position: relative;
		padding: 0 20px;
	}

	.header-button {
		padding: 25px 30px 0 30px;
	}

	.dropdown .active {
		background-color: transparent !important;
	}

	.dropdown li {
		padding: 0 0;
	}

	.dropdown li.active a {
		background-color: transparent !important;
	}

	.header-button .btn {
		width: 100%;
		margin-bottom: 15px;
		justify-content: center;
	}

	.header-button .btn-secondary {
		color: #fff;
	}
}


@media(min-width: 1024px) {
	.header-logo {
	    width: 400px;
	    position: absolute;
	    top: 0;
	    left: 50%;
	    transform: translate(-50%, 0);
	}
	.sign-up {
	width:250px;
	position:absolute;
	top:0;
	left:5%;
	transform: translate(-5%, 0);
    }
	.header-button .btn-secondary {
		width: 140px;
		color: #fff !important;
		height: 43px;
		margin-left: 40px;
		padding: 0 !important;
	}

	.header-button .btn-secondary:hover {
		color: #fff !important;
	}

	.header-button .btn-primary:hover {
		color: #7e80b6 !important;
		opacity: 1;
	}

	.mobile-none.navbar-form {
	    display: block;
	    margin: 0;
	    position: relative;
	    top: 0;
	    width: max-content;
	    text-align: right;
	}

	.container-menu {
		flex-wrap: wrap;
	}

	.core-menu li.social-listing,
	.core-menu li:first-child {
/*		display: none !important;*/
	}

	.core-menu li .dropdown li:first-child {
		display: block !important;
	}

	.core-menu li .dropdown li a {
	    padding: 10px 0 10px 0 !important;
	}


	.core-menu li .dropdown li a:hover {
		color: #fff !important;
		opacity: 1;
	}

	.core-menu li .dropdown li:hover {
		background-color: #000;
	}

	.core-menu li .dropdown li {
		position: relative;
	    padding: 0 20px 0 20px !important;
	    margin: 0;
	}

	.dropdown:before {
	    border-style: solid;
	    border-width: 0 8px 8px;
	    border-color: transparent transparent #333 transparent;
	    content: "";
	    display: inline-block;
	    height: 0;
	    left: 10px;
	    position: absolute;
	    top: -8px;
	    width: 0;
	}

	.header-logo span {
	    color: #444444;
	    text-align: center;
	    font-size: 16px;
	    display: block;
	    margin-top: 5px;
	}

	.core-menu li .dropdown li .dropdown {
	    right: -150px;
	    left: unset;
	    top: 0;
	}

	.core-menu li .dropdown li .dropdown:before {
		display: none !important;
	}

	.navigation {
		position: relative;
		width: 100% !important;
		margin-top: 20px;
	}

	.navigation:after {
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 0;
	    transform: translate(-50%, 0);
	    width: calc(100vw - 32px);
	    height: 1px;
	    background-color: #000;
	}

	.main-menu {
	    padding: 15px 0 0 0;
	    border-bottom: none;
	}

	.navigation:before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 0);
		width: calc(100vw - 32px);
		height: 1px;
		background-color: #000;
	}

	.core-menu {
		justify-content: center;
	}

	.header-button {
		position: absolute;
		top: 16px;
		right: 0;
	}

	.header-button .btn-primary {
		padding: 0 !important;
	}

	.social-listing.mobile-none {
	    display: flex !important;
	    border: none;
	    padding: 0 !important;
	    margin: 0 !important;
	    height: 74px;
	    align-items: center;
	}

	li span.toggle:after {
		content: "\f107";
		font-family: "Font Awesome 6 Free";
    	font-weight: 900;
	}

	li span.toggle {
	    padding-left: 4px;
	    font-size: 13px;
	}

	.dropdown li span.toggle {
	    display: inline-block;
	    transform: rotate(-90deg);
	}

	.social-listing a {
	    margin-right: 15px;
	    color: #000;
	}

	.social-listing a:hover {
	    color: #767676;
	}

	.dropdown {
	    top: 100%;
	    border-radius: 0;
	    min-width: 230px;
	    z-index: 999;
	    box-shadow: noen;
	    border-top: none;
	}
	.core-menu li a {
	    padding: 10px 0;
	    font-size: 14px;
	}

	.dropdown li a:hover, .core-menu li a:hover {
	    color: #000 !important;
	    opacity: 0.5;
	}

	#search-button {
	    display: inline-block;
	    position: relative;
	    z-index: 11;
	    font-size: 18px;
	    padding: 0;
	    top: 5px;
	    right: 15px;
	    background: transparent;
	    border: none;
	}

	#search-form {
		position: absolute;
		right: 0;
		top: 0;
		display: none;
	}

	#search-form #search-icon {
		display: none;
	}

	#search-form input {
	    width: 210px;
	}
}

@media (min-width:1200px) {
	.core-menu li {
		margin-right: 26px;
	}

	.header-button {
		top: 12px;
	}

	#search-form input {
	    width: 300px;
	}
}

/* header end */


.masterhead-banner-image {
    width: calc(100% + 30px);
    margin: 0 -15px 15px;
/*    aspect-ratio: 2 / 1.5;*/
    display: block;
}

.masterhead-banner-image img {
	width: 100%;
/*	height: 100%;*/
	object-fit: contain;
}

.masterhead-banner-content a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	display: block;
}

.master-blog-post-info-avatar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.master-blog-post-info-avatar-image {
	width: 45px;
	height: 45px;
	margin-right: 8px;
	border-radius: 50px;
	overflow: hidden;
}

.master-blog-post-info-avatar-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.border-add-box {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}

.border-add-box img {
	margin: 0 auto;
	display: table;
}  

.border-add-box p {
	padding: 0 !important;
}

.align-left-img {
	float: left;
	max-width: 300px;
	margin: 0 25px 20px 0;
}

.post-detail-info .border-heading {
    margin-bottom: 5px;
}

.post-detail-info .master-blog-post-info-avatar-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-detail-info .master-blog-post-info-avatar-content {
	width: calc(100% - 100px);
	margin-left: 20px;
}

.post-detail-info .master-blog-post-info-avatar {
    align-items: flex-start;
}

.coontent-body.page-post-detail .post-detail-info p a {
	color: #608f89;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}


.align-right-img {
	float: right;
	max-width: 300px;
	margin: 0 0 20px 25px;
}

.page-post-detail-heading .master-blog-post-info-avatar-content h4,
.page-post-detail-heading .master-blog-post-info h5 {
    font-size: 18px;
}

.page-post-detail .coontent-body-flex {
    margin-top: 20px;
}

.page-post-detail .masterhead-banner-left {
	width: 100% !important;
}

.page-post-detail .master-blog-post-info p {
	padding-top: 0;
}

.master-blog-post-info h5 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-left: 20px;
}

.master-blog-post-info-avatar-content h4 {
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

.master-blog-post-info-avatar-content h4 span {
	font-weight: 600;
}
.master-blog-post-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.master-blog-post-info h5 {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin-left: 20px;
}

.masterhead-banner-right .btn {
	margin-bottom: 20px;
}

.masterhead-banner-right {
	padding: 30px 15px 20px;
	background-color: #f9f9f9;
	width: calc(100% + 30px);
	margin: 25px -15px 20px;
}

.border-heading {
	position: relative;
	margin-bottom: 25px;
}

.border-heading span {
	background-color: #fff;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.masterhead-banner-right .border-heading span {
	background-color: #f9f9f9;
}

.border-heading:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.livetelecast-block-slider .slick-slide {
	width: 250px;
	margin: 0 20px 0 0;
}

.livetelecast-block-slider {
	padding-bottom: 25px;
}

.livetelecast-slider-item h4 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.livetelecast-slider-item{
	margin-bottom: 20px;
	display: block;
}

.livetelecast-slider-item:last-child{
	margin-bottom: 0;
}
.livetelecast-slider-item p {
	font-size: 13px;
	color: #000;
	font-weight: 400;
	padding-top: 8px;
}


@media (min-width: 768px) {
	.masterhead-banner-image {
	    width: calc(100% + 90px);
	    margin: 0 -45px 20px;
	}

	.masterhead-banner-content a {
	    font-size: 28px;
	    padding-bottom: 20px;
	}

	.livetelecast-slider-item h4 {
	    font-size: 18px;
	}

	.livetelecast-slider-item p {
	    font-size: 14px;
	}

	.border-heading span {
	    font-size: 20px;
	}

	.masterhead-banner-right {
		width: calc(100% + 90px);
	    margin: 25px -45px 20px;
	    padding: 45px;
	}
}



@media (min-width: 1200px) {
	.master-banner-flex {
		display: flex;
	}

	.masterhead-banner-right {
		width: 300px;
	    margin: 0;
	    padding: 0;
	    padding-left: 30px;
	    background-color: transparent;
	}

	.masterhead-banner-left {
		width: calc(100% - 300px);

	}

	.masterhead-banner-right .border-heading span {
		background-color: #fff;
	}

	.masterhead-banner-image {
	    width: 100%;
	    margin: 0 0 25px;
	}

	.livetelecast-slider-item + .livetelecast-slider-item {
		margin-top: 25px;
	}

	.livetelecast-slider-item + .livetelecast-slider-item {
	    margin-top: 25px;
	    display: inline-block;
	}

	.livetelecast-slider-item {
	    margin-bottom: 0;
	}

	.livetelecast-slider-item:hover h4 {
		opacity: 0.7;
	}

	.master-banner {
		margin-top: 40px;
	}

	.masterhead-banner:hover a {
		color: #ef3832;
	}
}

.news-block {
	padding: 50px 0;
	width:100%;
	display: inline-block;
}

.news-block-listing{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news-block-image{
	width: 100%;
	height: 283px;
	margin-bottom: 15px;
	display: block;
}
.news-block-item{
	width: 100%;
	margin-bottom: 20px;
}
.news-block-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 33%;
}


.news-image-content h4 {
	font-size: 18px;
    color: #000;
  	overflow: hidden;
  	text-overflow: ellipsis;
    font-weight: 700;
}

.category-news .news-image-content h4 {
    white-space: inherit;
  	overflow: unset;
  	padding-bottom: 10px;
  	text-overflow: unset;
}
.news-image-content p{
	margin: 8px 0;
	color: #111111;
}
.news-image-content h6{
	color: #444444;
	font-size: 14px;
	display: inline-block;
}
.news-image-content span{
	display: inline-block;
	margin-left: 12px;
}

.category-news {
	padding: 0;
	width:100%;
	display: inline-block;
}

@media (min-width: 768px) {
	.news-block-listing{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.news-block-item{
		width: calc(50% - 30px);
		margin: 0 15px 25px;
	}

	.news-image-content h4 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.news-block-item{
		width: calc(33.33% - 30px);
	}

	.news-image-content p{
		font-size: 16px;
	}

	.news-image-content h4 {
		font-size: 22px;
	}

	.news-block-item{
		margin: 0 15px 35px;
	}
}





.logo-carousel {
	padding: 0px 0 50px;
}

.logo-carousel-slider-item {
	height: 80px !important;
}

.logo-carousel-slider-item img {
    max-width: 100%;
    max-height: 100%;
}

.logo-carousel-slider-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
}



.item-culture-block {
	padding: 30px 0;
}
.item-culture-item {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.item-culture-item-image {
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.item-culture-item-content {
    width: 100%;
    background-color: #fff;
    padding: 15px 20px 15px 115px;
}

.item-culture-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 33%;
}

.item-culture-item-content h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.item-culture-item-content p {
    font-size: 13px !important;
    color: #000;
    font-weight: 400;
    padding: 8px 0 0 !important;
}

.item-culture-item-content p span {
	margin-left: 20px;
}


.logo-carousel-slider .slick-slide {
	margin: 0 10px;
}

.news-block-add-image {
	aspect-ratio:  2 / 1;
}

.news-block-add-image img {
	width: 300px;
    height: 250px;
    object-fit: fill;
    margin: 0px auto;
    display: block;
}

@media (min-width: 768px) {
.item-culture-item-content h4 {
    font-size: 17px;
}

.item-culture-item-content p {
    font-size: 14px !important;
}

.item-culture-item-content {
    padding: 15px 20px 15px 190px;
}

.item-culture-item-image {
	width: 170px;
}
}

@media (min-width: 1200px) {
	.item-culture-listing {
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}

	.item-culture-item {
		width: calc(20% - 30px);
		margin: 0 15px;
	}

	.item-culture-item-image {
		width: 100%;
		position: relative;
		height: 160px;
		margin: 0 0 20px 0;
	}

	.item-culture-item-content {
		padding: 0;
	}

	.item-culture-item-content h4 {
	    font-size: 22px;
	    transition: all ease 0.3s;
	}
	.item-culture-block {
		padding: 50px 0;
	}

	.item-culture-item:hover .item-culture-item-content h4 {
		opacity: 0.7;
	}

	.logo-carousel-slider-item {
		height: 100% !important;
	}

	.logo-carousel-slider .slick-track {
		display: flex !important;
	}

	.logo-carousel-slider .slick-slide {
		height: auto;
	}

	.logo-carousel-slider .slick-slide div {
		height: 100%;
	}

	.logo-carousel {
		padding: 50px 0;
	}
}




.page-footer {
	position: relative;
	color: #fff;
	padding: 40px 0 25px;
	background-color: #303F49;
}


.page-footer h3 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 12px;
    font-weight: 600;
}

.page-footer p {
	padding-bottom: 20px;
}

.footer-col {
	margin: 0 0 20px;
}

.footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}

.footer-col-social ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer-col-social ul li {
	margin-right: 15px;
}

.footer-col-social ul li a {
	font-size: 20px;
	color: #fff;
}

.footer-col-social ul li a:hover {
	opacity: 0.7;
}

.footer-flex {
	border-top: 1px solid #1c2b35;
	padding-top: 25px;
	margin-top: 25px;
}

.footer-flex p {
    color: #fff;
    display: block;
    padding: 0;
    font-size: 14px;
}

.footer-flex p + p {
	margin-bottom: 10px;
}


@media (min-width: 768px) {
.page-footer-flex {
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.footer-col {
	width: 100%;
	padding-right: 20px;
	margin: 0;
}

.footer-col-address {
    width: 42%;
}

.footer-col-social {
    width: 14%;
}

.footer-col-btn {
    top: 10px;
    right: 0;
    position: absolute;
    padding: 0;
    width: 40%;
    text-align: right;
}


.footer-flex {
	display: flex;
	justify-content: space-between;
}

.footer-flex p + p {
    margin-bottom: 0;
}
}

@media (min-width: 1200px) {
.footer-col {
	width: 33.333%;
	padding-right: 20px;
	margin: 0;
}

.footer-col-address {
    width: 22%;
}

.footer-col-social {
    width: 12%;
    text-align: right;
}

.footer-col-btn {
    top: unset;
    right: 0;
    padding: 0;
    position: relative;
    width: 30%;
    text-align: left;
}

.footer-col-social ul {
    justify-content: flex-end;
}
}





.coontent-body {
    margin: 35px 0;
}

.coontent-body h2, .coontent-body h1 {
    color: #111;
    font-size: 30px;
    padding: 0;
}

.coontent-body h2.small, .coontent-body h1.small {
    color: #111;
    font-size: 26px;
    padding-bottom: 25px;
}

.coontent-body h2.extra-large, .coontent-body h1.extra-large {
    font-size: 32px;
    margin-bottom: 18px;
    margin-top: 45px;
    display: inline-block;
    width: 100%;
}

.coontent-body p {
    color: #111;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    padding: 0 0 32px 0;
}

.coontent-body p  + p {
    padding: 0 0 32px 0;
}

.coontent-body p a {
    color: #961004;
    text-decoration: underline;
}

.coontent-body p a:hover {
    color: #000;
}

.author-list-item-image {
    width: 334px;
    height: 334px;
    margin-bottom: 20px;
}

.author-list-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.author-list {
	margin: 50px 0;
}

.author-list-item {
	margin-bottom: 50px;
}

.author-list-item-content h4 {
    color: #111;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}

.author-list-item-content h4 span {
    color: #444444;
    font-size: 15px;
    font-weight: 700;
    display: block;
    padding: 8px 0 0;
}

.author-list-item-content p {
	padding-top: 0;
}

.director-list h4 {
	color: #111;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 0;
    font-family:'Open Sans', sans-serif;
}

.director-list a {
	color: #961004;
    font-size: 19px;
    text-decoration: underline;
    margin: 6px 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.director-list a:hover {
	color: #000;
}

.director-list {
	margin-bottom: 35px;
}

.director-list.board-director a {
    margin: 32px 0;
}

.director-list.board-director h4 {
	padding-bottom: 0;
}

.coontent-body-flex .masterhead-banner-left {
	width: 100%;
	margin-top: 30px;
}

.coontent-body-flex .masterhead-banner-content a {
    color: #111;
    font-weight: 700;
    line-height: 30px;
    font-size: 26px;
}

.coontent-body-flex .item-culture-item {
	margin-top: 34px;
}

.coontent-body-left .masterhead-banner-content p:last-child {
	padding-bottom: 0;
}

.coontent-body-left .item-culture-item-content p {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
}

.coontent-body-left .pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.coontent-body-left .navigation {
	margin-top: 30px;
	width: 100%;
    justify-content: center;
}

.coontent-body-left .pagination .nav-links > * {
    background-color: #eee;
    margin-right: 0.5rem;
    font-weight: 700;
    color: #444444;
    padding: 0.5rem 0.75rem 0.25rem;
}

.coontent-body-left .pagination .nav-links > *:last-child {
	padding-right: 0;
	margin-right: 0;
	background-color: transparent;
}


.coontent-body-left .pagination .nav-links > *.current,
.coontent-body-left .pagination .nav-links .page-numbers:hover {
    background-color: #444444;
    color: #fff;
}

.coontent-body-left .pagination .nav-links > *:last-child:hover {
	background-color: transparent;
}

.coontent-body-left .navigation:before,
.coontent-body-left .navigation:after {
	display: none;
}

.square-add-box {
    display: inline-block;
    width: 100%;
}

.square-add-box img {
	display: block;
    text-align: center;
    margin: 30px auto;
}
.coontent-body-right .livetelecast-slider-item h4 {
    font-weight: 700;
}


.coontent-body-right .masterhead-banner-right {
	background-color: transparent !important;
	width: 100% !important;
}

.subscribe-area {
	margin-bottom: 30px;
	position: relative;
	padding: 0 0 30px;
}

.subscribe-area:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #000;
}

.subscribe-area:before {
	content: "";
	position: absolute;
	width: 90px;
	height: 1px;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #000;
}

.subscribe-area h5 {
	font-size: 14.5px;
	font-weight: 700;
	color: #111;
	padding-bottom: 25px;
}

.subscribe-area h5 span {
	font-weight: 400;
	display: block;
	padding-top: 8px;
}

.subscribe-input input[type=email] {
	min-height: 32px;
    height: auto;
    width: 100%;
    max-width: 480px;
    vertical-align: middle;
    text-shadow: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: 0;
    padding: 8px 16px;
    line-height: 1.42857;
    color: #555!important;
}

.subscribe-input input[type=submit] {
    color: #fff!important;
    background-color: #d9534f !important;
    border: 1px solid #b52b27;
    border-radius: 2px;
    padding: 8px 16px;
    font-weight: 400;
    line-height: 1.42857;
    display: inline-block;
    font-size: 13px;
    margin-top: 20px;
}

.page-post-detail h2.extra-large, .page-post-detail h1.extra-large {
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 2px solid #000;
	width: 100%;
	max-width: 100%;
	font-weight:700;
}

.author-detail-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	overflow: hidden;
}

.author-detail-content {
	width: calc(100% - 40px);
	padding-left: 20px;
}

.author-detail-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.coontent-body .author-detail-heading p {
    padding: 20px 0 0;
}

.author-detail-heading {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	.coontent-body-flex .masterhead-banner-content a {
		font-size: 38px;
    	line-height: 42px;	
	}
}
@media (max-width: 768px) {
	.sign-up {
		width:100%;
		display:flex;
		justify-content:center;
		padding:10px
    }
	.sign-up img {
		width:80%;
    }
	.header-logo {
		width:66%;
		padding:10px
    }
	.main-menu .container-menu {
		flex-wrap:wrap;
	}
}

@media (min-width: 1200px) {
	.coontent-body h2, .coontent-body h1 {
	    font-size: 44px;
	}

	.coontent-body h2.small, .coontent-body h1.small {
	    font-size: 36px;
	    padding-bottom: 0;
	}

	.coontent-body h2.extra-large, .coontent-body h1.extra-large {
		font-size: 56px;
		margin-bottom: 20px;
	}

	.author-list-item {
		position: relative;
		display: flex;
		align-items: center;
	}

	.author-list-item-image {
		width: 438px;
		height: 438px;
	}

	.author-list-item-content {
		padding-left: 32px;
		width: calc(100% - 438px);
	}

	.author-list-item-content h4 {
	    font-size: 28px;
	    padding-bottom: 15px;
	}

	.author-list-item-content h4 span {
	    font-size: 16px;
	}

	.author-list {
	    margin: 30px 0;
	}

	.author-list-item-content p {
		font-size: 22px;
		line-height: 1.6;
	}

	.director-list h4 {
		font-size: 28px;
	    padding-bottom: 32px;
	}

	.director-list a {
	    font-size: 22px;
	}

	.coontent-body-flex {
		display: flex;
		justify-content: space-between;
	}

	.coontent-body-left {
		width: calc(100% - 360px);
		padding-right: 30px;
	}

	.coontent-body-right {
		width: 360px;
	}

	.coontent-body-flex {
		margin-top: 50px;
	}

	.coontent-body-flex .masterhead-banner-left {
		margin-top: 0;
	}

	.coontent-body-flex .item-culture-listing {
	    display: block;
	    width: 100%;
	    margin: 0 0;
	}

	.coontent-body-flex .item-culture-item-image {
	    width: 190px;
	    height: 142px;
	    margin: 0 20px 0 0;
	}

	.item-culture-item-content {
	    width: 100%;
	}

	.coontent-body-flex .item-culture-item-content {
	    width: calc(100% - 190px);
	}

	.coontent-body-flex .item-culture-item {
	    width: 100%;
	    margin: 0;
	    display: flex;
	}

	.coontent-body-flex .item-culture-item-content h4 {
	    font-size: 28px;
	    padding-bottom: 10px;
	}

	.coontent-body-flex .item-culture-item {
		margin-top: 60px;
	}

	.coontent-body-left .item-culture-item-content p {
	    font-size: 16px !important;
	}

	.coontent-body-left .navigation {
		margin-top: 60px;
	}

	.coontent-body-right .livetelecast-slider-item + .livetelecast-slider-item {
	    margin-top: 15px;
	}

	.subscribe-area {
	    margin-bottom: 50px;
	    padding: 0 0 50px;
	}

	.masterhead-banner-right .square-add-box:last-child {
		position: sticky;
		top: 0;
	}

	.coontent-body {
	    margin: 35px 0 90px; 
	}


	.page-post-detail h2.extra-large, .page-post-detail h1.extra-large {
		font-size: 46px;
	}

	.coontent-body.page-post-detail p {
		font-size: 18px;
	}

	.coontent-body.page-post-detail .post-detail-info p {
	    font-size: 19px;
	}

	.post-detail-info .master-blog-post-info-avatar-image {
		width: 80px;
		height: 80px;
		margin: 0;
	}	

	.author-detail .coontent-body-left .masterhead-banner-content p {
		font-size: 20px;
	}

	.author-detail-avatar {
		width: 120px;
		height: 120px;
		border-radius: 100px;
	}

	.author-detail-content {
		width: calc(100% - 120px);
		padding-left: 20px;
	}

	.author-detail-heading {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.coontent-body .author-detail-heading h2 {
	    font-size: 56px;
	}

	.author-detail {
		margin-top: 80px;
	}
}

#mega-menu-wrap-primary{
	background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	background: #333;
	color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
	background: #000;
	color: #fff;
}
.author-detail-avatar img{
	max-width: 120px !important;
}

.master-blog-post-info-avatar-content p a.author-link {
    color: #608f89;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


@media(max-width:1023px){
	#mega-menu-wrap-primary {
		position: unset;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
		background: #fff;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
/*		background: #fff;*/
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		background: #fff;
	}
	.main-menu .container-menu {
	    position: unset;
	}
	#mega-menu-wrap-primary {
	    background: transparent;
	    position: unset;
	    width: 100%;
	    right: 0;
	    top: 0;
	    height: 50px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle {
		height: 100%;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #fff;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
	    position: fixed;
	    top: 0;
	    width: 90%;
	    right: 0;
	    overflow-y: auto;
	    bottom: 0;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
	    margin-right: 0px;
	    z-index: 9999;
	    color: #fff;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
	    display: block;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	    padding: 0 20px 4px 15px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		background: #303F49;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
	    background: #303f49;
	    padding-top: 90px;
	    padding-bottom: 30px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		background: #303f49;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
		background: #303f49;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	    padding: 0 25px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
		width: 26px;
	}	
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	    width: 26px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-weight: 600;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		line-height: 26px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		background: transparent;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		float: none;
	}

	.navbar-form.d-block {
	    margin: 0px 25px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	    padding-left: 0;
	    padding-right: 0;
	}

	.item-culture-item-content p span {
    margin-left: 0px;
    display: block;
	}
	.masterhead-banner-image{
		width: 100%;
		margin: 0px auto;
	}


}


.coontent-body-left ul{
	padding-left: 15px;
}

.coontent-body-left ul li{
	font-size: 21px;
    font-family: lora, serif;
    line-height: 35px;
}

.print-page {
    display:inline-block;
    color: #428bca;
    font-size: 18px;
    font-family:"Lucida Grande", 'LucidaSansRegular', Arial, Helvetica, sans-serif;
}

@media print {
    body { background:white; color:black; margin:0; }
    .top-add { display:none; }
    #main-menu { display:none; }
    .content { display:block; }
    .comments { display:none; }
    .sidebar { display:none; }
    .page-footer { display:none; }
    .coontent-body-right { display:none; } 
}
