@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal; font-style: normal;
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal; font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal; font-style: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal; font-style: normal;
}

/* Custom Fonts End*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'source_sans_proregular';
}

body {
	color: #141412;
	line-height: 20px;
	margin: 0;
	background: url(images/pattern.jpg) repeat #fef1d9;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	/*color: #3d3d3d;*/
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #3d3d3d;
	outline: 0;
	
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'source_sans_proregular';
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-family: 'source_sans_probold';
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 10px;
}

code,
kbd,
pre,
samp {
	font-family: 'source_sans_proregular';
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: 'source_sans_proregular';
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.gaptop{margin-top:-95px !important;}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 20px;
}

ul {
	list-style-type: square;
	margin-top:0px;
	margin-bottom:20px;
}



nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
	
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: -7px;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}


caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}


del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	border-left: 0x solid #f2f2f2;
	border-right: 0px solid #f2f2f2;
	margin: 0 auto;
	width: 1004px;
	padding:0 32px;
}

.site-main {
	position: relative;
	min-height:500px
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 36px;
	width: 100%;
	z-index: 1;
	left: -24px;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-title {
	margin: 0;
	padding:0;
	font-weight:400;
	width:289px;
	float:left;
	font-size:inherit;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

/*ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0px 0 0;
	
	box-shadow:0 2px 10px 2px rgba(0,0,0.2)
	
	}*/

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0px 0 0;)
	
	}

.nav-menu > li {
	display: inline-block;
	position: relative;
	margin:0;
	padding:0;
	background:url(images/toptabline.gif) no-repeat right center;
	
	}

.nav-menu li a {
	color: #3d3d3d;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 12px 20px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	
		
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	/*background: url(images/gradients-toptabhover.gif) repeat-x #2b2b2b;*/
	background:#3d3d3d;
	color: #faaa30;
	box-shadow:0 2px 10px 2px rgba(0,0,0.2)
	
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	
	
}

.nav-menu > li ul.drop
{
    margin:0;
    padding:0;
    width:220px;
	position:absolute;
    display:none;
	background:#faaa30;
	
	
	
	
}
.nav-menu > li ul.drop1
{
    margin:0;
    padding:0;
	margin-left:-87px;
    width:220px;
	position:absolute;
    display:none;
	background:#faaa30;
	
	
	
}

.nav-menu > li ul.dropsub
{
    margin:0;
    padding:0;
	margin-left:-87px;
    width:160px !important;
	position:absolute;
	 left:221px !important;
    display:none;
	background:#faaa30;
	
}

.nav-menu > li ul.drop ul
{
    margin:0;
    padding:0;
    width:150px;
    position:absolute;
    display:none;
    left:150px;
    top:0;
	z-index:10
}
.nav-menu > li ul li
{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
}

.nav-menu > li ul li a
{
    text-transform:none;
	font-size:13px;
	padding:6px 12px 6px 12px;
	line-height:16px;
	border-bottom:1px #F39300 solid;
	
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background:url(images/gradients-toptab.gif) repeat-x #f5ab28;
	/*margin: 16px 0 0 0;*/
	margin: -44px 0 0 0;
	border:1px solid #7e7e7e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align:center;
	
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 0px 0 40px 0;
}

.entry-content {
	margin: 0;
	width:565px;
	float:left;
}



/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 0px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}





.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 0px;
	word-wrap: break-word;
}

.widget .widget-title {
	font-family: 'source_sans_probold';
	font-size:16px;
	font-weight:400;
	margin:0;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #000;
}

.widget a:hover {
	color: #000;
	text-decoration:none;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	border-top:3px solid #e5d9c4;
	color: #797979;
	font-size: 12px;
	text-align: left;
	padding:10px 0;
	margin-top:0px;
	width:941px;
	margin:0 auto;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

/* Custom Css */
.cls {clear:both; margin:0; padding:0}
.socialIconSec {width:150px; float:right; text-align:right; display:none}
.socialIconSec img {margin-left:5px;}

.topaboveLink {float:right; text-align:right; font-size:14px; color:#3d3d3d; margin-top:-30px}
.topaboveLink a {color:#3d3d3d}
.topaboveLink a {color:#000; text-decoration:none}
.topaboveLink span {padding:0 10px;}





.home-linkimg {float:left; width:84px; display:block; margin-top:15px;}
.linksHeaderSde { float:right; width:825px; margin-top:38px;}

.copy { float:left; width:260px;}
.copy strong {font-weight:400; font-family: 'source_sans_probold';}

.iconsCor { float:left; width:338px; text-align:left}
.iconsCor a { width:18px; height:17px; display:inline-block; margin:0 8px; background:url(images/iconshare.png) no-repeat -49px 0px}

.iconsCor a.shareIcon { width:18px; height:17px; background:url(images/iconshare.png) no-repeat -25px 0px}

.iconsCor a.emailIcon { width:18px; height:17px; background:url(images/iconshare.png) no-repeat 0px 0px}

.siteBy { float:right; width:300px; text-align:right}
.siteBy a {color:#797979}
#masthead {margin-bottom:25px; position:relative; z-index:5}

/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider {
	width: 936px;
	height: 320px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

#slider-inner {
	width: 936px;
	height: 207px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0 auto;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding: 0 0px 0px 0px;
}
/* slider window - top & bottom borders, default state */
.anythingSlider-default .anythingWindow {
	border-top: 0px solid #777;
	border-bottom: 0px solid #777;
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	background: #777 url(../images/default.png) center -288px repeat-x;
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #7C9127;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #7C9127;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top: 50%;
	position: absolute;
	display: block;
}

.anythingSlider-default .arrow a {
	display: block;
	width: 45px;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(../images/default.png) no-repeat;
}

/* back arrow */
.anythingSlider-default .back { left: 0; }

.anythingSlider-default .back a { background-position: left top; }
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover { background-position: left -140px; }
/* forward arrow */
.anythingSlider-default .forward { right: 0; }
.anythingSlider-default .forward a { background-position: right top; }
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover { background-position: right -140px; }

/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}




/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0s;
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

.contentslide {position: absolute; width:18%; right: 0px; padding: 20px 8px; height: 100%; background:#000; top:0;display:block; opacity:0.7;}
.contentslide h1 {text-align: left; font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #FFF; line-height: 19px; margin: 0 0 0px 0 !important; border: 0;}

.contentslide p {text-align: left;
color: #b9b9b9;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 19px;}


.contentslide1 {position: absolute; width:100%; right: 0px; padding: 10px 8px;  bottom:0; background:#000;  display:block; opacity:0.7;text-align: left;
color: #b9b9b9;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 19px;}






.bannerSection {width:937px}
/*.bannerSection {width:936px; min-height:320px; position:relative; overflow:hidden; -moz-box-shadow: 0 0 9px -3px #000;
-webkit-box-shadow: 0 0 9px -3px #000;
box-shadow: 0 0 9px -3px #000;}*/

.bannerSectionInner {width:936px; height:207px; position:relative; overflow:hidden; -moz-box-shadow: 0 0 9px -3px #000;
-webkit-box-shadow: 0 0 9px -3px #000;
box-shadow: 0 0 9px -3px #000;}

.breadcrumbscorp {float:left; font-size:12px; color:#404040; width:100%; line-height:14px; margin:15px 0px 6px 0px; margin-bottom:30px; padding-bottom:10px; border-bottom:#b2b2b2 1px solid;}
.breadcrumbscorp a {text-decoration:none; color:#404040;}
.breadcrumbscorp a:hover {color:#000000;}
.breadcrumbscorp .home {font-weight:700; text-decoration:none; color:#000000;}
.breadcrumbscorp .home:hover {color:#f5aa27;}


.breadSection {display:block; margin-bottom:30px; border-bottom:#b2b2b2 1px solid;}
#breadcrumbs{list-style:none; margin:10px 0; padding:0; overflow:hidden;}
#breadcrumbs li{float:left; margin-right:10px; color:#4f4f4f; font-size:12px;} 
#breadcrumbs .separator{color:#999;}

.leftPanel {width:130px; float:left; margin-right:32px}
.rightPanel {width:186px; float:right}

h1 {color:#1279c0; font-size:36px; font-weight:400; border-bottom:#b2b2b2 1px solid; margin-bottom:15px !important}
.entry-content {font-size:14px; color:#4f4f4f}
.entry-content p {line-height:19px}

.left-link{ float:left;  width:150px; margin:10px 10px 10px 0px;  /*border: 1px solid #e0dfdf;*/ position:relative; margin-right:30px; height:auto;}
.left-link ul{margin:0px 0px 0px 0px; list-style:none; border:1px #b2b2b2 solid; padding-left:0px;}
.left-link ul li{}
.left-link ul li a{text-decoration:none; color:#454545; display:block; padding:10px 5px 10px 10px; border-bottom:1px #b2b2b2 solid; cursor:pointer; line-height:16px;}
.left-link ul li a:hover{background:#3d3d3d; color:#fff;}

.bodder0{ border:0px !important;}

.left-link ul li span{text-decoration:none; color:#fff; background:#3d3d3d ; display:block; padding:10px 5px 10px 10px; border-bottom:1px #b2b2b2 solid; cursor:pointer; line-height:16px;}


.left-link ul ul {margin:-2px 0px 0px 0px; list-style:none; border:0; padding:0 0 5px 0; background:#f5aa27;}
.left-link ul li ul li a{text-decoration:none; color:#fff; display:block; padding:5px 5px 5px 20px; font-size:15px; border-bottom:1px #fbb53a solid; cursor:pointer; line-height:16px;}
.left-link ul li  ul li a:hover{background:#3d3d3d; color:#f5aa27;}
.left-link ul li ul li span {text-decoration:none; background:#3d3d3d; color:#f5aa27; display:block; padding:5px 5px 5px 20px; font-size:15px; border-bottom:1px #fbb53a solid; cursor:pointer; line-height:16px;}


/*.left-link{ float:left;  width:130px; margin:10px 10px 10px 0px; position:relative; margin-right:30px; height:auto;}
.left-link ul{margin:0px 0px 0px 0px; list-style:none; background:#fff; -webkit-box-shadow: 4px 4px 4px 0px #ccc; box-shadow: 4px 4px 4px 0px #ccc; padding-left:10px;}
.left-link ul li{}
.left-link ul li a{text-decoration:none; color:#454545; font-size:14px; display:block; padding:10px 0px 10px 0px;}
.left-link ul li a img{position:absolute; left:220px; display:none;}
.left-link ul li a:hover{background:#fca001; color:#fff;}
.left-link ul li a:hover img{display:block;}
.left-link ul li span{background:#fca001; color:#fff; font-size:14px; display:block; padding:10px;}
.left-link ul li span img{display:block; left:220px; position:absolute; }*/




.Downloadsection h3.widget-title {font-family: 'source_sans_probold';font-size: 16px;font-weight: 400;margin: 0;}
.Downloadsection a { display:block; border:1px solid #d8d8d8; padding:5px 10px; text-decoration:none; color:#7e7e7e; font-size:12px; line-height:14px; margin-top:10px;}

.socialFoot {float:left; padding:10px; margin:0px 0px; height:100px; width:212px; border:1px solid #ecd4a9; margin-left:20px;}
.socialFoot img {margin-right:10px;}
.socialFoot h6 {font-family: 'source_sans_probold'; font-weight:400; font-size:14px; margin:0 0 5px 0; color:#3d3d3d; text-transform:uppercase}

.newsletterSection {width:215px; height:120px; float:right; margin-right:3px; margin-top:0px; margin-bottom:20px; border:1px solid #ecd4a9; padding:10px}
.newsletterSection h3.widget-title {font-family: 'source_sans_probold'; font-weight:400; font-size:14px; margin:0 0 10px 0; color:#4f4f4f; text-transform:uppercase}

.newsletterSection input[type=text] {font-family: 'source_sans_proregular'; font-weight:400; font-size:12px; margin:0 0 0px 0; color:#8c8c8c; border:1px solid #b2b2b2; width:100%; padding:6px 5px}


.newsletterSection .tidio-newsletter-widget .button {font-family: 'source_sans_proregular'!important; font-weight:400!important; font-size:14px!important; margin:0 0 0px 0!important; color:#3d3d3d!important; background:#f5aa27!important; text-transform:uppercase!important; border:1px solid #f5aa27!important; width:auto!important; padding:5px 7px!important}

.entry-content .ai1ec-categories {display:none}
.entry-content .ai1ec-event { border:0!important}
.entry-content .ai1ec-date { border-bottom:1px solid #CCC!important; margin-bottom:30px!important; padding-bottom:10px!important}

.carouselSection {float:left; width:445px; background:#e8e8e8; padding:12px; height:100px}
.carouselSection h6 {font-family: 'source_sans_probold'; font-weight:400; font-size:14px; margin:0 0 5px 0; color:#4f4f4f; text-transform:uppercase}
.article{background: #008cba; height: 50px; padding: 0px; width:auto; margin:0 15px 0 0}
.owl-carousel{display: none; width: 385px; position: relative; z-index:1; padding:0px; margin:0 auto}
.owl-carousel .owl-stage-outer{position:relative; overflow: hidden;}
.owl-loaded{display: block;}
.owl-loading{opacity: 0; display: block;}
.owl-hidden{opacity:0;}
.owl-carousel .owl-refresh .owl-item{display: none;}
.owl-carousel .owl-item{position:relative; min-height: 1px; float: left;}
.owl-carousel .owl-dots {display:none}
.owl-carousel .owl-controls {position:absolute; z-index:1; top:15px; left:0; width:100%}
.owl-carousel .owl-controls .owl-prev, .owl-carousel .owl-controls .owl-next { width:8px; height:12px; background:url(images/arrow.gif) no-repeat; display:block; cursor:pointer; cursor:hand; overflow:hidden; text-indent:-999px; position:absolute; top:0}
.owl-carousel .owl-controls .owl-prev {left:-15px;}
.owl-carousel .owl-controls .owl-next {right:-15px; background-position:-8px 0}

.ai1ec-single-event {display: none;}
.textwidget .courseCalanderlink { background:url(images/courseCalander.gif) no-repeat; display:block; border:#d8d8d8 1px solid; text-align:center; padding:85px 0 7px 0; line-height:15px; text-decoration:none; font-family: 'source_sans_probold'; color:#4f4f4f; text-transform:uppercase; font-size:14px;}

.textwidget .courseCalanderlink { background:url(images/courseCalander.gif) no-repeat #FFF; display:block; border:#d8d8d8 1px solid; text-align:center; padding:85px 0 7px 0; line-height:15px; text-decoration:none; font-family: 'source_sans_probold'; color:#4f4f4f; text-transform:uppercase; font-size:14px; width:127px;}

.textwidget .courseCalanderlink:hover { background:url(images/courseCalander.gif) no-repeat #d8d8d8; color:#4f4f4f; }

#text-2 h3{ display:none}
.upcomingSection {background:#ecd4a9; padding:10px; width:445px; float:left; height:221px; position:relative}
.upcomingSection h3.widget-title {font-family: 'source_sans_probold'; font-weight: 400; font-size: 14px; margin:-10px -10px 10px -10px; color: #3d3d3d; text-transform: uppercase; background:#f5aa27; padding:10px;}
.upcomingSection .ai1ec-date {background:none; border-bottom: 1px solid #e5e5e5; border-top:0; padding:10px 0}
.upcomingSection .ai1ec-event > a {color: #1279c0; display:inline-table; background: none; border:0; border-radius:0; padding:0; font-family: 'source_sans_probold'; font-size:14px}
.upcomingSection .ai1ec-event-time {font-family: 'source_sans_probold'; font-weight: 400;}

.upcomingSection .ai1ec-date-title, .upcomingSection .ai1ec-event-time {display:none}
.upcomingSection .ai1ec-event {margin:0 !important}
.upcomingSection .ai1ec-agenda-widget-view {margin-top:-5px;}

.upcomingSection .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-view .ai1ec-date.ai1ec-today {border-top: 0px solid #f0f0a9; background: none;}

.upcomingSection .viewAll {position:absolute; top:10px; right:10px; color: #c01212; font-size: 12px; text-transform: uppercase; background: url(images/arrowhm.gif) no-repeat right center; padding-right: 12px;}


.cls {clear: both;  margin: 0; padding: 0;}
.courseCalenerpost {width:700px; float:left}
.courseCalenerpost h1 {font-family: 'source_sans_probold'; font-weight: 400; font-size:20px; text-transform:uppercase; color:#3d3d3d; margin:0 0 15px 0!important; border:0}
.courseCalenerpost .courseSection { width:162px; float:left; margin-right:15px;}
.courseCalenerpost .courseSection img {margin:5px 0; width:162px; -moz-box-shadow: 0 7px 10px -6px #000;
-webkit-box-shadow: 0 7px 10px -6px #000; box-shadow: 0 7px 10px -6px #000;}
.courseCalenerpost .courseSection a {color:#3d3d3d; font-size:12px; text-transform:uppercase; background:url(images/arrowhm.gif) no-repeat right center; padding-right:12px}
.courseCalenerpost .courseSection a:hover {text-decoration:none}
.courseCalenerpost .courseSection h1 {font-family: 'source_sans_probold'; font-weight: 400; font-size:14px; text-transform:uppercase; color:#e39000; margin:0 !important; border:0}
.courseCalenerpost .courseSection h2 {font-family: 'source_sans_probold'; font-weight: 400; font-size:15px; color:#e39000; margin:0; border:0; padding:0; line-height:16px; height:32px;}

.courseCalenerpostinner {width:515px; float:left}
.courseCalenerpostinner h1 {font-family: 'source_sans_probold'; font-weight: 400; font-size:20px; text-transform:uppercase; color:#3d3d3d; margin:10px 0 15px 0!important; padding-bottom:10px; border-bottom:#b2b2b2 1px solid;}
.courseCalenerpostinner h2 {font-family: 'source_sans_probold'; font-weight: 400; font-size:18px; text-transform:uppercase; color:#e39000; margin:10px 0 15px 0!important;}
.courseCalenerpostinner h3 {font-family: 'source_sans_probold'; font-weight: 400; font-size:16px; color:#3d3d3d; margin:5px 0 10px 0!important; }
.courseCalenerpostinner .courseSection { width:162px; float:left; margin-right:15px;}
.courseCalenerpostinner .courseSection img {margin:5px 0; width:162px; -moz-box-shadow: 0 7px 10px -6px #000;
-webkit-box-shadow: 0 7px 10px -6px #000; box-shadow: 0 7px 10px -6px #000;}
.courseCalenerpostinner .courseSection a {color:#3d3d3d; font-size:12px; text-transform:uppercase; background:url(images/arrowhm.gif) no-repeat right center; padding-right:12px}
.courseCalenerpostinner .courseSection a:hover {text-decoration:none}
.courseCalenerpostinner .courseSection h1 {font-family: 'source_sans_probold'; font-weight: 400; font-size:14px; text-transform:uppercase; color:#e39000; margin:0 !important; border:0}
.courseCalenerpostinner .courseSection h2 {font-family: 'source_sans_probold'; font-weight: 400; font-size:16px; color:#e39000; margin:0; border:0; padding:0; line-height:16px; height:32px;}


.whatewSection {width:215px; float:right;}

.whatewSection .vticker{border: 0px solid #b2b2b2; width: 175px;}
.whatewSection .vticker ul{padding: 0;}
.whatewSection .vticker li{list-style: none;border-bottom: 1px solid #e0d8ca;padding: 10px 0;}
.whatewSection .vticker li h1 {font-size: 13px; font-family: 'source_sans_probold'; font-weight: 400; border-bottom:0; margin:0 0 3px 0!important}
.whatewSection .vticker li h1 a {color:#333333}
.whatewSection .vticker li h1 a:hover {text-decoration:none}
.whatewSection .vticker li span.datetime {font-size:12px; display:block;}
.whatewSection .verticalScroll .widget-title { background:#3d3d3d; color:#f5aa27; font-family: 'source_sans_probold'; font-weight: 400; font-size:14px; float:left; padding:5px; margin-bottom:5px; text-transform:uppercase;}
.whatewSection .vticker li .scrollercontent {line-height:16px; font-size:13px; text-align:left}

.whatewSection .verticalScroll { margin-bottom:20px; width:215px;  border: 1px solid #b2b2b2; padding:0 20px}

.videosidebar { width:216px; float:left}
.videosidebar .widget-title {font-family: 'source_sans_probold'; font-weight: 400; font-size: 14px; margin:0 0 0px 0; color: #3d3d3d; text-transform: uppercase; background: #f5aa27; padding: 10px;}
.entry-content {font-size:14px; color:#4f4f4f}
.entry-content p {line-height:19px}


.entry-thumbnail img {display: block; margin: 0 auto 10px;}

.entry-header {	margin-bottom: 30px;}

.entry-title {font-weight: normal;	margin: 0 0 0px;}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


.rightPanel .verticalScroll {width:186px; border: 1px solid #b2b2b2; float:right; padding:0 20px;}

.rightPanel .verticalScroll .vticker{border: 0px solid #b2b2b2; width: 146px;}
.rightPanel .verticalScroll .vticker ul{padding: 0;}
.rightPanel .verticalScroll .vticker li{list-style: none;border-bottom: 1px solid #e0d8ca;padding: 10px 0;}
.rightPanel .verticalScroll .vticker li h1 {font-size: 13px; font-family: 'source_sans_probold'; font-weight: 400; border-bottom:0; margin:0 0 3px 0!important}
.rightPanel .verticalScroll .vticker li h1 a {color:#1279c0}
.rightPanel .verticalScroll .vticker li h1 a:hover {text-decoration:none}
.rightPanel .verticalScroll .vticker li span.datetime {font-size:12px; display:block;}
.rightPanel .verticalScroll .widget-title { background:#f5aa27; color:#FFF; font-family: 'source_sans_probold'; font-weight: 400; font-size:14px; float:left; padding:5px}
.rightPanel .verticalScroll .vticker li .scrollercontent {line-height:16px; font-size:13px; text-align:left}

.entry-content ul {margin:-15px 0 30px 0px; padding:0; list-style:square inside}
.entry-content ul li {padding:3px 0; border-bottom:#CCC 1px solid}
.entry-content ol {margin:-15px 0 30px 0px; padding:0; list-style:lower-alpha inside}
.entry-content ol li {padding:3px 0; border-bottom:#CCC 1px solid}

.lineBreak {border-bottom:1px solid #b2b2b2; height:18px; margin-bottom:10px;}

.heritageRisk {margin-bottom: 20px; float:left; width: 215px; border: 0px solid #b2b2b2; padding:15px 15px 3px 15px; background:#ecd4a9; text-align:center;}

.heritageRisk img {margin-bottom: 10px;}
.heritageRisk h2 {font-family: 'source_sans_probold'; font-weight: 400; font-size: 14px; margin: 0px; color: #3d3d3d;
text-transform: uppercase; padding: 15px 0 8px 0; text-align:left; border-top:1px #FFFFFF solid}

.heritageRisk ul {margin:0 0 20px 15px; padding:0; list-style:none; text-align:left; font-size:14px}
.heritageRisk ul li {margin:0; padding:0; list-style:square; line-height:15px}
.heritageRisk ul li a {color:#3d3d3d}
.heritageRisk ul li a:hover {color:#000; text-decoration:none}



.sideMenu {margin:0 5px 30px 0;}
.sideMenu ul {margin:0; padding:0 0 0 0px; list-style:none; border:1px #b2b2b2 solid;}
.sideMenu ul li {display:none;}
.sideMenu ul li a {font-size:14px; color:#4f4f4f; display:block; padding:8px 5px 8px 10px; line-height:16px;  font-family: 'source_sans_probold';}
.sideMenu ul li a:hover {text-decoration:none; background:#4f4f4f; color:#FFF}

.sideMenu ul ul {border:0; padding:0; margin-left:10px}
.sideMenu ul ul li {display:block; border-top:#b2b2b2 1px solid}
.sideMenu ul ul li a {font-size:14px; font-family: 'source_sans_proregular'; color:#4f4f4f; display:block; padding:10px 5px 10px 20px; line-height:16px; margin-left:-10px; background:url(images/bullets.png) no-repeat 10px -38px}
.sideMenu ul ul li a:hover {text-decoration:none; background:url(images/bullets.png) no-repeat 10px 14px #4f4f4f; color:#FFF}
.sideMenu ul ul li.current-menu-item a {text-decoration:none; background:url(images/bullets.png) no-repeat 10px 14px #4f4f4f; color:#FFF}

#text-3 {margin-top:-20px; margin-bottom:5px}
#text-3 .widget-title { display:none}
#text-3 a {display:block; background: #f5aa27; color: #FFF; font-family: 'source_sans_probold'; font-weight: 400; font-size: 14px; padding: 5px; margin-bottom: 0; text-transform: uppercase; text-decoration:none}
#text-3 a:hover {background:#666}


.contentus{background: #F0DDBC;
padding: 10px;
margin-bottom: 20px;
border: #BBB8B8 0px  solid;
-moz-box-shadow: 1px 1px 4px -1px #000;
-webkit-box-shadow: 1px 1px 4px -1px #000;
box-shadow: 1px 1px 4px -1px #000;
}
.table-format-car {width:100%; margin-bottom:0px;}
.hd{ color:#e39000 !important; font-weight:400;}
.table-format-car td { padding:0px 5px; font-size:14px; color:#454545; border-top:1px #F5E8D0 solid; }
.table-format-car td a {text-decoration:none; color:#c30f0f;}
.table-format-car td a:hover {text-decoration:none; color:#454545;}

.paginate {
font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px;
	z-index:99999999;
	text-align:center;
}

.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #999;
	text-decoration:none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}
.paginate span.current {
    margin: 2px;
	padding: 2px 5px 2px 5px;
		border: 1px solid #999;
		
		font-weight: bold;
		background-color: #999;
		color: #FFF;
	}
	.paginate span.disabled {
		padding:2px 5px 2px 5px;
		margin:2px;
		border:1px solid #eee;
		color:#DDD;
	}











.paginate1 {
font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px;
	z-index:99999999;
	text-align:center;
}

.paginate1 a {
	padding:0px 4px 0px 4px;
	margin:2px;
	border:1px solid #999;
	text-decoration:none;
	color: #141412;
	font-size:12px;
}
.paginate1 a:hover, .paginate a:active {
	color: #141412;
	font-size:12px;
	
}
.paginate1 span.current {
    margin: 2px;
	padding: 0px 4px 0px 4px;
	border: 1px solid #986c21;
		
		background-color: #f0ddbc;
		color: #141412;
	font-size:12px;
	}
	.paginate1 span.disabled {
		padding:0px 4px 2px 0px;
		margin:2px;
		color: #141412;
	font-size:12px;
	}


.table-format-mem {width:100%; margin-bottom:0px; border:1px #CBCAC9 solid;}
.hd{ color:#e39000 !important; font-weight:400;}
.table-format-mem td { padding:3px 5px; font-size:14px; color:#454545; border-bottom:1px #CBCAC9 solid; vertical-align:top}
.table-format-mem td a {text-decoration:none; color:#c30f0f;}
.table-format-mem td a:hover {text-decoration:none; color:#454545;}

.pdftd { border:#D5D5D5 1px solid;}

.pdflinkarh {font-size:12px; color:#993d0b; text-decoration:none; font-weight:400; padding-left:0px; vertical-align:bottom}
.pdflinkarh h1 {font-size:16px; color:#993d0b; text-decoration:none; font-weight:700; line-height:20px;}
.pdflinkarh a {font-size:13px; color:#333; text-decoration:none; font-weight:700; padding:10px 10px 10px 35px; border: 0px solid #CBCAC9;  width:auto; background:url(images/pdficon.png) no-repeat 5px 8px #f5ab28; margin-bottom:0px; float:left}
.pdflinkarh a:hover {background:url(images/pdficon.png) no-repeat 5px 8px #333; color:#f5ab28}

.margint10 {font-size:12px !important; padding-top:15px; }
.table2{width:100%; border-top:none!important;}
.table1{border-bottom:none !important; border-top:none !important;  margin-right: 10px; margin-bottom:30px}
.table1 td{ border-top:none; }

.table1 h1{border-bottom:none; font-size: 16px; color: #993d0b; text-decoration: none; font-weight: 700;
line-height: 20px; margin:0 0 0 10px !important}

.bortd {border:5px solid #f5ab28 !important;  padding:0px !important; float:left;}

.web {margin: 0 0 20px 0; padding:0; list-style:none}
.web li{border-bottom:1px solid #b2b2b2 !important; padding:8px 0px 5px 20px; background:url(images/bulletblk.gif) no-repeat 0 15px;}

.web li ul {margin: 0 0 20px 0; padding:0; list-style:none;}
.web li li {border-bottom:0px solid #b2b2b2 !important; padding:8px 0px 5px 20px; background:url(images/bulletblk.gif) no-repeat 0 15px;}

.page-headsub {
font-size: 14px;
color: #FFFFFF;
background-color: #6a6863;
font-weight: 700;
padding: 5px 8px 5px 10px;
}

.peoplegcouncil {width:156px; float:left; margin-right:20px; margin-bottom:20px;}
.peoplegcouncil img {border:1px solid #b2b2b2; padding:2px;}
.peoplegcouncil strong {display:block}


.spattern {width:144px; border-right:1px solid #ccc; height:auto; float:left; margin:0 18px 35px 0; padding-right:8px;}
.spattern .title {font-size:17px;  font-weight:400; color:#635856; margin-bottom:2px !important;}
.spattern .date {font-size:13px; font-weight:400; color:#635856; margin-bottom:10px !important;}
.spattern a{font-size:12px; font-weight:400; color:#000; margin-bottom:10px !important; float:left; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding:2px 20px 2px 8px;
background:url(images/icon-pdf.gif) no-repeat 100px 7px #f5ab28; margin-bottom:10px !important; border:1px solid #ded9d9;}
.spattern a:hover{color:#ffffff; background:url(images/icon-pdf.gif) no-repeat 100px 7px #3d3d3d; border:1px solid #b2b2b2;}
.spattern img {margin-bottom:35px;}

.spattern1 {width:175px; border-right:none; height:auto; float:left; margin:0 35px 35px 0; padding-right:8px;}

.border{padding-bottom: 0px ; border-bottom: #b2b2b2 1px solid;}

.img{border:1px solid #b2b2b2; padding:2px; margin-left: 0px;}

.carouselSection {float: left; width: 445px; padding: 12px; height: 100px; border: 1px solid #ecd4a9;}
.carouselSection h6 {font-family: 'source_sans_probold';font-weight: 400;font-size: 14px;margin: 0 0 5px 0;color: #4f4f4f;text-transform: uppercase;}


.pubSection {background:#ecd4a9; padding:10px; width:270px; float:left; position:relative; margin-left:30px}
.pubSection h3.widget-title {font-family: 'source_sans_probold'; font-weight: 400; font-size: 14px; margin:-10px -10px 10px -10px; color: #3d3d3d; text-transform: uppercase; background:#f5aa27; padding:10px;}
.pubSection .sidePanelLinks {border: 0px solid #b2b2b2; padding:0; background:#ecd4a9;}
.pubSection .sidePanelLinks ul{padding: 0; margin:0}
.pubSection .sidePanelLinks li{list-style: none;border-bottom: 1px solid #ecce9a; color:#333333; display:block; background:none; padding: 3px 10px; margin:0}


.pubSection1 {background:#ecd4a9; padding:10px; width:270px; float:left; position:relative; margin-left:30px}
.pubSection1 h3.widget-title {font-family: 'source_sans_probold'; font-weight: 400; font-size: 14px; margin:-10px -10px 10px -10px; color: #3d3d3d; text-transform: uppercase; background:#f5aa27; padding:10px;}
.pubSection1 .sidePanelLinks {border: 0px solid #b2b2b2; padding:0; background:#ecd4a9;}
.pubSection1 .sidePanelLinks ul{padding: 0; margin:0}
.pubSection1 .sidePanelLinks li{list-style: none;border-bottom: 1px solid #ecce9a; color:#333333; display:block; background:none; padding: 3px 10px; margin:0}




.owl-loaded {
display: block;}

.owl-carousel {
display: none;
width: 385px;
position: relative;
z-index: 1;
padding: 0px;
margin: 0 auto;
}

.owl-carousel .owl-stage-outer {
/* position: relative; */
overflow: hidden;
}

.owl-carousel .owl-controls {
position: absolute;
z-index: 1;
top: 15px;
left: 0;
width: 100%;}

.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;}

.article {
background: #008cba;
height: 50px;
padding: 0px;
width: auto;
margin: 0 15px 0 0;}

.footer{ }

.footersec{float:left; width: 445px; padding: 12px; height: 100px; border: 1px solid #ecd4a9; margin-bottom:40px; }

.footerlogo{display:inline; height: 50px; padding: 0px; width: auto;margin: 0 15px 0 0;}

.bookmarkLink a {position: relative; background: #d28d07; padding: 5px 10px; text-decoration: none; display:inline-block; color: #fff; font-size: 15px; margin-right:5px; margin-bottom:5px;}
.bookmarkLink a:hover {background: #4f4f4f;color: #fff;}







.upcomingSection {background:#ecd4a9; padding:10px; width:445px; float:left; height:260px; position:relative; margin-right: 15px;}

.upcomingSection .vticker{border: 0px solid #b2b2b2; width: 175px;}
.upcomingSection .vticker ul{padding: 0;}
.upcomingSection .vticker li{list-style: none;border-bottom: 1px solid #e0d8ca;padding: 10px 0;}
.upcomingSection .vticker li h1 {font-size: 13px; font-family: 'source_sans_probold'; font-weight: 400; border-bottom:0; margin:0 0 3px 0!important}
/*.upcomingSection h3.widget-title {font-family: 'source_sans_probold'; font-weight: 400; font-size: 14px; margin:-10px -10px 10px -10px; color: #3d3d3d; text-transform: uppercase; background:#f5aa27; padding:10px;}
.upcomingSection .ai1ec-date {background:none; border-bottom: 1px solid #e5e5e5; border-top:0; padding:10px 0}
.upcomingSection .ai1ec-event > a {color: #1279c0; display:inline-table; background: none; border:0; border-radius:0; padding:0; font-family: 'source_sans_probold'; font-size:14px}
.upcomingSection .ai1ec-event-time {font-family: 'source_sans_probold'; font-weight: 400;}

.upcomingSection .ai1ec-date-title, .upcomingSection .ai1ec-event-time {display:none}
.upcomingSection .ai1ec-event {margin:0 !important}
.upcomingSection .ai1ec-agenda-widget-view {margin-top:-5px;}

.upcomingSection .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-view .ai1ec-date.ai1ec-today {border-top: 0px solid #f0f0a9; background: none;}

.upcomingSection .viewAll {position:absolute; top:10px; right:10px; color: #c01212; font-size: 12px; text-transform: uppercase; background: url(images/arrowhm.gif) no-repeat right center; padding-right: 12px;}*/






.upcomingSection .vticker{border: 0px solid #b2b2b2; width: 175px;}
.upcomingSection .vticker ul{padding: 0;}
.upcomingSection .vticker li{list-style: none;border-bottom: 1px solid #e0d8ca;padding: 10px 0;}
.upcomingSection .vticker li h1 {font-size: 13px; font-family: 'source_sans_probold'; font-weight: 400; border-bottom:0; margin:0 0 3px 0!important}
.upcomingSection .vticker li h1 a {color:#333333!important;}
.upcomingSection .vticker li h1 a:hover {text-decoration:none;}
.upcomingSection .vticker li span.datetime {font-size:12px; display:block;}
.upcomingSection .verticalScroll .widget-title {font-family: 'source_sans_probold'; font-weight: 400; font-size: 14px;
margin: -10px -10px 10px -10px; color: #3d3d3d; text-transform: uppercase; background: #f5aa27;padding: 10px; width:445px;}
.upcomingSection .vticker li .scrollercontent {line-height:16px; font-size:13px; text-align:left}

.upcomingSection .verticalScroll { margin-bottom:20px; width:445px;  }


.back{float:right; font-size:15px; font-weight:bold; text-transform:none;  position:absolute; top: 19px; right: 0px;}


.accordionButton {width: 758px;  padding:12px 10px; background:url(images/plus1.png) no-repeat 694px 15px; font-size:15px; line-height:16px; color:#bc360a; font-weight: 400; margin-left:0px; border: 1px solid #b2b2b2; margin-bottom: 7px; cursor: pointer; -moz-box-shadow:1px 0px 1px 0px #b2b2b2 ; -webkit-box-shadow:1px 0px 1px 0px #b2b2b2 ; box-shadow:1px 1px 1px 0px #b2b2b2; border: 1px solid #b2b2b2; }

/*.accordionContent {width: 720px; float: left; _float: none; color:#000; padding: 12px 10px; -moz-box-shadow:1px 0px 1px 0px #ccc; -webkit-box-shadow:1px 0px 1px 0px #ccc; box-shadow:1px 1px 1px 0px #ccc; border: 1px solid #ccc; margin-bottom: 7px;}
*/

.accordionContent {color:#5d5d5d; text-align:left;  font-size:12px; padding:12px 10px 8px 16px; height:auto; border:1px  solid #ccc; -moz-box-shadow:1px 0px 1px 0px #ccc; -webkit-box-shadow:1px 0px 1px 0px #ccc; box-shadow:1px 1px 1px 0px #ccc; margin-bottom:7px; font-weight:400; border-top:0;}

.accordionContent1 {color:#5d5d5d; text-align:left;  font-size:12px; padding:12px 10px 12px 16px;  border:1px  solid #ccc; -moz-box-shadow:1px 0px 1px 0px #ccc; -webkit-box-shadow:1px 0px 1px 0px #ccc; box-shadow:1px 1px 1px 0px #ccc; margin-bottom:7px; font-weight:400; border-top:0;}

.accordionContent p{color:#5d5d5d; text-align:left; font-size:13px; line-height:20px; margin-bottom:20px;}

.accordionContent ul{color:#5d5d5d; text-align:left;}

.accordionContent ul li{color:#5d5d5d; text-align:left; font-size:13px;list-style-type:decimal;}



.accordionContent p{width: 738px;  color:#000; padding-left:0px; font-size:15px; padding-bottom:0px;}
.accordionContent a{color: #ca3c08; text-decoration: none;}
.accordionContent a:hover{color:#000000; text-decoration:none;}
.accordionContent ul{list-style:none; margin:0 auto; padding:0 auto;}
.accordionContent ul li{ list-style:square inside; color:#333333; font-family:Arial; font-size:13px; line-height:18px; }
.accordionContent ul li a{font-family:Arial; font-size:11px; line-height:15px; color:#333333; text-decoration:none; font-weight:400;}
.accordionContent ul li a:hover{color:#000000; text-decoration:none;}



.on {color:#f5aa27; text-align:left; list-style:none; padding:12px 10px; border:0px  solid #ccc; -moz-box-shadow:0px 2px 1px 0px #ccc; -webkit-box-shadow:0px 2px 1px 0px #ccc; box-shadow:0px 2px 1px 0px #ccc; background:url(images/minus.png) no-repeat 694px 15px #3d3d3d; font-weight:400; margin-bottom:1px;  width: 759px;}

/*.on {color:#f5aa27; background:url(images/minus.jpg) no-repeat left 3px; border:none;}
*/.borac{ float:left; margin-left:0px; width: 759px;}
.over {color:#f5aa27;}



.newsleter{width:45%; float:left; margin-right:10%; margin-bottom:25px;}
.newsleter.right{margin-right:0;}
.newsleter img{width:45%; float:left; background:#f5ab28; padding:4px;}
.newsletertxt{width:45%; float:left; font-size: 14px;  color: #993d0b; text-decoration:none; line-height: 20px; margin:10px 0px 0px 10px;}
.newsletertxt1{font-size: 13px;  color: #333;  text-decoration: none;  font-weight: 700;  padding: 10px 10px 10px 24px;
  border: 0px solid #CBCAC9;   background: url(images/pdficon.png) no-repeat -1px 8px #f5ab28;   float: left;  margin-left:-10px; margin-top:11px;} 
.newsletertxt2{font-size: 13px;  color: #333;  text-decoration: none;  font-weight: 700;  padding: 10px 10px 10px 24px;
  border: 0px solid #CBCAC9;   background: url(images/pdficon.png) no-repeat -1px 8px #f5ab28;  margin-top: 2px;
  float: left; margin-left:-10px;}
  

/*.newsleter{width:45%; float:left; margin-bottom:50px; margin-right:5%;}
.newsleter img{width:45%; float:left; background:#f5ab28; padding:4px;}
.newsleter .newsletertxt{width:45%; float:left; font-size: 14px;  color: #993d0b; text-decoration:none; min-height:111px; line-height: 20px; margin:10px 0px 0px 10px;}
.newsleter .newsletertxt0{width:45%; float:left; font-size: 14px;  color: #993d0b; text-decoration:none; min-height:153px; line-height: 20px; margin:10px 0px 0px 10px;}
.newsleter .newsletertxt1{font-size: 13px;  color: #333;  text-decoration: none;  font-weight: 700;  padding: 10px 10px 10px 24px;
  border: 0px solid #CBCAC9;   background: url(images/pdficon.png) no-repeat -1px 8px #f5ab28;   float: left;  margin-top:0px; width:45%;} 
.newsleter .newsletertxt2{font-size: 13px;  color: #333;  text-decoration: none;  font-weight: 700;  padding: 10px 10px 10px 24px;
  border: 0px solid #CBCAC9;   background: url(images/pdficon.png) no-repeat -1px 8px #f5ab28;  margin-top: 2px;
  float: left;   width:45%;}*/

















/*.mobile-menu{display:none;} 
.mobileback {position:fixed; width:100%; height:100%; top:0px; left:0px; z-index:1111111111111; display:none; background:url(images/mobileback.png);}
#mobilemenu {position:absolute; top:0px; left:-90%; width:220px; min-height:100%; background:url(images/mobilemenubg.png); z-index:1111111111111;}
.mobilemenucontent {width:90%; margin:0px 0px 0px 5%; border:0px solid #c8bebd; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius: 6px; margin-bottom:30px;}
.mobilemenuclose {width:90%; margin:20px 0px 0px 5%; text-align:right; cursor:pointer; border-bottom:1px solid #0085B6;}
.mobilemenuulli {-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;}
.mobilemenubg {display:none;}

.minimobilebut {display:none;}*/

/*@media screen and (max-width: 1000px){
.site {padding:0;}
.navbar {display:none;}

}*/
.minimobilebut {display:none;}


.slicknav_menu {
	display:none;
}
.slicknav_menu {
    font-size: 16px;
    z-index: 999999;
    position: absolute;
    right: 15px;    width: 60%;  
}
#menu {display:none;}
.innerbanner{width:100%; float:left; box-shadow:0 0 9px -3px #000;}
.innerbanner img{width:100%;}
.arch{width:100%; float:left;}
.arch1{width:100%; float:left; border-top:1px solid #b2b2b2; padding-top:10px;}
.col1{width:20%; float:left; margin-right:0%;}
.col2{width:25%; float:left; margin-right:0%;}
.col2 > div {margin-bottom: 31px;}
.col1 > div {margin-bottom: 50px;}

@media only screen and (max-width: 1000px)
{
.panel, #slider, .anythingSlider  {width:100% !important;}
.type-page .entry-content{width:70%;}
.rightPanel .verticalScroll{width:100%;}
.rightPanel .verticalScroll .vticker{width:100%}
.rightPanel{width:25%;}
.archive .content-area{width:50% !important;}
.leftPanel{width:20%; margin-right:3%;}
.courseCalenerpost{width:100%;}
.postid-407 .site-content{width:70% !important;}
.postid-407 .entry-content{width:100% !important;}
.postid-407 article > .entry-content > div:first-child{width:30% !important; margin-right:2% !important;}
.postid-407 article > .entry-content > div:nth-child(2){width:68% !important;}
/*.widget-title, .upcomingSection {width:45% !important;}*/
.vticker, .verticalScroll {width:100% !important; height:auto; padding:0 2%;}
.site{width:95%; padding:0;}
.metaslider{width:100% !important; max-width:100% !important;}
.nav-menu li a{padding:12px 16px;}
.bannerSectionInner, .bannerSection{width:100%;}
.courseCalenerpostinner {width:75%}
.whatewSection{width:100% !important; float:left; margin-top:10px;}
.whatewSection .verticalScroll{width:96%; padding:0;}
.whatewSection .vticker{width:98%;}
.projectsidebar{width:30%;}
.publicationsidebarc{width:40%; margin-left:2.5%;}
.resourcessidebarc{width:25%; margin-left:2.5%;}
.carouselSection{width:39%; padding:12px 2%;}
.newsletterSection{width:22%;}
.socialFoot{width:47%; padding-left:2%; padding-right:2%; margin-left:2%;}
.owl-carousel{width:95%;}
.courseSection {width:23% !important;}
.courseSection img {width:100% !important;}
.upcomingSection {width:49% !important;}
.widget-title {width:100% !important; margin:0 !important;}
.videosidebar {width:46%;}
.videosidebar iframe {width:100%;}
.heritageRisk {width:100%; padding:15px;}
/*.heritageRisk h2 {float:left; width:33.333%;}*/
.footersec {width:50%; margin-bottom:20px;}
.newsletterSection {float:none; width:100%;}
.heritageRisk h2 {text-align:center;}
.heritageRisk ul {margin:0; text-align:center; padding:5px 0px; display:inline-block;}
.heritageRisk ul li {list-style:none; margin-bottom:2px; margin-right:5px; float:left;}
.heritageRisk ul li a {color:#fff; padding:5px; background:#ca3c08; display:block;}
.heritageRisk ul li a:hover {color:#ca3c08; background:#fff;}
.site-footer {width:100%; position:absolute; margin-top:100px !important; border-top:2px #ccc solid;}
.iconsCor, .siteBy, .copy {width:100%; text-align:center; margin-bottom:5px;}
.newsletterSection h3.widget-title {text-align:center;}
.input-email {text-align:center;}
.newsletterSection .tidio-newsletter-widget .button {float:none;  margin:0 auto !important;}
.home-linkimg {text-align:left; float:none; width:auto;}
.linksHeaderSde {margin-top:0; float:none; width:100%}
.site-title{width:100%; text-align:left; margin-bottom:10px !important;}
.topaboveLink {margin-top:0; float:right; text-align:center;}
#masthead {margin-bottom:15px;}
.home img {margin-bottom:20px;}
.left-link ul li span{padding:7px; border-bottom:0px #b2b2b2 solid;}
.left-link ul li:first-child {background:#fff; padding:20px !important; text-align:center; font-size:18px; text-transform:uppercase;}
.left-link ul li {margin-bottom:2px; font-size:14px;}
.left-link ul li a{color:#fff; border-bottom:0px #b2b2b2 solid; cursor:pointer; line-height:16px; background:#F5AA27; padding:7px;}
.left-link {display:none; width:100%; margin:0;}
.courseCalenerpostinner {width:100% !important;}
.minimobilebut {display:block; background:#000; text-align:center; padding:10px 0; cursor:pointer;}
.img {margin:0px 10px 10px 0px; float:left;}
.borac {width:100%;}
.accordionButton {width:100% !important; background-position:98% 15px;}
.accordionContent, .accordionContent p {width:99.9% !important;}
.newsleter{width:47%; margin-right:6%; min-height:auto;}
.newsleter img{width:auto;}
.newsleter .newsletertxt br:nth-child(2){display:none;}
.newsleter .newsletertxt br:nth-child(4){display:none;}
.newsleter .newsletertxt{width:53%; min-height:60px; margin-left:2%;}
.newsleter .newsletertxt0{width:70%; clear:both; min-height:50px;}
.newsleter .newsletertxt1{width:100%; clear:both;} 
.newsleter .newsletertxt2{width:94%; clear:both; margin-bottom:20px;}
#slider-inner{width:100% !important;}
#slider-inner img{width:100% !important;}
.site-main{min-height:auto;}
.gaptop{margin-left: 20px !important;}

@media only screen and (max-width: 970px)
{
.nav-menu li a{padding:12px 12px;}
.courseCalenerpost h1{font-size:32px;}
.gaptop{margin-left: 62px !important;

}

@media only screen and (max-width: 935px)
{
.gaptop{margin-left:82px !important;}
}

@media only screen and (max-width: 913px)
{
.gaptop{margin-left:98px !important;}
}


@media only screen and (max-width: 900px)
{
.nav-menu li a{padding:10px; font-size:12px;}
.projectsidebar .sidePanelLinks{height:265px;}
.publicationsidebarc .sidePanelLinks{height:265px;}
.resourcessidebarc .sidePanelLinks{height:265px;}
.gaptop{margin-left:98px !important;}
}

@media only screen and (max-width: 890px)
{
.gaptop{margin-left:140px !important;}
}

@media only screen and (max-width: 860px)
{
.gaptop{margin-left:160px !important;}
}


@media only screen and (max-width: 830px)
{
.gaptop{margin-left:190px !important;}
.topaboveLink{display:none !important;}
}

@media only screen and (max-width: 790px)
{
.gaptop{margin-left:240px !important;}
}

@media only screen and (max-width: 745px)
{
.gaptop{margin-left:280px !important;}
}




@media only screen and (max-width: 820px)
{
/* .newsleter{width:45%;}
.newsleter img{width:70%;}
.newsleter .newsletertxt{width:70%; clear:both;}
.newsleter .newsletertxt0{width:70%; clear:both;}
.newsleter .newsletertxt1{width:70%; clear:both;} 
.newsleter .newsletertxt2{width:70%; clear:both;} */
}


@media only screen and (max-width: 816px)
{
.courseSection {width:46% !important;}
.courseSection img {width:100% !important;}
.newsleter img{width:auto;}
.newsleter .newsletertxt br:nth-child(2){display:none;}
.newsleter .newsletertxt br:nth-child(4){display:none;}
}

@media only screen and (max-width: 797px)
{
.js #menu {display:none;}
.js .slicknav_menu {display:block;}
.navbar{display:none;}
/*.home-linkimg > img {width: 100%;}
.home-linkimg{width:12%}*/
.courseCalenerpost h1{font-size:27px;}
.projectsidebar .sidePanelLinks li a{line-height:17px;}
.publicationsidebarc .pubSection a{line-height:17px;}
h1{font-size:27px;}
.leftPanel{width:100%; margin-bottom:20px;}
.archive .content-area{width:70% !important; margin-bottom:20px;}
.socialFoot{width:45%;}
.carouselSection{width:100%; margin-bottom:30px;}
.col1{width:25%;}
.col2{width:100%;}
.arch .col2{width:100%; border-top:1px solid #b2b2b2;}
.arch1 .col2{width:100%; border-top:1px solid #b2b2b2;}
.arch .col1{width:100%; border-top:1px solid #b2b2b2;}
.arch .col1:first-child{border:none}
.arch .col2:first-child{border:none}
.arch1 .col2:first-child{border:none}
.arch .col1 div{width:25%; float:left;}
.arch .col2 div{width:25%; float:left;}
.arch1 .col2 div{width:25%; float:left;}
.gaptop { display: none !important;}
}
@media only screen and (max-width: 695px)
{
.newsleter img{float:left; width:100%; margin-left:0;}
.newsleter.right img{margin-left:0;}
.newsleter .newsletertxt{width:100%; min-height:auto; margin-left:0; margin-top:0;}
.newsleter{text-align:center; margin-top:22px;}
.newsleter .newsletertxt br{display:none;}
.newsletertxt1{margin-left:0; margin-top:5px; background-position:22% 8px;}
.newsleter .newsletertxt2{width:100%; background-position:22% 8px; margin-left:0;}
}

@media only screen and (max-width: 608px)
{
.courseCalenerpost{width:100%;}
.whatewSection{width:100% !important; margin-top:20px;}
.whatewSection .verticalScroll{width:100%;}
.projectsidebar{width:100%;}
.publicationsidebarc{width:52%; margin-left:0}
.resourcessidebarc{width:45%; margin-left:3%}
.carouselSection{width:100%; margin-bottom:20px;}
.socialFoot{width:100%; margin-left:0}
.footersec {width:100%;}
.newsletterSection{width:100%; margin-top:20px;}
.contentslide{width:100% !important; left:0; bottom:0 !important; height:auto; top:auto; position:relative}
.contentslide1 {position: relative; width:100% !important; right: 0px;   bottom:0;}
.flex-control-nav{bottom:6px !important; display:none;}
.type-page .entry-content{width:100%;}
.rightPanel{width:100%;}
.archive .content-area{width:100% !important;}
.wpcf7-form input, textarea{width:100%;}
.wpcf7-form textarea{height:133px;}
.wpcf7-submit{width:auto !important;}
.postid-407 .site-content{width:100% !important;}
h1{line-height:27px;}
.heritageRisk {width:100%;}
.newsletertxt1{margin-left:0; background-position:14% 8px;}
.newsleter .newsletertxt2{ background-position:14% 8px;}
.arch .col1 div{width:33%;}
.arch .col2 div{width:33%;}
.arch1 .col2 div{width:33%;}

.bannerSection {height: auto; position:relative; overflow:hidden;}
.bannerSection ul li .contentslide{width:90%; min-height:100px;}
.bannerSectionInner {width:90%; height:auto;}
.contentslide{padding:10px 5px; float:left; background-color:#000;}
.contentslide1{padding:10px 5px; float:left; background-color:#000;}
}

@media only screen and (max-width: 550px){
	.tablediv{width:100%; overflow-x:scroll;}
	.tablediv table{width:900px !important;}
}

@media only screen and (max-width: 510px)
{
.img {width:100%;}
}

@media only screen and (max-width: 490px)
{
.publicationsidebarc{width:100%; margin-left:0}
.resourcessidebarc{width:100%; margin-left:0}
.flex-control-nav{bottom:6px !important;}
.owl-carousel{width:85%;}
.postid-407 article > .entry-content > div:nth-child(2){width:100% !important;}
.postid-407 article > .entry-content > div:first-child{width:200px !important; margin:0 auto 5px !important; float:none !important;}
.postid-407 article{margin-bottom:50px !important;}
h1{line-height:27px; font-size:24px;}
.newsletertxt1{margin-left:0; background-position:10% 8px;}
.newsleter .newsletertxt2{ background-position:10% 8px;}
.arch .col1 div{width:50%;}
.arch .col2 div{width:50%;}
.arch1 .col2 div{width:50%;}
.courseCalenerpost .courseSection:nth-child(2){margin-right:0;}
.courseCalenerpost .courseSection:nth-child(4){margin-right:0;}
.courseCalenerpost .courseSection:nth-child(7){margin-right:0;}
.courseCalenerpost .courseSection:nth-child(12){margin-right:0;}
}

@media only screen and (max-width: 445px)
{
.upcomingSection {width:100% !important; margin-bottom:30px;}
.videosidebar {margin:0; width:100%;}
.newsletertxt1{margin-left:0; background-position:2% 8px; text-align:left;}
.newsleter .newsletertxt2{ background-position:2% 8px; text-align:left;}
.newsletertxt1 > a {display: block; margin-left: 5%;}
.newsletertxt2 > a {display: block; margin-left: 5%;}
}

@media only screen and (max-width: 350px)
{
.courseSection {width:95% !important;}
.newsletertxt1{margin-left:0; background-position:2% 8px;}
.newsleter .newsletertxt2{ background-position:0% 8px; font-size:11.5px}
.newsletertxt1{font-size:11.5px;}
}


@media only screen and (max-width: 290px)
{
.socialFoot {margin-left:0;}
.socialFoot img{margin-right:5px;}
}


@media only screen and (max-width: 997px)
{
.gaptop{margin-top: -150px !important;}
}

@media only screen and (max-width: 565px)
{
.gsc-control-cse{padding-top:68px !important;}
}
