/* ----------------------------------------------------------------

	- Basic
	- Typography
	- Basic Layout Styles
	- Helper Classes
	- Sections
	- Columns & Grids
	- Flex Slider
	- Swiper Slider
	- Header
		- Logo
		- Primary Menu
		- Mega Menu
		- Sticky Header
	- Slider
	- Page Title
	- Content
	- Portfolio
	- Blog
	- Events
	- Shortcodes
		- Buttons
		- Featured Boxes
		- Toggles
		- Quotes & Blockquotes
	- Divider
	- Go To Top
	- Preloaders
	- Footer
	- Widgets
	- Stretched Layout
	- Page Transitions

---------------------------------------------------------------- */



/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #76C043;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #77c044; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #77c044; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	line-height: 1.5;
	color: #555;
/*	font-family: 'Lato', sans-serif;
*/}

a {
	text-decoration: none !important;
	color: #38a5ac;
}

a:hover { color: #25609a; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }

.nowrap { white-space: nowrap; }

.nomargin { margin: 0; }

.margintop12 { margin-top: 12px; }

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #25609a;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: -.005em;
}

.single-post h2 {
	font-size: 14px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	margin-bottom: .8em;
	}

.col_full h3.calendar-month-year { font-family: 'Open Sans Condensed', sans-serif; font-size: 20px; }

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 28px; text-transform:uppercase; }

h2 { font-size: 24px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #25609a; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
/*table,*/
fieldset,
form { margin-bottom: 30px; }

small { font-family: 'Lato', sans-serif; }


/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/
.uppercase { text-transform: uppercase !important; }

.lowercase { text-transform: lowercase !important; }

.capitalize { text-transform: capitalize !important; }

.nott { text-transform: none !important; }

.tright { text-align: right !important; }

.tleft { text-align: left !important; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {
	position: relative;
	overflow: hidden !important;
}

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

body, #wrapper { background: url(../media/images/squairy.png) repeat #f7f7f7; }

.line,
.double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 60px 0;
	border-top: 1px solid #EEE;
}

.line.line-sm { margin: 30px 0; }

span.middot {
	display: inline-block;
	margin: 0 5px;
}

.double-line { border-top: 3px double #E5E5E5; }

.emptydiv {
	display: block !important;
	position: relative !important;
}

.allmargin { margin: 50px !important; }

.leftmargin { margin-left: 50px !important; }

.rightmargin { margin-right: 50px !important; }

.topmargin { margin-top: 50px !important; }

.bottommargin { margin-bottom: 50px !important; }

.clear-bottommargin { margin-bottom: -50px !important; }

.allmargin-sm { margin: 30px !important; }

.leftmargin-sm { margin-left: 30px !important; }

.rightmargin-sm { margin-right: 30px !important; }

.topmargin-sm { margin-top: 30px !important; }

.bottommargin-sm { margin-bottom: 30px !important; }

.clear-bottommargin-sm { margin-bottom: -30px !important; }

.allmargin-lg { margin: 80px !important; }

.leftmargin-lg { margin-left: 80px !important; }

.rightmargin-lg { margin-right: 80px !important; }

.topmargin-lg { margin-top: 80px !important; }

.bottommargin-lg { margin-bottom: 80px !important; }

.clear-bottommargin-lg { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

.header-stick { margin-top: -50px !important; }

.content-wrap .header-stick { margin-top: -80px !important; }

.footer-stick { margin-bottom: -50px !important; }

.content-wrap .footer-stick { margin-bottom: -80px !important; }

.noborder { border: none !important; }

.noleftborder { border-left: none !important; }

.norightborder { border-right: none !important; }

.notopborder { border-top: none !important; }

.nobottomborder { border-bottom: none !important; }

.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }

.col-padding { padding: 60px; }

.nopadding { padding: 0 !important; }

.noleftpadding { padding-left: 0 !important; }

.norightpadding { padding-right: 0 !important; }

.notoppadding { padding-top: 0 !important; }

.nobottompadding { padding-bottom: 0 !important; }

.noabsolute { position: relative !important; }

.noshadow { box-shadow: none !important; }

.hidden { display: none !important; }

.nothidden { display: block !important; }

.inline-block {
	float: none !important;
	display: inline-block !important;
}

.center { text-align: center !important; }

.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.bgcolor,
.bgcolor #header-wrap { background-color: #25609a !important; }

.color { color: #25609a !important; }

.border-color { border-color: #25609a !important; }

.nobg { background: none !important; }

.nobgcolor { background-color: transparent !important; }

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }

.ls0 { letter-spacing: 0px !important; }

.ls1 { letter-spacing: 1px !important; }

.ls2 { letter-spacing: 2px !important; }

.ls3 { letter-spacing: 3px !important; }

©.ls4 { letter-spacing: 4px !important; }

.ls5 { letter-spacing: 5px !important; }

.noheight { height: 0 !important; }

.nolineheight { line-height: 0 !important; }

.font-body { font-family: 'Lato', sans-serif; }

.font-primary { font-family: 'Raleway', sans-serif; }

.font-secondary { font-family: 'Crete Round', Georgia, serif; }

.bgicon {
	display: block;
	position: absolute;
	bottom: -60px;
	right: -50px;
	font-size: 210px;
	color: rgba(0,0,0,0.1);
}

.imagescale,
.imagescalein {
	display: block;
	overflow: hidden;
}

.imagescale img,
.imagescalein img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.imagescale:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.imagescalein img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.imagescalein:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.grayscale {
	filter: brightness(80%) grayscale(1) contrast(90%);
	-webkit-filter: brightness(80%) grayscale(1) contrast(90%);
	-moz-filter: brightness(80%) grayscale(1) contrast(90%);
	-o-filter: brightness(80%) grayscale(1) contrast(90%);
	-ms-filter: brightness(80%) grayscale(1) contrast(90%);
	transition: 1s filter ease;
	-webkit-transition: 1s -webkit-filter ease;
	-moz-transition: 1s -moz-filter ease;
	-ms-transition: 1s -ms-filter ease;
	-o-transition: 1s -o-filter ease;
}

.grayscale:hover {
	filter: brightness(100%) grayscale(0);
	-webkit-filter: brightness(100%) grayscale(0);
	-moz-filter: brightness(100%) grayscale(0);
	-o-filter: brightness(100%) grayscale(0);
	-ms-filter: brightness(100%) grayscale(0);
}


/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/


.section {
	position: relative;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}

.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

#heroimage.parallax { background-position: center 60px !important; }

.mobile-parallax,
.video-placeholder {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

.section .container { z-index: 2; }

.section .container + .video-wrap { z-index: 1; }

.revealer-image {
	position: relative;
	bottom: -100px;
	transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image { bottom: -50px; }

#section-about.page-section { padding-top: 60px; }

#aboutnextngawest img { float: left; margin: -20px 50px 70px 0; }

#aboutnextngawest i { margin: 0 6px 0 8px; }

#ngapartneragencies .heading-block { margin-bottom: 40px; padding-top: 40px; }


/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/


.postcontent { width: 860px; }
.postcontent.bothsidebar { width: 580px; }
.sidebar { width: 240px; }
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	/*position: relative;*/
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
}

.postcontent,
.sidebar { margin-right: 40px; }

.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}

section .col_full {
	float: left;
	background-color: white;
	box-shadow: 0px 0px 4px #e4e4e4;
	padding: 60px 26px 40px;
	min-height: 800px;
}

.col_three_fourth {
	width: 75%;
	margin-right: 3%;
	padding: 20px 20px 20px 30px;
}

.col_full > .col_three_fourth,
.col_full > .entry > .col_three_fourth {
	padding: 0 14px 0 0;
	box-shadow: none;
	margin-right: 0;
}

section.col_three_fourth > section.col_half,
section.col_three_fourth > section.col_half > section.col_half { margin-right: 0; }

section.col_three_fourth > section.col_half ul { padding-left: 14px; line-height: 2em; }

.postcontent.col_last,
.sidebar.col_last {
	float: right;
	padding-left: 20px;
	border-left: 1px solid #eee;
}

.col_last {
	margin-right: 0 !important;
/*	padding-right: 14px;
*/	clear: right;
}

#upcoming-calendar-events {
	max-height: initial;
	overflow: initial;
	clear:both;
	}

#upcoming-calendar-events.col_last { float: left; width: 350px; }

.col_one_fourth.col_last { margin-right: 0; border-right: none !important; }

.upcoming-calendar-events {
	max-height:540px;
	background-color: transparent;
	padding: 0;
	}

.upcoming-calendar-events.col_one_fourth {
	margin: 0 0 10px 0;
	padding: 0;
	width: 25%;
	}

.upcoming-calendar-events.col_half { width: 50%; margin-right: 0; }


/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/


.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

#currentevents .fslider { padding: 0 20px 0 0; }

.modal-dialog .fslider { min-height: 400px; }


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
	/*max-height: 2000px;*/
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	height: auto;
}

.flex-control-nav {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 14px;
	right: 10px;
	margin: 0;
}

.flex-control-nav li {
	float: left;
	clear: none;
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #FFF;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #FFF; }


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


#header {
	position: relative;
	background-color: #FFF;
	border-bottom: 1px solid #F5F5F5;
}

#header .container { position: relative; }

#header.transparent-header {
	background: transparent;
	border-bottom: none;
	z-index: 199;
}

#header.semi-transparent { background-color: rgba(255,255,255,0.8); }

#header.transparent-header.floating-header { margin-top: 60px; }

#header.transparent-header.floating-header .container {
	width: 1220px;
	background-color: #FFF;
	padding: 0 40px;
	border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
	width: 1170px;
	padding: 0 15px;
}

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -100px;
	margin-bottom: -100px;
}

#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
	top: -160px;
	margin-bottom: -160px;
}

#header.transparent-header + #page-title.page-title-parallax .container {
	z-index: 5;
	padding-top: 100px;
}

#header.full-header { border-bottom-color: #EEE; }

body.stretched #header.full-header .container {
	width: 100%;
	padding: 0 30px;
}

#header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0,0,0,0.1); }

#slider + #header.transparent-header.full-header #header-wrap {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}


/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 100%;
	margin-right: 15px;
	width: 220px;
}

#header.sticky-header > #header-wrap > .container.clearfix > a > #logo {
	content:url("media/images/n2w_small.png");
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	}

#header.full-header #logo {
	padding-right: 30px;
	margin-right: 30px;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#header.transparent-header.full-header #logo { border-right-color: rgba(0,0,0,0.1); }

#logo a {
	display: block;
	color: #000;
}

#logo img {
	display: block;
	max-width: 100%;
}

#logo div.standard-logo { display: block; }

#logo div.retina-logo { display: none; }


/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/

#primary-menu { float: right; }

#primary-menu ul.mobile-primary-menu { display: none; }

#header.full-header #primary-menu > ul {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
/*	border-right: 1px solid #EEE;
*/}

#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); }

#primary-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#primary-menu ul {
	list-style: none;
	margin: 0;
}

#primary-menu > ul { float: left; }

#primary-menu ul li { position: relative; }

#primary-menu ul li.mega-menu { position: inherit; }

#primary-menu ul > li {
	float: left;
	clear: none;
	margin-left: 2px;
}

#primary-menu > ul > li:first-child { margin-left: 0; }

#primary-menu ul li > a {
	display: block;
	line-height: .8em;
	color: #192f43;
	letter-spacing: 1px;
	-webkit-transition: margin .1s ease, padding .1s ease;
	-o-transition: margin .1s ease, padding .1s ease;
	transition: margin .1s ease, padding .1s ease;
}

#primary-menu ul li > a > div > i {
	padding-left:0;
	}

#primary-menu ul li > a span { display: none; }

#primary-menu ul li > a i {
	/*position: relative;
	top: -1px;*/
	font-size: 14px;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top;
}

#primary-menu .title {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -.005em;
	}

#primary-menu ul li > a i.icon-angle-down:last-child {
	font-size: 12px;
	margin: 0 0 0 5px;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #25609a; }

#primary-menu > ul > li.sub-menu > a > div { }

body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column),
body.no-superfish #primary-menu li:hover > .mega-menu-content { display: block; }

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.7);
	border: 1px solid #EEE;
	border-top: 2px solid #77c044;
	z-index: 199;
	margin: 0;
	padding: 0 16px 24px 16px;
	border-radius: 0 0 4px 4px;
}

#primary-menu ul ul:not(.mega-menu-column) ul {
	top: -2px !important;
	left: 218px;
}

#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
	left: auto;
	right: 0;
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 218px; }

#primary-menu ul ul li {
	float: none;
	margin: .8em 0;
}

#primary-menu ul ul li.nomargin { margin: 0; }

#primary-menu ul ul li h4 { margin-bottom: 0; }

#primary-menu a.margintop12 { margin-top: 12px; }

.mega-menu-column li { margin-top: 0; }

#primary-menu ul ul li:first-child { border-top: 0; }

#primary-menu ul ul li > a {
	color: #38a5ac;
	border: 0;
	letter-spacing: 0;
}

#primary-menu ul ul li > a i, nav li.menu-category > a > i {
	color: #38a5ac;
	margin-top: 2px;
	display: inline-block;
	margin: 0 7px 0 0;
	}

li.menu-category a { margin-top: 22px; }

li.menu-article a { margin: 0; padding: 0 0 0 24px; }

li.menu-article a:last-child { border-bottom: 1px dashed; }

#primary-menu li.menu-separator {
	border-bottom: 1px dotted #77c044;
	margin: 16px 0 0 0;
	font-size: 1px;
}

nav li.menu-category > a > i { 	margin: 0 7px 0 0; }

#primary-menu ul ul li > a:hover i { color: #25609a; }

#primary-menu ul ul li:hover > a {
	color: #25609a;
}

#primary-menu .fa-external-link {
	display: inline-block;
	color: #a7a7a7;
	margin: -2px 2px 0 0;
	font-size: .6em;
	}

#primary-menu span.externallink {
	display: block;
	vertical-align:baseline;
	white-space: nowrap;
}

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
	background-image: url("media/images/icons/submenu.png");
	background-position: right center;
	background-repeat: no-repeat;
}

#primary-menu ul ul.connect:not(.mega-menu-column) {
	right: 0;
	min-width: 210px;
	width: initial;
	}

ul.connect p.menu-description {
	line-height: 1.4em;
	color: #666;
	margin: 20px 0 0 24px;
}

ul.connect a.hotline { margin-top: 14px; }

ul.bullet-list li { margin: 0 0 .4em 17px; }

/* ----------------------------------------------------------------
	Mega Menu
-----------------------------------------------------------------*/

#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0 15px;
	width: auto;
	max-width: none;
}

#latestnews.mega-menu-content.style-2.clearfix.menu-pos-invert,
#information.mega-menu-content.style-2.clearfix.menu-pos-invert,
#opportunities.mega-menu-content.style-2.clearfix.menu-pos-invert {
	width:640px;
	margin-left: -320px;
	position: absolute;
	left: 50%;
}

#aboutngawest, #contactusmenu,
#latestnews.mega-menu-content.style-2.clearfix.menu-pos-invert,
#information.mega-menu-content.style-2.clearfix.menu-pos-invert {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

li.mega-menu-title.sub-menu > a > div, nav li.menu-category {
	display: inline;
	color: #38a5ac;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: -20px;
	padding: 0;
	margin-bottom: -.3em;
	border-bottom: 1px dotted;
	-webkit-transition: all.1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

li.mega-menu-title.sub-menu > a > div:hover, nav li.menu-category:hover {
	color: #25609a;
	padding: 0 !important;
	-webkit-transition: all.1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	}

li.mega-menu-title.sub-menu > a > div > i {
	display: none;
	}

li.mega-menu-title.sub-menu > a > div:hover > i {
	display: inline-block;
	padding-left: 0;
	margin-left: -.5em;
	}

#primary-menu ul ul li > a i.fa-chevron-right {
	color: #fff;
	margin-left: 0;
	padding-left: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}

#primary-menu ul ul li > a:hover i.fa-chevron-right {
	color: #25609a;
	padding-left: 1em;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}

.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0;
	width: 1220px;
}

body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; }

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 30px; }

#primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0; }

#primary-menu ul li .mega-menu-content ul {
	display: block;
	position: relative;
	top: 0;
	min-width: inherit;
	border: 0;
	box-shadow: none;
	background-color: transparent;
	padding-left: 0;
}

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
	display: inline-block !important;
	opacity: 1 !important;
	top: 0;
	left: 0;
}

#primary-menu ul li .mega-menu-co#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-contentntent ul.mega-menu-column {
	float: left;
	margin: 0;
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 { width: 19.7%; }

#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) { width: 100%; }

#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
/*	border-left: 1px solid #dde0e6;*/
	border-left: 2px solid #77c044;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
	padding: 0 12px;
}

li.menu-right > ul li .mega-menu-content.style-2 ul.mega-menu-column { padding-top: 0; margin-top: 0; }

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column.col-5 {
	top: 20px;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title { margin-top: 20px; }

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child { margin-top: 0; }

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	color: #555;
	padding: 0 !important;
	line-height: 1.3 !important;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a { background-color: transparent; }

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover,
nav li.menu-category a:hover, li.menu-article a:hover {
	color: #25609a; margin-left: 6px; margin-right: -6px; }

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a {
	background: none;
	 padding: 3px 0 0 9px !important;
	display: block;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a:hover {
	border-bottom: none;
	color: #25609a !important;
}

#primary-menu ul li .mega-menu-content.style-2 ul li > a {
	padding-left: 16px;
	text-transform:capitalize;
}

#primary-menu ul li .mega-menu-content.style-2 ul li.menu-category > a {
	text-transform: uppercase;
	padding-left: 0;
	}

#primary-menu ul li .mega-menu-content.style-2 ul li.menu-category > a:hover {
	padding-left: 6px;
	}

#primary-menu ul li .mega-menu-content.style-2 ul li > a:hover { padding-left: 28px; }

li > h4.mega-menu-header {
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
}

.mega-menu-column li > h4.mega-menu-header { margin-bottom: 0; }

.mega-menu-column .entry-meta {
	margin: 8px -10px 0 0 !important;
	border: none !important;
	padding: 0 !important;
}

.mega-menu-column .entry-meta li {
	float: left !important;
	border: none !important;
	margin: 0 10px 0 0 !important;
}

#primary-menu ul.mega-menu-column.col-md-4,
#primary-menu ul.mega-menu-column.col-md-6 {
	margin: 20px 0;
}

/* #primary-menu #information ul.mega-menu-column.col-md-4 {
} */

#primary-menu ul.mega-menu-column.col-md-4:last-child {
	border:none;
	}

.menu-description { font-size: 12px; margin: 16px 0 0 1em; }

#footer .menu-description {
	font-size: 10px;
	font-weight: 300;
	color: #c6cbd3;
	margin: 16px 0 .3em 0;
}

#footer.dark a.hotline { font-size: 14px; }

.mega-menu .widget p {
	font-size: 12px !important;
	line-height: 1.4em;
	margin-bottom: 0;
}

].mega-menu .widget address {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	letter-spacing: -.005em;
	margin-top: 20px;
}

.mega-menu .widget i {
	font-size: 1.6em;
	float: left;
	padding-right: 12px;
	margin: 2px 0 2em;
}

.menu-right { width: 740px !important; right: 0px; }


/* Primary Menu - Sub Title
-----------------------------------------------------------------*/

#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
	margin-left: 1px;
}

#primary-menu.sub-title ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}

#primary-menu.sub-title > ul > li > a,
#primary-menu.sub-title > div > ul > li > a {
	line-height: 14px;
	padding: 27px 20px 32px;
	text-transform: uppercase;
	border-top: 5px solid transparent;
}

#primary-menu.sub-title > ul > li > a span,
#primary-menu.sub-title > div > ul > li > a span {
	display: block;
	margin-top: 10px;
	line-height: 12px;
	font-size: 11px;
	font-weight: 400;
	color: #888;
	text-transform: capitalize;
}

#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li.current > a {
	background-color: #25609a;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.24);
	border-top-color: rgba(0,0,0,0.1);
}

#primary-menu.sub-title > ul > li:hover > a span,
#primary-menu.sub-title > ul > li.current > a span,
#primary-menu.sub-title.style-2 > div > ul > li:hover > a span,
#primary-menu.sub-title.style-2 > div > ul > li.current > a span { color: #EEE; }

#primary-menu.sub-title.style-2 ul ul span { display: none; }


/* Primary Menu - Split Menu
-----------------------------------------------------------------*/

@media (min-width: 992px) {

	#header.split-menu #logo {
		position: absolute;
		width: 100%;
		text-align: center;
		margin: 0;
		float: none;
		height: 100px;
	}

	#header.split-menu #logo div.standard-logo { display: inline-block; }

}

#header.split-menu #primary-menu {
	float: none;
	margin: 0;
}

#header.split-menu #primary-menu > ul { z-index: 199; }

#header.split-menu #primary-menu > ul:first-child { float: left; }

#header.split-menu #primary-menu > ul:last-child { float: right; }


/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/

#header,
#header-wrap,
#logo img {
	height: auto;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

#header, #header-wrap, #logo img[src="media/images/logo@2x.png"] {
	height: 100px;
	}

#header.sticky-style-2 { height: 161px; }

#header.sticky-style-3 { height: 181px; }

#header.sticky-style-2 #header-wrap { height: 60px; }

#header.sticky-style-3 #header-wrap { height: 80px; }

#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}

#top-search,
#top-cart {
	-webkit-transition: margin .4s ease, opacity .3s ease;
	-o-transition: margin .4s ease, opacity .3s ease;
	transition: margin .4s ease, opacity .3s ease;
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger,
body:not(.top-search-open) #top-account {
	opacity: 1;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger,
body.top-search-open #top-account { opacity: 0; }

#header.sticky-header.semi-transparent { background-color: transparent; }

#header-wrap {
	position: relative;
	z-index: 199;
	-webkit-backface-visibility: hidden;
	box-shadow: 0px 0px 6px rgba(0,0,0,.65)
}

#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .65);
}

#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) }

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 60px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	padding-top: 19px;
	padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 { height: 161px; }

#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; }

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#header.sticky-header:not(.static-sticky) #top-account {
	margin-top: 12px !important;
	margin-bottom: 13px !important;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; }

#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; }


/* Primary Menu - Style 5
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li { margin-left: 2px; }

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child { margin-left: 0; }

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a {
	line-height: 22px;
	padding-top: 19px;
	padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div { padding: 0; }

#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i {
	display: inline-block;
	width: 16px;
	top: -1px;
	margin: 0 6px 0 0;
	font-size: 14px;
	line-height: 22px;
}

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li {
	background: none !important;
	margin-left: 2px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child { margin-left: 0; }

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a {
	line-height: 22px;
	padding: 19px 15px;
	text-transform: none;
	font-size: 14px;
	border-top: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; }

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span.externallink { display: block; }


/* ----------------------------------------------------------------
	Side Push Panel
-----------------------------------------------------------------*/

body.side-push-panel { overflow-x: hidden; }

#side-panel {
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 399;
	width: 300px;
	height: 100%;
	background-color: #F5F5F5;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

body.side-panel-left #side-panel {
	left: -300px;
	right: auto;
}

body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container { right: 0; }

body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
	left: 0;
	right: auto;
}

#side-panel .side-panel-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 330px;
	height: 100%;
	overflow: auto;
	padding: 50px 70px 50px 40px;
}

body.device-touch #side-panel .side-panel-wrap { overflow-y: scroll; }

#side-panel .widget {
	margin-top: 40px;
	padding-top: 40px;
	width: 220px;
	border-top: 1px solid #E5E5E5;
}

#side-panel .widget:first-child {
	padding-top: 0;
	border-top: 0;
	margin: 0;
}

body.side-panel-open #side-panel { right: 0; }

body.side-panel-left.side-panel-open #side-panel {
	left: 0;
	right: auto;
}

body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 300px; }

body.side-push-panel.side-panel-open.stretched .slider-parallax-inner { left: -300px; }

body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper,
body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container,
body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner {
	left: 300px;
	right: auto;
}

#side-panel-trigger {
	display: block;
	cursor: pointer;
	z-index: 11;
	margin-right: 5px;
}

#side-panel-trigger-close a { display: none; }

#side-panel,
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header .container {
	-webkit-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease;
}

body.side-panel-left #side-panel,
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header .container,
body.side-push-panel.stretched .slider-parallax-inner {
	-webkit-transition: left .4s ease;
	-o-transition: left .4s ease;
	transition: left .4s ease;
}

.body-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

body.side-panel-open .body-overlay {
	opacity: 1;
	z-index: 298;
	pointer-events: auto;
}

body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover { cursor: url('media/images/icons/close.png') 15 15, default; }


/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/


#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 598px;
	height: auto;
}

.slider-parallax { position: relative; }

.slider-parallax,
.slider-parallax .swiper-container {
	visibility: visible;
	-webkit-backface-visibility: hidden;
}

.slider-parallax .slider-parallax-inner {
	position: fixed;
	width: 100%;
	height: 100%;
}

.device-touch .slider-parallax .slider-parallax-inner { position: relative; }

body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; }

body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; }

#header.transparent-header + .slider-parallax .slider-parallax-inner { top: 0; }

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
	will-change: transform;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: transform 0s linear;
	-webkit-backface-visibility: hidden;
}


/* Flex Slider - Thumbs
-----------------------------------------------------------------*/

.fslider[data-animation="fade"][data-thumbs="true"] .flexslider,
.fslider.testimonial[data-animation="fade"] .flexslider { height: auto !important; }

.flex-control-nav.flex-control-thumbs {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 2px -2px -2px 0;
	height: 75px;
}

.flex-control-nav.flex-control-thumbs li { margin: 0 2px 2px 0; }

.flex-control-nav.flex-control-thumbs li img {
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	border-radius: 0;
	margin: 0;
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
	display: block;
	width: 100px !important;
	height: auto !important;
}

.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
	border-width: 0;
	opacity: 1;
}


/* Flex Thumbs - Flexible
-----------------------------------------------------------------*/

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
	margin: 2px -2px -2px 0;
	height: auto;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
	width: 25% !important;
	height: auto !important;
	margin: 0;
	padding: 0 2px 2px 0;
}

.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li { width: 33.30% !important; }
.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li { width: 20% !important; }
.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li { width: 16.66% !important; }
.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li { width: 12.5% !important; }
.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li { width: 10% !important; }
.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li { width: 8.33% !important; }

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
	width: 100% !important;
	height: auto !important;
}


/* Swiper Slider
-----------------------------------------------------------------*/

.swiper_wrapper {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.full-screen .swiper_wrapper { height: auto; }

.swiper_wrapper .swiper-container {
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
	background: url('media/images/pattern2.png') repeat;
}

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

#slider .container {
	position: relative;
	height: 100%;
}

#slider.canvas-slider .swiper-slide img { width: 100%; }

#slider.canvas-slider a {
	display: block;
	height: 100%;
}


.swiper-pagination {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 20px !important;
	text-align: center;
	line-height: 1;
}

.swiper-pagination span {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active { background-color: #FFF !important; }


/* Revolution Slider
-----------------------------------------------------------------*/

.tp-banner .button { height: auto !important; }


/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption,
.nivo-caption,
.flex-caption {
	position: absolute;
	top: 120px;
	left: 15px;
	z-index: 20;
	max-width: 500px;
	color: #EEE;
	font-size: 22px;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}

#heroimage .slider-caption { position: relative; margin: 135px auto 0; }

.slider-caption.dark.fadeInUp.animated {
	text-shadow: 1px 1px 2px black;
	background-color: rgba(25, 47, 67, 0.77);
	padding:14px;
	border-radius: 5px;
	transition: opacity ease-in 1s;
	}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #222;
	text-shadow: none;
}

.slider-caption .dark {
	text-shadow: 1px 1px 2px black;
}

.slider-caption h2 {
	font-size: 64px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}

.slider-caption p {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -.03em;
	font-family: inherit;
}

.slider-caption.slider-caption-right {
	left: auto;
	right: 15px;
}

.slider-caption.slider-caption-center {
	position: relative;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slider-caption-bg {
	padding: 5px 12px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
	top: auto;
	bottom: 50px;
	left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	font-weight: 400;
	text-shadow: none;
}

.slider-caption-top-left {
	top: 50px;
	bottom: auto;
}

.slider-caption-top-right {
	top: 50px;
	bottom: auto;
	left: auto;
	right: 50px;
}

.slider-caption-bottom-right {
	left: auto;
	right: 50px;
}


/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/


#page-title {
	position: relative;
	padding: 33px 0 7px 0;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EEE;
}

#page-title .container { position: relative; }

#page-title h1 {
	padding: 0;
	margin-left: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
	float: left;
}

#page-title p { margin-left: 1em; }

h3.calendar-month-year { margin: 0; }

.page-title h2:first-child {
	margin-top: 0;
	}

ul.article-list-link > li { list-style: none; }

ul.article-list-link > li .publication-date {
	font-size: .8em;
	color: #909090;
	padding-left: 8px;
}

ul.article-list-link > li i { margin-right: 5px; }

.page-title li a, .article-list-link li a {
	font-size: 16px;
	color: #38a5ac;
	line-height: 1.8em;
	padding-right: 8px;
}

#content .page-title p, #content .page-title li {
	line-height: 1.6;
}

#content .page-title p a {
	transition: none;
	font-size: inherit;
	line-height: inherit;
	}

#content .page-title p a.more-link { font-size: 10px; }

#content .page-title p a.more-link i { margin: 0 0 0 6px; padding: 0; }

.page-title a:hover, .entry-content a:hover {
	color: #25609a;
	}

.page-title > .button a:hover { color: #fff; }

.documents { }

.documentsarchive {
	background: #efefef;
	clear: both;
	margin-bottom: 20px;
	padding: 20px 0;
	border-radius: 5px;
	}

.documentsarchive p {
	width: 700px;
	text-align: right;
	float: left;
	padding-right: 20px;
	margin: 3px 20px 0 50px;
	min-height: 3em;
	border-right: 4px solid #e5e5e5;
}

#upcoming-calendar-events .button.button-rounded a:hover {
	color: #f1fde9 !important;
	text-shadow: 1px 1px 1px rgba(116, 81, 70, 0.24);
	}

.page-title i, .entry-content i {	padding-left: 2em; margin-right: 4px; 	}

#publicationsarchive .entry-content i { padding-left: 0; }

a .fa-arrow-down,
a .fa-arrow-left,
.page-title a .fa-arrow-down,
.entry-content a .fa-arrow-down,
.page-title a .fa-arrow-right,
.entry-content a .fa-arrow-right,
.page-title a .fa-arrow-left,
.entry-content a .fa-arrow-left,
.page-title a .fa-external-link,
.article-list-link a .fa-external-link,
.icon-link a .fa-arrow-down,
.icon-link a .fa-arrow-left,
#page-title.page-title-dark .fa-chevron-circle-left,
#currentevents a.button.more-link .fa-arrow-down,
#posts a.button.more-link .fa-arrow-down { display:none; }



a:hover .fa-arrow-down, a:active .fa-arrow-down, a:focus .fa-arrow-down,
a:hover .fa-arrow-left,
.page-title a:hover .fa-arrow-down,
.entry-content a:hover .fa-arrow-down,
.page-title a:hover .fa-arrow-right,
.entry-content a:hover .fa-arrow-right,
.page-title a:hover .fa-arrow-left,
.entry-content a:hover .fa-arrow-left,
.page-title a:hover .fa-external-link,
.article-list-link a:hover .fa-external-link,
.icon-link a:hover .fa-arrow-down,
.icon-link a:hover .fa-arrow-left,
#page-title.page-title-dark a:hover .fa-chevron-circle-left,
#currentevents a:active.button.more-link .fa-arrow-down,
#currentevents a:focus.button.more-link .fa-arrow-down,
#currentevents a:hover.button.more-link .fa-arrow-down,
#posts a:active.button.more-link .fa-arrow-down,
#posts a:focus.button.more-link .fa-arrow-down,
#posts a:hover.button.more-link .fa-arrow-down { display:inline-block; }

#currentevents a:hover.button.more-link .fa-arrow-down,
#posts a:hover.button.more-link .fa-arrow-down { padding-right: 12px; }

p .icon-link i, .entry-content p i  {
	margin: 0;
	padding: 0 4px;
	}

p .icon-link i.fa-arrow-down { padding-left: .22em; }

.icon-link:before { display: none; }

li.icon-link, #posts.externalarticle li.lead {
	list-style: none;
	font-size: 18px;
	color: #777;
	margin-left: 17px;
	clear: both;
}

li.icon-link a {
	text-decoration: none !important;
}

.entry-content p a.more-link i { margin-left: 6px; }

.entry-content p a:hover i, p .icon-link a:hover i { padding: 0 4px; }

.entry-content a .fa-arrow-left {
	margin-right: .12em;
}

.lead a .fa-arrow-left {
	margin-right: .42em;
}

#page-title.page-title-dark a:hover .fa-chevron-circle-left { margin-left: 1.2px; }

a:active .fa-file, a:hover .fa-file, a:focus .fa-file,
a:hover .fa-file-o,
.page-title a:hover .fa-file,
.entry-content a:hover .fa-file,
.page-title a:hover .fa-file-o,
.entry-content a:hover .fa-file-o,
.page-title a:hover .fa-external-link-square,
.article-list-link a:hover .fa-external-link-square,
.icon-link a:hover .fa-file,
.icon-link a:hover .fa-file-o,
#page-title.page-title-dark a:hover .fa-wrench,
#currentevents a:active.button.more-link .fa-file,
#currentevents a:focus.button.more-link .fa-file,
#currentevents a:hover.button.more-link .fa-file,
#posts a:active.button.more-link .fa-file,
#posts a:focus.button.more-link .fa-file,
#posts a:hover.button.more-link .fa-file { display:none; }

.breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: 50% !important;
	left: auto !important;
	right: 15px !important;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}

/* Page Title - Dark
-----------------------------------------------------------------*/

#page-title.page-title-dark {
	/*background-color: #25609a;*/
	background: #25609a url(media/images/pageheader_hex_solid.gif) repeat-x;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
	border-bottom: none;
}

#page-title.page-title-dark h1, #page-title.page-title-dark h4 {
	color: #fff;
	text-transform: uppercase;
}

#page-title.page-title-dark h4 { display: inline; }

#page-title.page-title-dark.subject {
	padding: 10px 0;
	width: 100%;
}

#page-title.page-title-dark.subject a { color: #b0c1d8; }

#page-title.page-title-dark.subject a:hover { color: #dfe7f1; }


#page-title.page-title-dark a > h4,
#page-title.page-title-dark a > i { color: #b0c1d8; }

#page-title.page-title-dark a:hover > h4,
#page-title.page-title-dark a:hover > i { color: #fff; }

#page-title.page-title-dark span { color: rgba(255,255,255,0.7); }

#page-title.page-title-dark p {
	color: #b0c1d8;
	margin-top: 0;
	display: inline-block;
	vertical-align: bottom;
	line-height: 2em;
	}

	#page-title.page-title-dark i {
		color: white;
		font-size: 18px;
		float: left;
		margin: 1px 5px 5px 0;
	}

#page-title.page-title-dark.subject p { font-size: inherit; display: inline; }


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


#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}

#content p { color: #555; line-height: 1.6em; margin-bottom: 1.8em; }

#posts p { margin-bottom: 2em; }

#ngapartneragencies p {
	text-align:center;
	display:block;
	margin-top:10px;
}

#heroimage .slider-caption p { margin-bottom: .8em; font-weight: 300; color: #fff; }

.content-wrap {
	position: relative;
	padding: 0;
	background: url(media/images/squairy.png) repeat #f7f7f7;
}

#content .container { position: relative; padding: 0; }

.page-title { padding-left: 98px; }

.grid-container {
	position: relative;
	overflow: hidden;
}

body:not(.device-touch) .grid-container {
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
}

.externallink {
	color: #a7a7a7;
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
}

p.partner-externallink { text-align: center; font-size: 16px; }

.inline-externallink, li > .inline-externallink {
	color: #888;
	font-size: .8em;
	padding-left: .25em;
	vertical-align: baseline;
}

a.anchor:before {
	display: block;
	position: relative;
	content: " ";
	visibility: hidden;
	height: 130px;
	margin-top: -130px;
	}


/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/


/* Portfolio - Filter
-----------------------------------------------------------------*/

.portfolio-filter {
	position: relative;
	margin: 0 0 40px 0;
	list-style: none;
	border: 1px solid rgba(0,0,0,0.07);
	float: left;
	border-radius: 4px;
}

.portfolio-filter li {
	float: left;
	clear: none;
	margin: 0;
	position: relative;
}

.portfolio-filter li a {
	display: block;
	position: relative;
	padding: 12px 18px;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	border-left: 1px solid rgba(0,0,0,0.07);
}

.portfolio-filter li:first-child a {
	border-left: none;
	border-radius: 4px 0 0 4px;
}

.portfolio-filter li:last-child a { border-radius: 0 4px 4px 0; }

.portfolio-filter li a:hover { color: #25609a; }

.portfolio-filter li.activeFilter a {
	color: #FFF !important;
	background-color: #25609a;
	margin: -1px 0;
	padding: 13px 18px;
	font-weight: bold;
}


.bothsidebar .portfolio-filter li a { padding: 12px 14px; }

.bothsidebar .portfolio-filter li.activeFilter a { padding: 13px 18px; }


/* Portfolio - Items
-----------------------------------------------------------------*/

.portfolio {
	position: relative;
	margin: 0 -12px -12px 0;
}

body:not(.device-touch) .portfolio {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}

.portfolio-item {
	float: left;
	position: relative;
	height: 290px;
	padding: 0 12px 30px 0;
}

.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio { overflow: hidden; }

.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


/*----- PHOTO GALLERY -----*/

#portfolio article img { border-radius: 3px; }

#portfolio article .modal img { border-radius: 0; }

#portfolio h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: normal;
  color: #999;
  letter-spacing: 0;
  margin: 10px 0;
  clear: both;
}

a.image-modal-hover {
	position: relative;
	display: block;
	max-width: 100%;
}

a.image-modal-hover .portfolio-overlay {
	width: 100%;
	height: 100%;
	display: block;
	background: 0 0;
	position: absolute;
	top: 0;
	color: #fff;
	text-align: center;
	line-height: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

a.image-modal-hover:hover .portfolio-overlay {
	background-color: rgba(37, 96, 154, 0.9);
	border-radius: 3px;
}

a.image-modal-hover .portfolio-overlay i {
	top: 60%;
	margin-top: -15px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 28px;
}

a.image-modal-hover:hover .portfolio-overlay i {
	top: 50%;
	color: #fff;
	text-shadow: 0 1px 4px #0c2033;
}

.image-modal-hover + h3 { margin: 4px 0 10px 0; }

.modal-dialog {
	width: auto;
	margin: 30px auto;
	max-width: 1030px;
}

#portfolio .entry-meta, .photometa .entry-meta { float: left; margin: 0; padding: 0; }

#portfolio .entry-meta li {
  font-size: 10px;
  line-height: 1em;
  margin: 6px 0 1em;
}

#portfolio .entry-meta li i {
  font-size: 11px;
  line-height: 1.2em;
}

.modal .entry-meta li {
  font-size: 12px;
  line-height: .4em;
  margin: 0 10px 15px 0;
}

.modal .entry-meta li i {
	font-size: 12px;
	margin-right: 5px;
	line-height: 1.2em;
}

.photometa { margin-top: 10px; padding-bottom: 10px; }

.photometa .credit { margin: 0; padding: 0; font-size: 12px; }

.portfolio-filter li a:hover { color: #25609a !important; background-color: #e7f0f8; }

.portfolio-filter li.activeFilter a { font-weight: inherit; }

.carousel-indicators {  margin-bottom: 2px; }

.carousel-control span.fa { position: absolute; top: 50%; right: 10px; }

.left.carousel-control span.fa { left: 10px; right: auto; }

.modal-body { padding: 0; }

.modal-body img {
	max-width: initial;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.imageinfo-container { width: 1000px; margin: 0 auto; }

.imageinfo-container.medium { padding: 0 100px; }

.imageinfo-container .single-image-shadow { box-shadow: 0 0 4px #000; }

.modal-dialog img { height: auto; }

.modal-dialog img { height: auto; border: 1px solid #414141; }

.modal-header { border: none; }

.modal-body p { margin: 40px auto 20px; clear: both; color: #d2d2d2 !important; }

.modal-body ol.photo-caption { margin-left: 26px; color: #d2d2d2; }

.modal-body ol.photo-caption li {
	list-style-type: none;
	counter-increment: step-counter;
	text-indent: -27px hanging;
	line-height: 1.8em;
}

.modal-body ol.photo-caption li::before {
	content: counter(step-counter);
    margin-right: 10px;
    background-color: #555;
    color: white;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 2px;
}

.modal-body ol.photo-caption li::after {
	content: "";
	margin-bottom: 1.2em;
	display: block;
}

.modal-body blockquote {
	color: #d2d2d2;
	border-left: 2px solid #626262;
	font-size: 14px;
	padding: 0 20px;
}

.modal-backdrop.in {
	opacity: 0.93;
	filter: alpha(opacity=93);
	z-index: 200;
}

.modal-body button.close {
	position: absolute;
	right: -5px;
	top: -3px;
	font-size: 21px;
	font-weight: bold;
	line-height: .8em;
	color: #888;
	opacity: 1;
	text-shadow: none;
}

.modal-body button.close:hover {
	color: #bababa;
}

.modal-content { background: transparent; box-shadow: none; }

.modal-dialog {
	width: auto;
	margin: 30px auto;
	max-width: 1230px;
	max-width: 1030px;
}

.photometa { margin-top: 10px; padding-bottom: 10px; }

/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/


#posts.line-article p, .post-grid.grid-3.line-article p, #publicationsarchive.line-article p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 1em;
	clear: left;
}

.entry-content.subscription p span {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #c50000;
	padding: 1px 5px;
	margin: 2px 6px 0 0;
	border-radius: 2px;
	float: left;
	line-height: 1.5em;
	}

.post-grid.grid-3.line-article h5 a, .list-article .entry-title h5 a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	/*float: left;*/
}

.list-article .entry-title h5 a.externalarticle { float: left; }

.post-grid.grid-3.line-article ul, .list-article ul.entry-meta {
	float: right;
	margin: 4px 0 0 0;
	padding: 0;
 }

#posts.archive .list-article { margin-bottom: 0; }

.entry {
	position: relative;
	margin: 0 0 50px;
	padding: 0;
}

.noimage {
	border-bottom: 4px solid #77c044;
	margin-top: -10px;
}

.single-post > .entry {
	border-bottom: none;
	}

.single-post .indent { margin-left: 36px; }

.entry:last-child { border-bottom: none; }

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

.entry-image.thumb { max-width: 22%; }

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

#posts .entry-image.alignleft { max-width: 33%; margin: 0 20px 20px 0; }

.col_full .entry-image.map + p { margin-left: 400px; }

.col_three_fourth .entry-image {
	width: 35%;
	float: left;
	margin: 0 24px 24px 0;
}

.col_three_fourth .entry-image.alignright { float: right; margin: 0 0 24px 24px; }

.entry-image iframe { display: block; }

@media (min-width: 769px) {
.entry-image.dvids iframe,
.entry-image.vimeo iframe {
	width: 224px !important;
	height: 124px !important;
	margin-left: -4px;
	border-radius: 3px;
	}
}

.entry-image img { border-radius: 3px; }

.entry-title h1 {
	font-size: 32px;
	margin-bottom: 24px;
	text-transform: none;
}

.single-post .entry-title h1 { font-size: 24px; }

.single-post .entry-content h2 { font-size: 18px; }

#posts > .entry > .entry-title h1 {
	font-size: 28px;
}

.entry-title h2 {
	margin-bottom: .4em;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.entry-title h2 a { color: #192f43; }

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

.right-column .entry-title h3 {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 1.2em;
}

.right-column .entry-title h3 a { line-height: 0; }

.right-column .entry-title h3 { color: #25609a; }

.entry-meta {
	margin: 10px -10px -15px 0;
	padding: 5px 0 10px 0;
	list-style: none;
}

#publicationsarchive .entry-meta {
	float: right;
	margin: 0;
	padding: 0;
	}

.single-post .entry-meta { margin-bottom: 12px; }

.entry-meta li, #publicationsarchive .entry-meta li {
	float: left;
	font-size: 13px;
	line-height: 14px;
	margin: 0 15px 0 0;
	color: #999;
	font-family: 'Crete Round', Georgia, serif;
	font-style: italic;
	line-height: .4em;
}

#publicationsarchive .toggle .toggleta { font-weight: normal; }

#publicationsarchive .entry-meta li { margin: 8px 0 0; }

#currentevents article .entry-meta li, .col_three_fourth .entry-meta li { font-size: 10px; }

.entry-meta li:before {
	content: '/';
	display: inline-block;
	margin-right: 10px;
	opacity: 0.5;
	display: none;
}

.entry-meta li i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

.entry-meta li a { color: #999; }

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

.entry-meta li:first-child:before { display: none; }

.entry-meta .feature-article li:first-child:after {
	content: ' / ';
	display: inline-block;
	margin-right: 10px;
	padding-left: .4em;
	opacity: 0.5;
}

.entry-meta li ins {
	font-weight: 600;
	text-decoration: none;
}

.post-grid.grid-3 .entry-c { padding: 0; }

.entry-c {
	position: relative;
	border-right: none;
}

#currentevents .entry-c { overflow: hidden; }

.col_last .entry-c { border-right: none; }



.entry-c .entry-content { margin-top: 20px; }

#posts .entry-content { margin-top: 0; }

#posts h2, #publicationsarchive h2 {
	font-size: 24px;
	text-transform: initial;
	color: #25609a;
	border-bottom: 2px solid #77c044;
	margin: -10px 0 40px;
	padding: 0 0 4px 0;
}

#posts.externalarticle .lead {
	clear: both;
	display: block;
	float: left;
	margin: .4em 0 1em 0;
	color: #888;
}

#posts.externalarticle p { clear: both; }

.events-calendar-header h2 { width: auto; }

.events-calendar-header h2, h2.upcoming-calendar-events {
	color: #25609a;
	background: none;
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 24px 20px 0;
	float: left;
}

.events-calendar-header h3 {
	width: auto;
	float: right;
	display: inline;
	}

#upcoming-calendar-events h2 { margin-bottom: 30px; padding-left: 10px; }

.right-column.hey-neighbor .entry-meta { margin: 0 0 10px 0; padding: 0; }

.right-column.hey-neighbor .entry-meta li { font-size: 11px; }

#posts h4, #publicationsarchive h4, .single-post h4 {
	color: #1E4D7C;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px dashed #77c044;
	margin-bottom: 40px;
	padding-top: 20px;
	background-color: white;
	clear: both;
}

#posts.post-timeline h4 { border-bottom: 1px dashed #77c044; }

#posts h4 > span,
#publicationsarchive h4 > span,
.single-post h4 > span,
#posts .col_three_fourth h2 > span  {
	font-size: 20px;
	color: #25609a;
	position: absolute;
	margin-top: -.7em;
	display: block;
	background-color: white;
	padding-right: .6em;
}

#posts .right-column.hey-neighbor { padding-left: 0; border-left: none; }

#posts .right-column .entry-content h4 {
	color: #25609a;
	font-size 18px;
	text-transform: none;
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#posts .right-column.hey-neighbor h4.more-neighbors {
	font-size: 18px;
	color: #25609a;
	border-top: 4px solid #d4dde7;
	margin-top: 30px;
	padding-top: 20px;
	float: left;
	width: 100%;
	}

#posts h4.hey-neighbor { font-size: 18px; }

#posts .right-column p { font-size: 12px; }

#posts .right-column.hey-neighbor .entry-c {
	background: url(media/images/squairy.png) repeat #f0f7fa;
	padding: 16px 14px;
	border: 1px solid #f2f2f2 !important;
	border-radius: 0 0 3px 3px;
}

#posts h5, #publicationsarchive h3, .documents h3 {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	margin: initial;
	}

#publicationsarchive h3 { display: inline; color: #38a5ac;  }

#publicationsarchive .toggle h5 { font-size: 14px; }

.documents h3 { margin: 1em 0 10px 31px; }

#posts.post-timeline h5 { font-size: 20px; color: #555; }

.entry-title + .entry-content, .entry-title + p { margin-top: .4em; }

#publicationsarchive .entry-meta.clearfix { margin: 20px 0 0 0; }

#posts .right-column {
	padding-left: 28px;
	border-left: 2px solid #77c044;
}

#posts .right-column .entry-c {
	padding-right: 0;
	border-bottom: 1px dashed #77c044;
	margin-bottom: 38px;
	padding-bottom: 30px;
}

#posts .right-column li.icon-link a { font-size: initial; }

#posts .right-column .entry-c:last-child { border-bottom:  none; margin-bottom: 0; padding-bottom: 12px; }

#posts .right-column .entry-c p:last-child { margin-bottom: 0; }

#posts blockquote { font-size: 16px; margin-bottom: 0; }

#posts .list-category > i {
	display: inline-block;
	font-size: 1.2em;
	margin-top: 6px;
}

.list-category {
	border-radius: 50%;
	background-color: #25609a;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 1em 0 -54px;
	color: white;
	float: left;
	text-align: center;
	vertical-align: text-bottom;
}

.current-events .list-category {
	width: 50px;
	height: 50px;
	margin: 0 auto 20px auto;
	display: block;
	float: none;
}

.current-events .list-category i {
	font-size: 24px;
	padding-top: .2em;
}

.latest-news .list-category {
	display: initial;
	width: 30px;
	height: 40px;
	margin: 0 0 0 -56px;
	border-radius: 6px 0 0 6px;
}

#currentevents .current-events .entry-image img { width: 90%; }

#currentevents .current-events .entry-image .slide img { width: 100%; }

.event-date {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #444;
	display: block;
	height: 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 14px;
	}

.upcoming-calendar-events.col_half .event-date {
	padding-left: 26px;
	float: left;
	width: 100%;
	text-align: left;
	}

.event-entry {
	position: relative;
	overflow: hidden;
	padding: 0 22px;
	min-height: 285px;
    border-left: none;
    border-right: 1px dashed #d9d9d9;
	border-top: none;
	border-bottom: none;
	clear: both;
	background-color: #fff;
}

.event-entry.first { border-left: 1px solid #d9d9d9; }

.event-entry.last { border-right: 1px solid #d9d9d9; }

.date-header .event-entry:last-child { border-right: none; }

#upcoming-calendar-events .event-entry h3 {
	font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: -.02em;
	margin: 10px 0;
	line-height: 1.2em;
}

.event-entry p {
	font-size: 12px;
	text-align: justify ;
	letter-spacing: .03em;
}

.event-entry li { font-size: 12px; margin-left: 8px; }

.event-entry a.more-link {
	padding: 0 0 1.2em 0;
	}

.event-entry li.icon-link { font-size: 16px; }

.event-entry li.icon-link .fa-external-link.externallink,
.current-events li.icon-link .fa-external-link.externallink
{ float: inherit; vertical-align: text-top; }

.current-events li.icon-link .fa-external-link.externallink { vertical-align: top; }

/*.event-entry*/ .disclaimer {
	font-size: .8em;
	font-style: italic;
	text-align: left;
	}

.event-entry .disclaimer, .entry-content .disclaimer { clear: both; }

.list-article { margin-top: 15px; }

.list-article p { font-size: 12px; }

#posts .list-article h5 { font-size: 14px; }

.list-article h6, .single-post h6 {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	margin-bottom: 0;
	}

.bullet-list li, .list-article li, #publicationsarchive .list-article li, .entry-content li/*, ul.items*/ { margin-left: 17px; clear: both; }

.list-article li a i,
.right-column i,
li.icon-link i,
.entry-title h1 span i { padding: 0 4px 0 0; }

li span.description, #posts section.col_three_fourth li span.description {
	color: #777;
	font-size: 12px;
	margin-bottom: 26px;
	float: left;
}

section.col_full li span.inline.description,
#posts section.col_three_fourth li span.inline.description { float: none; }

li.icon-link a + span { float: none; }

#posts li.icon-link i.inline-externallink,
.single-post li.icon-link i.inline-externallink { padding: 0 4px 0; }

.right-column .fa-arrow-down { padding-right: 2px; }

/*-- CURRENT EVENTS, POSTS --*/

#currentevents article h1, #posts article h1 {
	text-align: left;
	text-transform: initial;
}

#currentevents article h1 { font-size: 18px; margin-bottom: 18px; }

#posts article h1 { font-size: 20px; margin-bottom: 12px; }

#currentevents article h1 a, #posts article h1 a {
	pointer-events: none;
	cursor: default;
	color: #25609a;
}

#posts section.col_one_fourth article h1 a {
	pointer-events: initial;
	cursor: pointer;
	color: #38a5ac;
	}

#posts section.col_one_fourth article h1 a:hover { color: #25609a; }

article h1 .fa-external-link { color: #a7a7a7; vertical-align: middle; margin-left: 4px; }

#currentevents article h1 .fa-external-link { display: none; }

#currentevents article .category span,
#posts article .category span,
.single-post article .category span {
	color: #25609a;
	font-family: 'Crete Round', Georgia, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: initial;
	padding: 4px 12px 7px 0;
	margin-right: 12px;
	border-right: 3px solid #dadbfe;
}

#posts .col_one_fourth .entry-c h1 span,
.single-post .col_one_fourth .entry-c h1 span {
	font-family: 'Crete Round', Georgia, serif;
	font-weight: normal;
	font-style: italic;
	display: block;
	border: none;
	padding: 0;
	}

#posts article .category p span,
.single-post article .category p span {
	color: inherit;
	font-size: inherit;
	border-right: none;
	margin: 0;
	padding: 0;
	}

#currentevents article .entry-meta { margin: 0; padding: 0 0 16px 0; }

#posts article .entry-meta { margin: 20px -10px 0 0; }

#posts section.col_one_fourth article .entry-meta { margin: 10px -10px 0 0; }

#currentevents .entry-content ul,  {
	list-style-type: none;
	margin-bottom: 16px;
	}

#currentevents .entry-content ul { float: left; }

#currentevents .entry-content li { margin-left: 0; }

#posts .entry-content ul { float: none; }

#currentevents .entry-content li,
#posts .entry-content li {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
	display: inline;
	margin: 0 16px 0 0;
	}

#posts .entry-content li.icon-link {
	font-size: 18px;
	text-transform: none;
	font-weight: normal;
	display: list-item;
	float: none;
	margin: 0 16px;
	}

#posts .entry-image + .entry-content ul {
	margin-left: 270px;
	border: 1px solid transparent;
	display: block;
	float: none;
	}

#posts section.col_full .entry-image, #posts section.col_full .entry-image + .entry-content { margin-top: 10px; }

#posts section.col_one_fourth .entry-image { margin: 0; }

#posts .entry-image.bottommargin p.caption {
	padding: 8px 0 24px 0;
	color: #888;
	border-bottom: 4px solid #77c044;
}

#posts section.col_one_fourth .entry-content ul {
	margin-left: 0;
	border: none;
	display: inline-block;
	}

#posts section.col_one_fourth .entry-content li { font-size: 10px; white-space: normal; }

section.col_one_fourth .entry-image.fbvideo iframe { width: 100%; s}

#posts .entry-content li {
	line-height: 1.8em;
	float: left;
	clear: none;
	margin-left: 0;
}

#posts .entry-content li i { padding: 0; }

#currentevents .entry-content li i, #posts section._col_one_fourth .entry-content li i { margin: 0 4px 0 0; padding: 0; }

#currentevents .page-title a:hover .fa-arrow-down { margin: 0 3px 0 0; }

#currentevents a.button.more-link, #posts a.button.more-link {
	font-size: 12px;
	line-height: 2em;
	background-color: #38a5ac;
	border-radius: 3px;
	margin: 0;
	padding: 0 10px;
	height: 2em;
}

#content .col_three_fourth .button {
	float: right;
	text-shadow: none;
	background-color: #38a5ac;
}

#content .col_three_fourth .button:hover {
	color: #fff;
	background-color: #25609a;
}

#content .col_three_fourth .button i {
	margin-right: 3px;
	width: 16px;
	padding-left: 1em;
}

#posts section.col_one_fourth a.button.more-link,
.single-post section.col_one_fourth a.button.more-link {
	font-size: 12px;
	letter-spacing: 0;
	line-height: normal;
	color: #38a5ac;
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
	text-shadow: none;
	}

#posts section.col_one_fourth a.button.more-link i.fa-angle-right {
	font-size: 1.2em;
	font-weight: bolder;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: initial;
	}

#posts section.col_one_fourth a.button.more-link:hover { color: #25609a; }

#currentevents a.button.more-link:hover, #posts a.button.more-link:hover { color: #fff; background-color: #25609a; }

#currentevents a.button.more-link i, #posts a.button.more-link i {
	margin: 0;
	padding-left: .8em;
	font-weight: bolder;
	line-height: 13px;
	display: inline;
	vertical-align: text-top;
}

#posts section.col_one_fourth i.fa-external-link.externallink {
	font-size: inherit;
	font-weight: normal;
	float: none;
	}

#posts .latest-news .list-category > i {
	display: block;
	font-size: 16px;
	margin-top: 6px;
}

#currentevents h3 {
	margin-bottom:15px;
	font-size: 18px;
	text-align: left;
}

#currentevents .entry-c {
	min-height: 405px;
	min-height: initial;
	padding: 30px 18px 20px;
}

#currentevents .entry-c.first { padding-top: 8px; }

#currentevents .entry-c .entry-content { margin-top: 0; }

#currentevents .entry-image {
	width: 32%;
	float: left;
	margin: /*5px 24px 0 0*/ 5px 0 0 0;
	padding-right: /*20px*/ 0;
}

#currentevents .entry-image.video { padding-right: 20px; }

#currentevents .entry-image.fbvideo { z-index: 50; }

#currentevents .entry-image.dvids iframe,
#currentevents .entry-image.vimeo iframe { width: 208px; height: 112px; }

#currentevents .entry-image .fluid-width-video-wrapper { padding-top: 112px !important; }

.entry-image.vimeo iframe { margin-left: -5px; }

#currentevents .entry-image .credit,
.right-column .entry-image .credit,
#publicationsarchive .entry-image .credit {
	font-size: 8px;
	margin-bottom: 1.2em;
	float: left;
	}

#content #currentevents p {
	margin: 0 0 1.4em 0;
	font-size: 14px;
}

#content #currentevents p.lead { font-size: 18px; }

#content #currentevents p.disclaimer { font-size: 10px; }

#currentevents .entry-content blockquote {
	padding: 0 20px 1.4em;
	}

#currentevents .current-events .entry-image + .entry-content p,
#publicationsarchive .entry-image + p.entry-content {
	margin-left: 220px;
	}

#currentevents ul { margin-bottom: 0; }

#currentevents li { font-size: initial; }

#currentevents li.icon-link.hotline {
	font-size:24px;
	letter-spacing: -.01em;
	display: table;
	margin: 0 auto;
}

#currentevents blockquote {
	font-size: 14px;
	margin-bottom: 0;
	}

.current-events {
	width: 795px;
	float: left;
	margin: 0;
	padding: 0;
	}

.current-events .entry-c, .latest-news article {
	min-height: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed /*#77c044*/ #b6bcc3;
	border-right: 0;
}

.latest-news article { margin-bottom: 40px; padding-bottom: 40px; display: inline-block; }

.latest-news article:last-of-type { border-bottom: none; }

.current-events .entry-c:hover {
	background: url(media/images/squairy.png) repeat #f0f7fa;
}

.current-events .list-category {
	float: left;
	width: 40px;
	height: 40px;
	display: block;
	margin: 34px 10px 0 0;
}

.current-events .list-category.first { margin-top: 0; }

.current-events .list-category i {
	font-size: 20px;
	padding-top: .25em;
}

#currentevents .hey-neighbor h3  {
	border-bottom: 2px solid #25609a;
	padding-bottom: 3px;
}

.right-column.hey-neighbor h3 {
	border-bottom: 2px solid #25609a;
	padding-bottom: 0;
	margin-bottom: 0;
}

.right-column .entry-image.fbvideo iframe { width: 100%; height: 178px; }

#currentevents .hey-neighbor h3 span,
.right-column.hey-neighbor h3 span,
.entry-title h1 span {
	color: #fff;
	background: #25609a;
	font-family: 'Crete Round', Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .01em;
	padding: 4px 12px 7px 12px;
	margin-right: 12px;
	border-radius: 3px 3px 0 0;
}

.single-post .entry-title h1 span {
	margin: 10px 0 0 0;
	border-radius: 3px;
	float: right;
}

.twitterfeed {
	margin: 20px 0 0 0;
	padding: 0 0 4px 20px;
	border-left: 3px solid /*#77c044*/ #d1d9e0;
	float: right;
	text-transform: uppercase;
	width: 300px;
	border-radius: 7px;
	}

.latest-updates {
	background-color: #f8f8f8;
	display: inline-block;
	width: 100%;
	border-radius: 6px;
	padding: 14px 40px 0 58px;
	margin: 40px 0;
}

.latest-updates .col_half { margin-bottom: 0; }

.latest-updates .heading-block {
	padding-top: 0;
	margin: -20px 0 20px;
}

.latest-updates .heading-block:after { border-top: 2px solid #eee; margin: 0; }

.latest-updates .heading-block h2 {
	font-size: 20px;
	display: inline-block;
	padding: 0;
	margin-top: 30px;
	background: none;
}

.latest-updates li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	list-style-type: square;
	list-style-position: inside;
	letter-spacing: -.01em;
	line-height: 2em;
	color: #d0d0d0;
}


/* --- SIDEBAR --- */

.col_one_fourth article .entry-c { display: flex; width: 100%; flex-direction: column; }

.col_one_fourth article .entry-image {
	order: 1;
	margin-bottom: 16px;
	}

.col_one_fourth article h1, .single-post .col_one_fourth article h3 {
	order: 2;
	margin-bottom: 20px;
	}

.col_one_fourth article .entry-meta {
	order: 3;
	margin-bottom: 6px;
	}

.col_one_fourth article .entry-content { order: 4; }

.single-post .col_one_fourth article h3 { margin-bottom: 10px; }

.single-post .col_one_fourth article .entry-content { margin: 0; }

#posts .col_one_fourth article h1,
.single-post .col_one_fourth article h1 {
	font-size: 14px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	text-transform: none;
}

#posts .col_one_fourth h4 {
	color: #737373;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	border: none;
	margin: 0 0 30px;
	padding: 0;
}

#posts .col_one_fourth h4 span {
	font-size: 16px;
	margin: -14px 0 0;
	color: #737373;
	position: absolute;
	background-color: white;
	padding-right: .6em;
}

#posts .col_full > .col_one_fourth,
.single-post .col_full .col_one_fourth {
	padding: 0 0 0 24px;
	border-left: 3px solid #f6f6f6;
	background: none;
	float: right;
}

.single-post .entry-title h1 span {
	color: #25609a;
	background: none;
	float: none;
	font-size: 24px;
	font-family: 'Crete Round', Georgia, serif;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .01em;
	padding: 4px 12px 7px 0;
	margin-right: 12px;
	border-right: 2px solid #ced6de;
	border-radius: 0;
	}

.col_one_fourth .entry-title h3 {
	font-size: 14px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 16px;
}

.col_one_fourth h3.category {
	font-family: 'Crete Round', Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .01em;
	line-height: 1em;
	margin-bottom: 12px;
}

.col_one_fourth h3.category i { margin-right: 6px; font-size: 1.2em; }

#content .col_one_fourth p {
	color: #797979;
	font-size: 12px;
	margin: 0 0 1em 0;
	}

#content .col_one_fourth p.lead { font-size: 16px; }

#content .col_one_fourth p.disclaimer { font-size: 10px; }

.col_one_fourth .list-category { display: none; }

.col_one_fourth .entry-meta {
	margin: 0;
	padding: 0;
}

#posts .col_one_fourth .entry-c, .single-post .col_one_fourth .entry-c { padding: 0; }

#posts .col_full > .col_one_fourth .entry-image { border-radius: 0 0 3px 3px; }

.col_one_fourth .entry-image .credit { font-size: 8px; margin-bottom: 1.4em; text-align: right; }

.col_one_fourth .entry-content {
	margin-top: .5em;
	display: inline-block;
}

.col_one_fourth .entry-content p { font-size: 12px; clear: both; margin: 10px 0; }

.col_one_fourth .entry-meta li {
	font-size: 10px;
	margin: 0 0 12px 0;
	line-height: .5em;
	float: none;
}

.col_one_fourth .entry-meta li i { font-size: 10px; }

.col_one_fourth .article-list-link li a { font-size: 11px; }

.col_one_fourth .article-list-link li i { padding-left: 0; }

.col_one_fourth .entry-content ul { list-style-type: none; }

.col_one_fourth .entry-content li {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin-left: 0;
	}

.col_one_fourth .entry-content li i { padding-left: 0; }

#posts section._col_one_fourth .entry-content a.button.more-link {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 2em;
	color: #38a5ac;
	margin: 0;
	padding: 0;
	height: 2em;
	background: none;
	text-shadow: none;
	}

.col_one_fourth .entry-content a.button.more-link:hover { color: #25609a; }

.col_one_fourth .entry-content a.button.more-link i {
	font-weight: bold;
	font-size: 1em;
	margin-right: 4px;
	padding: 0;
	vertical-align: text-top;
	}

#posts section.col_one_fourth article {
	border-bottom: none;
	margin: 0;
	padding: 0;
	}

#posts .col_one_fourth article:after,
.single-post .col_one_fourth article:after {
	content: "";
	height: 6px;
	background: #e7e7e7;
	display: block;
	margin: 30px auto;
}

#posts .col_one_fourth article:last-child:after,
.single-post .col_one_fourth article:last-child:after { display: none; }

#content .col_one_fourth .entry-c.blue-callout { background-color: #192f43; border-radius: 4px; padding: 1em; margin-bottom: 30px; }

#content .col_one_fourth .entry-c.blue-callout h1 { color: #fff; font-size: 20px; }

#content .col_one_fourth .entry-c.blue-callout h2 { font-size: 14px; color: #77c044; margin-bottom: 0; }

#content .col_one_fourth .entry-c.blue-callout p { color: #eef0f1; margin-bottom: 2em; }

article.white-callout { background-color: none; }

#content .col_one_fourth article.white-callout h1 { color: #192f43; font-size: 20px; order: 1; }

article.white-callout .entry-image { order: 2; }


/*-- INFOBOX --*/

.infobox {
	background-color: #fcf9cf;
	display: inline-block;
	width: 100%;
	border-radius: 6px;
	margin: 0 0 30px;
}

.infobox.archive { background-color: #e1eeef; }

.infobox.archive .icon { background-color: #c5e5e7; }

.infobox.archive .icon i { color: #9abec1; }

#content .infobox.archive p { color: #819698; }

.infobox.col_three_fourth {
	background-color: #fcf9cf;
	padding: 0;
	margin: 0 0 50px;
	border-radius: 6px;
}

#content .infobox p {
	color: #8a875c;
	font-size: 16px;
	line-height: 2.4em;
	margin: 0;
	padding: 0;
	clear: none;
}

.infobox i {
	color: #9ac072;
	font-size: 24px;
	display: inline;
	margin: 0;
	padding: 0;
}

.infobox.yellow-alert i { color: #bfba71; }

.infobox .icon {
	background-color: #f0eba8;
	float: left;
	border-radius: 6px 0 0 6px;
	padding: 0 10px;
	margin-right: 10px;
	height: 40px;
}

.infobox.download { background-color: #e4f2da; }

#content .infobox.download p { color: #74985d; }

.infobox.download i { color: #a9c987; }

.infobox.download .icon { background-color: #c5e5a4; }


/*-- END CURRENT EVENTS --*/

h4 + .list-article:last-of-type { margin-bottom: 45px; }

.entry-content h2, .entry-content h3, .indent h3 {	margin-bottom: .4em; }

.entry-content h3, .indent h3 {
	color: inherit;
	font-size: 18px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	}

.entry-content li { line-height: 1.8em; }

.single-post .entry-content .entry-image { max-width: 350px; }

#posts h3, #publicationsarchive h3, .col_full h3 {
	font-size: 14px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	/*line-height: 1em;*/
	margin-bottom: 1em;
	clear: both;
	}

#posts h3 { color: #25609a; }

#publicationsarchive h3 { color: #38a5ac; }

#posts h3.inline {
	float: left;
	display: inline;
	margin: 0 .4em 0 0;
	line-height: 1.6em;
	}

#posts h3.inline .btn-information.btn-default { color: inherit; }

h3.calendar-month-year { clear: none; }

.entry-content { position: relative; }

.entry-content .disclaimer {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	}

.entry-link {
	display: block;
	width: 100%;
	background-color: #F5F5F5;
	padding: 30px 0;
	text-align: center;
	color: #555;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 700;
	border-radius: 3px;
}

body:not(.device-touch) .entry-link {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.entry-link:hover {
	color: #FFF;
	background-color: #25609a;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.24);
}

.entry-link span {
	display: block;
	margin-top: 5px;
	font-family: 'Crete Round', Georgia, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	color: #AAA;
}

.entry-link:hover span { color: #EEE; }

.entry blockquote p {
	font-weight: 400;
	font-family: 'Crete Round', Georgia, serif;
	font-style: italic;
}

.credit {
	float: right;
	font-size: 8px;
	line-height: 14px;
	color: #999;
	font-family: 'Crete Round', Georgia, serif;
	font-style: italic;
	padding-top: 5px;
}

.latest-news.col_three_fourth .credit { width: 100%; }

#currentevents .credit { float: left; }


/* Blog - Grid
-----------------------------------------------------------------*/

.post-grid .entry {
	float: left;
	width: 264px;
	margin-right: 28px;
}

.post-grid .entry-image img { border-radius: 3px; }

.post-grid .entry-title h2 {
	font-size: 17px;
	font-weight: 600;
}

.post-grid .entry-link { font-size: 24px; }

.post-grid .entry-link span { font-size: 13px; }


/* Individual Post
-----------------------------------------------------------------*/

a.more-link {
	float: right;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

.more-link a:hover { border-bottom-color: #192f43 !important; }

.more-link i { margin-left: 6px; }

#currentevents .current-events a.more-link { font-size: 12px; }

a.more-link.supplement {
	padding: 1.2em 18px 1.2em 0;
	bottom: 0;
	left: 0;
	float: left;
  }

a.more-link.supplement i { margin-left: 0; }

.event-entry .more-link i, #publicationsarchive .more-link i { margin-right: 6px; }

.fa-external-link.externallink {
	font-size: .7em;
	font-weight: inherit;
	text-decoration: none;
	float: right;
	padding-left: 4px;
	margin-left: 3px;
}

.credit .fa-external-link.externallink {
	font-size: 12px;
	display: initial;
	margin: 0;
	padding-left: .4em;
	}

.fa-external-link.externallink.inline { float: initial; }


/* Post Elements
-----------------------------------------------------------------*/

img.alignleft,
div.alignleft {
	float: left;
	margin: 5px 20px 13px 0;
	max-width: 100%;
}

/*---------  EVENTS MODULE STYLES  ---------*/


/*************  MULTI-USE  *************/

#posts section.col_one_fourth article, #currentevents article.col_half { width: 100%; margin: 0; }

#currentevents article.col_half .day,
#currentevents article.col_half .month,
#currentevents article.col_half .date,
#posts section.col_one_fourth article .day,
#posts section.col_one_fourth article .month,
#posts section.col_one_fourth article .date {
	color: #364859;
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	letter-spacing: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	line-height: 1;
}

#currentevents article.col_half .day,
#posts section.col_one_fourth article .day {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	height: 2.4em;
	margin-top: 16px;
}

#currentevents article.col_half .day::after,
#posts section.col_one_fourth article .day::after { content: normal; }


/*************  CURRRENT ACTIVITIES  *************/

#currentevents article.col_half .entry-c { display: flex; flex-direction: row; flex-wrap: wrap; }

#currentevents article.col_half h1 { order: 1; flex-basis: 100%; }

#currentevents article.col_half .date-header {
	order: 2;
	flex-basis: 204px;
	margin-right: 22px;
	background: url(media/images/squairy.png) repeat #f0f7fa;
	/*height: auto;*/
	height: 180px;
	border-right: 4px solid #bfcdd9;
	border-radius: 3px 0 0 3px;
}

#currentevents article.col_half .entry-content { order: 3; flex-basis: 68%; }

#currentevents article.col_half .event-date { margin: 0; padding: 0; }

#currentevents article.col_half .month { font-size: 20px; }

#currentevents article.col_half .date { font-size: 72px; line-height: .4em; }

#currentevents article.col_half sup { display: none; }

#currentevents article.col_half .public-event::after {
	display: block;
	text-align: center;
	width: auto;
	margin: 20px 30px 0;
	float: none;
}

#currentevents article.col_half .public-event::after,
#currentevents article.col_half .industry-event::after {
	display: block;
	text-align: center;
	width: auto;
	margin: 20px 30px 0;
	float: none;
}


/*************  SIDEBAR  *************/

#posts section.col_one_fourth article.col_half .entry-c { display: flex; flex-direction: column; }

#posts section.col_one_fourth article.col_half .date-header {
	background: url(media/images/squairy.png) repeat #f0f7fa;
	order: 1;
	height: auto;
	margin-bottom: 20px;
}

#posts section.col_one_fourth article.col_half h1 { order: 2; }

#posts section.col_one_fourth article.col_half .entry-content { order: 3; }

#posts section.col_one_fourth article .event-date {
	text-align: center;
	color: #364859;
	margin: 0;
	padding: 0;
}

#posts section.col_one_fourth article .day { display: block; margin-bottom: 0; }

#posts section.col_one_fourth article .day::after { content: normal; }

#posts section.col_one_fourth article .month {
	font-family: 'Open Sans Condensed', sans-serif-serif;
	text-align: center;
	float: none;
	letter-spacing: 0;
	font-size: 24px;
	margin: 0 0 8px 0;
	padding: 0;
	display: block;
	height: auto;
}

#posts section.col_one_fourth article .date {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 72px;
	display: block;
	line-height: 54px;
	text-align: center;
	clear: both;
}

#posts section.col_one_fourth article .date sup { display: none; }

#posts section.col_one_fourth article .public-event::after,
#posts section.col_one_fourth article .industry-event::after {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: initial;
	line-height: 18px;
	color: #364859;
	margin: 30px 0 0 0;
	padding: 4px 10px;
	float: left;
	border-radius: 0 0 5px 5px;
	display: block;
	width: 100%;
}

#posts section.col_one_fourth article .public-event::after { background-color: #91de5d; content: "Public Event"; }

#posts section.col_one_fourth article .industry-event::after { background-color: #e9db13; content: "Industry Event"; }


/*************  CALENDAR PAGE  *************/

.fc-calendar .fc-row > div { box-shadow: -1px 0 0 #c9d6e4; }

.fc-calendar .fc-body {
	border: 3px solid #bfcdd9;
	border-top: none;
	border-radius: 0 0 5px 5px;
}

.fc-calendar .fc-head { background: #364859; }

.events-calendar-header h2, .upcoming-calendar-events h2 {
	color: #25609a;
	background: none;
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 24px 20px 0;
	float: left;
}

.upcoming-calendar-events .col_half { width: 49%; margin-right: 2%; }

.upcoming-calendar-events .list-category { display: none; }

.date-header {
	color: #fff;
	background-color: #364859;
	display: block;
	height: 40px;
	border-right: none;
	border-radius: 5px 5px 0 0;
}

.event-date {
	padding: 11px 0 0 20px;
	font-size: 12px;
	letter-spacing: .1em;
	text-align: left;
	background-color: transparent;
}

.event-date span {
	 color: inherit;
	 background-color: transparent;
	 text-shadow: none;
	 letter-spacing: inherit;
	 font-size: inherit;
	 line-height: inherit;
	 float: inherit;
	 height: inherit;
	 margin: 0;
	 padding: 0;
	 border-radius: 0;
}

.date sup {
	vertical-align: super;
	top: 2px;
	font-size: 75%;
}

.events-calendar-header nav span { background: #364859; }

.day::after { content: ", "; }

.public-event::after, .industry-event::after {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: initial;
	line-height: 18px;
	color: #364859;
	margin: -19px 20px 0 0;
	padding: 2px 10px 0;
	float: right;
	border-radius: 3px;
}

.public-event::after { background-color: #91de5d; content: "Public Event"; }

.industry-event::after { background-color: #e9db13; content: "Industry Event"; }

.upcoming-calendar-events article h1 {
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: -.02em;
	text-transform: none;
	line-height: 1.2em;
	margin: 0;
	padding: 20px 16px;
	border-left: 3px solid #bfcdd9;
	border-right: 3px solid #bfcdd9;
}

.upcoming-calendar-events article .entry-content {
	margin: 0;
	padding: 0 16px;
	min-height: 300px;
	border: 3px solid #bfcdd9;
	border-top: none;
	border-radius: 0 0 5px 5px;
	}

.upcoming-calendar-events article p { text-align: justify; }

#currentevents .entry-content li, #posts .entry-content li, .upcoming-calendar-events li {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
	display: inline;
	margin: 0 16px 0 0;
}

.upcoming-calendar-events li i { padding: 0; margin-right: 4px; }

#upcoming-calendar-events .button {
	font-size: 12px;
	text-align: center;
	background-color: #38a5ac;
	display: block;
	float: none;
	width: 180px;
	margin: 0 auto 20px;
	padding-top: 3px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}

#currentevents a.button.more-link, #posts a.button.more-link, .upcoming-calendar-events a.button.more-link {
	font-size: 12px;
	line-height: 2em;
	background-color: #38a5ac;
	border-radius: 3px;
	margin: 0;
	padding: 0 10px;
	height: 2em;
}

#upcoming-calendar-events .button:hover { color: #fff; }

.upcoming-events .button i, #upcoming-calendar-events .button i {
	font-size: 1.2em;
	padding-left: 0;
	position: relative;
	top: -1px;
	margin-bottom: 20px;
}


/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/


.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #76C043;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(116, 81, 70, 0.24);
}

/* body:not(.device-touch) .button { } */

.button-dark {
	background: linear-gradient(to bottom, #78c345 0%, #6db03e 100%);
	}

.button-light {
	background-color: #EEE;
	color: #333;
	text-shadow: none !important;
}

.button:hover {
	background-color: #555;
	color: #FFF;
}

.button.button-dark:hover {
	background-color: #fff;
	background: linear-gradient(to bottom, #65a338 0%, #70b73f 85%);
	}

.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.button.button-small {
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}

.button.button-large {
	padding: 0 26px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}

.button.button-xlarge {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px;
}

.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 22px;
	height: auto;
	line-height: 1;
	font-family: 'Raleway', sans-serif;
}

.button.button-desc span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Crete Round', Georgia, serif;
	font-style: italic;
	text-transform: none;
}

.button i, #upcoming-calendar-events .button i {
	position: relative;
	top: 1px;
	line-height: 1;
	margin-right: 5px;
	width: 16px;
	text-align: center;
}

.button.button-medium i { font-size: 1.2em; }

.button.tright i { margin: 0 0 0 5px; }

.button.button-medium.tright i { margin: 0 0 0 14px; }


.button-mini i { margin-right: 3px; }

.button-mini.tright i { margin: 0 0 0 3px; }

.button-small i { margin-right: 4px; }

.button-small.tright i { margin: 0 0 0 4px; }

.button-xlarge i {
	top: 2px;
	margin-right: 8px;
}

.button-xlarge.tright i { margin: 0 0 0 8px; }

.button.button-desc i {
	top: 1px;
	font-size: 48px;
	width: 48px;
	text-align: center;
	margin-right: 12px;
}

.button.button-desc.tright i { margin: 0 0 0 12px; }

.button.button-desc div { display: inline-block; }

.button.button-rounded { border-radius: 3px; }

.upcoming-events .button {
	font-size: 14px;
	text-align: center;
	letter-spacing: .01em;
	margin: 0 auto;
	width: 100%;
	height: 32px;
	background: -moz-linear-gradient(top, #78c345 0%, #6db03e 100%);
	background: -webkit-linear-gradient(top, #78c345 0%,#6db03e 100%);
	background: linear-gradient(to bottom, #78c345 0%,#6db03e 100%);
}

#upcoming-calendar-events .button:hover { background-color: #25609a; }


.upcoming-events .button:hover {
	background: -moz-linear-gradient(to bottom, #65a338 0%, #70b73f 85%);
	background: -webkit-linear-gradient(to bottom, #65a338 0%, #70b73f 85%);
	background: linear-gradient(to bottom, #65a338 0%, #70b73f 85%);
}

.upcoming-events .button span,
#upcoming-calendar-events .button span {
	position: relative;
	top: -4px;
	font-size: 12px;
	line-height: inherit;
	padding-right: 10px;
	margin: -10px 0;
	border: none;
}

.upcoming-events .button-dark {
	background-color: #079246;
}

.upcoming-events .button.button-rounded, #upcoming-calendar-events .button.button-rounded {
	width: 200px;
	display: block;
	border-radius: 5px;
	margin: 0 auto 30px;
}

.coming-soon { margin-bottom: 30px; }

#content .coming-soon p {
	margin-bottom: 1em;
	padding-right: 24px;
	font-size: 16px;
	letter-spacing: 0;
}

.coming-soon h3 {
	color: #76C043;
	font-size: 24px;
	letter-spacing: 0.025em;
	background: #4c4c4c;
	text-transform: uppercase;
	height: 40px;
	padding: 2px 0 0 10px;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.coming-soon h3 i {
	float: right;
	padding-right: 10px;
}

.coming-soon .event-entry {
	padding: 1em 10px 0;
	border: 1px solid #d9d9d9;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: inset 0 0 8px 5px #ececec;
	-moz-box-shadow: inset 0 0 8px 5px #ececec;
	box-shadow: inset 0 0 8px 5px #ececec;
	min-height: 90px;
}

.coming-soon .fa-calendar-o {
	font-size: 3em;
	margin-left: 12px;
	padding-right: 24px;
	float: left;
	line-height: 1em;
	color: #bababa;
}

.coming-soon .event-entry p { overflow:initial; min-height: initial; max-height: initial; }

#slider .button {
	padding: 0px 22px;
	}

#slider .button i { margin: 0 0 0 5px !important; line-height: inherit !important; }

#slider .box-shadow { box-shadow: 2px 2px 3px rgba(49, 49, 49, .5); }

#slider .button-ngalink {
	margin: 0;
	font-weight: bold !important;
	line-height: 2.4em !important;
	text-shadow: none;
	color: #fff;
	border-radius: 3px;
}

#slider .fa-external-link.externallink { color: #fff; float: none; font-size: .8em !important; vertical-align: top; }


/* Buttons - Icon Reveal
-----------------------------------------------------------------*/

.button.button-reveal {
	padding: 0 28px;
	overflow: hidden;
}

.button.button-reveal i {
	display: block;
	position: absolute;
	top: 0;
	left: -32px;
	width: 32px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
}

.button.button-reveal.button-border i { top: -2px; }

.button.button-reveal.tright i {
	left: auto;
	right: -32px;
}

.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; }

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; }

.button.button-reveal span {
	display: inline-block;
	position: relative;
	left: 0;
}

/* body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
} */

.button.button-reveal.button-mini { padding: 0 17px; }

.button.button-reveal.button-mini i {
	left: -22px;
	width: 22px;
	height: 28px;
	line-height: 28px;
}

.button.button-reveal.button-mini.tright i {
	left: auto;
	right: -22px;
}

.button.button-reveal.button-small { padding: 0 22px; }

.button.button-reveal.button-small i {
	left: -26px;
	width: 26px;
	height: 34px;
	line-height: 34px;
}

.button.button-reveal.button-small.tright i {
	left: auto;
	right: -26px;
}

.button.button-reveal.button-large { padding: 0 32px; }

.button.button-reveal.button-large i {
	left: -38px;
	width: 38px;
	height: 46px;
	line-height: 46px;
}

.button.button-reveal.button-large.tright i {
	left: auto;
	right: -38px;
}

.button.button-reveal.button-xlarge { padding: 0 40px; }

.button.button-reveal.button-xlarge i {
	left: -44px;
	width: 44px;
	height: 52px;
	line-height: 52px;
}

.button.button-reveal.button-xlarge.tright i {
	left: auto;
	right: -44px;
}

.button.button-reveal:hover i { left: 0; }

.button.button-reveal.tright:hover i {
	left: auto;
	right: 0;
}

.button.button-reveal:hover span { left: 16px; }

.button.button-reveal.button-mini:hover span { left: 11px; }

.button.button-reveal.button-small:hover span { left: 13px; }

.button.button-reveal.button-large:hover span { left: 19px; }

.button.button-reveal.button-xlarge:hover span { left: 22px; }

.button.button-reveal.tright:hover span { left: -16px; }

.button.button-reveal.button-mini.tright:hover span { left: -11px; }

.button.button-reveal.button-small.tright:hover span { left: -13px; }

.button.button-reveal.button-large.tright:hover span { left: -19px; }

.button.button-reveal.button-xlarge.tright:hover span { left: -22px; }


/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/

.button-ngalink { background-color: #38a5ac; }
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover,
.button-border.button-amber:hover,
.button-border.button-amber.button-fill:before { background-color: #38a5ac !important; }


/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/


.feature-box {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.feature-box h3 {
	color: #25609a;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
}

.feature-box img {
	max-width: 40%;
	display: block;
	margin: 0 auto 20px;
}

.feature-box .entry-c { border: none; }

.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #25609a;
}

.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}

.feature-box p {
	margin: 8px 0 0 0;
	color: #555;
}

.feature-box .before-heading { font-size: 14px; }


/* ----------------------------------------------------------------
	Toggle
-----------------------------------------------------------------*/


.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #a7d290;
}

#publicationsarchive .toggle { border: none; margin: 26px 0 26px 20px; }

.toggle .togglet,
.toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #555;
	cursor: pointer;
}

.toggle .togglet i {
	color: #2f7dc8;
	width: 16px;
	text-align: center;
	font-size: 12px;
	margin-right: 4px;
	padding-left: 0;
	vertical-align: text-top;
	line-height: 12px;
}

.toggle .toggleta { font-weight: bold; }

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed { display: none; }

.toggle .toggleta i.toggle-open { display: inline-block; }

.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0 0 24px;
}

.toggle h2 { display: inline-block; margin: 0 0 10px; }

#publicationsarchive .toggle .togglec { padding: 10px 0 0 20px; clear: both; }

#publicationsarchive .toggle p {
	overflow: initial;
	text-overflow: initial;
	margin: 0 0 30px;
	padding: 0;
	white-space: initial;
	}

#publicationsarchive .toggle .togglet i {
	font-size: 14px;
	float: left;
	margin: 5px 3px 0 0;
	color: #38a5ac;
	}

#publicationsarchive .togglec .entry-image {
	width: 25%;
	float: left;
}

#publicationsarchive p.entry-content { font-size: 12px; /*width: 700px;*/ }


#publicationsarchive .entry-image + p.entry-content  {
	margin-left: 310px;
	clear: none;
	}

#publicationsarchive .toggle .togglet .entry-meta i { margin: 0 3px 0 0; top: -3px; color: inherit; }

#publicationsarchive .togglec .fa-external-link.externallink { padding-left: .4em; }

#publicationsarchive .disclaimer {
	font-size: .8em;
	font-style: italic;
	line-height: 1.4em;
	display: block;
	clear: both;
	margin-top: 1em;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/

.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
	background-color: #EEE;
	line-height: 44px;
	padding: 0 0 0 36px;
	border-radius: 2px;
}

.toggle.toggle-bg .togglet i {
	left: 14px;
	line-height: 44px;
}

.toggle.toggle-bg .togglec { padding: 12px 0 0 36px; }


/* ----------------------------------------------------------------
	Clients
-----------------------------------------------------------------*/


.image-grid,
.testimonials-grid {
	list-style: none;
	overflow: hidden;
}

.image-grid li,
.testimonials-grid li {
	float: left;
	clear: none;
	position: relative;
	width: 20%;
	margin: 0;
	padding: 20px 0;
	-webkit-backface-visibility: hidden;
}

.image-grid.grid-2 li {
	width: 50%;
	padding: 25px 0;
}

.image-grid.grid-3 li { width: 33.33%; }

.image-grid.grid-4 li { width: 25%; }

.image-grid.grid-6 li { width: 16.66%; }

.image-grid li a { opacity: 1; }

body:not(.device-touch) .image-grid li a {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.image-grid li a:hover { opacity: .5; }

.image-grid li a,
.image-grid li img {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.image-grid.grid-4 img { width: 65%; }

.image-grid li a img { width: 50%; }

.image-grid li:before,
.image-grid li:after,
.testimonials-grid li:before,
.testimonials-grid li:after {
	content: '';
	position: absolute;
}

.image-grid li:before,
.testimonials-grid li:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed #77c044;
}

.image-grid li:after,
.testimonials-grid li:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed #77c044;
}

/* ----------------------------------------------------------------
	Quotes & Blockquotes
-----------------------------------------------------------------*/
blockquote p, #content blockquote p { margin-bottom: 15px; }

blockquote.pull-left {
	max-width: 300px;
	margin: 5px 20px 10px 0;
	padding-right: 0;
}

blockquote.pull-right {
	max-width: 300px;
	margin: 5px 0 10px 20px;
	padding-left: 0;
}

.quote {
	border: none !important;
	position: relative;
}

.quote p { position: relative; }

.quote:before {
	font-family: 'font-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	content: "\e7ad";
	position: absolute;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 42px;
	top: 0;
	left: 0;
	color: #EEE;
}

.quote.blockquote-reverse:before {
	content: "\e7ae";
	left: auto;
	right: 0;
}


/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block { margin-bottom: 40px; padding-top: 70px; }

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
	margin-bottom: /*0*/ 2px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: ##25609a;
}

.emphasis-title h1,
.emphasis-title h2 {
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.heading-block h1 { font-size: 32px; }

.heading-block h2 {
	/*font-size: 30px;*/
	display: inline-block;
	letter-spacing: 0;
	padding: 0 1em;
	background: #fff;
}

h2.center-header, #posts h2.center-header, #posts h2.left-header {
	font-size: 26px;
	letter-spacing: .005em;
	text-transform: uppercase;
	border-bottom: none;
	margin: 0;
	padding: 0 1em;
	}

#posts h2.left-header { padding: 0 1em 0 0; }

.heading-block h3 { font-size: 26px; }

.heading-block h4 {
	font-size: 20px;
	font-weight: 700;
}

.heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
}

.heading-block .before-heading { margin-bottom: 7px; }

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.heading-block h1 + span { font-size: 24px; }

.heading-block h2 + span { font-size: 22px; }

.heading-block h3 + span,
.heading-block h4 + span { font-size: 20px; }

.heading-block ~ p:not(.lead) { font-size: 15px; }

.heading-block:after {
	content: '';
	display: block;
	margin-top: -30px;
	width: auto;
	border-top: 19px solid #eef2f6;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: -30px auto 0; }

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right { direction: rtl; }

.heading-block.noborder:after,
.heading-block.nobottomborder:after { display: none; }

.heading-block.border-color:after { border-color: #25609a; }


/* ----------------------------------------------------------------
	25. Divider
-----------------------------------------------------------------*/


.divider {
	position: relative;
	overflow: hidden;
	margin: 35px 0;
	color: #E5E5E5;
	width: 100%;
}

.divider.divider-margin { margin: 70px 0; }

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
	content: '';
	position: absolute;

	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #EEE;
}

.divider.divider-thick:after,
.divider.divider-center.divider-thick:before,
.divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; }

.divider.divider-short:after { width: 30%; }

.divider.divider-vshort:after { width: 12%; }

.divider i {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 18px !important;
	text-align: center;
}

.divider a {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.divider a:hover { color: #888; }

hr.divider {
	border: 2px solid #77c044;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}


/* ----------------------------------------------------------------
	27. Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 34px;
	height: 34px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 20px; }

#gotoTop:hover { background-color: #76C043; }


/* ----------------------------------------------------------------
	30. Preloaders
-----------------------------------------------------------------*/


.preloader,
.preloader2,
.form-process {
	display: block;
	width: 100%;
	height: 100%;
	background: url("media/images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }

.form-process {
	display: none;
	position: absolute;
	z-index: 3;
	background-color: rgba(255,255,255,0.7);
}


@media all and (min-width: 481px) and (max-width: 768px) {

	#slider article h1.darkblue-bground,
	#slider article h1.darkorange-bground { position: absolute; top: -30px !important; }

	#slider .button i { font-size: 1em !important; }

	#toast-container > div {
		padding: 15px 15px 15px 50px;
		width: 25em;
	}
	#toast-container > div.rtl {
		padding: 15px 50px 15px 15px;
	}

	.right-column .entry-image.fbvideo iframe { height: 120px; }

	#publicationsarchive .togglec .entry-image iframe { width: 145px; height: 84px; }

	#publicationsarchive .entry-image .credit { width: 145px; }

}


/* ----------------------------------------------------------------
	32. Footer
-----------------------------------------------------------------*/


#footer {
	position: relative;
	background-color: #1d344c;
}

.device-lg.sticky-footer #top-bar,
.device-md.sticky-footer #top-bar { z-index: 299; }

.device-lg.sticky-footer #header,
.device-md.sticky-footer #header { z-index: 199; }

.device-lg.sticky-footer #slider,
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content,
.device-md.sticky-footer #slider,
.device-md.sticky-footer #page-submenu,
.device-md.sticky-footer #page-title,
.device-md.sticky-footer #content { z-index: 2; }

.device-lg.sticky-footer #footer,
.device-md.sticky-footer #footer {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.device-lg.sticky-footer:not(.stretched) #footer,
.device-md.sticky-footer:not(.stretched) #footer {
	left: 50%;
	margin-left: -610px;
	width: 1220px;
}

.device-md.sticky-footer:not(.stretched) #footer {
	margin-left: -500px;
	width: 1000px;
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 40px 0;
}

.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth { margin-bottom: 0; }

#copyrights {
	padding: 20px 0;
	background-color: #DDD;
	font-size: 12px;
	line-height: 1.4;
}

#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}

#copyrights p { margin: 0 0 1.2em 0; }

#copyrights a { color: inherit; text-decoration: underline !important; }

#copyrights a:hover { color: #b4bbc5; text-decoration: none !important; }

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #555;
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}

.copyrights-menu { margin-bottom: 10px; }

.copyrights-menu a {
	font-size: 14px;
	margin: 0 10px;
	border-bottom: 0 !important;
}

#copyrights .col_half { margin-bottom: 0 !important; }

#copyrights a:first-child { margin-left: 0; }

#copyrights .tright a:last-child { margin-right: 0; }

.footer-logo {
	display: block;
	margin: 0 0 0 50px;
}

.footer-social { margin-left: 103px; }

.footer-social a, .footer-social a:hover {
	float: left;
	margin: 0 15px;
	}

#footer li.menu-separator {
	border-bottom: 1px dotted #77c044;
	margin: 16px 0 0 0;
	font-size: 1px;
}

#footer.dark .col_one_fourth {
	border-right: 1px solid rgba(118, 131, 150, .4);
	margin: 5px 40px 0 0;
	padding-right: 30px;
	min-height: initial;
}

#footer .col_one_fourth.col_last { padding: 0; }

#footer .col_one_fourth:first-child { border-right: none; }

#footer .col_one_half {
	float: left;
	margin-right: 20px;
	padding-right: 22px;
	border-right: 1px dashed #76C043;
}

#footer .col_one_half.col_last { margin-left: 20px; border-right: none; }

#footer.dark span.category { padding-top: 24px; }

#footer.dark span.category:first-child { padding-top: 0; }

#footer .menu-description {
	font-size: 12px;
	margin: 0;
	padding-top: 4px;
	display: block;
	float: left;
}

#footer li.menu-separator { margin: 16px 0; border-bottom: 1px solid rgba(118, 131, 150, .4); }

#footer .button {
	color: #fff;
	text-shadow: none;
	text-transform: none;
	background-color: transparent;
	margin: 6px 0 0 0;
	padding: 0 12px 0 0;
	height: 34px;
	line-height: 34px;
}

#footer .button i {
	font-size: 1.4em;
	display: inline;
	top: 2px;
	padding: 7px 5px 7px 8px;
	margin-right: 4px;
	border-radius: 3px 0 0 3px;
}

#footer .button.twitter:hover { background-color: #0298d2; transition: background-color .3s ease-in-out; }

#footer .button.twitter:hover i.fa-twitter { background-color: #00acee; transition: background-color .3s ease-in-out; }

#footer .button.facebook:hover { background-color: #3b5998; transition: background-color .3s ease-in-out; }

#footer .button.facebook:hover i.fa-facebook { background-color: #4668b3; transition: background-color .3s ease-in-out; }

#footer .button.hotline:hover { background-color: #68ab3c; transition: background-color .3s ease-in-out; }

#footer .button.hotline:hover i.fa-phone { background-color: #76c043; transition: background-color .3s ease-in-out; }


/* ----------------------------------------------------------------
	33. Widgets
-----------------------------------------------------------------*/


.widget {
	position: relative;
	margin-top: 50px;
}

.widget p { line-height: 1.7; }

.sidebar-widgets-wrap .widget {
	padding-top: 50px;
	border-top: 1px solid #EEE;
}

.widget:first-child { margin-top: 0; }

.sidebar-widgets-wrap .widget:first-child {
	padding-top: 0;
	border-top: 0;
}

.widget > h4 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.sidebar-widgets-wrap .widget > h4 { letter-spacing: 1px; }

.widget p:not(.lead) { font-size: 14px; }


/* ----------------------------------------------------------------
	37. Stretched Layout
-----------------------------------------------------------------*/


.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}


/* ----------------------------------------------------------------
	38. Page Transitions
-----------------------------------------------------------------*/

body:not(.no-transition) #wrapper,
.animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	background-color: #FFF;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: 13px;
	width: 18px;
	height: 18px;
	background-color: #DDD;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner .css3-spinner-bounce1 {
	margin-left: -31px;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.css3-spinner .css3-spinner-bounce2 {
	margin-left: -9px;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 40% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}


.css3-spinner > .css3-spinner-flipper {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	border-radius: 0;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(180deg) }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	} 50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	} 100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.css3-spinner > .css3-spinner-double-bounce1,
.css3-spinner > .css3-spinner-double-bounce2 {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	opacity: 0.6;
	-webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out;
	animation: cssspinnerbounce 2.0s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes cssspinnerbounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes cssspinnerbounce {
	0%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

.css3-spinner > .css3-spinner-rect1,
.css3-spinner > .css3-spinner-rect2,
.css3-spinner > .css3-spinner-rect3,
.css3-spinner > .css3-spinner-rect4,
.css3-spinner > .css3-spinner-rect5 {
	height: 30px;
	width: 6px;
	margin-top: -15px;
	margin-left: -21px;
	border-radius: 0;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-rect2 {
	margin-left: -12px;
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.css3-spinner > .css3-spinner-rect3 {
	margin-left: -3px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.css3-spinner > .css3-spinner-rect4 {
	margin-left: 6px;
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.css3-spinner > .css3-spinner-rect5 {
	margin-left: 15px;
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100% {
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
	}  20% {
	transform: scaleY(1.0);
	-webkit-transform: scaleY(1.0);
	}
}


.css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
	width: 16px;
	height: 16px;
	border-radius: 0;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: cubemove 1.8s infinite ease-in-out;
	animation: cubemove 1.8s infinite ease-in-out;
}

.css3-spinner > .css3-spinner-cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
	25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
	50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
	75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
	100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
	25% {
	transform: translateX(42px) rotate(-90deg) scale(0.5);
	-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	} 50% {
	transform: translateX(42px) translateY(42px) rotate(-179deg);
	-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	} 50.1% {
	transform: translateX(42px) translateY(42px) rotate(-180deg);
	-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	} 75% {
	transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	} 100% {
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	}
}


.css3-spinner > .css3-spinner-scaler {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
	0% { -webkit-transform: scale(0.0) }
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 100% {
	transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}


.css3-spinner > .css3-spinner-grid-pulse {
	width: 48px;
	height: 48px;
	margin-top: -24px;
	margin-left: -24px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-grid-pulse > div {
	background-color: #DDD;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	float: left;
	-webkit-animation-name: ball-grid-pulse;
	animation-name: ball-grid-pulse;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

.css3-spinner-grid-pulse > div:nth-child(1) {
	-webkit-animation-delay: 0.73s;
	animation-delay: 0.73s;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
}

.css3-spinner-grid-pulse > div:nth-child(2) {
	-webkit-animation-delay: 0.32s;
	animation-delay: 0.32s;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
}

.css3-spinner-grid-pulse > div:nth-child(3) {
	-webkit-animation-delay: 0.71s;
	animation-delay: 0.71s;
	-webkit-animation-duration: 0.88s;
	animation-duration: 0.88s;
}

.css3-spinner-grid-pulse > div:nth-child(4) {
	-webkit-animation-delay: 0.62s;
	animation-delay: 0.62s;
	-webkit-animation-duration: 1.06s;
	animation-duration: 1.06s;
}

.css3-spinner-grid-pulse > div:nth-child(5) {
	-webkit-animation-delay: 0.31s;
	animation-delay: 0.31s;
	-webkit-animation-duration: 0.62s;
	animation-duration: 0.62s;
}

.css3-spinner-grid-pulse > div:nth-child(6) {
	-webkit-animation-delay: -0.14s;
	animation-delay: -0.14s;
	-webkit-animation-duration: 1.48s;
	animation-duration: 1.48s;
}

.css3-spinner-grid-pulse > div:nth-child(7) {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
	-webkit-animation-duration: 1.47s;
	animation-duration: 1.47s;
}

.css3-spinner-grid-pulse > div:nth-child(8) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 1.49s;
	animation-duration: 1.49s;
}

.css3-spinner-grid-pulse > div:nth-child(9) {
	-webkit-animation-delay: 0.73s;
	animation-delay: 0.73s;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

@-webkit-keyframes ball-grid-pulse {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1); }

	50% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.7; }

	100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1; }
}

@keyframes ball-grid-pulse {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1); }

	50% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.7; }

	100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1; }
}


.css3-spinner > .css3-spinner-clip-rotate {
	width: 33px;
	height: 33px;
	margin-top: -17px;
	margin-left: -17px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-clip-rotate > div {
	border-radius: 100%;
	border: 2px solid #DDD;
	border-bottom-color: transparent !important;
	height: 33px;
	width: 33px;
	background: transparent !important;
	-webkit-animation: rotate 1s 0s linear infinite;
	animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
	0% {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1); }

	50% {
	-webkit-transform: rotate(180deg) scale(0.6);
	transform: rotate(180deg) scale(0.6); }

	100% {
	-webkit-transform: rotate(360deg) scale(1);
	transform: rotate(360deg) scale(1); }
}


.css3-spinner > .css3-spinner-ball-rotate {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
	background-color: transparent !important;
	-webkit-animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
	animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
}

.css3-spinner-ball-rotate > div {
	background-color: #DDD;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: relative;
}

.css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	content: "";
	position: absolute;
	opacity: 0.7;
}

.css3-spinner-ball-rotate > div:nth-child(1) {
	top: 0px;
	left: -22px;
}

.css3-spinner-ball-rotate > div:nth-child(3) {
	top: 0px;
	left: 22px;
}


@-webkit-keyframes ballrotate {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }

  50% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }

  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); }
}

@keyframes ballrotate {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }

  50% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }

  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); }
}


.css3-spinner > .css3-spinner-zig-zag {
	background-color: transparent !important;
	-webkit-transform: translate(-15px, -15px);
	-ms-transform: translate(-15px, -15px);
	transform: translate(-15px, -15px);
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-zig-zag > div {
	background-color: #DDD;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	margin-left: 15px;
	top: 4px;
	left: -7px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner-zig-zag > div:first-child {
	-webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
	animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.css3-spinner-zig-zag > div:last-child {
	-webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
	animation: ball-zag-deflect 1.5s 0s infinite linear;
}


@-webkit-keyframes ball-zig-deflect {
  17% {
	-webkit-transform: translate(-15px, -30px);
	transform: translate(-15px, -30px); }

  34% {
	-webkit-transform: translate(15px, -30px);
	transform: translate(15px, -30px); }

  50% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }

  67% {
	-webkit-transform: translate(15px, -30px);
	transform: translate(15px, -30px); }

  84% {
	-webkit-transform: translate(-15px, -30px);
	transform: translate(-15px, -30px); }

  100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }
}

@keyframes ball-zig-deflect {
  17% {
	-webkit-transform: translate(-15px, -30px);
	transform: translate(-15px, -30px); }

  34% {
	-webkit-transform: translate(15px, -30px);
	transform: translate(15px, -30px); }

  50% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }

  67% {
	-webkit-transform: translate(15px, -30px);
	transform: translate(15px, -30px); }

  84% {
	-webkit-transform: translate(-15px, -30px);
	transform: translate(-15px, -30px); }

  100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }
}

@-webkit-keyframes ball-zag-deflect {
  17% {
	-webkit-transform: translate(15px, 30px);
	transform: translate(15px, 30px); }

  34% {
	-webkit-transform: translate(-15px, 30px);
	transform: translate(-15px, 30px); }

  50% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }

  67% {
	-webkit-transform: translate(-15px, 30px);
	transform: translate(-15px, 30px); }

  84% {
	-webkit-transform: translate(15px, 30px);
	transform: translate(15px, 30px); }

  100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }
}

@keyframes ball-zag-deflect {
  17% {
	-webkit-transform: translate(15px, 30px);
	transform: translate(15px, 30px); }

  34% {
	-webkit-transform: translate(-15px, 30px);
	transform: translate(-15px, 30px); }

  50% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }

  67% {
	-webkit-transform: translate(-15px, 30px);
	transform: translate(-15px, 30px); }

  84% {
	-webkit-transform: translate(15px, 30px);
	transform: translate(15px, 30px); }

  100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }
}


.css3-spinner > .css3-spinner-ball-scale-multiple {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-ball-scale-multiple > div {
	background-color: #DDD;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 60px;
	height: 60px;
	-webkit-animation: ball-scale-multiple 1.25s 0s linear infinite;
	animation: ball-scale-multiple 1.25s 0s linear infinite;
}

.css3-spinner-ball-scale-multiple > div:nth-child(2) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.css3-spinner-ball-scale-multiple > div:nth-child(3) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0; }

  5% { opacity: 1; }

  100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0; }
}

@keyframes ball-scale-multiple {
  0% {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0; }

  5% { opacity: 1; }

  100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0; }
}


.css3-spinner > .css3-spinner-triangle-path {
	background-color: transparent !important;
	-webkit-transform: translate(-29.994px, -37.50938px);
	-ms-transform: translate(-29.994px, -37.50938px);
	transform: translate(-29.994px, -37.50938px);
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-triangle-path > div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #DDD;
}

.css3-spinner-triangle-path > div:nth-child(1) {
	-webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
	animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-child(2) {
	-webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
	animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-child(3) {
	-webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
	animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
}

.css3-spinner-triangle-path > div:nth-of-type(1) { top: 50px; }

.css3-spinner-triangle-path > div:nth-of-type(2) { left: 25px; }

.css3-spinner-triangle-path > div:nth-of-type(3) {
	top: 50px;
	left: 50px;
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
	-webkit-transform: translate(25px, -50px);
	transform: translate(25px, -50px); }

  66% {
	-webkit-transform: translate(50px, 0px);
	transform: translate(50px, 0px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}

@keyframes ball-triangle-path-1 {
  33% {
	-webkit-transform: translate(25px, -50px);
	transform: translate(25px, -50px); }

  66% {
	-webkit-transform: translate(50px, 0px);
	transform: translate(50px, 0px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}

@-webkit-keyframes ball-triangle-path-2 {
  33% {
	-webkit-transform: translate(25px, 50px);
	transform: translate(25px, 50px); }

  66% {
	-webkit-transform: translate(-25px, 50px);
	transform: translate(-25px, 50px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}

@keyframes ball-triangle-path-2 {
  33% {
	-webkit-transform: translate(25px, 50px);
	transform: translate(25px, 50px); }

  66% {
	-webkit-transform: translate(-25px, 50px);
	transform: translate(-25px, 50px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}

@-webkit-keyframes ball-triangle-path-3 {
  33% {
	-webkit-transform: translate(-50px, 0px);
	transform: translate(-50px, 0px); }

  66% {
	-webkit-transform: translate(-25px, -50px);
	transform: translate(-25px, -50px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}

@keyframes ball-triangle-path-3 {
  33% {
	-webkit-transform: translate(-50px, 0px);
	transform: translate(-50px, 0px); }

  66% {
	-webkit-transform: translate(-25px, -50px);
	transform: translate(-25px, -50px); }

  100% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px); }
}


.css3-spinner > .css3-spinner-ball-pulse-sync {
	width: 70px;
	height: 34px;
	margin-left: -35px;
	margin-top: -17px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-ball-pulse-sync > div {
	display: inline-block;
	background-color: #DDD;
	width: 14px;
	height: 14px;
	margin: 10px 3px 0;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner-ball-pulse-sync > div:nth-child(0) {
	-webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
	animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(1) {
	-webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
	animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(2) {
	-webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
	animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
}

.css3-spinner-ball-pulse-sync > div:nth-child(3) {
	-webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
	animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
}


@-webkit-keyframes ball-pulse-sync {
  33% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0.85;
	}

  66% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0.7;
	}

  100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	}
}

@keyframes ball-pulse-sync {
  33% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0.85;
	}

  66% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0.7;
	}

  100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	}
}


.css3-spinner > .css3-spinner-scale-ripple {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background-color: transparent !important;
	-webkit-animation: none;
	animation: none;
}

.css3-spinner-scale-ripple > div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #DDD;
	-webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8);
	animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.css3-spinner-scale-ripple > div:nth-child(0) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.css3-spinner-scale-ripple > div:nth-child(1) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.css3-spinner-scale-ripple > div:nth-child(2) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.css3-spinner-scale-ripple > div:nth-child(3) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}


@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
	-webkit-transform: scale(0.1);
			transform: scale(0.1);
	opacity: 1; }

  70% {
	-webkit-transform: scale(1);
			transform: scale(1);
	opacity: 0.7; }

  100% {
	opacity: 0.0; }
}

@keyframes ball-scale-ripple-multiple {
  0% {
	-webkit-transform: scale(0.1);
			transform: scale(0.1);
	opacity: 1; }

  70% {
	-webkit-transform: scale(1);
			transform: scale(1);
	opacity: 0.7; }

  100% {
	opacity: 0.0; }
}



@media (max-width: 1199px) {

/*----- CURRENT EVENTS -----*/

.current-events { width: 645px; }

.current-events .entry-c { margin: 0 10px 30px 52px; }

.twitterfeed { width: 280px; }


/*----- CONTENT -----*/

#posts .right-column .entry-c { padding: 0 1px 30px 0; }


/*----- PHOTO GALLERY -----*/

.portfolio-item { height: 230px; margin-bottom: 12px; }

	}



@media (max-width: 834px) {

/*----- NAVIGATION MENU -----*/

#header,
#header-wrap,
#logo img {
	height: auto;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

#header, #header-wrap, #logo img[src="media/images/logo@2x.png"] {
	height: 100px;
	}

#logo { width: 180px; top: 9px; }

#header, #header-wrap, #logo img {
	max-width: 100% !important;
	transition: height .4s ease, opacity .3s ease;
	}

#primary-menu ul ul li:hover > a {
	color: #25609a !important;
	}

li.menu-article { padding-left: 24px; border: none !important; }

#primary-menu.sub-title > ul > li > a span, #primary-menu.sub-title > div > ul > li > a span {
	display: inline-block;
	}

#primary-menu.sub-title > ul > li > a,
#primary-menu.sub-title > div > ul > li > a { padding: 27px 10px 32px; }

#primary-menu ul ul li > a.social-icon,
#primary-menu ul ul li > a.social-icon:hover { padding: 0; }

#primary-menu ul li > a.social-icon i { font-size: 22px; }

#primary-menu .title { font-size: 14px; }

#primary-menu.sub-title > ul > li > a span, #primary-menu.sub-title > div > ul > li > a span { font-size: 9px; }

li.mega-menu-title.sub-menu > a > div, nav li.menu-category { font-size: 14px; }

.nav-center { text-align: initial; }

nav .social-icon {
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
	line-height: 2em !important;
}

body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul.connect { width: auto; }

#primary-menu ul > li > a.hotline { padding-top: 10px !important; }


/*----- CONTENT -----*/

.content-wrap { padding: 50px 0 0 0; }

#content p { margin-bottom: 1.2em; text-align: justify; clear: left; }

#content p.lead { font-size: 14px; clear: none; }

#content .coming-soon p {
	text-align: initial;
	letter-spacing: -.005em;
	/* font-size: 12px; */
	clear: none;
	padding: 0;
}

#content .infobox p { font-size: 13px; line-height: 3em; }

.coming-soon .fa-calendar-o {
	font-size: 2em;
	margin-left: 0;
	padding: 0 10px 20px 0;
}

#posts .col_three_fourth { width: 70%; }

#posts .col_full > .col_one_fourth,
.single-post .col_full .col_one_fourth {
	padding: 0 0 0 30px;
	border-left: 3px solid #f6f6f6;
	background: none;
	float: right;
}

#posts h2 { font-size: 24px; }

#posts h5, #publicationsarchive h5 {
	font-size: 14px;
	clear: both;
	clear: none;
	/*display: block;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}

li.icon-link { font-size: 14px; margin-left: 0; }

.entry-content h3, .indent h3 { font-size: 14px; }

.page-title i, .entry-content i { padding-left: 0; }

.page-title { padding-left: 10px; }

.page-title h2 { font-size: 20px; line-height: 1.2em; }

.documents h3 { font-size: 14px; line-height: 1.2em; margin: 0 0 10px 0; }

.documents li a { font-size: 14px; line-height: 2em; }

#content .page-title li { padding-bottom: 10px; }

.documents li a { line-height: 1.2em; }

.feature-box h3 { font-size: 18px; }

.feature-box p { font-size: 12px; }

.feature-box p a { font-size: 12px; text-align: center; }

p.partner-externallink { text-align: center !important; }

.list-category {
	background-color: transparent;
	width: 0;
	height: 0;
	margin: 0 20px 0 0;
	padding-top: 6px;
	line-height: 0;
	color: transparent;
	float: right;
}

#currentevents .list-category { background-color: #1E4D7C; }

#currentevents .fslider { padding: 0; }

.documentsarchive {
	margin-bottom: 20px;
	padding: 20px 0;
	}

.documentsarchive p {
	width: auto;
	text-align: right !important;
	line-height: 1.4em !important;
	font-size: 12px;
	float: left;
	margin: 3px 10px 0 10px;
	padding: 0 20px;
	min-height: 3em;
}

.documentsarchive .button {
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	}

#posts .right-column { padding: 0 0 0 18px; }

#posts .right-column .entry-content p { font-size: 12px; line-height: 1.4em; text-align: initial; }

#posts .right-column .article-list-link li a { font-size: 14px; }

#posts blockquote { font-size: 14px; }

#posts .list-category > i { color: #1E4D7C; }

.post-grid.grid-3 .entry { margin: 0 0 25px 0 !important; padding: 0 0 20px 0; }

.post-grid.grid-3.line-article ul, .list-article ul.entry-meta { margin: 7px 0 0 0; }

#publicationsarchive .toggle p { margin: 0 0 30px; }

#publicationsarchive p.entry-content { width: auto; }

#publicationsarchive .entry-image + p.entry-content { margin-left: 170px; }

#publicationsarchive ul.entry-meta { margin: 20px 0 0 12px; min-width: 85px; }

.entry-meta li i { font-size: 1.2em; }

.credit { font-size: 8px; }

.image-grid li a, .image-grid li img { width: 100%; }

#content .infobox p {
	font-size: 14px;
	line-height: 2.6em;
}

/*----- SLIDESHOW -----*/

#heroimage p { text-align: center; }

.slider-caption, .nivo-caption, .flex-caption {
	top: 20px;
	left: initial;
	max-width: 300px;
}

.slider-caption h2 { font-size: 40px; }

#heroimage.parallax {
	background-position: center -10px !important;
	background-size: 200%;
	height: 150px;
	}

#heroimage .slider-caption p { font-size: 14px; margin-bottom: 0; }

/*----- PAGE ELEMENTS -----*/

#page-title { padding: 12px 0; }

#page-title.page-title-dark h1 { margin-bottom: 22px; }

#page-title.page-title-dark p {
	margin: 0 0 0 1em;
	line-height: 3.4em;
	font-size: 12px;
	float: left;
	}

.content-wrap { padding: 50px 0 0 0; }

.heading-block { margin-bottom: 24px; padding-top: 8px; }

a.more-link { font-size: 9px; }

#posts .entry-content li.icon-link { font-size: 16px; }

.col_full .entry-image.map + p { margin-left: 0; }


/*----- CURRENT EVENTS -----*/

#currentevents .list-category { width: 30px; height: 30px; margin: 6px 0 0 10px; }

.current-events { width: 480px !important; }

#currentevents .list-category i {
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	padding-top: .15em;
}

#currentevents .entry-c {
	min-height: initial;
	margin: 0 10px 20px 50px;
	padding: 20px 0;
}

#currentevents h3 {
	margin-bottom: 6px;
	min-height: 1em;
	font-size: 16px;
}

#currentevents p { line-height: 1.6em; font-size: 12px; }


#currentevents blockquote { font-size: 12px; }

#currentevents .entry-image {
	width: 30%;
	margin: 0;
}

#currentevents .current-events .entry-image + .entry-content p,
#currentevents .current-events .entry-image + .entry-content ul  {
	margin-left: 140px !important;
	clear: none;
	}

#currentevents .entry-image .credit { margin-bottom: 10px; }

.twitterfeed {
	margin-right: 0;
	padding: 0 0 4px 10px;
	border-left: 3px solid  /*#77c044*/ #d1d9e04;
	float: right;
	text-transform: uppercase;
	width: 232px;
	border-radius: 7px;
}

#twitter-widget-0 { height: 548px !important; }

.twitterfeed iframe.twitter-timeline p {
	font-size: 10px;
	line-height: 14px;
	color: #777;
}

.entry { margin: 0; padding: 0; }

.entry-c {
	padding-right: 0;
	border-right: none;
}

.single-post { padding: 0; }

.single-post .indent { margin-left: 22px; }

.entry-c .entry-content { margin-top: 0; }

a.anchor:before { height: 20px; margin-top: -20px; }

blockquote { font-size: 14px; padding: 10px 0 0 15px; }

#ngapartneragencies p { font-size: 12px; }

.image-grid.grid-4 li { width: 25%; }

.image-grid.grid-5 li { width: 33.30%; }

.image-grid.grid-5 > li:last-child:after { border-right: 1px dashed #77c044; height: 100%; pointer-events: none; }

.toggle h2 { font-size: 18px; }

.togglec p { font-size: 12px; }

/*----- ICON HYPERLINKS -----*/

a:hover .fa-arrow-down,
a:hover .fa-arrow-left,
.entry-content a:hover .fa-arrow-down,
.page-title a:hover .fa-arrow-left,
.page-title a:hover .fa-arrow-down,
.article-list-link a:hover .fa-external-link,
.icon-link a:hover .fa-arrow-left,
#page-title.page-title-dark a:hover .fa-chevron-circle-left
 { display: none;
}

a:active .fa-file, a:hover .fa-file,
a:active .fa-file-o, a:hover .fa-file-o,
.entry-content a:hover .fa-file,
.icon-link a:hover .fa-file-o,
.page-title a:hover .fa-external-link-square,
.article-list-link a:hover .fa-external-link-square,
.page-title a:hover .fa-file-o,
.entry-content a:hover .fa-file-o,
#page-title.page-title-dark a:hover .fa-wrench
{ display: inline-block; }


/*----- CALENDAR -----*/

.event-category { font-size: 10px; }

.event-category span { width: 12px; height: 12px; }

.events-calendar-header nav span:last-child { margin-left: 10px; }

.events-calendar-header h3 { padding-right: 120px; }


/*----- PHOTO GALLERY -----*/

#portfolio h3 { margin: 0 0 20px; }

#portfolio .entry-meta li { margin: 6px 0 4px; }

.portfolio-filter li a { line-height: 1em; padding: 10px; }

.portfolio-filter li.activeFilter a { padding: 10px; }

.image-modal-hover + h3 { font-size: 9px; line-height: 1em; }

.event-category.past { margin: 0 0 20px 0; }

a.more-link.supplement { bottom: 10px !important; }

.portfolio-item { height: 170px; margin-bottom: 12px; }

.imageinfo-container { width: 100% !important; padding: 0 10px; }

.modal-body button.close { right: 10px !important; top: -22px !important; }

.modal-body .entry-meta li { margin: 0 10px 6px 0; font-size: 10px; }

.modal-body .credit { float: left; clear: left; margin-bottom: 10px; font-size: 10px; }

.modal-body p, .modal-body blockquote { font-size: 12px !important; }

#portfolio .flex-control-nav { display: none; }

.carousel-control { width: 30px; }

.carousel-control span.fa { line-height: 0; right: 5px !important; }

.left.carousel-control span.fa { left: 5px !important; }

.carousel-indicators li, .carousel-indicators .active { width: 8px; height: 8px; margin: 1px; }

a.image-modal-hover .portfolio-overlay i { font-size: 20px !important; }


/*----- FOOTER -----*/

#footer .footer-widgets-wrap { padding: 40px 0 26px; }

#footer.dark .col_one_third { margin: 5px 24px 0 0; width: 25%; float: left; }

#footer.dark .col_one_sixth { margin-right: 1%; width: 17.5%; }

#footer.dark .col_one_sixth.col_last { width: 15% !important; }

#footer.dark h5, #footer.dark h5 a { font-size: 12px; }

#footer.dark li { font-size: 10px; }

li.menu-article a { margin: 0; padding: 0; font-size: 12px; }

#footer .menu-description { font-size: 9px; }

#footer.dark a.hotline { font-size: 12px; vertical-align: middle; height: 32px; }

.footer-logo { margin: 0 0 20px 9px; }

img.footer-logo { width: 75%; }

.footer-social { margin-left: 32px; }

.footer-social a, .footer-social a:hover {
	float: left;
	margin: 0 11px;
	}

.social-icon {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px !important;
	}

#footer li.menu-separator { margin-top: -5px !important; display: block; }

#footer .menu-description { margin: 13px 0 .3em 0 !important; }

#footer li i { margin-left: -16px !important; }

#copyrights {
	padding: 20px;
	font-size: 10px;
	line-height: 1.6;
}


	}

@media (max-width: 768px) {

/*----- FOOTER -----*/

img.footer-logo { width: 100%; }

#footer.dark .col_one_fourth { margin: 5px 20px 0 0; }

#footer .menu-description { margin-top: 0 !important; }

#footer li.menu-separator { margin: -5px !important; }

/*----- PAGE ELEMENTS -----*/

#slider { min-height: initial; }

section .col_full { margin-bottom: 10px; padding: 40px 20px; }

#posts .col_three_fourth { width: 75%; }

#posts .col_full > .col_one_fourth,
.single-post .col_full .col_one_fourth {
	width: 23%;
	padding: 0 0 0 12px;
}

.content-wrap { padding: 10px 0 0; }

.bottommargin { margin-bottom: 30px !important; }

.list-article { margin-top: 18px; }

.post-grid.grid-3.line-article ul, .list-article ul.entry-meta { margin: -2px 0 0 10px; }

#currentevents a.button.more-link i, #posts a.button.more-link i { line-height: 11px; }

.latest-news .list-category { margin: 4px 0 0 -56px; }

#posts h2, #publicationsarchive h2 { margin: -10px 0 30px; }

#posts h3, #publicationsarchive h3, .col_full h3, .list-article p { font-size: 12px; }

#posts h3, #publicationsarchive h3 { margin-bottom: 0; }

.list-article p { margin-bottom: .5em; }

li span.description,
#posts section.col_three_fourth li span.description { font-size: 10px; }

.entry-meta li i { font-size: 1em; }

.entry-image.fbvideo iframe { width: 120px; height: 70px; }

/*----- HOME PAGE -----*/

.current-events article, #currentevents article.col_half { width: 500px; }

/*----- CURRENT EVENTS -----*/

#currentevents .entry-c { padding: 10px 14px 20px 12px; }

#currentevents article.col_half .entry-c {
	padding: 10px 0 20px 8px;
	margin: 0 10px 0 50px;
}

#currentevents article h1 {font-size: 14px; margin-bottom: 8px; }

#currentevents article.col_half .entry-content { flex-basis: 62%; }

#content #currentevents p { font-size: 10px; margin: 0 0 1em 0; }

#content #currentevents p.disclaimer { font-size: 7px; }

#currentevents .entry-image .credit,
.right-column .entry-image .credit,
#publicationsarchive .entry-image .credit { font-size: 7px; }

#currentevents article .entry-meta { padding: 0 0 6px 0; }

#currentevents article .entry-meta li { margin: 6px 0 4px 0; }

#currentevents a.button.more-link,
#posts a.button.more-link, .upcoming-calendar-events a.button.more-link { font-size: 10px; }

#currentevents article.col_half .date-header {
	flex-basis: 132px;
	margin-right: 16px;
	height: 136px;
}

#currentevents article.col_half .day,
#posts section.col_one_fourth article .day {
	font-size: 10px;
	height: 1.4em;
	margin-top: 9px;
}

#currentevents article.col_half .month { font-size: 18px; }

#currentevents article.col_half .date {
	font-size: 60px;
	line-height: .2em;
}

#currentevents article.col_half .public-event::after,
#currentevents article.col_half .industry-event::after {
	font-size: 9px;
	margin: 5px 10px 0;
	padding: 2px 6px 0;
}

#currentevents .entry-c { margin: 0; }

#currentevents .entry-image.dvids iframe,
#currentevents .entry-image.vimeo iframe {
	width: 132px;
	height: 75px;
}

#currentevents .entry-image .fluid-width-video-wrapper { padding-top: 76px !important; }

#currentevents .entry-image.dvids .videoWrapper .video-js { width: 132px !important; height: 75px !important; }

#currentevents .entry-image.dvids iframe > #document > html > body > a { display: none; }


/*----- CALENDAR -----*/

.upcoming-calendar-events article h1 { font-size: 16px; }

#content p { font-size: 12px; }

#content .upcoming-calendar-events article p.disclaimer { font-size: 8px; line-height: 1.4em; }

/*----- SIDEBAR -----*/

#posts article h1 { margin-bottom: 6px; }

#posts section.col_one_fourth article .entry-meta { margin: 6px -10px 0 0; }

.col_one_fourth .entry-meta li { font-size: 8px; }

#content .col_one_fourth p { font-size: 10px; text-align: left; }

#content .col_one_fourth p.lead { font-size: 14px; text-align: left; }

#content .col_one_fourth p.disclaimer { font-size: 8px; line-height: 1.4em; }

#posts section.col_one_fourth a.button.more-link,
.single-post section.col_one_fourth a.button.more-link { font-size: 10px; }

.entry-image.dvids iframe, .entry-image.vimeo iframe {
	width: 164px;
	height: 95px;
}

}


@media (max-width: 414px) {


/*----- NAVIGATION MENU -----*/

#slider { min-height: 120px; }

#heroimage.parallax {
	background-position: center -30px !important;
	background-size: 200%;
	background-attachment: scroll;
	}

#logo { width: 220px; top: 0;}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content { padding-bottom: 0; }

#primary-menu .title { font-size: 18px; }

#primary-menu li.menu-separator { display: none; }

ul.connect p.menu-description {
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	margin-top: 10px !important;
	margin-left: 29px !important;
	}

/*----- PAGE ELEMENTS -----*/

body, #wrapper, .content-wrap { background: #fff; }

#content .container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

#page-title { padding: 10px 0 !important; }

#page-title.page-title-dark h1, #page-title.page-title-dark h4 {
	float: none;
	margin: 0 auto;
	}

#page-title.page-title-dark a > h4, #page-title.page-title-dark a > i {
	font-size: 1em;
	float: none;
	}

#page-title.page-title-dark.subject {
	padding: 0;
	text-align: left;
	line-height: 0;
	}

#page-title.page-title-dark p {
	margin: 0;
	text-align: center;
	line-height: 1.4em;
	float: none;
	}

#page-title .lead { font-size: 14px; }

ul.article-list-link > li .publication-date { float: none; clear: both; display: block; }

#posts > .entry > .entry-title h1, .single-post .entry-title h1 {
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 0;
}

#posts .entry-image.thumb { display: none; }

#posts h2 { font-size: 20px; }

#posts h3, #publicationsarchive h3, .col_full h3 { font-size: 14px; margin-bottom: .6em; }

.coming-soon h3 { margin-bottom: 0; height: initial; }

#posts h4 {
	border-bottom: none;
	margin-bottom: 0;
}

#posts h4 > span {
	font-size: inherit;
	position: initial;
	padding-right: 0;
	}

.single-post .entry-content h2 { font-size: 14px; }

.content-wrap { padding: 0; }

section .col_full { margin: 0; padding: 40px 8px; }

a.more-link, .more-link i, .fa-external-link.externallink { font-size: 10px; }

#posts .entry-content ul {
	float: none;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

ul { font-size: 12px; }

.toggle ul, ul.items { margin: 0; }

ul.article-list-link { margin: 0 0 30px 0; }

#posts .latest-news .list-category > i {
	font-size: 30px;
	margin-top: -6px;
	line-height: 1em;
}

.col_three_fourth .entry-image { width: 100%; margin: 0 0 24px; }

.col_full > .col_three_fourth, .col_full > .entry > .col_three_fourth { padding: 0; }

.entry-image.fbvideo iframe { min-height: 200px; }

#posts article h1 { margin: 0 30px 0 0; }

/* #content p { font-size: 12px; } */

li span.description, #posts section.col_three_fourth li span.description { font-size: 10px; }

.lead, #content .lead { font-size: 14px; }

#posts article .entry-meta { margin: 10px -10px 0 0; }

.toggle { margin: 0 0 14px 0; }

.page-title li a, .article-list-link li a { font-size: 14px; }


/*----- CONTENT -----*/

#heroimage .slider-caption {
	position: static !important;
	margin: 64px auto 0;
	display: block !important;
	max-width: 190px !important;
	}

.slider-caption.dark.fadeInUp.animated { padding:10px; }

.slider-caption h2 { font-size: 26px !important; }


	/*----- SLIDER -----*/

#slider .button-ngalink { font-size: 12px !important; line-height: 2em !important; margin-top: 8px !important; }

#slider .button i { font-size: 12px !important; }

.revo-slider-desc-text { max-width: 240px !important; line-height: 1.4em !important; }

	/*----- END SLIDER -----*/


#posts .col_three_fourth, #posts .col_one_fourth { width: 100%; padding: 0; }

#posts .col_full > .col_one_fourth, .single-post .col_full .col_one_fourth {
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	}

#posts .col_full > .col_one_fourth:before, .single-post .col_full .col_one_fourth:before {
	content: "";
	height: 10px;
	background: #25609a;
	display: block;
	margin: 24px auto;
}

#posts .right-column {
	padding: 30px 0 0 0;
	border-left: none;
	border-top: 4px solid #77c044;
	max-height: initial;
	overflow: initial;
}

#posts .right-column { margin-bottom: 20px; }

#posts .right-column .entry-meta li { margin: 12px 10px 6px 0; font-size: 10px; }

#posts .entry-content li.icon-link { margin: 0; }

section.col_full li span.inline.description, #posts section.col_three_fourth li span.inline.description {
	float: none;
	clear: left;
	display: block;
	font-size: 11px;
	margin: 0 0 10px;
	padding: 0;
}

.documentsarchive p {
	width: auto;
	text-align: center !important;
	font-size: 12px;
	float: none;
	margin: 0 0 1em 0;
	padding: 0 12px;
	margin: 0;
	min-height: initial;
	border: none;
}

.documentsarchive .button {
	display: block;
	position: initial;
	cursor: pointer;
	width: 120px;
	margin: 0 auto;
	padding: 0 12px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	}

#content p { margin: 0 0 1.2em 0; text-align: justify; clear: both; }

#content .list-article h3 { margin-bottom: 8px; line-height: 1.4em; }

#content .list-article p { margin: 1.2em 0 0 0; }

#content .col_one_fourth p { font-size: 12px; }

#content p.lead { clear: both; }

.post-grid.grid-3.line-article ul, .list-article ul.entry-meta, #publicationsarchive .entry-meta, #publicationsarchive .entry-meta.clearfix {
	float: left;
	margin: 0;
	padding: 0;
	}

#posts .entry-image.alignleft { max-width: initial; margin: 0 0 20px; }

#publicationsarchive .toggle { margin: 36px 0; clear: both; }

#publicationsarchive .toggle .entry-meta {
	display: inline-block;
	width: 100%;
	}

#publicationsarchive h5, #publicationsarchive h3 {
	display: block;
	margin: initial;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#publicationsarchive .togglec .entry-image { width: 100%; margin-bottom: 10px; }

#publicationsarchive .entry-image + p.entry-content { margin-left: 0; }

#publicationsarchive .toggle p { margin: 0 0 10px; }

#publicationsarchive .toggle + .entry-title h5 { margin-top: 20px; }

.single-post .entry-title h1 span {
	border-right: none;
	background: transparent;
	color: #25609a;
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 6px 0;
	letter-spacing: -.015em;
	font-size: 20px;
}

/*----- CURRENT EVENTS -----*/

#currentevents .list-category { width: 40px; height: 40px; margin-bottom: 10px; }

.current-events { width: auto !important; padding: 0 !important; }

.current-events .list-category { float: none !important; margin: 12px auto !important; }

#currentevents .list-category i {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	padding-top: .25em;
}

.current-events article, #currentevents article.col_half { width: auto; }

#currentevents article h1 { text-align: center; margin: 0 0 10px; font-size: 18px; }

#currentevents article .entry-meta { padding: 0 0 10px 14px; }

#currentevents .entry-c, #currentevents article.col_half .entry-c {
	min-height: initial;
	margin: 0 !important;
	padding: 10px;
}

#currentevents a.button.more-link,
#posts a.button.more-link,
.upcoming-calendar-events a.button.more-link { font-size: 12px; }

#currentevents .entry-content, #ngapartneragencies .entry-content p { padding: 0 14px; }

#currentevents .entry-content ul { float: none; padding-bottom: 10px; }

#currentevents article .entry-meta li { float: none; }

#currentevents h3 {
	margin-bottom: 0;
	min-height: 2em;
	text-align: center;
}

#currentevents .entry-image {
	width: auto;
	float: none;
	margin: 0 0 14px;
}

#currentevents .entry-image.video { padding: 0 6px; }

#currentevents .entry-image.vimeo { margin: 0; }

#currentevents .entry-image .fluid-width-video-wrapper { padding-top: 202px !important; }

#currentevents .current-events .entry-image img { width: auto; }

#currentevents .entry-image iframe {
	width: 100%;
	min-height: 190px;
}

#currentevents .entry-image.dvids iframe, #currentevents .entry-image.vimeo iframe {
	width: 100%;
	height: 200px;
	margin: 0;
	border-radius: 0;
}

#posts .col_one_fourth .entry-image.dvids iframe, .entry-image.vimeo iframe {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
}

#posts .col_one_fourth .entry-image.dvids iframe {}

#posts .col_one_fourth .entry-image.vimeo iframe {}

#content #currentevents p { clear: both; font-size: 12px; }

#currentevents .current-events .entry-image + .entry-content p, #currentevents .current-events .entry-image + .entry-content ul {
	margin-left: 0 !important;
	clear: both;
	}

.twitterfeed {
	margin: 20px 0;
	padding: 10px 0;
	border-left: 0;
	border-top: 3px solid #d1d9e0;
	border-bottom: none;
	float: right;
	width: 100% !important;
	}

.twitterfeed iframe { width: 100% !important; }

.twitterfeed .twitter-timeline { width: 100%; }

#twitter-widget-0 { height: 440px !important; }

.image-grid.grid-4 li { width: 50%; }

.image-grid.grid-5 li { width: 33.30%; }

.image-grid.grid-5 > li:last-child:after { border-right: 1px dashed #77c044; height: 100%; pointer-events: none; }

.infobox { margin: 0; padding: 16px 0 6px 0; border-radius: 0; }

.col_three_fourth .infobox { border-radius: 3px; }

#content .infobox p {
	font-size: 12px;
	line-height: 1.4em;
	clear: none;
	display: block;
	margin: 0 10px 0 36px;
	text-align: left ;
}

#content .infobox .icon {
	float: left;
	background-color: transparent;
	margin: 10px 0 0;
	line-height: 0;
	height: auto;
	min-height: 30px;
}


/*----- CALENDAR -----*/

.events-calendar { display: none; }

#upcoming-calendar-events { max-height: initial; }

h2.upcoming-calendar-events { margin-bottom: 0; width: 100%; }

.upcoming-calendar-events.col_half { width: auto; }

#upcoming-calendar-events.col_last {
	width: auto;
	}

#upcoming-calendar-events .col_one_fourth { width: auto; margin: 0 !important; }

.upcoming-calendar-events {
	max-height: none;
	overflow: inherit;
	padding: 0;
	background-color: transparent;
	}

.no-event { display: none; }

.upcoming-events .button { margin: 0 auto 20px; }

.upcoming-events .button.button-rounded { margin: -11px auto 30px !important; }

.upcoming-events .button.button-rounded, #upcoming-calendar-events .button.button-rounded {
	width: 100%;
	border-radius: 0 0 5px 5px;
	}

.event-date span { font-size: 10px; line-height: 1.7em; }

.event-entry {
	min-height: 180px;
	border-left: 1px solid #d9d9d9 !important;
	border-right: 1px solid #d9d9d9 !important;
	border-bottom: 1px solid #d9d9d9;
	border-radius: 0;
	box-shadow: 0 1px 3px #d0d0d0;
	}

.coming-soon .event-entry { margin-bottom: 30px; }

.date-header { border-radius: 5px 5px 0 0; border-right: transparent; }


/*---------  EVENTS MODULE STYLES  ---------*/


.events-calendar-header h2, .upcoming-calendar-events h2 {
	width: 100%;
	margin: 0;
}

.public-event::after, .industry-event::after,
#posts section.col_one_fourth article .public-event::after,
#posts section.col_one_fourth article .industry-event::after {
	font-size: 10px;
	margin: -19px 10px 0 0;
}

#currentevents article.col_half .date-header,
#posts section.col_one_fourth article.col_half .date-header {
	flex-basis: 100%;
	margin: 0 10px 10px 10px;
	border: 0;
	height: 40px;
	border-radius: 3px;
	background: #364859;
}

#currentevents article.col_half .event-date,
#posts section.col_one_fourth article .event-date {
	text-align: inherit;
	padding: 11px 0 0 12px;
	border-radius: 3px;
	}

#posts section.col_one_fourth article .event-date {
	display: block;
	padding: 0 0 0 10px;
	margin: -5px 0 0 0;
	 }

#currentevents article.col_half .day,
#currentevents article.col_half .month,
#currentevents article.col_half .date,
#posts section.col_one_fourth article .day,
#posts section.col_one_fourth article .month,
#posts section.col_one_fourth article .date {
	font-family: inherit;
	font-size: inherit !important;
	display: inline;
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
}

#posts section.col_one_fourth article .day,
#posts section.col_one_fourth article .month,
#posts section.col_one_fourth article .date { display: inline; }

#currentevents article.col_half .day::after,
#posts section.col_one_fourth article .day:after { content: ", "; }

#currentevents article.col_half .public-event,
#currentevents article.col_half .industry-event,
#posts section.col_one_fourth article .industry-event { display: inline; }

#currentevents article.col_half .public-event::after,
#currentevents article.col_half .industry-event::after,
#posts section.col_one_fourth article .industry-event::after {
	margin: /*-19px 20px 0 0*/ -1px 12px 0 0;
	float: right;
	border-radius: 2px;
	}

#currentevents article.col_half .date sup,
#posts section.col_one_fourth article .date sup {
	vertical-align: super;
	top: 2px;
	font-size: 75%;
	display: initial;
}


/*************  CURRRENT ACTIVITIES  *************/


#currentevents article.col_half .entry-content { flex-basis: 100%; }



/*************  SIDEBAR  *************/

#posts section.col_one_fourth article.col_half .date-header { margin: 0 0 10px 0; }

#posts section.col_one_fourth article .industry-event::after {
	width: auto;
	margin: 16px 12px 0 0;
	padding: 0px 7px;
	}


/*************  CALENDAR OF EVENTS  *************/

.upcoming-calendar-events .col_half { width: auto; margin: 0; }

 .upcoming-calendar-events article .entry-content {
	 min-height: auto;
	 padding-bottom: 56px;
 }

#content .upcoming-calendar-events p { margin-bottom: 18px; clear: none; }

.event-category { margin: 14px 10px 10px 0; }


/*----- PHOTO GALLERY -----*/


.modal-body ol.photo-caption li { font-size: 10px; }

.modal-body ol.photo-caption li::before { padding: 2px 5px; }


/*----- FOOTER -----*/

#footer .footer-widgets-wrap { padding: 60px 0 36px; }

.footer-logo { margin: -21px auto 21px auto; }

img.footer-logo { max-width: 50%; }

.portfolio-item { padding: 0 6px; }

#portfolio .col-xs-4 { padding: 0 6px; }

#footer.dark .col_one_third { margin: 0; width: 100%; }

#footer.dark .col_one_third:first-child {
	border-right: none;
	border-bottom: 2px solid #76C043;
}

#footer .col_one_fourth:first-child {
	width: auto !important;
	margin: 0;
	padding: 0 !important;
	float: none !important;
}

#footer.dark .col_one_fourth.col_last {
	width: 100%;
	border-top: 1px solid rgba(118, 131, 150, .4);
	padding-top: 20px;
	}

#footer.dark h5 { font-size: 14px; }

#footer.dark ul { margin-left: 0; }

#footer.dark li { font-size: 12px; }

#footer .menu-description { font-size: 10px; float: none; }

#footer li.menu-separator { display: none; }

#footer.dark .col_one_sixth { margin-right: 0; padding: 0 12px 130px; width: 50%; }

#footer.dark .col_one_sixth.col_last { width: 50% !important; }

#footer.dark .col_one_fourth {
	margin-right: 0;
	padding: 0 12px 0;
	width: 50%;
	border: none;
	float: left;
}

.footer-social {
	margin: 0 0 80px 130px;
}

.social-icon { width: 40px; height: 40px; }

.social-icon i { font-size: 20px; line-height: 38px !important; }

#copyrights { padding: 10px 0; }

	}

@media (max-width: 375px) {

/*----- FOOTER -----*/

.footer-social {
	margin: 0 0 80px 103px;
}

@media (max-width: 320px) {

/*----- FOOTER -----*/

#footer.dark .col_one_fourth {
	padding: 0 6px;
}

.footer-social {
	margin: 0 0 80px 80px;
}
