/*
    Theme Name: Epik
    Theme URI: http://my.studiopress.com/themes/epik/
	Description: Epik is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Appfinite
    Author URI: http://www.appfinite.coxm/
 
    Version: 1.4
 
	Tags: black, blue, default, gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0


	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
		- Circles
		- Pricing Plans
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider Wide
		- Slider
		- Slider Misc
		- Welcome
		- Welcome Feature 1-3
		- Home Feature BG
		- Home Feature BG Alt
		- Home Feature BG Dark
		- Home Features
			- Home Feature (1-14)
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Portfolio
	- Miscellaneous
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Black
		- Blue
		- Dark Blue
		- Gray
		- Green
		- Orange
		- Pink
		- Purple
		- Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 960px
		- max-width: 767px
		- max-width: 580px
		- max-width: 480px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* break out of wrap for full width services bar on HP */
/* source : http://blogs.sitepointstatic.com/examples/tech/full-width-bars/index.html */
.extendfull,
.extendright {
  margin-right: -3000px;
  padding-right: 3000px;
}
.extendfull,
.extendleft {
  margin-left: -3000px;
  padding-left: 3000px;
}
/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.findus:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}
.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.findus:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Alright Sans Webfont from CDN 
--------------------------------------------- */
.alrightsansblack {
  font-family: "Alright Sans Black";
  font-style: normal;
  font-weight: normal;
}
.alrightsansblackitalic {
  font-family: "Alright Sans Black";
  font-style: italic;
  font-weight: normal;
}
.alrightsansbold {
  font-family: "Alright Sans";
  font-style: normal;
  font-weight: bold;
}
.alrightsansbolditalic {
  font-family: "Alright Sans";
  font-style: italic;
  font-weight: bold;
}
.alrightsansextrathin {
  font-family: "Alright Sans Extra Thin";
  font-style: normal;
  font-weight: normal;
}
.alrightsansextrathinitalic {
  font-family: "Alright Sans Extra Thin";
  font-style: italic;
  font-weight: normal;
}
.alrightsanslight {
  font-family: "Alright Sans Light";
  font-style: normal;
  font-weight: normal;
}
.alrightsanslightitalic {
  font-family: "Alright Sans Light";
  font-style: italic;
  font-weight: normal;
}
.alrightsansmedium {
  font-family: "Alright Sans Medium";
  font-style: normal;
  font-weight: normal;
}
.alrightsansmediumitalic {
  font-family: "Alright Sans Medium";
  font-style: italic;
  font-weight: normal;
}
.alrightsansregular {
  font-family: "Alright Sans";
  font-style: normal;
  font-weight: normal;
}
.alrightsansregularitalic {
  font-family: "Alright Sans";
  font-style: italic;
  font-weight: normal;
}
.alrightsansthin {
  font-family: "Alright Sans Thin";
  font-style: normal;
  font-weight: normal;
}
.alrightsansthinitalic {
  font-family: "Alright Sans Thin";
  font-style: italic;
  font-weight: normal;
}
.alrightsansultra {
  font-family: "Alright Sans Ultra";
  font-style: normal;
  font-weight: normal;
}
.alrightsansultraitalic {
  font-family: "Alright Sans Ultra";
  font-style: italic;
  font-weight: normal;
}
/* Chrome pre-Canary fix for fonts not appearing 
------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
@font-face {
  font-family: "GothamBook";
  src: url("fonts/GothamBook.eot");
  src: url("fonts/GothamBook.eot") format("embedded-opentype"),
    url("fonts/GothamBook.woff2") format("woff2"),
    url("fonts/GothamBook.woff") format("woff"),
    url("fonts/GothamBook.ttf") format("truetype"),
    url("fonts/GothamBook.svg#GothamBook") format("svg");
}
@font-face {
  font-family: "Gotham-light";
  src: url("fonts/GOTHAM-LIGHT.OTF") format("opentype");
}
@font-face {
  font-family: "Gotham-Book";
  src: url("fonts/Gotham-Book.otf") format("opentype");
}
html {
  font-size: 95%; /* 16px browser default - 95% = 15px*/
}
body {
  background: #ffffff;
  color: #333; /*font-family: "GothamBook", "Alright Sans Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "Gotham-Book";
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden; /* full with icon bar to work */ /*font-size: 100%;*/
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a {
  color: #276199; /*color: #d7964e; /* orange */
  font-family: "Alright Sans Medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-decoration: none;
}
a img {
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
}
a:hover {
  color: #75a3c5;
  text-decoration: underline;
}
p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 0;
}
strong {
  font-weight: 700;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: square;
}
blockquote,
blockquote::before {
  color: #999;
}
blockquote {
  background: url(images/blockquote.png) no-repeat;
  border: none;
  margin: 5px 5px 20px;
  padding: 0 30px 5px 60px;
}
pre {
  background: #333;
  color: #ccc;
  overflow: scroll;
  padding: 0 1.25rem;
  padding: 0 20px;
  white-space: pre;
}
.block {
  width: 100%;
  display: block;
}
cite {
  font-style: normal;
}
.quote {
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
  padding: 20px;
}
.quote-arrow {
  background-image: url(images/quote-arrow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 1px;
  display: block;
  margin: 0 0 10px;
  padding: 14px 0 0;
  position: relative;
}
.quote-gray {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  padding: 20px;
}
.quote-arrow-gray {
  background-image: url(images/quote-arrow-gray.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 1px;
  display: block;
  padding: 14px 0 0;
  position: relative;
}
.quote-black {
  background: #121212;
  border: 1px solid #353535;
  color: #fff;
  padding: 20px;
}
.quote-arrow-black {
  background-image: url(images/quote-arrow-black.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 1px;
  display: block;
  padding: 14px 0 0;
  position: relative;
}
.quote-black a {
  color: #aaa;
}
.quote-black p {
  color: #fff;
}
.quote strong {
  color: #333;
  padding: 10px 0 0;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Alright Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 15px;
  line-height: 1rem;
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0;
}
h1 {
  font-family: "Alright Sans Medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 30px;
  font-size: 1.9rem;
  line-height: 32px;
  line-height: 2.13333rem;
}
h2 {
  font-family: "Alright Sans Medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 24px;
  font-size: 1.6rem; /*line-height:25px;
	line-height:1.66667rem;*/
  line-height: 28px;
  line-height: 1.86666rem;
}
h3 {
  font-family: "Alright Sans Medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 21px;
  line-height: 1.4rem;
}
h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
h6 {
  font-size: 16px;
  font-size: 1rem;
}
h1 a,
h2 a {
  color: #35649a;
}
h1 a:hover,
h2 a:hover {
  text-decoration: none;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}
img {
  height: auto;
  width: auto; /* IE8 */
}
.format-gallery #gallery-1 img {
  border: none;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
  /*box-shadow: 0 1px 3px #eee; -moz-box-shadow: 0 1px 3px #eee; -webkit-box-shadow: 0 1px 3px #eee;*/
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #999;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px;
  padding: 0.75rem;
  width: 100%;
}
input:focus,
textarea:focus {
  border: 1px solid #aaa;
  outline: none;
}

::-moz-placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #2a2a2a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  width: auto;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
  background: #111;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* Buttons
--------------------------------------------- */

a.button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin: 0 0 10px;
  padding: 8px 20px;
  text-decoration: none;
}
a.button:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  color: #fff !important;
  opacity: 0.7;
  transition: all 0.5s ease;
}
a.button.small {
  background-color: #303236;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 8px 20px;
}
a.button.medium {
  background-color: #303236;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 20px;
}
a.button.large {
  background-color: #303236;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 32px;
}
a.button.slim {
  background-color: #303236;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 4px 40px;
  text-transform: uppercase;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
  background: #111;
}
a.button.black {
  background-color: #111 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}
a.button.blue {
  background-color: #1887e5 !important;
  border: 1px solid #105c9e !important;
  color: #fff !important;
}
a.button.darkblue {
  background-color: #293f5e !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}
a.button.gray {
  background-color: #777 !important;
  border: 1px solid #555 !important;
  color: #fff !important;
}
a.button.green {
  background-color: #9dcb2a !important;
  border: 1px solid #83a924 !important;
  color: #fff !important;
}
a.button.orange {
  background-color: #ff7e00 !important;
  border: 1px solid #cb6400 !important;
  color: #fff !important;
}
a.button.pink {
  background-color: #ff55a9 !important;
  border: 1px solid #c14080 !important;
  color: #fff !important;
}
a.button.purple {
  background-color: #7154c4 !important;
  border: 1px solid #594299 !important;
  color: #fff !important;
}
a.button.red {
  background-color: #d91420 !important;
  border: 1px solid #a8271e !important;
  color: #fff !important;
}
/* Message Boxes
--------------------------------------------- */

.download-box {
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
  border: 1px solid #a7d28a;
  color: #689c2a;
  margin: 0 2px 20px;
  padding: 14px 15px 20px 55px;
}
.info-box {
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
  border: 1px solid #aec3ce;
  color: #08557e;
  margin: 0 2px 20px;
  padding: 17px 15px 20px 55px;
}
.alert-box {
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
  border: 1px solid #eab4b4;
  color: #c8001c;
  margin: 0 2px 20px;
  padding: 17px 15px 20px 55px;
}
.note-box {
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
  border: 1px solid #ded5af;
  color: #ac670e;
  margin: 0 2px 20px;
  padding: 17px 15px 20px 55px;
}
.gray-box {
  box-shadow: 0 2px 2px 0 #ddd;
  -moz-box-shadow: 0 2px 2px 0 #ddd;
  -webkit-box-shadow: 0 2px 2px 0 #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  color: #888;
  margin: 0 2px 20px;
  padding: 20px 15px 20px;
}
/* Circles */

span.circle {
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
}
/* 
20 Pricing Plans 
---------------------------------------------------------------------------------------------------- */

.plans {
  clear: both;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}
.plan-col {
  background: #eee;
  float: left;
  font-weight: 300;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.plan-col-popular {
  background: #fff;
  float: left;
  font-weight: 300;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.plan-col,
.plan-col-popular {
  width: 25%;
}
.plan-col-wrap,
.plan-col-popular-wrap {
  border: 1px solid #d3d3d3;
  margin: 0 auto;
  padding: 40px 10px;
}
.plans .plan-head h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}
.plan-head em {
  font-size: 14px;
}
.plan-pricing {
  background: url(images/border-img-x.png) repeat-x scroll center bottom;
  clear: both;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-align: center;
}
.plan-price {
  font-size: 60px;
}
.plan-price sup {
  font-size: 24px;
}
.plan-pricing .monthly {
  font-size: 14px;
}
.plan-list {
  margin: 0 0 20px;
  overflow: hidden;
}
.plan-list li {
  list-style: none;
  margin: 0 0 20px;
}
.plan-list li a {
  font-weight: bold;
}
.plan-button {
  clear: both;
}
.plan-button a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #303236;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 25px 8px;
}
.plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
  text-decoration: underline;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
  margin: 0 auto; /*max-width: 1140px; kustom : re-enable for responsive */
  width: 980px;
}
.site-inner {
  clear: both;
  padding: 0;
}
.home .site-inner {
  padding-top: 0;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
/* Content  */

.content {
  float: right; /*width: 740px;*/
  width: 700px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 520px;
}
.full-width-content .content {
  width: 100%;
}
/* Primary Sidebar */

.sidebar-primary {
  float: right; /*width: 360px;*/
  width: 260px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}
/* Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
  float: left;
}
.alignleft .avatar {
  margin-right: 24px;
  margin-right: 1.5rem;
}
.alignright .avatar {
  margin-left: 24px;
  margin-left: 1.5rem;
}
.search-form {
  width: 100%;
}
.search-form input[type="submit"] {
  border: 0; /*clip: rect(0, 0, 0, 0);*/
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sticky {
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
}
img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 1.5rem 1.5rem 0;
}
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 1.5rem 1.5rem;
}
.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.gallery-caption {
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td {
  text-align: center;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.archive-description,
.author-box {
  background: #fff;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.archive-description,
.author-box {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 40px 40px 24px;
  padding: 2.5rem 2.5rem 1.5rem;
}
.author-box-title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.author-box a {
}
.author-box p {
  margin: 0;
}
.author-box .avatar {
  margin-right: 24px;
  margin-right: 1.5rem;
}
/* Titles
--------------------------------------------- */

.entry-title {
  font-family: "Alright Sans Medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 22px;
  line-height: 1.4666rem;
  text-transform: uppercase;
}
article .entry-title {
  text-transform: none;
  line-height: 27px;
  line-height: 1.8rem;
}
.entry-title a {
}
.sidebar .widgettitle a {
  color: #333;
}
.entry-title a:hover {
  color: #888;
}
.widgettitle {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.site-header .widgettitle {
  color: #fff;
}
.sidebar .widgettitle {
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.sidebar .widgettitle a {
  border: none;
}
.archive-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider Wide
--------------------------------------------- */

.slider-wide {
  clear: both;
  width: 100%;
}
.slider-wide .wrap {
  margin: 0 auto 20px;
  padding: 30px 0 0;
  max-width: 100%;
}
.slider-wide .widget {
  margin: 0 0 20px;
}
/* Slider
--------------------------------------------- */

.slider {
  clear: both;
}
.slider .wrap {
  margin: 0 auto 20px;
  padding: 0;
  width: 1140px;
}
.slider .widget {
  margin: 0 0 20px;
}
/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
  background: none !important;
  border: none !important;
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
}
.flexslider {
  background: none !important;
}
.flex-direction-nav li .prev {
  left: 0 !important;
}
.flex-direction-nav li .next {
  right: 0 !important;
}
.flex-control-nav {
  margin: 12px 0 0 !important;
}
#genesis-responsive-slider li a {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
#genesis-slider {
  background-color: #fff !important;
  border: medium none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.slider-previous,
.slider-previous:hover {
  margin-left: 10px !important;
}
.slider-next,
.slider-next:hover {
  margin-right: 10px !important;
}
/* 
Welcome
---------------------------------------------------------------------------------------------------- */

.welcome {
  background: #303236;
  clear: both;
  color: #ccc;
  margin: 0 auto;
  text-align: center;
}
.welcome .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 0;
  width: 1140px;
}
.welcome .widget {
  margin: 0 0 20px;
  overflow: hidden;
}
.welcome .widgettitle {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 46px;
}
.welcome h4 {
  color: #fff;
}
.welcome p {
  color: #ccc;
  margin: 0 0 20px;
}
.welcome a {
  color: #fff;
}
.welcome-wide {
  clear: both;
}
/* Welcome Feature 1-3 */

.welcome-features {
  overflow: hidden;
  width: 100%;
}
.welcome-features h4 {
  font-size: 20px;
  line-height: 26px;
}
.welcome-feature-1,
.welcome-feature-2 {
  float: left;
  margin: 0 2% 0 0;
  width: 32%;
}
.welcome-feature-3 {
  float: right;
  width: 32%;
}
.welcome-feature-1 .widgettitle,
.welcome-feature-2 .widgettitle,
.welcome-feature-3 .widgettitle {
  color: #fff;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.welcome-feature-1 h4,
.welcome-feature-2 h4,
.welcome-feature-3 h4 {
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  margin: 10px 0;
  padding: 0;
}
.welcome-feature-1 p,
.welcome-feature-2 p,
.welcome-feature-3 p {
  margin: 0 0 20px;
}
/* 
Home Feature BG 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.home-feature-bg .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 0;
  width: 1140px;
}
.home-feature-bg .featuredpage .page,
.home-feature-bg .featuredpost .post {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0 0 5px;
}
.home-feature-bg .featuredpage .page h2,
.home-feature-bg .featuredpost .post h2 {
  margin: 10px 0;
}
.home-feature-bg .featuredpage .page h2 a,
.home-feature-bg .featuredpost .post h2 a {
  font-size: 15px;
}
.home-feature-bg .featuredpage img,
.home-feature-bg .featuredpost img {
  background: none;
  border: none;
  padding: 0;
}
.home-feature-bg .featuredpage img:hover,
.home-feature-bg .featuredpost img:hover {
  opacity: 0.7;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-feature-bg .byline,
.home-feature-bg .byline {
  font-size: 11px !important;
  line-height: 15px !important;
  margin: 0 0 8px !important;
}
.home-feature-bg p {
  margin: 0 0 25px;
}
/* 
Home Feature BG Alt 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-alt {
  background: #fff;
}
.home-feature-bg-alt .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 0;
  width: 1140px;
}
.home-feature-bg-alt .featuredpage .page,
.home-feature-bg-alt .featuredpost .post {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0 0 5px;
  width: 300px;
}
.home-feature-bg-alt .featuredpage .page h2 a,
.home-feature-bg-alt .featuredpost .post h2 a {
  font-size: 15px;
}
.home-feature-bg-alt .featuredpage img,
.home-feature-bg-alt .featuredpost img {
  background: none;
  border: none;
  padding: 0;
}
.home-feature-bg-alt .featuredpage img:hover,
.home-feature-bg-alt .featuredpost img:hover {
  opacity: 0.7;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-feature-bg-alt .byline,
.home-feature-bg-alt .byline {
  font-size: 11px !important;
  line-height: 15px !important;
  margin: 0 0 8px !important;
}
.home-feature-bg-alt p {
  margin: 0 0 25px;
}
/* 
Home Feature BG Dark 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-dark {
  background: #303236;
  color: #aaa;
}
.home-feature-bg-dark .wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 0;
  width: 1140px;
}
.home-feature-bg-dark .featuredpage .page,
.home-feature-bg-dark .featuredpost .post {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0 0 5px;
  width: 300px;
}
.home-feature-bg-dark .featuredpage .page h2 a,
.home-feature-bg-dark .featuredpost .post h2 a {
  font-size: 15px;
}
.home-feature-bg-dark .featuredpage img,
.home-feature-bg-dark .featuredpost img {
  background: none;
  border: none;
  padding: 0;
}
.home-feature-bg-dark .featuredpage img:hover,
.home-feature-bg-dark .featuredpost img:hover {
  opacity: 0.7;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-feature-bg-dark .byline,
.home-feature-bg-dark .byline {
  font-size: 11px !important;
  line-height: 15px !important;
  margin: 0 0 8px !important;
}
.home-feature-bg-dark h1,
.home-feature-bg-dark h2,
.home-feature-bg-dark h3,
.home-feature-bg-dark h4,
.home-feature-bg-dark h5,
.home-feature-bg-dark h6 {
  color: #fff;
}
.home-feature-bg-dark p {
  color: #aaa;
  margin: 0 0 20px;
}
.home-feature-bg-dark a {
  color: #fff;
}
/*
Home Features
---------------------------------------------------------------------------------------------------- */

/* Home Feature 1 */

.home-feature-1 {
  float: left;
  margin: 0 20px 0 0;
  width: 45%;
}
.home-feature-1 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
.home-feature-1 .widgettitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 28px;
}
/* Home Feature 2 */

.home-feature-2 {
  float: right;
  margin: 0;
  width: 45%;
}
.home-feature-2 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
.home-feature-2 .widgettitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
/* Home Feature 3 */

.home-feature-3 {
  background: none;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.home-feature-3 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature 4 */

.home-feature-4 {
  margin: 0;
  width: 100%;
}
.home-feature-4 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature 5 */

.home-feature-5 {
  margin: 0;
  width: 100%;
}
.home-feature-5 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature 6 */

.home-feature-6 {
  margin: 0;
  width: 100%;
}
.home-feature-6 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature 7 */

.home-feature-7 {
  margin: 0;
  width: 100%;
}
.home-feature-7 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature 8 */

.home-feature-8 {
  margin: 0;
  width: 100%;
}
.home-feature-8 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature 9 */

.home-feature-9 {
  clear: both;
  text-align: center;
}
.home-feature-9 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
.home-feature-9 h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}
/* Home Feature 10 */

.home-feature-10 {
  float: left;
  margin: 0 1.3% 0 0;
  width: 24%;
}
.home-feature-10 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature 11 */

.home-feature-11 {
  float: left;
  margin: 0 1.3% 0 0;
  width: 24%;
}
.home-feature-11 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature 12 */

.home-feature-12 {
  float: left;
  margin: 0 1.3% 0 0;
  width: 24%;
}
.home-feature-12 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature 13 */

.home-feature-13 {
  float: right;
  margin: 0;
  width: 24%;
}
.home-feature-13 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature 14 */

.home-feature-14 {
  margin: 0;
  text-align: center;
  width: 100%;
}
.home-feature-14 .widget {
  margin: 0 0 40px;
  overflow: hidden;
}
/* Home Feature h4 */

.home-feature-3 h4,
.home-feature-4 h4,
.home-feature-5 h4,
.home-feature-6 h4,
.home-feature-7 h4,
.home-feature-8 h4,
.home-feature-9 h4,
.home-feature-14 h4 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 46px;
}
.home-feature-10 h4,
.home-feature-11 h4,
.home-feature-12 h4,
.home-feature-13 h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 28px;
}
/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
}
.featured-content .entry-title {
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 10px 0;
  margin: 0.625rem 0;
}
.featured-content .entry-title a {
  border: none;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widgettitle {
  color: #333;
}
.sidebar .enews-widget .widgettitle {
  color: #fff;
}
.enews-widget input {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.enews-widget input:focus {
  border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
  background: #2a2a2a;
  border: none;
  color: #fff;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  width: auto;
}
.sidebar .enews-widget input[type="submit"] {
  background: #aaa;
  border: none;
  box-shadow: none;
  width: 100%;
}
.footer-widgets .enews-widget input[type="submit"] {
  background: #111;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}
.enews-widget input:hover[type="submit"] {
  opacity: 0.7;
  transition: all 0.5s ease;
}
.sidebar .enews-widget input:hover[type="submit"] {
  background: #ccc;
  box-shadow: none;
  opacity: 10;
  transition: 0;
}
/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px;
  padding: 0.5rem;
}
div.gform_wrapper .ginput_complex label {
  padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1rem 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 18px;
  font-size: 1.125rem;
}
/* Jetpack
--------------------------------------------- */

img#wpstats {
  display: none;
}
/*
Social header bar
--------------------------------------------------------------------------------------------------- */
.social-head-wrap {
  background: #00659a;
  margin: 0 0 5px;
  height: 40px;
}
.social-head-wrap .site-header .wrap {
  padding: 2px;
  padding: 0.13rem;
}
#social {
  background: url(images/social_icons.jpg);
  height: 33px;
  width: 152px;
  float: right;
}
#social div {
  width: 34px;
  height: 33px;
  float: left;
}
#social .fb {
  background-position: 0px 10px;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

/* Search box: native search : currently used */
#search-2 {
  width: 160px;
  float: right;
  margin-left: 0px;
  margin-top: 14px;
}
#search-2 input {
  background: #a3a6a5;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#search-2 .search-form input[type="submit"] {
  background: url(images/ico_search_white.png) no-repeat #a3a6a5;
  width: 35px;
  height: 40px;
  text-indent: -9999px;
  background-size: 20px;
  background-position: 5px;
  margin-top: 0px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
/* Search box : in case you are overriding with Ultimate Search*/
#wp_ultimate_search_widget-2 {
  width: 190px;
  float: right;
  margin-left: 128px;
}
#wp_ultimate_search_widget-2 .VS-search .VS-search-box {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: none;
  background-color: #a3a6a4;
}
.VS-search input,
.VS-search .VS-input-width-tester,
.VS-search .search_input.is_editing input,
.VS-search .VS-placeholder {
  color: #ffffff !important;
}
.VS-search .VS-icon-search {
  background-image: url(images/ico_search_white.png) !important;
  background-size: 12px;
}
.head-wrap {
  background: #fff;
  margin: 0;
}
.site-header {
  margin: 0 auto;
  max-width: 1140px;
}
.site-header .wrap {
  padding: 16px 0;
  padding: 1rem 0;
}
/* Title Area
--------------------------------------------- */

.title-area {
  float: left;
  padding: 0;
  padding: 0;
  width: 212px;
}
.header-image .title-area {
  padding: 0;
}
.site-title {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  cursor: pointer;
}
.site-header .site-title a {
  color: #fff;
  font-weight: 300;
}
.site-title a:hover {
  color: #aaa;
  text-decoration: none;
}
h2.site-description {
  font-family: "Alright Sans", Helvetica, Arial, sans-serif !important;
  color: #999 !important;
  font-size: 12.5px !important;
  font-weight: 300 !important;
  line-height: 15px !important;
  line-height: 1rem !important;
  margin: 0 0 5px !important;
}
.logo {
  width: 200px;
}
/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
}
.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
}
/* Logo, hide text */

.header-image .site-header .wrap {
  padding: 0;
}
.header-image .site-title a {
  float: left;
  min-height: 164px;
  width: 100%;
}
/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
  color: #ddd;
  float: right;
  text-align: right;
  width: auto;
}
.site-header .widget-area a {
  color: #fff;
}
.header-image .site-header .widget-area {
  padding: 40px 0;
  padding: 2.5rem 0;
}
.site-header .search-form {
  float: right;
  max-width: 175px;
  margin-right: 10px;
}
.site-header .search-form input[type="search"] {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #bbb;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 6px 14px;
  width: 100%;
  margin: 3px 0 0 0;
}
.site-header .search-form input[type="search"]:focus {
  background: #9a9a9a;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  color: #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 0;
  padding: 15px 0 0 0;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.genesis-nav-menu a {
  border: none;
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 13px;
  position: relative;
}
.nav-primary .genesis-nav-menu a {
  color: #fff;
  padding: 13px 26px 13px 0;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  text-decoration: none;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #aaa;
}
.genesis-nav-menu > .menu-item > a {
}
.genesis-nav-menu .sub-menu {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  left: -9999px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 202px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background: #222;
  color: #fff;
  letter-spacing: 0;
  padding: 13px;
  position: relative;
  width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -45px 0 0 201px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
}
.genesis-nav-menu > .last > a {
}
.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 13px 0 13px 20px;
}
.genesis-nav-menu > .right > a {
  background: none;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
  margin-left: 4.8rem;
}
.genesis-nav-menu > .search {
  padding: 0;
}
.genesis-nav-menu > .search input {
  padding: 6px;
}
.genesis-nav-menu .search-form {
  width: 100%;
}
/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
  color: #fff;
}
.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
  color: #aaa;
}
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #aaa;
}
/* Primary Navigation
--------------------------------------------- */
#nav_menu-4 {
  width: 675px;
  float: left;
}
.nav-primary {
  clear: both;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  width: auto;
}
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #aaa;
}
.nav-primary .genesis-nav-menu > .right > a {
  background: none;
}
.nav-primary .sub-menu a:hover {
  color: #aaa;
}
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background: #222;
  clear: both;
}
.nav-secondary .genesis-nav-menu a {
  font-size: 12px;
  padding: 8px 13px;
}
.nav-secondary .genesis-nav-menu > .right {
  padding: 8px 0 8px 20px;
}
.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
  color: #aaa;
}
.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
  background: none;
  padding: 0;
}
.nav-secondary .sub-menu a:hover {
  color: #aaa;
}
.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
  margin: -34px 0 0 201px;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0, .2);
	*/
  background: #fff;
  margin: 0 3px 40px;
  padding: 0px 0 0;
}
.entry-content {
  /*padding: 0 0px 20px;*/
  padding: 0 20px 20px 0;
}
.entry-content a {
  color: #35649a;
}
.entry-content a:hover {
  color: #35649a;
}
.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 25px;
  margin-bottom: 1.563rem;
}
.entry-content ol li,
.entry-content ul li {
  margin-left: 40px;
  margin-left: 2.5rem;
}
.entry-content ol li {
  list-style-type: decimal;
}
.entry-content ul li {
  list-style-type: square;
}
.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
  margin-bottom: 0;
}
.entry-meta {
  clear: both;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
}
.entry-meta a {
  font-weight: 700;
}
.entry-header .entry-meta {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 10px;
  margin: 0 0 1.25rem;
  padding: 20px;
  text-transform: uppercase;
}
.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  margin: 0;
  overflow: hidden;
  padding: 16px 0;
  padding: 1rem 0;
}
.entry-footer {
  /*background: #eee;*/
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem;
}
.entry-categories {
  display: block;
  float: left;
  font-size: 12px;
}
.entry-tags {
  float: right;
  font-size: 12px;
}
/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
  clear: both;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 40px 0;
  margin: 2.5rem 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background: #444;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background: #1e1e1e;
}
/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
}
.entry-comments,
.ping-list,
#respond {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.entry-comments a,
#respond a {
}
.entry-comments .comment-author {
  margin: 0;
}
#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
  width: 50%;
}
#respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem;
}
.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 32px;
  padding: 3.2rem;
}
.comment-list li li {
}
li.comment {
  border-radius: 10px;
  padding: 30px;
}
li.comment ul li {
  border-radius: 0;
  border-left: 1px solid #ddd;
}
.thread-alt li.comment {
  border-radius: 0;
  border-left: 1px solid #aaa;
}
.comment .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1rem 1.5rem 0;
}
.thread-alt {
  background-color: #ddd;
}
.thread-even {
  background-color: #fff;
}
.bypostauthor {
}
.form-allowed-tags {
  background: #dedede;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 24px;
  padding: 1.5rem;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  color: #666;
}
.sidebar p:last-child,
.sidebar ul {
  margin: 0;
}
.sidebar li {
  margin-bottom: 6px;
  margin-bottom: 0rem;
  padding: 0;
  word-wrap: break-word;
}
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  /*border-bottom: 1px solid #ddd;*/
  margin-bottom: 15px;
  margin-bottom: 1rem;
  padding-bottom: 15px;
  padding-bottom: 1rem;
}
.sidebar .search-form {
  width: 100%;
}
.sidebar .enews-widget {
  background: #2a2a2a;
  color: #aaa;
  padding: 30px;
  padding: 1.875rem;
}
/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
  margin: 0 0 40px;
  padding: 0;
}
.content .portfolio {
  background: #fff;
  float: left;
  margin: 0 2% 40px 0 !important;
  overflow: hidden;
  padding: 0;
  width: 23%;
}
.portfolio .post-image {
  margin: 0;
}
.portfolio .post-image:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6;
}
.portfolio .entry-title {
  font-size: 1.125rem;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-family: "Alright Sans Thin";
}
.page-template-page_portfolio-php h1 {
  padding: 0;
}
.portfolio .entry-title a {
  margin: 0;
  text-decoration: none;
}
.portfolio p {
  font-size: 16px;
  font-size: 1rem;
}
.portfolio .more-link {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #2a2a2a;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 12px;
  margin: 20px 0 0;
  text-align: center;
  text-decoration: none;
  width: 110px;
}
.content .portfolio .more-link:hover {
  background: #555;
  color: #fff;
}
.portfolio .entry-content {
  /*padding: 0 20px 0;*/
}
.portfolio .entry-footer {
  background: none;
  padding: 0;
}
/*
Portfolio POPUP
---------------------------------------------------------------------------------------------------- */

#backgroundPopup {
  z-index: 1;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  background: #000000;
  top: 0px;
  left: 0px;
}
#toPopup,
#toPopup_staff {
  display: none;
}
.makeViz {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  font-size: 14px;
  left: 50%;
  padding: 20px;
  margin: -140px auto;
  overflow: hidden;
  position: relative;
  top: 20%;
  width: 800px;
  z-index: 2;
}
.makeViz .togglecheck {
  display: none;
}
.makeViz .letterbox {
  float: left;
  width: 100%;
  clear: left;
}
.makeViz .stringsearch {
  display: none;
}
#toPopup h3,
#toPopup_staff h3 {
  display: block;
  float: left;
  clear: both;
  border-bottom: 1px solid #35649a;
  width: 100%;
  font-size: 15px;
  font-size: 1rem;
  margin-top: 30px;
}
#toPopup label,
#toPopup_staff label {
  display: block;
  float: left;
  width: 100%;
  clear: left;
}
#toPopup input,
#toPopup_staff input {
  width: 10%;
}
div.loader {
  background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
  height: 32px;
  width: 32px;
  display: none;
  z-index: 9999;
  top: 40%;
  left: 50%;
  position: absolute;
  margin-left: -10px;
}
div.close {
  background: url("images/ico_close.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 16px;
  width: 50px;
  background-size: 50%;
}
span.ecs_tooltip {
  background: none repeat scroll 0 0 #000000;
  border-radius: 2px 2px 2px 2px;
  color: #ffffff;
  display: none;
  font-size: 11px;
  height: 16px;
  opacity: 0.7;
  padding: 4px 3px 2px 5px;
  position: absolute;
  right: -62px;
  text-align: center;
  top: -51px;
  width: 93px;
}
span.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #000000;
  display: block;
  height: 1px;
  left: 40px;
  position: relative;
  top: 3px;
  width: 1px;
}
div#popup_content {
  margin: 24px 7px; /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */
}
/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
  content: "";
}
.line-number,
.gist .line-data > .line-pre {
  line-height: 1.2;
}
.tagcloud a {
  background: #eee;
  float: left;
  padding: 3px 10px;
  margin: 0 2px 5px;
}
.tagcloud a:hover {
  background: #f5f5f5;
}
/* Content Align (Left & Right) */

.feature-left {
  float: left;
  margin: 0 2% 0 0;
  width: 48%;
}
.feature-right {
  float: right;
  width: 48%;
}
.feature-margin {
  margin-top: 80px;
}
/* Check List */

.check-list {
  list-style: none;
  margin: 0 0 30px;
}
.check-list li {
  background-image: url(images/checkmark.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
}
/* Responsive Videos */

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-container iframe,
.video-container object,
.video-container embed {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
/* 
Findus 
--------------------------------------------------------------------------------------------------- */
.findus {
  background-color: #2a2a2a;
  clear: both;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.86666rem;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 20px;
}
.findus a {
  color: #ffffff;
  font-family: "Alright Sans Light", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #2a2a2a;
  clear: both;
  color: #aaa;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
.footer-widgets .wrap {
  padding: 60px 0 20px;
  padding: 3.75rem 0 1.25rem;
}
.footer-widgets a {
  color: #fff;
}
.footer-widgets p {
  color: #aaa;
}
.footer-widgets-1,
.footer-widgets-2 {
  float: left;
  margin: 0 4.166666666% 0 0;
  width: 30.555555555%;
}
.footer-widgets-3 {
  float: right;
  width: 30.555555555%;
}
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
  color: #fff;
}
.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.footer-widgets .widgettitle {
  color: #fff;
  font-family: "Alright Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  font-size: 1.066666rem;
  text-transform: uppercase;
  letter-spacing: 0px;
  width: 100%;
  float: left;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}
.footer-widgets .more-from-category {
  width: 100% !important;
}
.footer-widgets .search-form {
  width: 100%;
}
.footer-widgets .entry {
  background: none;
  height: auto;
}
.footer-widgets .featured-content .entry-title {
  margin: 0 0 10px;
}
/* Kustom : footer widgets overrides for catering 4 widgets */
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  width: 30%; /*21.875%;  252px / 1152px */
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  float: left;
  margin-right: 4.166666666%; /* 48px / 1152px */
}
.footer-widgets-4 {
  float: right;
}
/* Twitter */
.customisable-border.thm-dark,
.thm-dark .customisable-border {
  background: #2a2a2a !important;
}
iframe#twitter-widget-0 .e-entry-content .thm-dark .customisable,
iframe#twitter-widget-0 .e-entry-content .thm-dark .customisable:link {
  color: #00659a !important;
}
.thm-dark .customisable,
.thm-dark .customisable:link,
.thm-dark .customisable:visited,
.thm-dark .customisable:hover,
.thm-dark .customisable:focus,
.thm-dark .customisable:active,
.thm-dark .customisable-highlight:hover,
.thm-dark .customisable-highlight:focus,
.thm-dark a:hover .customisable-highlight,
.thm-dark a:focus .customisable-highlight {
  color: #00659a !important;
}
/* kustom: Featured Projects on Homepage */
.kustom-homepage .content {
}
.kustom-homepage h1 {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 1.73333rem;
}
#featured-projects .item {
  border: 1px solid #dbdddd;
  height: 225px;
}
#featured-projects .inner {
  padding: 15px 10px 0px;
}
#featured-projects .inner h3 {
  height: 40px;
  overflow: hidden;
}
/* kustom: Expertise list on Homepage */
#expertise-list-hp-wrapper {
  background: #ffffff;
  margin-top: 25px;
  margin-bottom: 0; /* height: 318px; */
}
#expertise-list-hp {
  background: #ffffff; /* padding-top: 33px; */
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0px;
  margin-top: 30px;
}
#expertise-list-hp a:hover {
  text-decoration: none;
}
#expertise-list-hp .col:hover .exp-name {
  color: #3c9ecb !important;
}
.devider-top {
  background: url(images/shadow_devider_top.png) no-repeat bottom center;
  height: 42px; /* margin-left: -223px; */
}
.devider-bot {
  background: url(images/shadow_devider_bot.png) no-repeat top center;
  height: 42px;
  margin-top: 0px; /* margin-left: -223px; */
}
#expertise-list-hp .icon {
  width: 150px; /* height: 72px; */
  background: transparent;
  display: block;
  overflow: hidden;
  margin: 0px auto;
}
#expertise-list-hp .icon a {
  display: inline-block;
}
#expertise-list-hp .icon img {
  width: 100%;
  height: 100%;
}
#expertise-list-hp .col {
  float: left;
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 30px;
}
#expertise-list-hp .expertise-list-row {
  border-bottom: 2px solid #c3dae5;
  margin-bottom: 25px;
}
#expertise-list-hp .expertise-list-row:last-child {
  border-bottom: none;
}
#expertise-list-hp .expertise-list-row > .col:last-child {
  margin-right: 0;
}
#expertise-list-hp .exp-name {
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  color: #006fa0;
  font-size: 15px;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  line-height: 1.4;
  margin-top: 9px;
  text-transform: uppercase;
  font-weight: 600;
}
/* kustom sitemap */
.page-id-893 .entry-content p {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
/*.kustom-sitemap h2 { margin-top:40px;}
.kustom-sitemap ul { margin-left:20px;}*/

/* Kustom Search Results */
.kustom-search-results .archive-description {
  padding: 0;
}
/* Kustom : Main navigation */
.site-header .widget-area {
  float: right;
  margin-left: 63px;
}
#menu-main {
  margin-top: 1px;
}
#menu-main .menu-item {
  text-align: center;
}
#menu-main .menu-item:last-child {
  border-right: none;
}
#menu-main a {
  color: #333;
  font-family: "Alright Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
  padding-right: 36px;
  padding-left: 33px;
}
#menu-main a .firstword {
  text-transform: uppercase;
  font-weight: 600;
  color: #00659a;
  width: 100%;
  display: block;
  height: 20px;
}
#menu-main .current_page_item a .firstword {
  color: #3c9ecb;
}
#menu-main a:hover .firstword {
  color: #3c9ecb;
}
/* ---------- Kustom: UWPQSF Pagination ------------ */
.uwpqsfpagi {
  clear: both;
  margin-top: 10px;
  display: block;
  float: left;
  width: auto !important;
}
.uwpqsfpagi a {
  cursor: pointer;
}
span.upagicurrent,
.uwpqsfpagi a,
.uwpqsfpagi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
}
span.upagicurrent,
a.upagievent {
  padding-left: 5px !important;
  padding-right: 5px !important;
  height: 25px;
  line-height: normal !important;
}
/* ----------- Kustom:  Directory page ---------------*/
.kustom-staffdir #menu-item-543 a .firstword {
  color: #0378ad;
}
.kustom-staffdir .content {
  /*width:790px;*/
  width: 70%;
}
.kustom-staffdir .sidebar-primary {
  /*width:310px;*/ /*width:28%;*/
  padding-top: 18px;
}
.kustom-staffdir .content-sidebar-wrap h1.entry-title {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.page-template-page_staffdirectory #uwpqsf_id #uncheckAll {
  float: left;
  width: 100%;
}
.page-template-page_staffdirectory #uwpqsf_id .uwpqsf_class {
  float: left;
  width: 100%;
}
.kustom-staffdir .uwpqsf_class {
  margin-bottom: 25px;
  margin-top: 0px;
}
.kustom-staffdir .uwpqsf_class > label {
  margin-left: 20px;
}
.kustom-staffdir .kustom-grid {
  width: 720px;
}
.kustom-staffdir .entry-content {
  line-height: 18px;
  line-height: 1.2rem;
}
/* ----------- Kustom: Project Portfolio page ------------- */
.kustom-portfolio #menu-item-817 a .firstword {
  color: #0378ad;
}
.kustom-portfolio #uncheckAll {
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}
.kustom-portfolio .tax-check-0 {
  margin-top: 0px;
}
.kustom-portfolio .content {
  /*width:790px;*/
  width: 70%;
}
.kustom-portfolio .sidebar-primary {
  /*width:310px;*/
  width: 260px;
}
.kustom-portfolio .content-sidebar-wrap h1.entry-title {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.portfolio-description {
  margin-top: 10px;
  width: 67%;
}
.content .portfolio {
  position: relative;
}
.portfolio .entry-content {
  /*background: rgba(255,255,255,.8);*/
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 1em; /*padding: .3em;*/
  height: auto;
  margin: 0 0 9px 0px;
  line-height: 1.2em;
  color: #276199;
}
.portfolio .entry-content a {
  font-size: 0.8em;
  color: #276199;
}
.kustom-portfolio #page-switcher .switch-wrapper {
  width: 452px;
  padding-left: 31px;
}
.kustom-portfolio .services-trigger,
.kustom-portfolio .staff-trigger {
  float: left;
  width: 100%;
}
.kustom-portfolio .staff-trigger {
  margin-top: 10px;
  margin-bottom: 10px;
}
.kustom-portfolio .staff-trigger h2 {
  margin-bottom: 0px;
}
/* ----------- Kustom : Publications filter page ------------ */
.kustom-publications #menu-item-542 a .firstword {
  color: #0378ad;
}
.kustom-publications .content {
  /*width:790px;*/
  width: 70%;
}
.kustom-publications .sidebar-primary {
  /*width:310px;*/
  width: 260px;
}
/* filter widget overrides : Plugin : Ultimate WP Query Search Filter */
input#uwpqsf_id_key {
  width: 80% !important;
  margin-right: 2% !important;
}
.entry-portfolio {
  margin: 0;
}
[class*="tax-check-"] label,
[class*="cmf-check-"] label {
  margin-left: 20px;
}
#uwpqsf_id {
  border: none !important;
}
.uwpqsf_class.stringsearch {
  margin: 0;
}
.uwpqsf_class.stringsearch .srchbtn {
  cursor: pointer;
  padding: 14px;
  background: #eee;
}
.uwpqsf_class.stringsearch .srchbtn:hover {
  background: #ddd;
}
.uwpqsf_class.stringsearch > label {
  margin: 0;
  display: none;
}
.uwpqsf_class {
  margin-top: 20px;
  float: left;
}
.uwpqsf_class > label {
  width: 100% !important;
}
.kustom-portfolio h1.entry-title {
  text-transform: uppercase;
}
/*.kustom-portfolio .entry-header h1.entry-title { text-transform: none; 	}*/
.uwpqsf_class > span[class*="taxolabel-"],
.uwpqsf_class > span[class*="cmflabel-"] {
  color: #35649a;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: 16px;
  font-size: 1.066666rem;
  font-family: "Alright Sans Medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.kustom-portfolio .content article .entry-header {
  line-height: 0;
}
.kustom-portfolio .content article.featured {
  border: 2px solid #35649a;
  background: #35649a;
}
.kustom-portfolio .content article.featured .featured_tag {
  position: absolute;
  top: 0px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 1rem;
  padding-left: 1px;
}
.kustom-portfolio .kustom-grid {
  width: 720px;
}
/*.kustom-portfolio .content article {
	background: #fff;
	border: 2px solid #ffffff;
	float: left;
	margin: 0 2% 0px 0 !important;
	overflow: hidden;
	padding: 20px 0 0;
	width: 23%;
	position: relative;
	height:128px;
}*/

.kustom-portfolio .content h1 {
  display: none;
}
.kustom-portfolio .content article .entry-summary {
  display: none;
}
/*.kustom-portfolio .content article .entry-title {
	display: block;
	font-size:.9rem;
	font-size:14px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	font-family: "Alright Sans Thin";
	background: rgba(255,255,255,.8);
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: .3em .2em .7em;
	height: auto;
	margin: 0 ;
	line-height: 1.2rem;
	line-height: 16px;
	color: #276199;
}

.kustom-portfolio .content article .entry-title a{
font-size: .9rem;
font-size: 14px;
color: #276199;
text-transform: none;
}
*/

/* kustom for filter itself */
.uform_title {
  display: none;
}
.uwpqsf_class input[type="checkbox"],
.uwpqsf_class input[type="radio"] {
  width: 6%;
  margin-left: -20px;
  margin-right: 5px;
}
/* filter widget overrides : Plugin : Ultimate WP Query Search Filter */
input#uwpqsf_id_key {
  width: 80% !important;
  margin-right: 2% !important;
}
/* kustom grid (used for Portfolio and staff directory) */
.kustom-grid .entry-content {
  padding: 0;
}
.kustom-grid .entry-header h1.entry-title {
  text-transform: none;
}
.kustom-grid article .entry-header {
  line-height: 0;
}
.kustom-grid article.featured {
  border: 2px solid #35649a;
  background: #35649a;
}
.kustom-grid article.featured .featured_tag {
  position: absolute;
  top: 0px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 1rem;
  padding-left: 1px;
}
.kustom-grid article {
  background: #fff;
  border: 2px solid #ffffff;
  float: left;
  margin: 0 2% 0px 0 !important;
  overflow: hidden;
  padding: 15px 0 0;
  width: 23%;
  position: relative;
  height: 210px;
}
.kustom-grid h1 {
  display: none;
}
.kustom-grid article .entry-summary {
  display: none;
}
.kustom-grid article .entry-title {
  display: block;
  font-size: 15px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.066666rem;
  margin: 0;
  padding: 0;
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  width: 100%;
  height: auto;
  margin: 0;
  color: #276199;
}
.kustom-grid .uform_title {
  display: none;
}
.kustom-grid article .entry-title a {
  color: #276199;
  text-transform: none;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background: #1a1a1a;
  color: #aaa;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.site-footer .wrap {
  padding: 30px 0px;
  padding: 1.875rem 0rem;
}
.site-footer a {
  color: #fff;
  font-weight: 400;
}
.site-footer p {
  margin: 0;
}
/* 
16 Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Epik Black
--------------------------------------------- */

.epik-black .head-wrap,
.epik-black .welcome,
.epik-black .home-feature-bg-dark,
.epik-black .author-box,
.epik-black .footer-widgets {
  background: #111;
}
.epik-black .nav-primary .sub-menu a:hover,
.epik-black .nav-secondary .sub-menu a:hover,
.epik-black .site-header .sub-menu a:hover,
.epik-black .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-black .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #777;
}
.epik-black .content .portfolio .more-link,
.epik-black .plan-button a {
  background: #111;
  color: #fff;
}
.epik-black .content .portfolio .more-link:hover,
.epik-black .plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-black button,
.epik-black input[type="button"],
.epik-black input[type="reset"],
.epik-black a.button.small,
.epik-black a.button.medium,
.epik-black a.button.large,
.epik-black .circle {
  background: #111;
}
.epik-black .footer-widgets button,
.epik-black .footer-widgets input[type="button"],
.epik-black .footer-widgets input[type="reset"],
.epik-black .footer-widgets .enews-widget input[type="submit"],
.epik-black .footer-widgets a.button.small,
.epik-black .footer-widgets a.button.medium,
.epik-black .footer-widgets a.button.large,
.epik-black .footer-widgets .circle {
  background: #333;
}
.epik-black .footer-widgets input[type="submit"] {
  background: #333;
}
.epik-black .footer {
  background: #222;
}
/* Epik Blue
--------------------------------------------- */

.epik-blue a {
  color: #1887e5;
}
.epik-blue .site-title a:hover {
  color: #ccc;
}
.epik-blue .site-description {
  color: #ccc;
}
.epik-blue .genesis-nav-menu a {
  color: #fff;
}
.epik-blue .site-header .widget-area {
  color: #eee;
}
.epik-blue .genesis-nav-menu a:hover,
.epik-blue .genesis-nav-menu .current-menu-item > a {
  color: #bbb;
}
.epik-blue .nav-primary .sub-menu a:hover,
.epik-blue .nav-secondary .sub-menu a:hover,
.epik-blue .site-header .sub-menu a:hover,
.epik-blue .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #1887e5;
}
.epik-blue h1 a,
.epik-blue h2 a {
  color: #333;
}
.epik-blue h1 a:hover,
.epik-blue h2 a:hover {
  color: #1887e5;
}
.epik-blue .head-wrap,
.epik-blue .welcome,
.epik-blue .home-feature-bg-dark,
.epik-blue .author-box,
.epik-blue .footer-widgets {
  background: #1887e5;
  color: #eee;
}
.epik-blue .head-wrap a,
.epik-blue .welcome a,
.epik-blue .home-feature-bg-dark a,
.epik-blue .author-box a,
.epik-blue .footer-widgets a {
  color: #fff;
}
.epik-blue .head-wrap p,
.epik-blue .welcome p,
.epik-blue .home-feature-bg-dark p,
.epik-blue .author-box p,
.epik-blue .footer-widgets p {
  color: #eee;
}
.epik-blue .archive-pagination li a:hover,
.epik-blue .archive-pagination li.active a {
  background: #1887e5;
}
.epik-blue .content .portfolio .more-link,
.epik-blue .plan-button a {
  background: #1887e5;
  color: #fff;
}
.epik-blue .content .portfolio .more-link:hover,
.epik-blue .plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-blue button,
.epik-blue input[type="button"],
.epik-blue input[type="reset"],
.epik-blue input[type="submit"],
.epik-blue .sidebar .enews-widget input[type="submit"],
.epik-blue a.button.small,
.epik-blue a.button.medium,
.epik-blue a.button.large,
.epik-blue .circle {
  background: #1887e5;
}
.epik-blue .footer-widgets button,
.epik-blue .footer-widgets input[type="button"],
.epik-blue .footer-widgets input[type="reset"],
.epik-blue .footer-widgets .enews-widget input[type="submit"],
.epik-blue .footer-widgets a.button.small,
.epik-blue .footer-widgets a.button.medium,
.epik-blue .footer-widgets a.button.large,
.epik-blue .footer-widgets .circle {
  background: #111;
}
.epik-blue .enews-widget input:hover[type="submit"] {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-blue .footer-widgets input[type="submit"] {
  background: #111;
}
.epik-blue .footer {
  background: #1887e5;
}
/* Epik Dark Blue
--------------------------------------------- */

.epik-darkblue a {
  color: #293f5e;
}
.epik-darkblue .site-title a:hover {
  color: #ccc;
}
.epik-darkblue .site-description {
  color: #ccc;
}
.epik-darkblue .genesis-nav-menu a {
  color: #fff;
}
.epik-darkblue .site-header .widget-area {
  color: #eee;
}
.epik-darkblue .genesis-nav-menu a:hover,
.epik-darkblue .genesis-nav-menu .current-menu-item > a {
  color: #aaa;
}
.epik-darkblue .nav-primary .sub-menu a:hover,
.epik-darkblue .nav-secondary .sub-menu a:hover,
.epik-darkblue .site-header .sub-menu a:hover,
.epik-darkblue .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-darkblue .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-darkblue .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #486ea3;
}
.epik-darkblue h1 a,
.epik-darkblue h2 a {
  color: #333;
}
.epik-darkblue h1 a:hover,
.epik-darkblue h2 a:hover {
  color: #293f5e;
}
.epik-darkblue .head-wrap,
.epik-darkblue .welcome,
.epik-darkblue .home-feature-bg-dark,
.epik-darkblue .author-box,
.epik-darkblue .footer-widgets {
  background: #293f5e;
  color: #eee;
}
.epik-darkblue .head-wrap a,
.epik-darkblue .welcome a,
.epik-darkblue .home-feature-bg-dark a,
.epik-darkblue .author-box a,
.epik-darkblue .footer-widgets a {
  color: #fff;
}
.epik-darkblue .head-wrap p,
.epik-darkblue .welcome p,
.epik-darkblue .home-feature-bg-dark p,
.epik-darkblue .author-box p,
.epik-darkblue .footer-widgets p {
  color: #eee;
}
.epik-darkblue .archive-pagination li a:hover,
.epik-darkblue .archive-pagination li.active a {
  background: #293f5e;
}
.epik-darkblue .content .portfolio .more-link,
.epik-darkblue .plan-button a {
  background: #293f5e;
  color: #fff;
}
.epik-darkblue .content .portfolio .more-link:hover,
.epik-darkblue .plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-darkblue button,
.epik-darkblue input[type="button"],
.epik-darkblue input[type="reset"],
.epik-darkblue input[type="submit"],
.epik-darkblue .sidebar .enews-widget input[type="submit"],
.epik-darkblue a.button.small,
.epik-darkblue a.button.medium,
.epik-darkblue a.button.large,
.epik-darkblue .circle {
  background: #293f5e;
}
.epik-darkblue .footer-widgets button,
.epik-darkblue .footer-widgets input[type="button"],
.epik-darkblue .footer-widgets input[type="reset"],
.epik-darkblue .footer-widgets .enews-widget input[type="submit"],
.epik-darkblue .footer-widgets a.button.small,
.epik-darkblue .footer-widgets a.button.medium,
.epik-darkblue .footer-widgets a.button.large,
.epik-darkblue .footer-widgets .circle {
  background: #111;
}
.epik-darkblue .enews-widget input:hover[type="submit"] {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-darkblue .footer-widgets input[type="submit"] {
  background: #111;
}
.epik-darkblue .footer {
  background: #293f5e;
}
/* Epik Gray
--------------------------------------------- */

.epik-gray a {
  color: #777;
}
.epik-gray .site-title a:hover {
  color: #ccc;
}
.epik-gray .site-description {
  color: #ccc;
}
.epik-gray .genesis-nav-menu a {
  color: #fff;
}
.epik-gray .site-header .widget-area {
  color: #eee;
}
.epik-gray .genesis-nav-menu a:hover,
.epik-gray .genesis-nav-menu .current-menu-item > a {
  color: #bbb;
}
.epik-gray .nav-primary .sub-menu a:hover,
.epik-gray .nav-secondary .sub-menu a:hover,
.epik-gray .site-header .sub-menu a:hover,
.epik-gray .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-gray .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-gray .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #888;
}
.epik-gray h1 a,
.epik-gray h2 a {
  color: #333;
}
.epik-gray h1 a:hover,
.epik-gray h2 a:hover {
  color: #777;
}
.epik-gray .head-wrap,
.epik-gray .welcome,
.epik-gray .home-feature-bg-dark,
.epik-gray .author-box,
.epik-gray .footer-widgets {
  background: #777;
  color: #eee;
}
.epik-gray .head-wrap a,
.epik-gray .welcome a,
.epik-gray .home-feature-bg-dark a,
.epik-gray .author-box a,
.epik-gray .footer-widgets a {
  color: #fff;
}
.epik-gray .head-wrap p,
.epik-gray .welcome p,
.epik-gray .home-feature-bg-dark p,
.epik-gray .author-box p,
.epik-gray .footer-widgets p {
  color: #eee;
}
.epik-gray .archive-pagination li a:hover,
.epik-gray .archive-pagination li.active a {
  background: #777;
}
.epik-gray .content .portfolio .more-link,
.epik-gray .plan-button a {
  background: #777;
  color: #fff;
}
.epik-gray .content .portfolio .more-link:hover,
.epik-gray .plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-gray button,
.epik-gray input[type="button"],
.epik-gray input[type="reset"],
.epik-gray input[type="submit"],
.epik-gray .sidebar .enews-widget input[type="submit"],
.epik-gray a.button.small,
.epik-gray a.button.medium,
.epik-gray a.button.large,
.epik-gray .circle {
  background: #777;
}
.epik-gray .footer-widgets button,
.epik-gray .footer-widgets input[type="button"],
.epik-gray .footer-widgets input[type="reset"],
.epik-gray .footer-widgets .enews-widget input[type="submit"],
.epik-gray .footer-widgets a.button.small,
.epik-gray .footer-widgets a.button.medium,
.epik-gray .footer-widgets a.button.large,
.epik-gray .footer-widgets .circle {
  background: #111;
}
.epik-gray .enews-widget input:hover[type="submit"] {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-gray .footer-widgets input[type="submit"] {
  background: #111;
}
.epik-gray .footer {
  background: #777;
}
/* Epik Green
--------------------------------------------- */

.epik-green a {
  color: #9dcb2a;
}
.epik-green .site-title a:hover {
  color: #eee;
}
.epik-green .site-description {
  color: #eee;
}
.epik-green .genesis-nav-menu a {
  color: #fff;
}
.epik-green .site-header .widget-area {
  color: #eee;
}
.epik-green .genesis-nav-menu a:hover,
.epik-green .genesis-nav-menu .current-menu-item > a {
  color: #6d8c1d;
}
.epik-green .nav-primary .sub-menu a:hover,
.epik-green .nav-secondary .sub-menu a:hover,
.epik-green .site-header .sub-menu a:hover,
.epik-green .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #6d8c1d;
}
.epik-green h1 a,
.epik-green h2 a {
  color: #333;
}
.epik-green h1 a:hover,
.epik-green h2 a:hover {
  color: #9dcb2a;
}
.epik-green .head-wrap,
.epik-green .welcome,
.epik-green .home-feature-bg-dark,
.epik-green .author-box,
.epik-green .footer-widgets {
  background: #9dcb2a;
  color: #eee;
}
.epik-green .head-wrap a,
.epik-green .welcome a,
.epik-green .home-feature-bg-dark a,
.epik-green .author-box a,
.epik-green .footer-widgets a {
  color: #fff;
}
.epik-green .head-wrap p,
.epik-green .welcome p,
.epik-green .home-feature-bg-dark p,
.epik-green .author-box p,
.epik-green .footer-widgets p {
  color: #eee;
}
.epik-green .archive-pagination li a:hover,
.epik-green .archive-pagination li.active a {
  background: #9dcb2a;
}
.epik-green .content .portfolio .more-link,
.epik-green .plan-button a {
  background: #9dcb2a;
  color: #fff;
}
.epik-green .content .portfolio .more-link:hover,
.epik-green .plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-green button,
.epik-green input[type="button"],
.epik-green input[type="reset"],
.epik-green input[type="submit"],
.epik-green .sidebar .enews-widget input[type="submit"],
.epik-green a.button.small,
.epik-green a.button.medium,
.epik-green a.button.large,
.epik-green .circle {
  background: #9dcb2a;
}
.epik-green .footer-widgets button,
.epik-green .footer-widgets input[type="button"],
.epik-green .footer-widgets input[type="reset"],
.epik-green .footer-widgets .enews-widget input[type="submit"],
.epik-green .footer-widgets a.button.small,
.epik-green .footer-widgets a.button.medium,
.epik-green .footer-widgets a.button.large,
.epik-green .footer-widgets .circle {
  background: #111;
}
.epik-green .enews-widget input:hover[type="submit"] {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-green .footer-widgets input[type="submit"] {
  background: #111;
}
.epik-green .footer {
  background: #9dcb2a;
}
/* Epik Orange
--------------------------------------------- */

.epik-orange a {
  color: #ff7e00;
}
.epik-orange .site-title a:hover {
  color: #ddd;
}
.epik-orange .site-description {
  color: #ddd;
}
.epik-orange .genesis-nav-menu a {
  color: #fff;
}
.epik-orange .site-header .widget-area {
  color: #eee;
}
.epik-orange .genesis-nav-menu a:hover,
.epik-orange .genesis-nav-menu .current-menu-item > a {
  color: #994c00;
}
.epik-orange .nav-primary .sub-menu a:hover,
.epik-orange .nav-secondary .sub-menu a:hover,
.epik-orange .site-header .sub-menu a:hover,
.epik-orange .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #c66200;
}
.epik-orange h1 a,
.epik-orange h2 a {
  color: #333;
}
.epik-orange h1 a:hover,
.epik-orange h2 a:hover {
  color: #ff7e00;
}
.epik-orange .head-wrap,
.epik-orange .welcome,
.epik-orange .home-feature-bg-dark,
.epik-orange .author-box,
.epik-orange .footer-widgets {
  background: #ff7e00;
  color: #eee;
}
.epik-orange .head-wrap a,
.epik-orange .welcome a,
.epik-orange .home-feature-bg-dark a,
.epik-orange .author-box a,
.epik-orange .footer-widgets a {
  color: #fff;
}
.epik-orange .head-wrap p,
.epik-orange .welcome p,
.epik-orange .home-feature-bg-dark p,
.epik-orange .author-box p,
.epik-orange .footer-widgets p {
  color: #eee;
}
.epik-orange .archive-pagination li a:hover,
.epik-orange .archive-pagination li.active a {
  background: #ff7e00;
}
.epik-orange .content .portfolio .more-link,
.epik-orange .plan-button a {
  background: #ff7e00;
  color: #fff;
}
.epik-orange .content .portfolio .more-link:hover,
.epik-orange .plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-orange button,
.epik-orange input[type="button"],
.epik-orange input[type="reset"],
.epik-orange input[type="submit"],
.epik-orange .sidebar .enews-widget input[type="submit"],
.epik-orange a.button.small,
.epik-orange a.button.medium,
.epik-orange a.button.large,
.epik-orange .circle {
  background: #ff7e00;
}
.epik-orange .footer-widgets button,
.epik-orange .footer-widgets input[type="button"],
.epik-orange .footer-widgets input[type="reset"],
.epik-orange .footer-widgets .enews-widget input[type="submit"],
.epik-orange .footer-widgets a.button.small,
.epik-orange .footer-widgets a.button.medium,
.epik-orange .footer-widgets a.button.large,
.epik-orange .footer-widgets .circle {
  background: #111;
}
.epik-orange .enews-widget input:hover[type="submit"] {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-orange .footer-widgets input[type="submit"] {
  background: #111;
}
.epik-orange .footer {
  background: #ff7e00;
}
/* Epik Pink
--------------------------------------------- */

.epik-pink a {
  color: #ff55a9;
}
.epik-pink .site-title a:hover {
  color: #eee;
}
.epik-pink .site-description {
  color: #eee;
}
.epik-pink .genesis-nav-menu a {
  color: #fff;
}
.epik-pink .site-header .widget-area {
  color: #eee;
}
.epik-pink .genesis-nav-menu a:hover,
.epik-pink .genesis-nav-menu .current-menu-item > a {
  color: #ffc5e1;
}
.epik-pink .nav-primary .sub-menu a:hover,
.epik-pink .nav-secondary .sub-menu a:hover,
.epik-pink .site-header .sub-menu a:hover,
.epik-pink .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-pink .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #ff55a9;
}
.epik-pink h1 a,
.epik-pink h2 a {
  color: #333;
}
.epik-pink h1 a:hover,
.epik-pink h2 a:hover {
  color: #ff55a9;
}
.epik-pink .head-wrap,
.epik-pink .welcome,
.epik-pink .home-feature-bg-dark,
.epik-pink .author-box,
.epik-pink .footer-widgets {
  background: #ff55a9;
  color: #eee;
}
.epik-pink .head-wrap a,
.epik-pink .welcome a,
.epik-pink .home-feature-bg-dark a,
.epik-pink .author-box a,
.epik-pink .footer-widgets a {
  color: #fff;
}
.epik-pink .head-wrap p,
.epik-pink .welcome p,
.epik-pink .home-feature-bg-dark p,
.epik-pink .author-box p,
.epik-pink .footer-widgets p {
  color: #eee;
}
.epik-pink .archive-pagination li a:hover,
.epik-pink .archive-pagination li.active a {
  background: #ff55a9;
}
.epik-pink .content .portfolio .more-link,
.epik-pink .plan-button a {
  background: #ff55a9;
  color: #fff;
}
.epik-pink .content .portfolio .more-link:hover,
.epik-pink .plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-pink button,
.epik-pink input[type="button"],
.epik-pink input[type="reset"],
.epik-pink input[type="submit"],
.epik-pink .sidebar .enews-widget input[type="submit"],
.epik-pink a.button.small,
.epik-pink a.button.medium,
.epik-pink a.button.large,
.epik-pink .circle {
  background: #ff55a9;
}
.epik-pink .footer-widgets button,
.epik-pink .footer-widgets input[type="button"],
.epik-pink .footer-widgets input[type="reset"],
.epik-pink .footer-widgets .enews-widget input[type="submit"],
.epik-pink .footer-widgets a.button.small,
.epik-pink .footer-widgets a.button.medium,
.epik-pink .footer-widgets a.button.large,
.epik-pink .footer-widgets .circle {
  background: #111;
}
.epik-pink .enews-widget input:hover[type="submit"] {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-pink .footer-widgets input[type="submit"] {
  background: #111;
}
.epik-pink .footer {
  background: #ff55a9;
}
/* Epik Purple
--------------------------------------------- */

.epik-purple a {
  color: #8542c4;
}
.epik-purple .site-title a:hover {
  color: #eee;
}
.epik-purple .site-description {
  color: #eee;
}
.epik-purple .genesis-nav-menu a {
  color: #fff;
}
.epik-purple .site-header .widget-area {
  color: #eee;
}
.epik-purple .genesis-nav-menu a:hover,
.epik-purple .genesis-nav-menu .current-menu-item > a {
  color: #d5a8ff;
}
.epik-purple .nav-primary .sub-menu a:hover,
.epik-purple .nav-secondary .sub-menu a:hover,
.epik-purple .site-header .sub-menu a:hover,
.epik-purple .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-purple .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #8542c4;
}
.epik-purple h1 a,
.epik-purple h2 a {
  color: #333;
}
.epik-purple h1 a:hover,
.epik-purple h2 a:hover {
  color: #8542c4;
}
.epik-purple .head-wrap,
.epik-purple .welcome,
.epik-purple .home-feature-bg-dark,
.epik-purple .author-box,
.epik-purple .footer-widgets {
  background: #8542c4;
  color: #eee;
}
.epik-purple .head-wrap a,
.epik-purple .welcome a,
.epik-purple .home-feature-bg-dark a,
.epik-purple .author-box a,
.epik-purple .footer-widgets a {
  color: #fff;
}
.epik-purple .head-wrap p,
.epik-purple .welcome p,
.epik-purple .home-feature-bg-dark p,
.epik-purple .author-box p,
.epik-purple .footer-widgets p {
  color: #eee;
}
.epik-purple .archive-pagination li a:hover,
.epik-purple .archive-pagination li.active a {
  background: #8542c4;
}
.epik-purple .content .portfolio .more-link,
.epik-purple .plan-button a {
  background: #8542c4;
  color: #fff;
}
.epik-purple .content .portfolio .more-link:hover,
.epik-purple .plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-purple button,
.epik-purple input[type="button"],
.epik-purple input[type="reset"],
.epik-purple input[type="submit"],
.epik-purple .sidebar .enews-widget input[type="submit"],
.epik-purple a.button.small,
.epik-purple a.button.medium,
.epik-purple a.button.large,
.epik-purple .circle {
  background: #8542c4;
}
.epik-purple .footer-widgets button,
.epik-purple .footer-widgets input[type="button"],
.epik-purple .footer-widgets input[type="reset"],
.epik-purple .footer-widgets .enews-widget input[type="submit"],
.epik-purple .footer-widgets a.button.small,
.epik-purple .footer-widgets a.button.medium,
.epik-purple .footer-widgets a.button.large,
.epik-purple .footer-widgets .circle {
  background: #111;
}
.epik-purple .enews-widget input:hover[type="submit"] {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-purple .footer-widgets input[type="submit"] {
  background: #111;
}
.epik-purple .footer {
  background: #8542c4;
}
/* Epik Red
--------------------------------------------- */

.epik-red a {
  color: #d91420;
}
.epik-red .site-title a:hover {
  color: #eee;
}
.epik-red .site-description {
  color: #eee;
}
.epik-red .genesis-nav-menu a {
  color: #fff;
}
.epik-red .site-header .widget-area {
  color: #eee;
}
.epik-red .genesis-nav-menu a:hover,
.epik-red .genesis-nav-menu .current-menu-item > a {
  color: #bbb;
}
.epik-red .nav-primary .sub-menu a:hover,
.epik-red .nav-secondary .sub-menu a:hover,
.epik-red .site-header .sub-menu a:hover,
.epik-red .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.epik-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #d91420;
}
.epik-red h1 a,
.epik-red h2 a {
  color: #333;
}
.epik-red h1 a:hover,
.epik-red h2 a:hover {
  color: #d91420;
}
.epik-red .head-wrap,
.epik-red .welcome,
.epik-red .home-feature-bg-dark,
.epik-red .author-box,
.epik-red .footer-widgets {
  background: #d91420;
  color: #eee;
}
.epik-red .head-wrap a,
.epik-red .welcome a,
.epik-red .home-feature-bg-dark a,
.epik-red .author-box a,
.epik-red .footer-widgets a {
  color: #fff;
}
.epik-red .head-wrap p,
.epik-red .welcome p,
.epik-red .home-feature-bg-dark p,
.epik-red .author-box p,
.epik-red .footer-widgets p {
  color: #eee;
}
.epik-red .archive-pagination li a:hover,
.epik-red .archive-pagination li.active a {
  background: #d91420;
}
.epik-red .content .portfolio .more-link,
.epik-red .plan-button a {
  background: #d91420;
  color: #fff;
}
.epik-red .content .portfolio .more-link:hover,
.epik-red .plan-button a:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-red button,
.epik-red input[type="button"],
.epik-red input[type="reset"],
.epik-red input[type="submit"],
.epik-red .sidebar .enews-widget input[type="submit"],
.epik-red a.button.small,
.epik-red a.button.medium,
.epik-red a.button.large,
.epik-red .circle {
  background: #d91420;
}
.epik-red .footer-widgets button,
.epik-red .footer-widgets input[type="button"],
.epik-red .footer-widgets input[type="reset"],
.epik-red .footer-widgets .enews-widget input[type="submit"],
.epik-red .footer-widgets a.button.small,
.epik-red .footer-widgets a.button.medium,
.epik-red .footer-widgets a.button.large,
.epik-red .footer-widgets .circle {
  background: #111;
}
.epik-red .enews-widget input:hover[type="submit"] {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.epik-red .footer-widgets input[type="submit"] {
  background: #111;
}
.epik-red .footer {
  background: #d91420;
}
/*
Kustom General
---------------------------------------------------------------------------------------------------- */
.blue {
  color: #276199;
}
.intro {
  font-size: 20px;
  font-size: 1.3333rem;
  margin-bottom: 20px;
  font-family: "Alright Sans", Helvetica, Arial, sans-serif;
}
.darkblue {
  color: #295a9a !important;
}
.lightblue {
  color: #589ec5 !important;
}
.brown {
  color: #c56148 !important;
}
.darkbrown {
  color: #86665a !important;
}
.white {
  color: #ffffff;
}
.small {
  font-size: 0.9em;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.wp-pagenavi {
  margin-top: 30px;
  display: block;
  float: left;
}
.brownblock {
  background: #dedcca;
}
.sidebar .widget.noborder {
  border: 0;
}
.upper {
  text-transform: uppercase;
}
.readmore a {
  color: #35649a;
  font-family: "Alright Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1rem;
}
h1,
h2,
h3 {
  color: #35649a;
}
h3 {
  font-weight: 400;
}
h3 a {
  font-weight: 400;
  color: #35649a !important;
}
h3 a:hover {
  text-decoration: none;
  color: #3a7ecc !important;
}
h2.blue {
  color: #35649a;
  font-weight: normal;
  font-family: "Alright Sans Medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  font-size: 1.3333rem;
}
.sidebar ul {
  margin-left: 19px;
}
.footnote {
  font-style: italic;
  font-size: 0.75em;
  color: #888;
  display: block;
  float: left;
  margin-top: 20px;
  line-height: 1.3em;
}
.kustom-cta-orange {
  background: #0378ad;
  color: white;
  width: auto;
  padding: 9px 15px 9px;
  text-align: left;
  cursor: pointer;
  display: block;
  float: left;
  margin-top: 15px;
  line-height: 16px;
  position: relative !important;
}
.kustom-cta-orange a {
  color: #fff !important;
}
.kustom-cta-orange .block {
  line-height: 18px;
  line-height: 1.2rem;
}
.more-from-category {
  background: #3b3c3c;
  color: white;
  width: auto;
  padding: 7px 11px;
  text-align: left;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 2.3em;
  margin-top: 0.2em;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 0.4em;
  line-height: 14px;
  font-size: 37px;
}
.kustom-cta-more {
  background: url("images/arrow_down.png") no-repeat #898a8a;
  padding: 3px 36px 0px 12px;
  background-size: 19%;
  background-position: 60px;
  color: #ffffff;
  font-size: 0.9em;
  float: right;
}
.kustom-cta-orange:hover {
  background: #2da3d8;
}
/* Kustom header ------------------------------------------------- */
#header {
  padding: 35px;
}
.tagline {
  color: #ccc;
  font-size: 0.7em;
}
.title-area {
  width: 212px;
}
h1.site-title {
  text-indent: -9999px;
  background: url(images/NN-logo-2x.jpg) no-repeat top center;
  background-size: contain;
  height: 67px;
  margin-bottom: 0;
}
.site-description {
  font-size: 0.725rem;
  text-align: center;
  text-indent: -9999px;
}
/* Kustom h ------------------------------------------------------ */
h1.catname {
  font-size: 36px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  color: #35649a;
  text-transform: uppercase;
}
h2.title {
  font-family: "Alright Sans Medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 21px;
  line-height: 1.4rem;
}
h3.subtitle {
  font-family: "Alright Sans Light", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 21px;
  line-height: 1.4rem;
}
h2.wtitle {
  font-family: "Alright Sans Medium", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  font-size: 1.066666rem;
  color: #35649a;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}
.sidebar h4.widgettitle {
  color: #35649a;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 0px;
}
/* Social bar ---------------------------------------------------- */
#socialbar {
  background: #1678a9;
  text-align: right;
}
#socialbar img {
  width: 150px;
}
/* Landing Page Template -------------------------------------------- */
.page-template-page_landing-php .entry-title {
  text-transform: uppercase;
}
.epik-landing .entry-content p {
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}
.epik-landing .people,
.epik-landing .expertise,
.epik-landing .awards {
  height: 520px;
  position: relative;
  margin-top: 25px;
}
.epik-landing .kustom-cta-orange {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* Who we are */
.epik-landing .post-343 .extra {
  padding-top: 49px;
}
/* CAREER Landing Page   -------------------------------------------- */
.kustom-careers #menu-item-542 a .firstword {
  color: #0378ad;
}
.kustom-careers .flexslider {
  height: auto;
}
.kustom-careers .flexslider .slides {
  background: #00659b;
}
.kustom-careers .flexslider .slides .qcontent {
  display: none;
}
.kustom-careers .flexslider .slides .qimage {
  float: right;
}
.kustom-careers .flexslider .slides img {
  width: auto;
}
.kustom-careers .sidebar-primary {
  width: 270px;
  padding-right: 5px;
}
#career-header {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
#career-header .two-thirds {
  margin-left: 0;
}
.staticpromo {
  display: block;
  float: left;
  background: #d7964e;
  padding: 30px;
  height: 300px;
  width: 34%;
}
.staticpromo h2 {
  color: white;
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 1.86666rem;
  line-height: 30px;
  line-height: 2rem;
}
.staticpromo p {
  color: #20528d;
  font-family: "Alright Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 1.4666rem;
}
.careerquotes {
  float: left;
  display: block;
  width: 570px;
  height: 282px;
  overflow: hidden;
}
.careerquotes .qcontent {
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 20px;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  color: #20528d;
  max-width: 280px;
}
.careerquotes .signature {
  float: right;
  font-size: 0.7em;
  line-height: 1.2em;
}
.careerquotes .flex-direction-nav li a {
  display: none;
}
.backto {
  margin-bottom: 20px;
  margin-top: 18px;
}
.testimonial {
  width: 100%;
  float: left;
}
.testimonial .text {
  float: left;
  color: #d7964e;
  width: 100%;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-right: 4%;
  margin-bottom: 10px;
}
.testimonial .video {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
table.striped {
  text-align: left;
  width: 100%;
}
table.striped tr:nth-child(even) {
  background: #c7c2a8;
}
table.striped a {
  font-family: "Alright Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333333;
}
table.striped th {
  color: #35649a;
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
}
table.careers {
  margin-top: 20px;
}
table.careers td {
  padding: 5px 5px;
  line-height: 17px;
  color: #333333;
}
table.careers td.jobtitle {
  width: 57%;
}
table.careers td.officename {
  width: 43%;
  font-family: "Alright Sans", Helvetica, Arial, sans-serif;
}
/* CAREER Single Page   -------------------------------------------- */
/* social share */
.juiz_sps_links ul {
  width: 200px;
}
.juiz_sps_item {
  width: 36px;
  overflow: hidden;
}
ul.juiz_sps_links_list li.juiz_sps_item {
  margin-right: 4px !important;
}
.juiz_sps_hide_name a:hover .juiz_sps_network_name,
.juiz_sps_hide_name a:focus .juiz_sps_network_name {
  max-width: 0px !important;
}
.single-career #menu-item-542 a .firstword {
  color: #0378ad;
}
.single-career h4.blue {
  font-size: 1.05rem;
}
.single-career h2 {
  font-weight: 100;
  font-size: 1.1em;
  margin-bottom: 1em;
}
#career-officefacts .widget-wrap {
  background: #dedcca;
  padding: 10px;
}
#career-officefacts ul {
  margin-left: 20px;
}
.career-static-header img {
  width: 100%;
}
.single-career .content {
  width: 700px;
  margin-left: 30px;
  margin-top: 20px;
}
.single-career .sidebar-primary {
  width: 250px;
}
.single-career .entry-title {
  margin-bottom: 0;
}
.single-career .sidebar-primary .widget {
  border: none;
}
/* PROJECT Single Page --------------------------------------------- */
#pdownloads a {
  font-family: "Alright Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
#servicelist ul {
  list-style: none;
  margin-left: 0px;
}
#servicelist ul li.group {
  margin-bottom: 20px;
}
#servicelist ul ul {
  display: none;
}
#similar-projects .kustom-cta-orange {
  clear: left;
}
#shareproject {
  background: url(images/ico_sharestaff.png) no-repeat;
  height: 33px;
  width: 192px;
  float: left;
  display: block;
  background-size: 100%;
}
#shareproject div {
  width: 38px;
  height: 38px;
  float: left;
}
.project-featured img {
  width: 100%;
}
.single-project #menu-item-817 a .firstword {
  color: #0378ad;
}
.single-project .entry {
  padding: 0px;
}
.single-project h2.wtitle {
  font-size: 15px;
  font-size: 1rem;
}
.single-project .content-sidebar-wrap .sidebar h2.wtitle {
  display: list-item;
}
.single-project .content-sidebar-wrap .sidebar #similar-projects h2 {
  display: contents;
}
.single-project h3.subtitle {
  font-size: 0.95em;
  font-weight: 100;
  color: #fff;
  margin-bottom: 0.1em;
  line-height: 1.5em;
}
.single-project h1.entry-title {
  font-size: 36px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em; /* padding: 0 20px; */
  color: #5389b2;
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-project .entry-header {
  background: #262827;
  padding: 4px 10px 10px;
}
.single-project.sidebar-content-sidebar .content-sidebar-wrap {
  width: 730px;
}
.single-project .content-sidebar-wrap .content {
  width: 475px;
}
.single-project .sidebar-primary {
  width: 225px;
}
.single-project .sidebar-primary li {
  font-size: 13px;
  font-size: 0.866666rem;
  line-height: 20px;
  line-height: 1.33333rem;
}
.single-project .sidebar-secondary {
  width: 250px;
  padding-right: 20px;
}
.single-project .sidebar-secondary a {
  font-family: "Alright Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.single-project #backlink.widget {
  padding-bottom: 15px;
  padding-bottom: 1rem;
}
.single-project .sidebar-secondary .widget {
  margin-bottom: 0.3em;
  border: none;
  padding-bottom: 15px;
  padding-bottom: 1rem;
}
.single-project .sidebar-primary .widget {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-bottom: 15px;
  padding-bottom: 1rem;
}
.single-project #exp-feat-projects .projimage {
  width: 100%;
}
#ptestim .small {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 14px;
  line-height: 0.9333rem;
  font-family: "Alright Sans Light", "Open Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-style: italic;
}
/* INITIATIVE Single Page --------------------------------------------- */

#similar-projects .kustom-cta-orange {
  clear: left;
}
.single-initiative .initiative-featured img {
  width: 100%;
  height: 168px;
}
.single-initiative .intro.blue {
  margin-top: 4px;
}
.single-initiative #menu-item-817 a .firstword {
  color: #0378ad;
}
.single-initiative .entry {
  padding: 0px;
}
.single-initiative h2.wtitle {
  font-size: 15px;
  font-size: 1rem;
}
#initiative-pure-sidebar {
  padding-right: 20px;
  padding-top: 19px;
  float: left;
}
#initiative-hero-title {
  background: #959c3a;
  color: white;
  text-align: center;
  width: 100%;
  padding: 20px;
  height: 168px;
}
.single-initiative h3.subtitle {
  font-size: 0.95em;
  font-weight: 100;
  color: #fff;
  margin-bottom: 0.1em;
  line-height: 1.5em;
}
.single-initiative h1.entry-title {
  font-size: 36px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em; /* padding: 0 20px; */
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.single-initiative .entry-header {
  display: none;
}
.single-initiative.sidebar-content-sidebar .content-sidebar-wrap {
  width: 730px;
}
.single-initiative .content-sidebar-wrap .content {
  width: 475px;
}
.single-initiative .sidebar-primary {
  width: 225px;
}
.single-initiative .sidebar-primary li {
  font-size: 13px;
  font-size: 0.866666rem;
  line-height: 20px;
  line-height: 1.33333rem;
}
.single-initiative .sidebar-secondary {
  width: 250px;
}
.single-initiative .sidebar-secondary a {
  font-family: "Alright Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.single-initiative #backlink.widget {
  padding-bottom: 15px;
  padding-bottom: 1rem;
}
.single-initiative .sidebar-secondary .widget {
  float: left;
  display: block;
  margin-bottom: 0.3em;
  border: none;
  padding-bottom: 15px;
  padding-bottom: 1rem;
}
.single-initiative .sidebar-primary .widget {
  float: left;
  display: block;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-bottom: 15px;
  padding-bottom: 1rem;
}
.single-initiative #exp-feat-projects .projimage {
  width: 100%;
}
/* INITIATIVE Single Page --------------------------------------------- */

/* Pagination jPaginate.js */
.pagination {
  list-style: none;
  margin: 0px;
  padding: 0px;
  clear: left;
  margin-top: 20px;
  display: block;
  float: left;
}
.pagination li {
  float: left;
}
.pagination .inactive {
  display: none;
}
.pagination .pages {
  float: left;
  height: 24px;
  border: 1px solid #bfbfbf;
  padding: 1px 6px;
  margin: 0px;
  text-decoration: none;
}
.pagination li a {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
}
.pagination li a.active {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}
.pagination li a.inactive {
  background-color: #eee;
  color: #777;
  border: 1px solid #ccc;
}
/* OFFICE Single Page --------------------------------------------- */
#scores {
  background: url(images/bg_scores.png) no-repeat;
  background-size: 370px;
  padding-top: 48px;
  height: 110px;
  font-family: "Open Sans", Arial;
  font-size: 40px;
  font-size: 2.66666rem;
  padding-left: 7px;
  color: #02456c;
  line-height: 17px;
  line-height: 1.1333333rem;
  width: 230px;
  overflow: hidden;
  font-weight: bold;
  letter-spacing: -1px;
}
#scores .walk {
  width: 98px;
  text-align: center;
  color: #fff;
  float: left;
  display: block;
  position: relative;
}
#scores .transit {
  width: 94px;
  text-align: center;
  float: left;
  color: #02456c;
  display: block;
  margin-left: 23px;
  position: relative;
}
#scores .ico_info {
  display: block;
  position: absolute;
  right: 9px;
  bottom: -16px;
}
#scores .transit .ico_info {
  right: 5px;
}
#infoWindow {
  height: 120px;
  padding: 10px;
}
#infoWindow a {
  color: #35649a;
}
/*.gmnoprint img { max-width: none; }*/
.gm-style img {
  max-width: none;
}
.single-office #menu-item-890 a .firstword {
  color: #0378ad;
}
.single-office #google-map-wrapper {
  /* responsive google map */
  position: relative;
  padding-bottom: 75%; /* aspect ratio */
  height: 0;
  overflow: hidden;
}
.single-office #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.single-office #office-changer.widget {
  margin-bottom: 0;
}
.single-office #office-changer .styled-select select {
  /*background: transparent;
   width: 100%;
   padding: 5px;
   font-size: 16px;
   line-height: 20px;
   line-height: 1.33333rem;
   border: 1px solid #1e5395;
   border-radius: 0;
   height: 34px;
   color: #333;*/
}
.styled-select select {
  /*-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    appearance: none;*/
}
.styled-select select::-ms-expand {
  /*display: none;*/
}
.styled-select {
  /*height: 34px;
   background: url(images/arrow_down_select.jpg) no-repeat right #fff;
   
    padding: 0px 0px 2px 2px;
    border: none;
    
    overflow:hidden;
    width: 100%;*/
}
.single-office .kustom-cta-orange {
  width: 100%;
  text-align: center;
}
/* STAFF Single Page --------------------------------------------- */

/* layout */
.single-staff #menu-item-543 a .firstword {
  color: #0378ad;
}
.single-staff .sidebar-primary {
  width: 225px;
  margin-top: 2px;
}
.single-staff .sidebar-secondary {
  width: 220px;
}
.single-staff.sidebar-content-sidebar .content {
  width: 475px;
}
.single-staff .sidebar-secondary.sidebar .widget {
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-right: 0px;
}
.single-staff .widget_before_content {
  margin-bottom: 2rem;
  float: left;
  height: 168px;
  width: 100%;
}
.single-staff .entry {
  padding-top: 0px;
}
.single-staff.sidebar-content-sidebar .content-sidebar-wrap {
  width: 730px;
}
/* styling */
#sharestaff {
  background: url(images/ico_sharestaff.png) no-repeat;
  height: 33px;
  width: 192px;
  float: left;
  display: block;
  background-size: 100%;
}
#sharestaff div {
  width: 38px;
  height: 38px;
  float: left;
}
.single-staff .staff-featured-left h1 {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 29px;
  line-height: 1.9333rem;
  margin-bottom: 5px;
  margin-bottom: 0.33333rem;
  font-size: 22px;
  font-size: 1.46666rem;
}
.single-staff .staff-featured-left .middle {
  display: table-cell;
  vertical-align: middle;
}
.single-staff .staff-featured-left h2 {
  font-family: "Alright Sans";
  color: #ffffff;
  font-style: italic;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 1.3333rem;
  margin-bottom: 0px;
}
.single-staff .sidebar-secondary .profilepic-wrap {
  height: 168px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-bottom: 2rem;
}
.single-staff .sidebar-secondary .profilepic {
  width: auto;
  max-width: 280px;
  margin-bottom: 21px;
}
.staff-featured-left {
  float: left;
  width: 271px;
  display: table;
  padding: 24px 22px;
  background: #35649a;
  color: #fff;
  height: 168px;
}
.staff-featured-left .fullname {
  text-transform: uppercase;
}
.staff-featured-left .functiontitle {
  font-style: italic;
}
.staff-featured-right {
  float: right;
  width: 459px;
  display: block;
}
.staff-featured-right img {
  width: 459px;
  height: 168px;
}
#involved-projects .projtitle {
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: left;
}
#involved-projects .projtitle a {
  color: #666666;
}
#involved-projects .iproj {
  margin-bottom: 20px;
}
#involved-projects .kustom-cta-orange {
  margin-top: 0;
}
/* Jeanne's team */

#teamjeanne .profilepic {
  width: 115px;
  height: auto;
  margin-bottom: 21px;
}
#teamjeanne .right {
  width: 98px;
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: left;
}
.wordwrap {
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap; /* Opera <7 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
}
/* GENERAL tag and category pages --------------------------------- */
.newsitem {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
/* VIDEO Category page -------------------------------------------- */
.category-video #menu-item-542 a .firstword {
  color: #0378ad;
}
/* NEWS Category page --------------------------------------------- */
.category-news #menu-item-542 a .firstword {
  color: #0378ad;
}
.category-news select {
  /*height:40px;*/
}
.category-news h3 {
  font-family: "Alright Sans";
  font-size: 15px;
  font-size: 1rem;
}
.category-news .archive-sub-menu {
  display: none;
}
#news-mailchimp {
  height: 90px;
  margin-bottom: 40px;
}
#news-mailchimp h2.wtitle {
  font-size: 15px;
  font-size: 1rem;
}
#mc4wp_email {
  background: #bcbdc0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 80%;
  float: left;
  border: 0px;
  color: #fff;
}
#news-mailchimp input[type="submit"] {
  background: #939597;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 20%;
  float: left;
  border: 0px;
  padding-left: 14px;
}
.mc4wp-success,
.mc4wp-notice {
  float: left;
}
#news-mediacontact.widget {
  padding: 16px;
  padding-bottom: 16px;
  padding-bottom: 1.06666rem;
  float: left;
}
#newsitems .quote {
  background: none;
  border: none;
  padding: 0;
  color: #333;
  font-weight: bold;
}
#newsitems .quote p {
  padding: 0;
  margin: 0;
}
#news-catbrowser select {
  /*background: transparent;
   width: 100%;
   padding: 5px;
   line-height: 21px;
   line-height: 1.4rem;
   border: 1px solid #1e5395;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   color: #333;
   background: url(images/arrow_down_select.jpg) no-repeat right #fff;
   */
}
/* AWARD Category page ------------------------------------------------ */
.category-award #menu-item-542 a .firstword {
  color: #0378ad;
}
/* EVENT Category page ------------------------------------------------ */
.category-event .newsitem,
.category-event .newsitem h2 {
  margin-bottom: 0px;
}
/* NEWS Single Page --------------------------------------------------- */
.single-news #menu-item-542 a .firstword {
  color: #0378ad;
}
.utcw-29fepfj a {
  color: #949599;
} /* word cloud */
.blog-list-archive a.title {
  color: #333333;
  font-family: "Alright Sans Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1rem;
}
article.category-news.entry {
  padding-top: 0px;
}
article.category-news .quote {
  background: #fff;
  border: 0;
  color: #4b75a3;
  float: right;
  width: 40%;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 100;
  padding: 0px 27px 22px;
}
.news-featured-wrapper {
  color: #ffffff;
  width: 100%;
  display: block;
  float: left;
  height: 350px;
  margin-bottom: 30px;
}
.news-featured-wrapper h2.title {
  margin-bottom: 0;
}
h2.subtitle {
  font-size: 1.1em;
  font-weight: 100;
  color: #fff;
}
.news-featured-left {
  width: 27%;
  float: left;
  background: #4b75a3;
  color: white;
  padding: 20px;
  height: 100%;
}
.news-featured-right {
  width: 73%;
  float: left;
  height: 100%;
  background: #000000;
}
.news-featured-right .video p {
  display: none;
}
.news-featured-right img {
  width: 100%;
  height: 100%;
}
#post-tags ul {
  list-style: none;
  float: left;
  height: auto;
  margin-bottom: 40px;
}
#post-tags ul li {
  float: left;
  display: block;
  text-align: center;
  color: #ffffff;
  background: #949599;
  margin-left: 5px;
  margin-bottom: 5px;
}
#post-tags ul li:hover {
  background: #bdbec1;
}
#post-tags a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 6px 10px 3px;
}
#post-tags a:hover {
  text-decoration: none;
}
/* PUBLICATION Single Page --------------------------------------------- */
.single-publication #menu-item-542 a .firstword {
  color: #0378ad;
}
.single-publication .entry {
  margin-bottom: 0px;
}
.single-publication .entry-content {
  padding-bottom: 0px;
}
/* VIDEO single page -------------------------------------------------------- */
article.category-video .entry-content .arve-wrapper {
  display: none;
}
article.category-video .news-featured-wrapper {
  height: 301px;
}
/* PUBLICATIONS LIBRARY Single Page --------------------------------------------- */
table.publications th {
  padding-left: 10px;
  color: #35649a;
  font-weight: normal;
  text-transform: uppercase;
}
table.publications th.dl,
table.publications th.link {
  text-align: center;
  padding-left: 0;
}
table.publications td {
  padding: 10px;
}
table.publications td.title {
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  width: 30%;
}
table.publications td.desc {
  width: 35%;
}
table.publications td.dl,
table.publications td.link {
  width: 25%;
  text-align: center;
}
table.publications td.link a {
  color: #35649a;
}
table.publications td.dl img,
table.publications td.link img {
  display: none;
}
/* WHO WE ARE Single Page --------------------------------------------- */
/*.post-343 .entry-content img { width: 100%; }*/
.post-343 .kustom-cta-orange {
  float: left;
}
/* WHERE WE WORK Single Page - (projects map) ------------------------------------------- */
.kustom-wherewework .entry {
  padding-top: 0;
}
#www-switcher {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#www-switcher .switch-wrapper {
  width: 420px;
  margin: 0px auto;
}
#www-switcher .switch {
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  float: left;
  display: block;
  padding: 16px 15px 12px;
  background: #0378ad;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #0378ad;
  width: auto;
  line-height: 15px;
  line-height: 1rem;
}
#www-switcher .switch.active,
#www-switcher .switch:hover {
  background: #ffffff;
  color: #0378ad;
  cursor: pointer;
}
#www-switcher .switch.active,
#www-switcher .switch.active:hover {
  cursor: default;
}
#www-switcher .line {
  float: left;
  display: block;
  border-right: 1px solid #0378ad;
  width: 12px;
  height: 43px;
  margin-right: 10px;
}
/* EXPERTISE Taxo pages ------------------------------------------------- */
.kustom-expertise #menu-item-817 a .firstword {
  color: #0378ad;
}
.kustom-expertise .kustom-cta-orange {
  clear: left;
}
.kustom-expertise h3 {
  color: #333;
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1rem;
}
.category.sidebar-content-sidebar .sidebar-secondary {
  width: 250px;
}
/*.kustom-expertise #servicelist a:hover .arr { text-decoration: none;}*/

.category.sidebar-content-sidebar .sidebar-primary {
  width: 225px;
}
.category.sidebar-content-sidebar .content-sidebar-wrap {
  width: 730px; /*kustom : width:860px; */
}
.category.sidebar-content-sidebar .content {
  width: 475px;
}
#expertise-pure-sidebar {
  padding-right: 20px;
  padding-top: 17px;
}
#expertise-pure-sidebar a {
  font-family: "Alright Sans light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1rem;
  color: #333;
}
.kustom-expertise #expertise-changer.widget {
  margin-bottom: 0;
}
.kustom-expertise #expertise-changer .styled-select select {
  padding: 5px; /*background: transparent;
   width: 100%;
   padding: 5px;
   font-size: 12px;
   font-size: .8rem;
   line-height: 18px;
   line-height: 1.2rem;
   border: 1px solid #1e5395;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   color: #333;*/
}
#expertise-icon {
  background: #007db4;
  color: white;
  text-align: center;
  width: 100%;
  padding: 20px;
  height: 180px;
}
.category-23 #expertise-icon {
  background: #007db4;
}
.category-24 #expertise-icon {
  background: #007db4;
}
.category-25 #expertise-icon {
  background: #007db4;
}
.category-26 #expertise-icon {
  background: #007db4;
}
.category-27 #expertise-icon {
  background: #007db4;
}
.category-28 #expertise-icon {
  background: #007db4;
}
.category-29 #expertise-icon {
  background: #007db4;
}
.category-30 #expertise-icon {
  background: #007db4;
}
#expertise-icon .entry-title {
  font-size: 16px;
  font-size: 1.066666rem;
  margin-bottom: 5px;
}
.expertise_featured {
  margin-bottom: 20px;
}
.expertise_featured img {
  width: 100%;
  height: 180px;
}
#expertise-icon h3 {
  color: #ffffff;
  font-weight: 300px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 200;
}
#expertise-icon .icon {
  height: 108px;
  width: 108px;
  display: block;
  margin: 0px auto;
}
#expertise-icon img {
  height: 100%;
  width: 100%;
}
#expertise-lead,
#expertise-testimonial {
  padding-right: 10px;
}
/* sidebar : featured projects */
#exp-feat-projects .fproj {
  margin-bottom: 20px;
}
#exp-feat-projects .last {
  text-align: right;
}
#exp-feat-projects .projimage {
  width: 151px;
}
#exp-feat-projects .projtitle {
  font-size: 13px;
  font-size: 0.866666rem;
  line-height: 14px;
  line-height: 15px;
  line-height: 1rem;
  text-align: left;
  font-family: "Alright Sans Light", Helvetica, Arial, sans-serif;
}
#exp-feat-projects .projtitle a {
  color: #666;
  font-family: "Alright Sans", Helvetica, Arial, sans-serif;
}
/* frontpage  */
#front-header .kustom-cta-orange {
  margin-top: 20px;
}
/* WHAT WE DO Page (wwdo for short) ---------------------------------------- */
.kustom-wwdo h2 {
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
}
.kustom-wwdo a.more {
  font-family: "Alright Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
}
.page-template-page_whatwedo-php .entry-title {
  text-transform: uppercase;
}
#wwdo-explist .icon {
  float: left;
  width: 19%;
}
#wwdo-explist .desc {
  float: left;
  display: block;
  width: 77%;
  margin-left: 4%;
}
#wwdo-explist .row {
  margin-bottom: 40px;
  display: block;
  float: left;
}
#page-switcher {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#page-switcher .switch-wrapper {
  width: 400px;
  margin: 0px auto;
}
#page-switcher .switch {
  float: left;
  display: block;
  padding: 9px 15px 4px;
  background: #0378ad;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #0378ad;
  width: auto;
}
#page-switcher .switch.active,
#page-switcher .switch:hover {
  background: #ffffff;
  color: #0378ad;
  cursor: pointer;
}
#page-switcher .switch.active,
#page-switcher .switch.active:hover {
  cursor: default;
}
#page-switcher .line {
  float: left;
  display: block;
  border-right: 1px solid #0378ad;
  width: 1px;
  height: 39px;
  margin-right: 10px;
  margin-left: 10px;
}
/* Why Work With Us Page (wwwu for short) ---------------------------------------- */
#whyworkforus-header {
  height: 360px;
}
#wwwu-lists .item {
  padding-bottom: 1rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 24px;
  margin-bottom: 1.6rem;
  height: 250px;
}
#wwwu-lists .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#wwwu-lists .item-header {
  background: #c56148;
  color: #fff;
  padding: 10px 3px 10px 3px;
  margin-bottom: 1em;
  text-align: center;
  line-height: normal;
  font-family: sans-serif;
}
#wwwu-lists .pic {
  width: 100%;
  position: relative;
}
#wwwu-lists p {
  margin-bottom: 0.6em;
}
#wwwu-lists h3 a {
  font-weight: 100;
}
#wwwu-lists h3 {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 1em; /*padding: .3em;*/
  height: auto;
  margin: 5px 0 4px 0px;
  line-height: 1.2em;
}
#wwwu-lists .postmeta {
  font-style: italic;
  font-size: 0.9em;
  color: #333;
}
.kustom-wwwu a img {
  width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
  float: left;
}
.kustom-wwwu .more {
  background: #ebe7d9;
  width: 100%;
  padding: 8px 10px 5px;
  text-align: center;
  margin-top: 25px;
}
.kustom-wwwu .more:hover {
  background: #d6d3c7;
}
.kustom-wwwu a {
  text-decoration: none;
}
/* exceptions */
#wwwu-awarditems .item-header {
  background: #295a9a;
}
#wwwu-videoitems .item-header {
  background: #86665a;
}
#wwwu-videoitems .item p,
#wwwu-videoitems .item strong {
  display: none;
}
#wwwu-videoitems h3 {
  position: relative;
}
#wwwu-pubitems .item-header {
  background: #589ec5;
}
#wwwu-pubitems h3 {
  position: relative;
}
#wwwu-pubitems h3 a {
  color: #589ec5 !important;
}
#wwwu-newsitems h3 {
  position: relative;
}
/*.careerquotes {
	float: left;
	display: block;
	width: 570px;
	height: 282px;
	overflow: hidden;
}
*/

/* Front Page News Hide First News Item CTG Announcement Added by Joel Register */

#front-page-news article:first-of-type {
  display: block;
}

/* flexslider (for front and wwwu) */
.flexslider {
  width: 100%;
  height: 300px;
  float: right;
}
.flexslider .slides > li {
  height: 300px;
}
.flexslider .arve-wrapper {
  margin-bottom: 0;
  height: auto;
}
.flexslider .slides img {
  width: 100%;
  height: 300px;
}
.flexslider .slides .title-wrapper {
  bottom: 0px;
  left: 0px;
  background: #fff;
  padding: 10px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  width: 100%;
  z-index: 10;
}
.flexslider .slides .title-wrapper h2 {
  font-size: 1.275rem;
  margin-top: 0.1em;
  line-height: 1.2em;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #ffffff;
}
.flexslider .slides .qcontent {
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 20px;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  color: #20528d;
  max-width: 280px;
  line-height: 18px;
  line-height: 1.2rem;
}
.flexslider .slides .content {
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  margin-top: 0.6em;
}
.flexslider .slides .signature {
  float: right;
  font-size: 0.7em;
  line-height: 1.2em;
}
.home-primary-slider.flexslider {
  margin-bottom: 20px;
}
.home-primary-slider.flexslider .slides {
  display: block;
}
.home-primary-slider.flexslider .slides > li.slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.home-primary-slider.flexslider,
.home-primary-slider.flexslider .slides > li.slider-item {
  height: 500px;
}
.home-primary-slider.flexslider .slides > li.slider-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 76, 115, 0.6);
}
.home-primary-slider.flexslider .slides > li.slider-item .slide-content {
  width: 100%;
  max-width: 980px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-primary-slider.flexslider
  .slides
  > li.slider-item
  .slide-content
  .content-wrap {
  width: 100%;
  max-width: 600px;
}
.home-primary-slider.flexslider .slides > li.slider-item .slide-content h3 {
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 1;
  margin: 0 0 25px 0;
  font-weight: 600;
}
.home-primary-slider.flexslider .slides > li.slider-item .slide-content p {
  display: block;
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.home-primary-slider.flexslider .slides > li.slider-item .slide-content .btn {
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  padding: 15px 35px;
  border: 2px solid #fff;
  margin-top: 10px;
}
.home-primary-slider.flexslider
  .slides
  > li.slider-item
  .slide-content
  .btn:hover {
  color: #222;
  background-color: #fff;
  text-decoration: none;
}
.home-primary-slider.flexslider .flex-control-nav {
  margin: -35px 0 0 !important;
}
.home-primary-slider.flexslider .flex-control-nav li a {
  background: #fff;
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -9999px;
  opacity: 0.5;
  margin: 0 2px;
}
.home-primary-slider.flexslider .flex-control-nav li a.active {
  opacity: 1;
}
.home-primary-slider.flexslider .flex-direction-nav {
  display: none;
}
.site-header .widget-area {
  float: right;
}
/* NINJA Form - Employment Application ------------------------------------------ */

#ninja_forms_field_56_div_wrap {
  display: none;
}
#ninja_forms_field_56_div_wrap ul li {
  clear: left;
}
#history_ext1,
#history_ext2 {
  display: none;
}
.ninja-forms-cont {
  width: 480px;
}
.showhistory {
  padding: 15px 20px 10px;
  background: #efefef;
  margin-left: 20px;
  margin-bottom: 20px;
  font-family: "Alright Sans Medium", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.ninja-forms-cont .ninjaheader {
  font-weight: bold;
  font-family: "Alright Sans", Helvetica, Arial, sans-serif;
  margin-top: 24px;
}
.ninja-forms-cont .field-wrap label,
.textarea-wrap.label-above label {
  font-family: "Alright Sans", Helvetica, Arial, sans-serif;
}
.ninja-forms-cont select {
  /*background: transparent;
   width: 100%;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1px solid #1e5395;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   color: #333;*/
}
.ninja-forms-cont select {
  width: 100%; /*overflow: hidden;
   background: url(images/arrow_down_select.jpg) no-repeat right #fff;
   */
}
#ninja_forms_field_13,
#ninja_forms_field_16,
#ninja_forms_field_19 {
  width: 300px;
}
/* Employment history indents */
#ninja_forms_field_19,
#ninja_forms_field_20,
#ninja_forms_field_21,
#ninja_forms_field_28_div_wrap,
#ninja_forms_field_29_div_wrap,
#ninja_forms_field_30_div_wrap,
#ninja_forms_field_31_div_wrap,
#ninja_forms_field_32_div_wrap,
#ninja_forms_field_42_div_wrap,
#ninja_forms_field_43_div_wrap,
#ninja_forms_field_44_div_wrap,
#ninja_forms_field_45_div_wrap,
#ninja_forms_field_46_div_wrap,
#ninja_forms_field_47_div_wrap,
#ninja_forms_field_48_div_wrap,
#ninja_forms_field_49_div_wrap,
#ninja_forms_field_50_div_wrap,
#ninja_forms_field_51_div_wrap,
#ninja_forms_field_50_div_wrap,
#ninja_forms_field_52_div_wrap,
#ninja_forms_field_50_div_wrap,
#ninja_forms_field_53_div_wrap,
#ninja_forms_field_54_div_wrap,
#ninja_forms_field_51_div_wrap {
  margin-left: 20px;
}
/* start of new "company name" section */
#ninja_forms_field_47_div_wrap,
#ninja_forms_field_42_div_wrap {
  margin-top: 40px;
}
/* FOOTER ----------------------------------------------------------------------- */
.footer-widgets,
.footer-widgets a {
  font-size: 12px !important;
  line-height: 15px;
  line-height: 1rem;
  margin-top: 30px; /* color: #818483 !important; */
  font-weight: 100 !important;
}
.footer-widgets .entry {
  margin: 0 3px 5px;
  padding: 10px 0 0px;
  border-bottom: 1px solid #818483;
  float: left;
  display: block;
}
.footer-widgets h2 {
  line-height: 0.6em;
  padding-bottom: 0.4rem;
}
.more-from-category a {
  color: #ffffff !important;
  line-height: 1.9em;
}
/* widget: events */
#featured-post-4 .post h2 {
  margin-bottom: 0px;
  margin-bottom: 0em;
  padding-bottom: 0px;
}
#featured-post-4 .post {
  padding-bottom: 12px;
  width: 100%;
}
#featured-post-4 .startdate {
  margin-top: 8px;
}
/* widget : recent news posts */
#featured-post-2 .post h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
#featured-post-2 .post p {
  margin-bottom: 0;
  margin-top: 8px;
}
#featured-post-2 .post p a.more-link {
  visibility: visible;
  float: right;
  margin-top: 0px;
}
.uwpqsf_class > span[class*="taxolabel-"],
.uwpqsf_class > span[class*="cmflabel-"] {
  padding: 5px 5px 5px 0 !important;
}
.wp-pagenavi span.current {
  color: #333 !important;
}
.single-project .content-sidebar-wrap .sidebar h2.wtitle {
  display: inline-block;
  width: 100%;
}
.sidebar.sidebar-primary.widget-area .widget.widget_text ul li {
  display: block;
  position: relative;
  line-height: 1.6;
}
.sidebar.sidebar-primary.widget-area .widget.widget_text ul li:before {
  content: "";
  left: -15px;
  top: 5px;
  width: 6px;
  height: 6px;
  background: #333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  display: inline-block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
#uwpqsf_id {
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

/* Kustom : disabled responsiveness for now */

@media only screen and (max-width: 1139px) {
  .wrap,
  .site-header {
    /* kustom : enable for responsive ->  max-width: 960px; */
    width: 960px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content,
  .site-header .widget-area {
    width: 725px;
  }
  .site-header .widget-area {
    margin-left: 18px;
  }
  #search-2 {
    width: 178px;
    margin-left: 0px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .sidebar-primary,
  .title-area {
    width: 212px;
  }
  .home-primary-slider.flexslider
    .slides
    > li.slider-item
    .slide-content
    .content-wrap {
    margin: auto !important;
    text-align: center;
    max-width: 90%;
  }
}

/* iPads (portrait)
--------------------------------------------- 
KUSTOM - re-enable all this for responsive */

@media only screen and (max-width: 1023px) {
  /* kustom reactivate this for responsive 
	*/
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area,
  .wrap {
    width: 100%;
  }
  .site-header,
  .nav-primary .wrap,
  .nav-secondary .wrap,
  .slider .wrap,
  .welcome .wrap,
  .home-feature-bg .wrap,
  .home-feature-bg-alt .wrap,
  .home-feature-bg-dark .wrap,
  .footer-widgets .wrap {
    width: 90%;
  }
  .title-area {
    padding: 16px 0;
    padding: 1rem 0;
  }
  .header-image .site-header,
  .header-image .site-header .wrap {
    background-position: center top !important;
  }
  .site-header .widget-area {
    text-align: center;
  }
  .site-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .site-inner {
    background: none;
  }
  .nav-primary {
    background-repeat: repeat-y;
  }
  .genesis-nav-menu li,
  .genesis-nav-menu > .right,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header hgroup,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    float: none;
  }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
  }
  .site-header .search-form {
    margin: 16px auto;
    margin: 1rem auto;
  }
  .sidebar .widget.enews-widget {
    padding: 40px;
    padding: 2.5rem;
  }
  .wp-caption {
    width: 100% !important;
  }
  .footer-widgets .widget {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .sidebar-primary,
  .title-area {
    width: 212px !important;
  }
  .site-header .widget-area {
    width: 640px;
    margin-left: 0px;
  }
  #nav_menu-3 {
    width: 410px;
  }
  #menu-main a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #search-2 {
    width: 159px;
    margin-top: 3px;
    margin-left: 35px;
  }
  .home-primary-slider.flexslider
    .slides
    > li.slider-item
    .slide-content
    .content-wrap {
    margin: auto !important;
    text-align: center;
    max-width: 90%;
  }
}

/* iPad/Tablets (portrait and landscape)
--------------------------------------------- */

/* Kustom  re-enable all this for responsive */

@media only screen and (max-width: 960px) {
  .feature-margin {
    margin: 0;
  }
  #mob-footer {
    display: none;
  }
  /*#NelsonNygaard-container
	{
		margin-left: -115px !important;
		margin-top: -70px !important;	
	}*/
  .home-primary-slider.flexslider
    .slides
    > li.slider-item
    .slide-content
    .content-wrap {
    margin: auto !important;
    text-align: center;
    max-width: 90%;
  }
}
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { */
@media only screen and (max-width: 1024px) {
  .header-widget-area .menu-item {
    float: left !important;
  }
  .header-widget-area .menu-item a {
    padding-left: 0 !important;
  }
  #expertise-list-hp .col {
    margin-right: 0 !important;
  }
  #expertise-list-hp .col .exp-name {
    font-size: 14px;
  }
  .single-initiative.sidebar-content-sidebar .content-sidebar-wrap {
    width: 100%;
  }
  .single-initiative .sidebar-secondary {
    width: 100%;
  }
  /*#NelsonNygaard-container {
    margin-left: -215px !important;
}
#nav_menu-4 {
    float: right;
}*/
  .expertise-list-row.clearfix {
    text-align: center;
  }
  #expertise-list-hp .col {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
/* iPhones (portrait and landscape)
--------------------------------------------- */
/* Kustom  re-enable all this for responsive */
@media only screen and (max-width: 767px) {
  /* Front Page CTG Annoucement Block - Added by Joel Register */
  .frontpage-announcement-block {
    top: 32px;
  }

  /* Expertise list on HP */
  .extendfull,
  .extendright,
  .extendleft {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-feature-3,
  .home-feature-4,
  .home-bottom-sidebar-1,
  .home-bottom-sidebar-2,
  .home-bottom-sidebar-3,
  .home-bottom-sidebar-4,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .feature-left,
  .feature-right {
    width: 45%;
  }
  .home-feature-10,
  .home-feature-12 {
    width: 48%;
  }
  .home-feature-11,
  .home-feature-13 {
    float: right;
    margin: 0;
    width: 48%;
  }
  .home-feature-12 {
    clear: left;
  }
  .search-form {
    width: 80%;
  }
  .content .portfolio {
    width: 48%;
  }
  .content .portfolio .post-image {
    width: 100%;
  }
  .home-feature-10 img,
  .home-feature-11 img,
  .home-feature-12 img,
  .home-feature-13 img {
    width: 100%;
  }
  .plan-col,
  .plan-col-popular {
    float: none;
    margin: 0 auto 40px;
    width: 80%;
  }
  #mob-footer {
    display: block;
  }
  /* kustom overrides to cater 4 footer widgets */

  /* Kustom re-enable all this for  responsive 
*/
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 47.9166666666%;
  }
  .footer-widgets-2 {
    float: right;
    margin: 0;
  }
  .project-template-default.single.single-project #mob-the-content {
    display: none;
  }
  #careers-page .one-half ul {
    display: block !important;
  }
}

/* Kustom re-enable all this for responsive */
@media only screen and (max-width: 580px) {
  .home .wrap {
    text-align: center;
  }
  .site-header .wrap {
    width: 90%;
  }
  .welcome-feature-1,
  .welcome-feature-2,
  .welcome-feature-3,
  .home-feature-1,
  .home-feature-2,
  .home-feature-3,
  .home-feature-4,
  .home-feature-1,
  .home-feature-2,
  .home-feature-3,
  .home-feature-4,
  .home-feature-5,
  .home-feature-6,
  .home-feature-7,
  .home-feature-8,
  .home-feature-9,
  .home-feature-10,
  .home-feature-11,
  .home-feature-12,
  .home-feature-13,
  .home-feature-14 {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .feature-left {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .feature-right {
    float: none;
    margin: 40px auto 0;
    text-align: center;
    width: 100%;
  }
}

/**/

/* Kustom re-enable all this for  responsive */
@media only screen and (max-width: 480px) {
  .site-header {
    width: 100%;
  }
  .content .portfolio {
    text-align: center;
    width: 100%;
  }
  .content .portfolio .post-image {
    width: 100%;
  }
  .content .portfolio .more-link {
    margin: 20px auto 0;
    padding: 6px;
    width: 60%;
  }
  /**/

  /* Kustom overrides to cater 4 footer widgets  */

  /* Kustom re-enable all this for  responsive */
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 100%;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    margin: 0;
  }
}
/*/*/

.home #expertise-list-hp .icon img {
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .widget_text.widget.widget_custom_html #NelsonNygaard-container {
    margin: 0;
    position: absolute;
    left: 40px;
  }

  .header-widget-area .menu-item {
    float: none !important;
  }
  section#nav_menu-4.widget.widget_nav_menu {
    width: auto;
  }
  .content,
  .site-header .widget-area {
    width: auto !important;
  }
  .home-primary-slider.flexslider .slides > li.slider-item .slide-content {
    width: 100%;
    max-width: 100% !important;
  }
}
/*@media only screen and (min-width: 480px) and (max-width: 767px) {*/
@media only screen and (max-width: 767px) {
  .single-initiative.sidebar-content-sidebar .content-sidebar-wrap,
  .single-initiative.sidebar-content-sidebar .content-sidebar-wrap .content {
    width: 100%;
    float: left;
  }
  .news-featured-left {
    width: 100%;
    height: auto;
  }
  .news-featured-wrapper {
    height: auto;
  }
  .news-featured-right {
    width: 100%;
  }
  .sidebar {
    width: 100% !important;
  }
  #wwwu-lists .item {
    height: auto;
  }
  #NelsonNygaard-tagline {
    display: none;
  }
  #NelsonNygaard-logo img {
    width: 75% !important;
    height: 100% !important;
  }
  .single-project .content-sidebar-wrap article.project.entry .entry-content {
    display: block !important;
  }
  body #NelsonNygaard-container {
    width: 160px !important;
    margin: -100px auto 0 auto !important;
    float: none !important;
  }
  body.page,
  body.page ol li,
  .entry-content p {
    font-family: "Gotham-Book";
  }
  .entry-content ol li,
  .entry-content ul li {
    font-family: "Gotham-Book";
    margin-left: 1.5rem;
  }
  #NelsonNygaard-logo img {
    float: none !important;
  }
  .widget_text.widget.widget_custom_html #NelsonNygaard-container {
    position: inherit;
  }
  .site-header .widget-area,
  #nav_menu-3 {
    width: 100% !important;
  }
  /***********************************************/
}

/*@media only screen and (min-width: 320px) and (max-width: 479px){*/
@media only screen and (max-width: 479px) {
  .single-initiative.sidebar-content-sidebar .content-sidebar-wrap,
  .single-initiative.sidebar-content-sidebar .content-sidebar-wrap .content {
    width: 100%;
    float: left;
  }
  .news-featured-left {
    width: 100%;
    height: auto;
  }
  .news-featured-wrapper {
    height: auto;
  }
  .news-featured-right,
  .single-project .content-sidebar-wrap,
  .single-project .content-sidebar-wrap .content {
    width: 100% !important;
  }
  .sidebar {
    width: 100% !important;
  }
  #wwwu-lists .item {
    height: auto;
  }
  #NelsonNygaard-tagline {
    display: none;
  }
  #NelsonNygaard-logo img {
    width: 100% !important;
    height: auto !important;
    float: none !important;
  }
  .single-project .content-sidebar-wrap article.project.entry .entry-content {
    display: block !important;
  }
  /*************************************************************/
}

/*@media only screen and (min-width: 240px) and (max-width: 319px) {*/
@media only screen and (max-width: 319px) {
  .single-initiative.sidebar-content-sidebar .content-sidebar-wrap,
  .single-initiative.sidebar-content-sidebar .content-sidebar-wrap .content {
    width: 100%;
    float: left;
  }
  .news-featured-left {
    width: 100%;
    height: auto;
  }
  .news-featured-wrapper {
    height: auto;
  }
  .news-featured-right,
  .single-project .content-sidebar-wrap,
  .single-project .content-sidebar-wrap .content {
    width: 100% !important;
  }
  .single-project .content-sidebar-wrap article.project.entry .entry-content {
    display: block !important;
  }
  .sidebar {
    width: 100% !important;
  }
  #wwwu-lists .item {
    height: auto;
  }
  #NelsonNygaard-tagline {
    display: none;
  }
  #NelsonNygaard-logo img {
    width: 75% !important;
    height: 100% !important;
  }
  /********************************************************/
}
