@charset "UTF-8";
/*
Theme Name: DKS Theme
Theme URI: http://pixelspoke.com/
Author: PixelSpoke
Author URI: http://pixelspoke.com/
Description: A custom theme for DKS by PixelSpoke.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dks-theme
Tags:

DKS Theme is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
  5.1 Links
  5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
  10.1 Posts and pages
  10.2 Asides
  10.3 Comments
11.0 Infinite scroll
12.0 Media
  12.1 Captions
  12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ol,
ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

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

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

blockquote,
q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  font-size: 1.4rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

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

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

sup {
  bottom: 5ex;
  font-size: 25%; }

sub {
  font-size: 75%;
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul {
  left: 100%; }

/* Small menu */
.menu-toggle {
  display: none; }

@media (min-width: 0em) and (max-width: 42em) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }
  .main-navigation ul {
    display: none; } }

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

figure.alignleft, figure.alignright, figure.aligncenter {
  margin-bottom: 1em; }

.tight {
  margin: 0 !important; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

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

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

body {
  font-family: Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  min-width: 320px;
  overflow-x: hidden; }
  body.page-template-tpl-careers {
    overflow-x: unset !important;
    overflow-y: unset !important; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin-bottom: .2em; }

h1 {
  font-family: Verdana, sans-serif;
  font-size: 40px;
  text-transform: uppercase; }

h2 {
  font-family: Verdana, sans-serif;
  font-size: 38px;
  text-transform: uppercase; }

h3 {
  font-family: Verdana, sans-serif;
  font-size: 30px; }

h4 {
  font-family: Verdana, sans-serif;
  font-size: 28px;
  text-transform: none; }

h5 {
  font-family: Verdana, sans-serif;
  font-size: 22px;
  line-height: 1.25; }

h6 {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.25; }

@media (min-width: 0em) and (max-width: 42em) {
  body {
    font-size: 15px; }
  h1, h2 {
    font-size: 30px; }
  h3, h4 {
    font-size: 22px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 14px; } }

a {
  text-decoration: none;
  border-bottom: 1px solid; }
  a:link, a:visited {
    color: #307A78; }
  a:hover, a:active, a:focus {
    outline: none;
    color: #3d6d7a; }

p, ul, ol {
  margin-bottom: 1em; }

button, input, select, textarea {
  font-size: 14px;
  margin: 0;
  vertical-align: baseline; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  background: #307A78;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 14px;
  font-family: Verdana, sans-serif;
  line-height: 1;
  padding: 8px 10px;
  text-shadow: none;
  margin: 0;
  text-transform: uppercase;
  height: 32px; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #FFFFFF;
  box-shadow: none; }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #FFFFFF;
  box-shadow: none; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #737373;
  border: none;
  border-radius: 0px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  color: #737373; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 8px 15px;
  font-size: 14px;
  font-family: Verdana, sans-serif;
  line-height: 14px;
  height: 32px; }

textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 100%; }

form {
  margin-bottom: 1em; }
  form:after {
    content: "";
    display: table;
    clear: both; }

.field-container:after {
  content: "";
  display: table;
  clear: both; }

.field-container input {
  float: left; }

#page {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #eee;
  overflow-x: hidden; }
  .page-template-tpl-careers #page {
    overflow-x: unset !important;
    overflow-y: unset !important; }

.entry-content {
  margin: 0;
  line-height: 1.33; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    padding-top: 1em; }
    .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
      padding-top: 0; }

@media (min-width: 42.025em) {
  #style-guide #intro {
    padding-top: 120px; } }

.no-mediaqueries #style-guide #intro {
  padding-top: 120px; }

#style-guide .entry-content a.cta {
  font-size: 30px; }

.mce-content-body {
  padding-top: inherit;
  margin: 9px 10px; }

@media (min-width: 42.025em) {
  .only-link-style-at-small:link, .only-link-style-at-small:visited {
    border-bottom: none;
    color: #000000;
    cursor: text;
    text-decoration: none; } }

.no-mediaqueries .only-link-style-at-small:link, .no-mediaqueries .only-link-style-at-small:visited {
  border-bottom: none;
  color: #000000;
  cursor: text;
  text-decoration: none; }

.brand-bar {
  margin: 40px 0; }
  .brand-bar .brand-bar ul {
    list-style: none;
    padding-left: 0px; }
  .brand-bar .brand-bar img {
    max-height: 100px;
    width: auto; }
  .brand-bar--list {
    height: 100px;
    margin: 10px 0; }
  .brand-bar--link-img {
    border: none;
    margin: 10px 0 50px; }
  @media (min-width: 767px) {
    .brand-bar--link-img:first-child {
      padding-left: 15%; }
    .brand-bar--link-img:last-child {
      padding-right: 20%; } }

.row {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }
  .row:after {
    content: " ";
    display: block;
    clear: both; }
  .row .row {
    padding: 0; }
  @media (min-width: 73.15em) {
    .row {
      padding: 0; } }
  .no-mediaqueries .row {
    padding: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .large-12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .large-12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 73.15em) {
  .large-12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.no-mediaqueries .large-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .large-10 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .large-10 {
    width: 73.9726027397%;
    float: left;
    margin-left: 4.1095890411%; }
    .large-10:first-child {
      margin-left: 0; } }

@media (min-width: 73.15em) {
  .large-10 {
    width: 82.8828828829%;
    float: left;
    margin-left: 2.7027027027%; }
    .large-10:first-child {
      margin-left: 0; } }

.no-mediaqueries .large-10 {
  width: 82.8828828829%;
  float: left;
  margin-left: 2.7027027027%; }
  .no-mediaqueries .large-10:first-child {
    margin-left: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .large-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .large-8 {
    width: 73.9726027397%;
    float: left;
    margin-left: 4.1095890411%; }
    .large-8:first-child {
      margin-left: 0; } }

@media (min-width: 73.15em) {
  .large-8 {
    width: 65.7657657658%;
    float: left;
    margin-left: 2.7027027027%; }
    .large-8:first-child {
      margin-left: 0; } }

.no-mediaqueries .large-8 {
  width: 65.7657657658%;
  float: left;
  margin-left: 2.7027027027%; }
  .no-mediaqueries .large-8:first-child {
    margin-left: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .large-6 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .large-6 {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%; }
    .large-6:first-child {
      margin-left: 0; } }

@media (min-width: 73.15em) {
  .large-6 {
    width: 48.6486486486%;
    float: left;
    margin-left: 2.7027027027%; }
    .large-6:first-child {
      margin-left: 0; } }

.no-mediaqueries .large-6 {
  width: 48.6486486486%;
  float: left;
  margin-left: 2.7027027027%; }
  .no-mediaqueries .large-6:first-child {
    margin-left: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .large-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .large-4 {
    width: 30.5936073059%;
    float: left;
    margin-left: 4.1095890411%; }
    .large-4:first-child {
      margin-left: 0; } }

@media (min-width: 73.15em) {
  .large-4 {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%; }
    .large-4:first-child {
      margin-left: 0; } }

.no-mediaqueries .large-4 {
  width: 31.5315315315%;
  float: left;
  margin-left: 2.7027027027%; }
  .no-mediaqueries .large-4:first-child {
    margin-left: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .large-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .large-3 {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%; }
    .large-3:first-child {
      margin-left: 0; } }

@media (min-width: 73.15em) {
  .large-3 {
    width: 22.972972973%;
    float: left;
    margin-left: 2.7027027027%; }
    .large-3:first-child {
      margin-left: 0; } }

.no-mediaqueries .large-3 {
  width: 22.972972973%;
  float: left;
  margin-left: 2.7027027027%; }
  .no-mediaqueries .large-3:first-child {
    margin-left: 0; }

.lead {
  font-size: 30px; }
  .lead--small {
    font-size: 22px; }
  @media (min-width: 0em) and (max-width: 42em) {
    .lead {
      font-size: 22px; }
      .lead--small {
        font-size: 18px; } }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.hide {
  display: none; }

.quote {
  font-family: Verdana, sans-serif;
  font-size: 22px;
  padding: 30px 30px; }
  .quote q {
    display: block;
    position: relative; }
    .quote q:before, .quote q:after {
      display: block;
      position: absolute;
      font-family: Verdana, sans-serif;
      font-size: 100px;
      color: #F7933D;
      line-height: 38px; }
    .quote q:before {
      content: "\201C";
      right: 100%;
      top: 30px; }
    .quote q:after {
      content: "\201D";
      left: 100%; }
  .quote cite {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-style: normal; }
    .quote cite a {
      color: #FFFFFF; }
      .quote cite a:link, .quote cite a:visited {
        color: #FFFFFF; }
      .quote cite a:hover, .quote cite a:active, .quote cite a:focus {
        outline: none;
        color: #e6e6e6; }
    .quote cite strong {
      display: block; }
    .quote cite .author {
      font-family: Verdana, sans-serif;
      font-size: 18px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .quote cite .title, .quote cite .company {
      font-family: Verdana, sans-serif;
      font-size: 16px; }
    .quote cite .company {
      font-family: Verdana, sans-serif; }

ul.none, ul.list-items, .our-team .team-grid-container ul.team-grid, ul.none li, ul.list-items li, .our-team .team-grid-container ul.team-grid li {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.list-items li {
  font-size: 22px;
  margin-bottom: 10px; }
  ul.list-items li p {
    margin: 0; }

ul.list-items--with-sep li {
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8c8c8; }

.button, a.button, button {
  display: inline-block;
  padding: 10px 30px 13px;
  background: #307A78;
  color: #FFFFFF;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }
  .button:hover, a.button:hover, button:hover {
    background: #143D66; }

.block {
  padding: 60px 0;
  background-color: #eeeeee; }
  .block h2 {
    margin-bottom: 28px;
    color: #143D66; }
  .block--blue-lt {
    background-color: #8cd4e8; }
    .block--blue-lt h1, .block--blue-lt h2, .block--blue-lt h3, .block--blue-lt h4, .block--blue-lt h5, .block--blue-lt h6 {
      color: #FFFFFF; }
    .block--blue-lt, .block--blue-lt a:link, .block--blue-lt a:visited {
      color: #FFFFFF; }
    .block--blue-lt a:hover, .block--blue-lt a:active {
      color: #FFFFFF; }
  .block--blue-md {
    background-color: #307A78; }
    .block--blue-md h2 {
      color: #FFFFFF; }
    .block--blue-md, .block--blue-md a:link, .block--blue-md a:visited {
      color: #FFFFFF; }
    .block--blue-md a:hover, .block--blue-md a:active {
      color: #FFFFFF; }
  .block--blue {
    background-color: #143D66; }
    .block--blue h2 {
      color: #FFFFFF; }
    .block--blue, .block--blue a:link, .block--blue a:visited {
      color: #FFFFFF; }
    .block--blue a:hover, .block--blue a:active {
      color: #FFFFFF; }
  .block--gold {
    background-color: #F7933D; }
  .block--gold-dk {
    background-color: #9c9756; }
  .block--geyser {
    background-color: #cedade;
    color: #000000; }
    .block--geyser h1, .block--geyser h2, .block--geyser h3, .block--geyser h4, .block--geyser h5, .block--geyser h6 {
      color: #143D66; }
    .block--geyser a:link, .block--geyser a:visited {
      color: #307A78; }
    .block--geyser a:hover, .block--geyser a:active {
      color: #307A78; }
  .block--white {
    background-color: #FFFFFF;
    color: #000000; }
    .block--white h1, .block--white h2, .block--white h3 {
      color: #143D66; }
    .block--white h4, .block--white h5, .block--white h6 {
      color: #000000; }
  .block--hero-caption {
    padding: 30px 15px;
    text-align: center; }
    .block--hero-caption h2 {
      margin-bottom: 5px; }
    .block--hero-caption p {
      font-size: 22px; }
  .block--smart-mobility {
    padding: 60px 15px;
    text-align: center; }
    .block--smart-mobility--title {
      margin-bottom: 5px; }
    .block--smart-mobility p {
      font-size: 22px;
      color: #143D66; }
    .block--smart-mobility--items--title {
      text-align: left;
      color: #307A78; }
    .block--smart-mobility--items p {
      text-align: left; }
    .block--smart-mobility--items--halfs {
      display: -ms-flexbox;
      display: flex;
      margin-top: 60px; }
      .block--smart-mobility--items--halfs div:first-child {
        margin-left: 0px; }
      @media (min-width: 0em) and (max-width: 42em) {
        .block--smart-mobility--items--halfs--content {
          width: 121.348314607%;
          float: left;
          margin-left: 6.7415730337%; } }
      @media (min-width: 42.025em) and (max-width: 73.125em) {
        .block--smart-mobility--items--halfs--content {
          width: 73.9726027397%;
          float: left;
          margin-left: 4.1095890411%; } }
      @media (min-width: 73.15em) {
        .block--smart-mobility--items--halfs--content {
          width: 48.6486486486%;
          float: left;
          margin-left: 2.7027027027%; } }
      .no-mediaqueries .block--smart-mobility--items--halfs--content {
        width: 48.6486486486%;
        float: left;
        margin-left: 2.7027027027%; }
      @media (min-width: 0em) and (max-width: 42em) {
        .block--smart-mobility--items--halfs--media {
          width: 121.348314607%;
          float: left;
          margin-left: 6.7415730337%; } }
      @media (min-width: 42.025em) and (max-width: 73.125em) {
        .block--smart-mobility--items--halfs--media {
          width: 73.9726027397%;
          float: left;
          margin-left: 4.1095890411%; } }
      @media (min-width: 73.15em) {
        .block--smart-mobility--items--halfs--media {
          width: 48.6486486486%;
          float: left;
          margin-left: 2.7027027027%; } }
      .no-mediaqueries .block--smart-mobility--items--halfs--media {
        width: 48.6486486486%;
        float: left;
        margin-left: 2.7027027027%; }
    .block--smart-mobility--items--thirds {
      display: -ms-flexbox;
      display: flex;
      margin-top: 60px; }
      .block--smart-mobility--items--thirds div:first-child {
        margin-left: 0px; }
      @media (min-width: 0em) and (max-width: 42em) {
        .block--smart-mobility--items--thirds--content {
          width: 164.04494382%;
          float: left;
          margin-left: 6.7415730337%; } }
      @media (min-width: 42.025em) and (max-width: 73.125em) {
        .block--smart-mobility--items--thirds--content {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 73.15em) {
        .block--smart-mobility--items--thirds--content {
          width: 65.7657657658%;
          float: left;
          margin-left: 2.7027027027%; } }
      .no-mediaqueries .block--smart-mobility--items--thirds--content {
        width: 65.7657657658%;
        float: left;
        margin-left: 2.7027027027%; }
      @media (min-width: 0em) and (max-width: 42em) {
        .block--smart-mobility--items--thirds--media {
          width: 78.6516853933%;
          float: left;
          margin-left: 6.7415730337%; } }
      @media (min-width: 42.025em) and (max-width: 73.125em) {
        .block--smart-mobility--items--thirds--media {
          width: 47.9452054795%;
          float: left;
          margin-left: 4.1095890411%; } }
      @media (min-width: 73.15em) {
        .block--smart-mobility--items--thirds--media {
          width: 31.5315315315%;
          float: left;
          margin-left: 2.7027027027%; } }
      .no-mediaqueries .block--smart-mobility--items--thirds--media {
        width: 31.5315315315%;
        float: left;
        margin-left: 2.7027027027%; }
    .block--smart-mobility--items--full:nth-of-type(1) {
      margin-left: 0px; }
    .block--smart-mobility--items--full {
      margin-top: 60px; }
      @media (min-width: 0em) and (max-width: 42em) {
        .block--smart-mobility--items--full {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 42.025em) and (max-width: 73.125em) {
        .block--smart-mobility--items--full {
          width: 31.5315315315%;
          float: left;
          margin-left: 2.7027027027%; } }
      @media (min-width: 73.15em) {
        .block--smart-mobility--items--full {
          width: 31.5315315315%;
          float: left;
          margin-left: 2.7027027027%;
          padding: 0px 2%; } }
      .no-mediaqueries .block--smart-mobility--items--full {
        width: 31.5315315315%;
        float: left;
        margin-left: 2.7027027027%;
        padding: 0px 2%; }
    .block--smart-mobility--approachs h3 {
      text-align: center;
      color: #307A78; }
    .block--smart-mobility--approachs p {
      text-align: center;
      font-size: 20px; }
  .block--type--services-carousel {
    background-color: #307A78; }
  .block--type--quote-carousel, .block--type--full-width-photo-slider {
    padding-bottom: 90px; }
  .block--type--quote {
    background-color: #9c9756;
    color: #FFFFFF;
    text-align: center; }
  .block--type--definition-list, .block--type--three-column-list, .block--type--one-column-list, .block--type--awards {
    background-color: #143D66; }
    .block--type--definition-list h2, .block--type--three-column-list h2, .block--type--one-column-list h2, .block--type--awards h2 {
      color: #FFFFFF; }
    .block--type--definition-list, .block--type--definition-list a:link, .block--type--definition-list a:visited, .block--type--three-column-list, .block--type--three-column-list a:link, .block--type--three-column-list a:visited, .block--type--one-column-list, .block--type--one-column-list a:link, .block--type--one-column-list a:visited, .block--type--awards, .block--type--awards a:link, .block--type--awards a:visited {
      color: #FFFFFF; }
    .block--type--definition-list a:hover, .block--type--definition-list a:active, .block--type--three-column-list a:hover, .block--type--three-column-list a:active, .block--type--one-column-list a:hover, .block--type--one-column-list a:active, .block--type--awards a:hover, .block--type--awards a:active {
      color: #FFFFFF; }
    .block--type--definition-list ul.list-items--with-sep li, .block--type--three-column-list ul.list-items--with-sep li, .block--type--one-column-list ul.list-items--with-sep li, .block--type--awards ul.list-items--with-sep li {
      border-color: #1e6073; }
  .block--type--document-blocks {
    padding-bottom: 30px; }
  .block--type--content-with-video {
    background-color: #307A78; }
    .block--type--content-with-video h2 {
      color: #FFFFFF; }
    .block--type--content-with-video, .block--type--content-with-video a:link, .block--type--content-with-video a:visited {
      color: #FFFFFF; }
    .block--type--content-with-video a:hover, .block--type--content-with-video a:active {
      color: #FFFFFF; }
  .block--career-image-grid {
    background-color: #8cd4e8;
    color: #143D66; }
  .block--portfolio-filters {
    padding-top: 70px;
    padding-bottom: 30px; }

.hero_caption_wrap {
  width: 100%; }
  @media (min-width: 73.15em) {
    .hero_caption_wrap {
      height: 0;
      overflow: visible;
      position: relative; } }
  .no-mediaqueries .hero_caption_wrap {
    height: 0;
    overflow: visible;
    position: relative; }

@media (min-width: 73.15em) {
  .hero_caption {
    background-color: #00B3DC;
    background-color: rgba(72, 200, 236, 0.9);
    bottom: 0;
    position: absolute;
    width: 100%; } }

.no-mediaqueries .hero_caption {
  background-color: #00B3DC;
  background-color: rgba(72, 200, 236, 0.9);
  bottom: 0;
  position: absolute;
  width: 100%; }

@media (min-width: 73.15em) {
  .hero_caption.right {
    background-color: transparent;
    max-width: 1110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

.no-mediaqueries .hero_caption.right {
  background-color: transparent;
  max-width: 1110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.hero_caption--inner {
  padding: 28px 15px 40px;
  background-color: #00B3DC;
  color: #FFFFFF; }
  @media (min-width: 73.15em) {
    .hero_caption--inner {
      background-color: transparent;
      font-size: 22px;
      max-width: 1110px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 0;
      padding-left: 0; } }
  .no-mediaqueries .hero_caption--inner {
    background-color: transparent;
    font-size: 22px;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0; }
  @media (min-width: 73.15em) {
    .right .hero_caption--inner {
      width: 48.6486486486%;
      float: right;
      margin-right: 0;
      background-color: #00B3DC;
      background-color: rgba(72, 200, 236, 0.9);
      padding: 28px;
      position: relative; }
      .right .hero_caption--inner:after {
        content: '';
        background-color: #00B3DC;
        background-color: rgba(72, 200, 236, 0.9);
        bottom: 0;
        left: 100%;
        position: absolute;
        top: 0;
        width: 200%; } }
  .no-mediaqueries .right .hero_caption--inner {
    width: 48.6486486486%;
    float: right;
    margin-right: 0;
    background-color: #00B3DC;
    background-color: rgba(72, 200, 236, 0.9);
    padding: 28px;
    position: relative; }
    .no-mediaqueries .right .hero_caption--inner:after {
      content: '';
      background-color: #00B3DC;
      background-color: rgba(72, 200, 236, 0.9);
      bottom: 0;
      left: 100%;
      position: absolute;
      top: 0;
      width: 200%; }
  .hero_caption--inner p {
    margin-bottom: 0; }

.hero {
  height: 300px;
  height: 42vw;
  max-height: 690px;
  overflow: hidden;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center; }
  @media (min-width: 0em) and (max-width: 30em) {
    .hero {
      height: 200px;
      height: 42vw; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .hero {
      height: 400px;
      height: 42vw; } }
  @media (min-width: 73.15em) {
    .hero {
      height: 690px;
      height: 42vw; } }
  @media (min-width: 73.15em) and (min-height: 0em) and (max-height: 32em) {
    .hero {
      height: 300px;
      height: 42vw; } }
  @media (min-width: 73.15em) and (min-height: 32.025em) and (max-height: 42em) {
    .hero {
      height: 400px;
      height: 42vw; } }
  .no-mediaqueries .hero {
    height: 690px;
    height: 42vw; }
    @media (min-height: 0em) and (max-height: 32em) {
      .no-mediaqueries .hero {
        height: 300px;
        height: 42vw; } }
    @media (min-height: 32.025em) and (max-height: 42em) {
      .no-mediaqueries .hero {
        height: 400px;
        height: 42vw; } }
  .hero--caption-below iframe {
    display: none; }
  .hero--caption-below, .hero--caption-bottom, .hero--caption-right {
    position: relative; }
    @media (min-width: 73.15em) {
      .hero--caption-below, .hero--caption-bottom, .hero--caption-right {
        height: 690px;
        height: 42vw; } }
    .no-mediaqueries .hero--caption-below, .no-mediaqueries .hero--caption-bottom, .no-mediaqueries .hero--caption-right {
      height: 690px;
      height: 42vw; }
    @media (min-height: 0em) and (max-height: 32em) {
      .hero--caption-below, .hero--caption-bottom, .hero--caption-right {
        height: 300px;
        height: 42vw; } }

@media (min-height: 32.025em) and (max-height: 42em) and (min-width: 42.025em) {
  .hero--caption-below, .hero--caption-bottom, .hero--caption-right {
    height: 400px;
    height: 42vw; } }
    @media (min-height: 32.025em) and (max-height: 42em) {
      .no-mediaqueries .hero--caption-below, .no-mediaqueries .hero--caption-bottom, .no-mediaqueries .hero--caption-right {
        height: 400px;
        height: 42vw; } }
    .page-template-tpl-home-php .hero--caption-below, .page-template-tpl-home-php .hero--caption-bottom, .page-template-tpl-home-php .hero--caption-right {
      height: 41vw; }
  .hero .caption {
    position: absolute; }
    .hero .caption h2 {
      margin-bottom: 5px; }
    .hero .caption p {
      font-size: 22px;
      margin: 0; }
  .hero--caption-below .caption {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 28px 15px 40px;
    background: #143D66;
    text-align: center; }
  .hero--caption-bottom .caption {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 28px 15px 40px;
    background: #00B3DC;
    background: rgba(72, 200, 236, 0.9); }
  .hero--caption-right .caption {
    width: 100%;
    bottom: 0;
    right: 0; }
    .hero--caption-right .caption .row {
      position: relative; }
      .hero--caption-right .caption .row:after {
        content: "";
        display: table;
        clear: both; }
      .hero--caption-right .caption .row .inner {
        padding: 28px;
        background: #00B3DC;
        background: rgba(72, 200, 236, 0.9); }
        @media (min-width: 0em) and (max-width: 42em) {
          .hero--caption-right .caption .row .inner {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; } }
        @media (min-width: 42.025em) and (max-width: 73.125em) {
          .hero--caption-right .caption .row .inner {
            width: 73.9726027397%;
            float: right;
            margin-left: 4.1095890411%; } }
        @media (min-width: 73.15em) {
          .hero--caption-right .caption .row .inner {
            width: 48.6486486486%;
            float: right;
            margin-left: 2.7027027027%; } }
        .no-mediaqueries .hero--caption-right .caption .row .inner {
          width: 48.6486486486%;
          float: right;
          margin-left: 2.7027027027%; }
        @media (min-width: 0em) and (max-width: 42em) {
          .hero--caption-right .caption .row .inner {
            padding: 15px; }
            .hero--caption-right .caption .row .inner h2 {
              font-size: 22px; }
            .hero--caption-right .caption .row .inner p {
              font-size: 14px; } }
        .hero--caption-right .caption .row .inner:after {
          content: "";
          position: absolute;
          left: 100%;
          top: 0;
          width: 200%;
          height: 100%;
          background: #00B3DC;
          background: rgba(72, 200, 236, 0.9); }
  .hero #big-video-vid .vjs-big-play-button,
  .hero #big-video-vid .vjs-control-bar,
  .hero #big-video-vid .vjs-error-display,
  .hero #big-video-vid .vjs-caption-settings {
    display: none; }

.full-width-cta {
  position: relative;
  overflow: hidden;
  line-height: 0; }
  @media (min-width: 0em) and (max-width: 42em) {
    .full-width-cta {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .full-width-cta {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 73.15em) {
    .full-width-cta {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .no-mediaqueries .full-width-cta {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .full-width-cta .caption a.trigger {
    display: none; }
  .full-width-cta .caption .overlay {
    padding: 30px; }
    .full-width-cta .caption .overlay h3 {
      font-size: 29px; }
    .full-width-cta .caption .overlay p {
      font-size: 22px; }
  @media (min-width: 0em) and (max-width: 42em) {
    .full-width-cta .caption {
      top: auto !important; }
      .full-width-cta .caption a.trigger {
        margin-top: 0px !important; }
      .full-width-cta .caption .overlay {
        height: auto !important; } }
  @media (min-width: 42.025em) {
    .full-width-cta .image img {
      width: 100%;
      height: auto; }
    .full-width-cta .caption {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      line-height: 1.2;
      transition: top .25s ease-out; }
      .full-width-cta .caption a.trigger {
        background-color: #307A78;
        background-color: rgba(78, 139, 156, 0.7);
        border-bottom: none;
        display: block;
        padding: 30px 65px 45px;
        color: #FFFFFF;
        text-align: center;
        text-decoration: none;
        transition: bottom 400ms ease-out; }
        .full-width-cta .caption a.trigger, .full-width-cta .caption a.trigger:hover, .full-width-cta .caption a.trigger:active, .full-width-cta .caption a.trigger:focus {
          outline: none; }
        .full-width-cta .caption a.trigger:hover {
          background-color: #143D66;
          background-color: rgba(0, 60, 77, 0.7); }
        .full-width-cta .caption a.trigger span {
          display: block; }
        .full-width-cta .caption a.trigger .arrow {
          width: 50px;
          height: 27px;
          margin: 0 auto 20px;
          background: url(assets/img/arrow-up.png);
          transition: all .25s ease-out;
          -webkit-transform-origin: center center;
                  transform-origin: center center; }
        .full-width-cta .caption a.trigger .title {
          font-family: Verdana, sans-serif;
          font-size: 36px;
          text-transform: uppercase; }
        .full-width-cta .caption a.trigger .sub-title {
          font-family: Verdana, sans-serif;
          font-size: 28px; }
      .full-width-cta .caption .overlay {
        display: table;
        width: 100%;
        overflow: hidden;
        background-color: #00B3DC;
        background-color: rgba(72, 200, 236, 0.9);
        transition: top 400ms ease-out; }
        .full-width-cta .caption .overlay .entry-content {
          display: table-cell;
          vertical-align: middle;
          color: #FFFFFF;
          padding: 30px 95px;
          text-align: center;
          box-sizing: border-box; }
          .full-width-cta .caption .overlay .entry-content p {
            font-family: Verdana, sans-serif;
            font-size: 28px; }
          .full-width-cta .caption .overlay .entry-content a {
            color: #FFFFFF; }
      .full-width-cta .caption.on a.trigger {
        background-color: #143D66;
        background-color: rgba(0, 60, 77, 0.7);
        outline: none;
        padding: 60px 65px;
        overflow: hidden; }
        .full-width-cta .caption.on a.trigger .arrow {
          margin-bottom: 0;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .full-width-cta .caption.on a.trigger .title, .full-width-cta .caption.on a.trigger .sub-title {
          display: none; } }
  .no-mediaqueries .full-width-cta .image img {
    width: 100%;
    height: auto; }
  .no-mediaqueries .full-width-cta .caption {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    transition: top .25s ease-out; }
    .no-mediaqueries .full-width-cta .caption a.trigger {
      background-color: #307A78;
      background-color: rgba(78, 139, 156, 0.7);
      border-bottom: none;
      display: block;
      padding: 30px 65px 45px;
      color: #FFFFFF;
      text-align: center;
      text-decoration: none;
      transition: bottom 400ms ease-out; }
      .no-mediaqueries .full-width-cta .caption a.trigger, .no-mediaqueries .full-width-cta .caption a.trigger:hover, .no-mediaqueries .full-width-cta .caption a.trigger:active, .no-mediaqueries .full-width-cta .caption a.trigger:focus {
        outline: none; }
      .no-mediaqueries .full-width-cta .caption a.trigger:hover {
        background-color: #143D66;
        background-color: rgba(0, 60, 77, 0.7); }
      .no-mediaqueries .full-width-cta .caption a.trigger span {
        display: block; }
      .no-mediaqueries .full-width-cta .caption a.trigger .arrow {
        width: 50px;
        height: 27px;
        margin: 0 auto 30px;
        background: url(assets/img/arrow-up.png);
        transition: all .25s ease-out;
        -webkit-transform-origin: center center;
                transform-origin: center center; }
      .no-mediaqueries .full-width-cta .caption a.trigger .title {
        font-family: Verdana, sans-serif;
        font-size: 40px;
        text-transform: uppercase; }
      .no-mediaqueries .full-width-cta .caption a.trigger .sub-title {
        font-family: Verdana, sans-serif;
        font-size: 30px; }
    .no-mediaqueries .full-width-cta .caption .overlay {
      display: table;
      width: 100%;
      overflow: hidden;
      background-color: #00B3DC;
      background-color: rgba(72, 200, 236, 0.9);
      transition: top 400ms ease-out; }
      .no-mediaqueries .full-width-cta .caption .overlay .entry-content {
        display: table-cell;
        vertical-align: middle;
        color: #FFFFFF;
        padding: 30px 95px;
        text-align: center;
        box-sizing: border-box; }
        .no-mediaqueries .full-width-cta .caption .overlay .entry-content p {
          font-family: Verdana, sans-serif;
          font-size: 28px; }
        .no-mediaqueries .full-width-cta .caption .overlay .entry-content a {
          color: #FFFFFF; }
    .no-mediaqueries .full-width-cta .caption.on a.trigger {
      background-color: #143D66;
      background-color: rgba(0, 60, 77, 0.7);
      outline: none;
      padding: 60px 65px;
      overflow: hidden; }
      .no-mediaqueries .full-width-cta .caption.on a.trigger .arrow {
        margin-bottom: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .no-mediaqueries .full-width-cta .caption.on a.trigger .title, .no-mediaqueries .full-width-cta .caption.on a.trigger .sub-title {
        display: none; }
  @media (min-width: 42.025em) and (max-width: 57em) {
    .full-width-cta .caption a.trigger .title {
      font-size: 30px; }
    .full-width-cta .caption a.trigger .sub-title {
      font-size: 22px; }
    .full-width-cta .caption .overlay .entry-content {
      padding: 15px 30px; }
      .full-width-cta .caption .overlay .entry-content h3 {
        font-size: 22px; }
      .full-width-cta .caption .overlay .entry-content p {
        font-size: 16px; } }
  @media (min-width: 57.025em) and (max-width: 73.125em) {
    .full-width-cta .caption .overlay .entry-content {
      padding: 30px 65px; }
      .full-width-cta .caption .overlay .entry-content h3 {
        font-size: 30px; }
      .full-width-cta .caption .overlay .entry-content p {
        font-size: 22px; } }

/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none; }

li.bjqs-slide {
  position: absolute;
  display: none; }

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999; }

ul.bjqs-controls.v-centered li a {
  position: absolute; }

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0; }

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0; }

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }

ol.bjqs-markers.h-centered {
  text-align: center; }

ol.bjqs-markers li {
  display: inline; }

ol.bjqs-markers li a {
  display: inline-block; }

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0; }

ol.bjqs-markers li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 5px;
  background: #FFFFFF;
  font-size: 1px;
  color: #FFFFFF;
  text-decoration: none;
  border: none; }
  ol.bjqs-markers li a:hover {
    background: #307A78; }

ol.bjqs-markers li.active-marker a {
  background: #8cd4e8; }

@media (min-width: 42.025em) {
  .services-carousel--row {
    -ms-flex-align: stretch;
        align-items: stretch;
    display: -ms-flexbox;
    display: flex; } }

.no-mediaqueries .services-carousel--row {
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 42.025em) {
  .services-carousel--slides_wrap {
    background-color: #FFFFFF; } }

.no-mediaqueries .services-carousel--slides_wrap {
  background-color: #FFFFFF; }

.services-carousel--list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .services-carousel--list li {
    position: relative;
    margin: 0 2px 2px 0;
    padding: 0; }
    @media (min-width: 42.025em) {
      .services-carousel--list li:last-child {
        margin-bottom: 0; } }
    .no-mediaqueries .services-carousel--list li:last-child {
      margin-bottom: 0; }
    .services-carousel--list li a {
      display: block;
      font-family: Verdana, sans-serif;
      font-size: 22px;
      line-height: 1.33;
      padding: 27px 29px 22px;
      background-color: #FFFFFF;
      border: none;
      color: #307A78; }
      @media (min-width: 0em) and (max-width: 42em) {
        .services-carousel--list li a {
          font-size: 16px;
          padding: 17px 19px 12px; } }
      .services-carousel--list li a, .services-carousel--list li a:link, .services-carousel--list li a:hover, .services-carousel--list li a:active, .services-carousel--list li a:focus {
        outline: none; }
      .services-carousel--list li a:hover {
        background-color: #143D66;
        color: #FFFFFF; }
    .services-carousel--list li.active:after {
      display: block;
      position: absolute;
      right: -30px;
      top: 14px;
      content: " ";
      width: 28px;
      height: 48px;
      background: transparent url(assets/img/arrow-solid-right.png) no-repeat right center; }
      @media (min-width: 0em) and (max-width: 42em) {
        .services-carousel--list li.active:after {
          display: none; } }
    .services-carousel--list li.active a {
      background-color: #143D66;
      color: #FFFFFF; }

.services-carousel .featured-project {
  display: none;
  position: relative;
  background: #FFFFFF; }
  .services-carousel .featured-project .heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 27px 29px 22px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #143D66;
    background-color: rgba(0, 60, 77, 0.7); }
    .services-carousel .featured-project .heading a {
      color: #FFFFFF; }
  .services-carousel .featured-project .featured-project-meta {
    padding: 30px; }
    .services-carousel .featured-project .featured-project-meta h5 {
      color: #143D66; }
    .services-carousel .featured-project .featured-project-meta p {
      font-family: Verdana, sans-serif;
      font-size: 16px;
      line-height: 1.33;
      color: #000000;
      margin: 0; }
  .services-carousel .featured-project.active {
    display: block; }

.services-carousel--cta {
  font-family: Verdana, sans-serif;
  font-size: 30px;
  padding-top: 30px; }
  .services-carousel--cta a {
    color: #FFFFFF; }

.content-slider ul.light-slider {
  overflow: visible;
  margin-left: 95px; }
  .content-slider ul.light-slider:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0em) and (max-width: 30em) {
    .content-slider ul.light-slider {
      margin-left: 15px; } }
  .content-slider ul.light-slider li {
    background: #FFFFFF;
    width: 280px;
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    transition: all 200ms ease-out; }
    .content-slider ul.light-slider li.active {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    @media (min-width: 42.025em) {
      .content-slider ul.light-slider li.active + li {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); } }
    .no-mediaqueries .content-slider ul.light-slider li.active + li {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .content-slider ul.light-slider li.empty {
      background: transparent; }
    .content-slider ul.light-slider li .inner {
      padding: 28px; }
    @media (min-width: 0em) and (max-width: 42em) {
      .content-slider ul.light-slider li {
        width: 320px; } }
    @media (min-width: 0em) and (max-width: 30em) {
      .content-slider ul.light-slider li {
        width: 280px; } }
    @media (min-width: 42.025em) and (max-width: 73.125em) {
      .content-slider ul.light-slider li {
        width: 300px; } }
    @media (min-width: 73.15em) {
      .content-slider ul.light-slider li {
        width: 445px; } }
    .no-mediaqueries .content-slider ul.light-slider li {
      width: 445px; }

.content-slider .lSAction > .lSNext {
  background-image: url(assets/img/arrow-grey-right.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 28px;
  height: 49px;
  margin-top: -24.5px;
  opacity: 1;
  border: none; }
  @media (min-width: 0em) and (max-width: 30em) {
    .content-slider .lSAction > .lSNext {
      right: -15px; } }
  .content-slider .lSAction > .lSNext:hover {
    background-image: url(assets/img/arrow-blue-right.png);
    background-repeat: no-repeat;
    background-position: 0px 0px; }

.content-slider .lSAction > .lSPrev {
  background-image: url(assets/img/arrow-grey-left.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 28px;
  height: 49px;
  margin-top: -24.5px;
  opacity: 1;
  border: none; }
  @media (min-width: 0em) and (max-width: 30em) {
    .content-slider .lSAction > .lSPrev {
      left: -15px; } }
  .content-slider .lSAction > .lSPrev:hover {
    background-image: url(assets/img/arrow-blue-left.png);
    background-repeat: no-repeat;
    background-position: 0px 0px; }

.content-slider .lSSlideOuter,
.content-slider .lSSlideWrapper {
  overflow: visible;
  position: relative; }

.content-slider .lSSlideOuter:before,
.content-slider .lSSlideWrapper:before,
.content-slider .lSSlideOuter:after,
.content-slider .lSSlideWrapper:after {
  content: '';
  background-color: transparent;
  background-image: linear-gradient(to right, #eee 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeeeee',endColorstr='#00eeeeee',GradientType=1);
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  z-index: 1;
  zoom: 1;
  -pie-background: linear-gradient(to right, #eee 0%, rgba(255, 255, 255, 0) 100%);
  behavior: url(/wp-content/themes/dks-theme/assets/css/ie/PIE.htc); }

.content-slider .lSSlideWrapper:before {
  margin-right: 22.3333333%; }

.content-slider .lSSlideWrapper:after {
  margin-left: 22.333333%; }

.content-slider .lSSlideWrapper:before,
.content-slider .lSSlideWrapper:after {
  width: 200%;
  background-image: none;
  background-color: #eee; }

.content-slider .lSSlideOuter:before,
.content-slider .lSSlideOuter:after {
  width: 23.33333%; }

.content-slider .lSSlideOuter:after,
.content-slider .lSSlideWrapper:after {
  left: 100%;
  right: auto;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eeeeee',endColorstr='#eeeeeeee',GradientType=1);
  -pie-background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #eee 100%);
  behavior: url(/wp-content/themes/dks-theme/assets/css/ie/PIE.htc);
  zoom: 1; }

.content-slider .cs-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

.content-slider--news .thumbnail, .content-slider--portfolio .thumbnail, .content-slider--services .thumbnail, .content-slider--pages .thumbnail {
  position: relative;
  background: #999999;
  width: 100%;
  height: 292px;
  line-height: 0; }
  .content-slider--news .thumbnail .news-title, .content-slider--portfolio .thumbnail .news-title, .content-slider--services .thumbnail .news-title, .content-slider--pages .thumbnail .news-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    background: #307A78;
    background: rgba(78, 139, 156, 0.9);
    font-family: Verdana, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    color: #FFFFFF; }
  .content-slider--news .thumbnail a, .content-slider--portfolio .thumbnail a, .content-slider--services .thumbnail a, .content-slider--pages .thumbnail a {
    border: none; }
    .content-slider--news .thumbnail a:hover .news-title, .content-slider--portfolio .thumbnail a:hover .news-title, .content-slider--services .thumbnail a:hover .news-title, .content-slider--pages .thumbnail a:hover .news-title {
      background: #143D66; }
      .content-slider--news .thumbnail a:hover .news-title span, .content-slider--portfolio .thumbnail a:hover .news-title span, .content-slider--services .thumbnail a:hover .news-title span, .content-slider--pages .thumbnail a:hover .news-title span {
        border-bottom: 1px solid; }

.content-slider--news .news-excerpt, .content-slider--portfolio .news-excerpt, .content-slider--services .news-excerpt, .content-slider--pages .news-excerpt {
  margin: 0; }

.quote-carousel .quotes .image-container {
  line-height: 0; }
  @media (min-width: 0em) and (max-width: 42em) {
    .quote-carousel .quotes .image-container {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .quote-carousel .quotes .image-container {
      width: 47.9452054795%;
      float: left;
      margin-left: 4.1095890411%;
      margin-left: 0; } }
  @media (min-width: 73.15em) {
    .quote-carousel .quotes .image-container {
      width: 48.6486486486%;
      float: left;
      margin-left: 2.7027027027%;
      margin-left: 0; } }
  .no-mediaqueries .quote-carousel .quotes .image-container {
    width: 48.6486486486%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; }

.quote-carousel .quotes .quote-container {
  background: #FFFFFF;
  padding: 20px; }
  @media (min-width: 0em) and (max-width: 42em) {
    .quote-carousel .quotes .quote-container {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 15px; }
      .quote-carousel .quotes .quote-container .quote {
        font-size: 16px;
        padding: 0;
        margin: 0; }
        .quote-carousel .quotes .quote-container .quote q:before, .quote-carousel .quotes .quote-container .quote q:after {
          display: none; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .quote-carousel .quotes .quote-container {
      width: 47.9452054795%;
      float: left; }
      .quote-carousel .quotes .quote-container .quote {
        padding: 0;
        font-size: 14px;
        margin-right: 0;
        margin-left: 0; }
        .quote-carousel .quotes .quote-container .quote q:before, .quote-carousel .quotes .quote-container .quote q:after {
          display: none; } }
  @media (min-width: 73.15em) {
    .quote-carousel .quotes .quote-container {
      width: 48.6486486486%;
      float: left; } }
  .no-mediaqueries .quote-carousel .quotes .quote-container {
    width: 48.6486486486%;
    float: left; }
  .quote-carousel .quotes .quote-container cite {
    display: block;
    color: #000000;
    line-height: 1.3; }
    .quote-carousel .quotes .quote-container cite .author, .quote-carousel .quotes .quote-container cite .title, .quote-carousel .quotes .quote-container cite .company {
      line-height: 1.3; }

.single-quote .quote {
  padding: 10px 60px 0;
  margin: 0; }
  .single-quote .quote q {
    font-size: 30px; }
    @media (min-width: 0em) and (max-width: 42em) {
      .single-quote .quote q {
        font-size: 20px; } }
    .single-quote .quote q p {
      margin-bottom: 10px; }
    .single-quote .quote q:before, .single-quote .quote q:after {
      font-size: 250px; }
    .single-quote .quote q:before {
      top: 60px; }
    .single-quote .quote q:after {
      bottom: -150px; }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .single-quote .quote {
      padding: 10px 80px 0; } }
  @media (min-width: 73.15em) {
    .single-quote .quote {
      padding: 10px 60px 0; }
      .single-quote .quote q:before, .single-quote .quote q:after {
        font-size: 250px; }
      .single-quote .quote q:before {
        top: 60px; }
      .single-quote .quote q:after {
        bottom: -150px; } }
  .no-mediaqueries .single-quote .quote {
    padding: 10px 60px 0; }
    .no-mediaqueries .single-quote .quote q:before, .no-mediaqueries .single-quote .quote q:after {
      font-size: 250px; }
    .no-mediaqueries .single-quote .quote q:before {
      top: 60px; }
    .no-mediaqueries .single-quote .quote q:after {
      bottom: -150px; }
  .single-quote .quote cite strong {
    display: inline; }

.photo-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .photo-carousel ul li {
    margin: 0;
    padding: 0;
    list-style: none; }

@media (min-width: 0em) and (max-width: 42em) {
  .photo-carousel .carousel-thumbnails {
    display: none; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .photo-carousel .carousel-thumbnails {
    width: 21.9178082192%;
    float: left;
    margin-left: 4.1095890411%;
    margin-left: 0; } }

@media (min-width: 73.15em) {
  .photo-carousel .carousel-thumbnails {
    width: 14.4144144144%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; } }

.no-mediaqueries .photo-carousel .carousel-thumbnails {
  width: 14.4144144144%;
  float: left;
  margin-left: 2.7027027027%;
  margin-left: 0; }

.photo-carousel .carousel-thumbnails ul li {
  margin-bottom: 30px; }
  .photo-carousel .carousel-thumbnails ul li a {
    display: block;
    position: relative;
    background: #307A78;
    line-height: 0;
    border: none;
    transition: background 200ms ease-out; }
    .photo-carousel .carousel-thumbnails ul li a img {
      opacity: 0.6;
      width: 100%;
      height: auto; }
    .photo-carousel .carousel-thumbnails ul li a .tooltip {
      display: none;
      position: absolute;
      width: 200px;
      left: 100%;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      z-index: 100;
      padding: 15px;
      margin-left: 15px;
      background: #FFFFFF;
      font-family: Verdana, sans-serif;
      font-size: 16px;
      line-height: 1.3;
      color: #000000; }
      .photo-carousel .carousel-thumbnails ul li a .tooltip:before {
        display: block;
        content: "";
        position: absolute;
        right: 100%;
        margin-right: 2px;
        width: 10px;
        height: 17px;
        top: 50%;
        margin-top: -8.5px;
        background: transparent url(assets/img/arrow-white-left.png) no-repeat left center; }
    .photo-carousel .carousel-thumbnails ul li a:hover, .photo-carousel .carousel-thumbnails ul li a.hover {
      background: #00B3DC; }
      .photo-carousel .carousel-thumbnails ul li a:hover .tooltip, .photo-carousel .carousel-thumbnails ul li a.hover .tooltip {
        display: block; }
  .photo-carousel .carousel-thumbnails ul li.active a {
    cursor: default; }
    .photo-carousel .carousel-thumbnails ul li.active a img {
      opacity: 1; }

@media (min-width: 0em) and (max-width: 42em) {
  .photo-carousel .carousel-images {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .photo-carousel .carousel-images {
    width: 73.9726027397%;
    float: left;
    margin-left: 4.1095890411%; } }

@media (min-width: 73.15em) {
  .photo-carousel .carousel-images {
    width: 82.8828828829%;
    float: left;
    margin-left: 2.7027027027%; } }

.no-mediaqueries .photo-carousel .carousel-images {
  width: 82.8828828829%;
  float: left;
  margin-left: 2.7027027027%; }

.photo-carousel .carousel-images ul li {
  display: none; }
  .photo-carousel .carousel-images ul li a {
    display: block;
    border: none;
    position: relative; }
    .photo-carousel .carousel-images ul li a .caption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 20px 30px;
      line-height: 35px;
      background-color: #143D66;
      background-color: rgba(0, 60, 77, 0.5);
      font-family: Verdana, sans-serif;
      font-size: 22px;
      color: #FFFFFF; }
      @media (min-width: 0em) and (max-width: 42em) {
        .photo-carousel .carousel-images ul li a .caption {
          font-size: 16px;
          line-height: 1.3;
          padding: 15px; } }
      @media (min-width: 42.025em) and (max-width: 73.125em) {
        .photo-carousel .carousel-images ul li a .caption {
          line-height: 30px; } }
      .photo-carousel .carousel-images ul li a .caption .project-link {
        float: right;
        font-size: 16px;
        text-decoration: underline; }
        @media (min-width: 0em) and (max-width: 42em) {
          .photo-carousel .carousel-images ul li a .caption .project-link {
            float: none;
            display: block; } }
  .photo-carousel .carousel-images ul li.active {
    display: block; }

@media (min-width: 0em) and (max-width: 42em) {
  .definition-list .list-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .definition-list .list-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 73.15em) {
  .definition-list .list-container {
    width: 65.7657657658%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; } }

.no-mediaqueries .definition-list .list-container {
  width: 65.7657657658%;
  float: left;
  margin-left: 2.7027027027%;
  margin-left: 0; }

.definition-list .list-container ul, .definition-list .list-container ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (min-width: 0em) and (max-width: 42em) {
  .definition-list .list-container ul {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .definition-list .list-container ul {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%; }
    .definition-list .list-container ul:first-child {
      margin-left: 0; } }

@media (min-width: 73.15em) {
  .definition-list .list-container ul {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%;
    padding-right: 8.5585585586%; }
    .definition-list .list-container ul:first-child {
      padding-right: 0%;
      margin-left: 0; } }

.no-mediaqueries .definition-list .list-container ul {
  width: 47.9452054795%;
  float: left;
  margin-left: 4.1095890411%;
  padding-right: 8.5585585586%; }
  .no-mediaqueries .definition-list .list-container ul:first-child {
    padding-right: 0%;
    margin-left: 0; }

.definition-list .list-container ul li {
  font-size: 22px;
  margin-bottom: 10px; }

.definition-list .side-container {
  font-size: 22px; }
  @media (min-width: 0em) and (max-width: 42em) {
    .definition-list .side-container {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .definition-list .side-container {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 73.15em) {
    .definition-list .side-container {
      width: 31.5315315315%;
      float: left;
      margin-left: 2.7027027027%; } }
  .no-mediaqueries .definition-list .side-container {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%; }

@media (min-width: 0em) and (max-width: 42em) {
  .three-column-list ul {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .three-column-list ul {
    width: 30.5936073059%;
    float: left;
    margin-left: 4.1095890411%; }
    .three-column-list ul:first-child {
      margin-left: 0; } }

@media (min-width: 73.15em) {
  .three-column-list ul {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%; }
    .three-column-list ul:first-child {
      margin-left: 0; } }

.no-mediaqueries .three-column-list ul {
  width: 31.5315315315%;
  float: left;
  margin-left: 2.7027027027%; }
  .no-mediaqueries .three-column-list ul:first-child {
    margin-left: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .two-column-list .left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .two-column-list .left {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%;
    padding-right: 6.5068493151%;
    margin-left: 0; } }

@media (min-width: 73.15em) {
  .two-column-list .left {
    width: 48.6486486486%;
    float: left;
    margin-left: 2.7027027027%;
    padding-right: 4.2792792793%;
    margin-left: 0; } }

.no-mediaqueries .two-column-list .left {
  width: 48.6486486486%;
  float: left;
  margin-left: 2.7027027027%;
  padding-right: 4.2792792793%;
  margin-left: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .two-column-list .right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .two-column-list .right {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%;
    padding-right: 6.5068493151%; } }

@media (min-width: 73.15em) {
  .two-column-list .right {
    width: 48.6486486486%;
    float: left;
    margin-left: 2.7027027027%;
    padding-right: 4.2792792793%; } }

.no-mediaqueries .two-column-list .right {
  width: 48.6486486486%;
  float: left;
  margin-left: 2.7027027027%;
  padding-right: 4.2792792793%; }

.document-blocks .document {
  background-color: #FFFFFF;
  margin-bottom: 30px; }
  @media (min-width: 0em) and (max-width: 42em) {
    .document-blocks .document {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .document-blocks .document {
      width: 30.5936073059%;
      float: left;
      margin-left: 4.1095890411%; }
      .document-blocks .document:first-child, .document-blocks .document:nth-child(3n+1) {
        margin-left: 0;
        clear: left; } }
  @media (min-width: 73.15em) {
    .document-blocks .document {
      width: 31.5315315315%;
      float: left;
      margin-left: 2.7027027027%; }
      .document-blocks .document:first-child, .document-blocks .document:nth-child(3n+1) {
        margin-left: 0;
        clear: left; } }
  .no-mediaqueries .document-blocks .document {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%; }
    .no-mediaqueries .document-blocks .document:first-child, .no-mediaqueries .document-blocks .document:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
  .document-blocks .document .document-type {
    padding: 15px 30px;
    background: #143D66;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF; }
    .document-blocks .document .document-type, .document-blocks .document .document-type--whitepaper {
      padding: 23px 30px 19px 75px;
      line-height: 32px;
      background-image: url(assets/img/icon-document.png);
      background-repeat: no-repeat;
      background-position: 30px center; }
      @media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .document-blocks .document .document-type, .document-blocks .document .document-type--whitepaper {
          background-image: url(assets/img/icon-document@2x.png);
          background-size: 35px 33px; } }
    .document-blocks .document .document-type--talks {
      background-image: url(assets/img/icon-talks.png); }
      @media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .document-blocks .document .document-type--talks {
          background-image: url(assets/img/icon-talks@2x.png);
          background-size: 33px 31px; } }
  .document-blocks .document .entry {
    padding: 30px; }
    .document-blocks .document .entry h5 a {
      border: none; }

.content-with-sidebar .entry-content {
  padding: 15px 0; }
  @media (min-width: 0em) and (max-width: 42em) {
    .content-with-sidebar .entry-content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .content-with-sidebar .entry-content {
      width: 60.9589041096%;
      float: left;
      margin-left: 4.1095890411%;
      margin-left: 0; } }
  @media (min-width: 73.15em) {
    .content-with-sidebar .entry-content {
      width: 65.7657657658%;
      float: left;
      margin-left: 2.7027027027%;
      margin-left: 0; } }
  .no-mediaqueries .content-with-sidebar .entry-content {
    width: 65.7657657658%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; }

.content-with-sidebar .sidebar {
  background: #FFFFFF;
  padding: 15px 30px 30px; }
  @media (min-width: 0em) and (max-width: 42em) {
    .content-with-sidebar .sidebar {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .content-with-sidebar .sidebar {
      width: 34.9315068493%;
      float: left;
      margin-left: 4.1095890411%; } }
  @media (min-width: 73.15em) {
    .content-with-sidebar .sidebar {
      width: 31.5315315315%;
      float: left;
      margin-left: 2.7027027027%; } }
  .no-mediaqueries .content-with-sidebar .sidebar {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%; }

.content-with-sidebar h3 {
  font-family: Verdana, sans-serif;
  font-size: 30px; }

.content-with-sidebar h5 {
  font-family: Verdana, sans-serif;
  font-size: 16px; }

.content-with-photo .entry-content {
  font-size: 22px; }
  @media (min-width: 0em) and (max-width: 42em) {
    .content-with-photo .entry-content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .content-with-photo .entry-content {
      width: 34.9315068493%;
      float: left;
      margin-left: 4.1095890411%;
      margin-left: 0; } }
  @media (min-width: 73.15em) {
    .content-with-photo .entry-content {
      width: 31.5315315315%;
      float: left;
      margin-left: 2.7027027027%;
      margin-left: 0; } }
  .no-mediaqueries .content-with-photo .entry-content {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .content-with-photo .photo {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .content-with-photo .photo {
    width: 60.9589041096%;
    float: left;
    margin-left: 4.1095890411%; } }

@media (min-width: 73.15em) {
  .content-with-photo .photo {
    width: 65.7657657658%;
    float: left;
    margin-left: 2.7027027027%; } }

.no-mediaqueries .content-with-photo .photo {
  width: 65.7657657658%;
  float: left;
  margin-left: 2.7027027027%; }

@media (min-width: 0em) and (max-width: 42em) {
  .two-column-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .two-column-block {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%;
    margin-bottom: 4.1095890411%; }
    .two-column-block:first-child, .two-column-block:nth-child(2n+1) {
      margin-left: 0;
      clear: left; } }

@media (min-width: 73.15em) {
  .two-column-block {
    width: 48.6486486486%;
    float: left;
    margin-left: 2.7027027027%;
    margin-bottom: 2.7027027027%; }
    .two-column-block:first-child, .two-column-block:nth-child(2n+1) {
      margin-left: 0;
      clear: left; } }

.no-mediaqueries .two-column-block {
  width: 48.6486486486%;
  float: left;
  margin-left: 2.7027027027%;
  margin-bottom: 2.7027027027%; }
  .no-mediaqueries .two-column-block:first-child, .no-mediaqueries .two-column-block:nth-child(2n+1) {
    margin-left: 0;
    clear: left; }

.two-column-block a,
.three-column-block a {
  position: relative;
  display: block;
  border: none;
  line-height: 0;
  color: #FFFFFF;
  overflow: hidden; }
  .two-column-block a .img-wrap,
  .three-column-block a .img-wrap {
    position: relative; }
  .two-column-block a .title,
  .three-column-block a .title {
    font-size: 24px;
    line-height: 1.25;
    margin: 0;
    background-color: #307A78;
    padding: 25px 30px;
    text-align: center;
    transition: background-color 0.2s ease; }
    .two-column-block a .title span,
    .three-column-block a .title span {
      border-bottom: 1px solid; }
  .two-column-block a .overlay,
  .three-column-block a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .two-column-block a .overlay .caption,
    .three-column-block a .overlay .caption {
      font-size: 22px;
      line-height: 1.25;
      position: relative;
      top: 100%;
      height: 100%;
      width: 100%;
      padding: 30px;
      background-color: #00B3DC;
      background-color: rgba(72, 200, 236, 0.9);
      transition: top 400ms ease-out; }
      .two-column-block a .overlay .caption .link span,
      .three-column-block a .overlay .caption .link span {
        border-bottom: 1px solid; }
  .two-column-block a img,
  .three-column-block a img {
    width: 100%;
    height: auto; }
  .two-column-block a:hover .title,
  .three-column-block a:hover .title {
    background-color: #143D66; }
    .two-column-block a:hover .title span,
    .three-column-block a:hover .title span {
      border-bottom: none; }
  .two-column-block a:hover .overlay .caption,
  .three-column-block a:hover .overlay .caption {
    top: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .two-column-block a .overlay .title,
  .three-column-block a .overlay .title {
    font-size: 18px;
    padding: 15px 20px; }
  .two-column-block a .overlay .caption,
  .three-column-block a .overlay .caption {
    font-size: 16px;
    padding: 15px; } }

@media (min-width: 0em) and (max-width: 42em) {
  .one-column-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6.7415730337%; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .one-column-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.1095890411%; } }

@media (min-width: 73.15em) {
  .one-column-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2.7027027027%; } }

.no-mediaqueries .one-column-block {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2.7027027027%; }

.one-column-block a {
  position: relative;
  display: block;
  border: none;
  line-height: 0;
  color: #FFFFFF;
  overflow: hidden; }
  .one-column-block a .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: auto;
    background: #143D66;
    background: rgba(0, 60, 77, 0.7);
    padding: 25px 30px; }
    @media (min-width: 0em) and (max-width: 42em) {
      .one-column-block a .overlay {
        padding: 15px; } }
    .one-column-block a .overlay .title {
      font-size: 30px;
      text-transform: uppercase;
      line-height: 1.25;
      margin: 0 0 .25em;
      background-color: transparent;
      padding: 0;
      text-align: left; }
      @media (min-width: 0em) and (max-width: 42em) {
        .one-column-block a .overlay .title {
          font-size: 14px; } }
      .one-column-block a .overlay .title span {
        border: none; }
    .one-column-block a .overlay .caption {
      font-size: 22px;
      line-height: 1.25;
      padding: 0; }
      @media (min-width: 0em) and (max-width: 42em) {
        .one-column-block a .overlay .caption {
          font-size: 14px; } }
      .one-column-block a .overlay .caption p {
        display: inline-block; }
      .one-column-block a .overlay .caption .link span {
        border-bottom: 1px solid; }
  .one-column-block a:hover .overlay {
    background-color: #143D66; }
    .one-column-block a:hover .overlay .title {
      background-color: transparent; }
      .one-column-block a:hover .overlay .title span {
        border-bottom: none; }
    .one-column-block a:hover .overlay .caption {
      top: auto; }

@media (min-width: 0em) and (max-width: 42em) {
  .portfolio-two-column-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .portfolio-two-column-block {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%;
    margin-bottom: 4.1095890411%; }
    .portfolio-two-column-block:first-child, .portfolio-two-column-block:nth-child(2n+1) {
      margin-left: 0;
      clear: left; } }

@media (min-width: 73.15em) {
  .portfolio-two-column-block {
    width: 48.6486486486%;
    float: left;
    margin-left: 2.7027027027%;
    margin-bottom: 2.7027027027%; }
    .portfolio-two-column-block:first-child, .portfolio-two-column-block:nth-child(2n+1) {
      margin-left: 0;
      clear: left; } }

.no-mediaqueries .portfolio-two-column-block {
  width: 48.6486486486%;
  float: left;
  margin-left: 2.7027027027%;
  margin-bottom: 2.7027027027%; }
  .no-mediaqueries .portfolio-two-column-block:first-child, .no-mediaqueries .portfolio-two-column-block:nth-child(2n+1) {
    margin-left: 0;
    clear: left; }

.portfolio-two-column-block a {
  position: relative;
  display: block;
  border: none;
  line-height: 0;
  color: #FFFFFF;
  overflow: hidden; }
  .portfolio-two-column-block a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
    .portfolio-two-column-block a .overlay .title {
      font-size: 22px;
      line-height: 1.25;
      margin: 0;
      background-color: #143D66;
      background-color: rgba(0, 60, 77, 0.7);
      padding: 25px 30px; }
      @media (min-width: 0em) and (max-width: 42em) {
        .portfolio-two-column-block a .overlay .title {
          font-size: 16px;
          padding: 15px; } }
  .portfolio-two-column-block a .caption {
    font-size: 16px;
    line-height: 1.25;
    padding: 30px;
    background-color: #FFFFFF;
    color: #000000; }
    .portfolio-two-column-block a .caption .link span {
      color: #143D66;
      border-bottom: 1px solid #143D66; }
  .portfolio-two-column-block a:hover .overlay .title {
    background-color: #143D66; }

@media (min-width: 0em) and (max-width: 42em) {
  .three-column-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .three-column-block {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%;
    margin-bottom: 4.1095890411%; }
    .three-column-block:first-child, .three-column-block:nth-child(2n+1) {
      margin-left: 0;
      clear: left; } }

@media (min-width: 73.15em) {
  .three-column-block {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%;
    margin-bottom: 2.7027027027%; }
    .three-column-block:first-child, .three-column-block:nth-child(3n+1) {
      margin-left: 0;
      clear: left; } }

.no-mediaqueries .three-column-block {
  width: 31.5315315315%;
  float: left;
  margin-left: 2.7027027027%;
  margin-bottom: 2.7027027027%; }
  .no-mediaqueries .three-column-block:first-child, .no-mediaqueries .three-column-block:nth-child(3n+1) {
    margin-left: 0;
    clear: left; }

.three-column-block a .overlay .title {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  padding: 15px 30px;
  text-align: left;
  background-color: #143D66; }
  .three-column-block a .overlay .title span {
    border-bottom: none; }

.three-column-block a .overlay .caption {
  font-size: 16px;
  line-height: 1.25;
  padding: 15px 30px; }

@media (min-width: 0em) and (max-width: 42em) {
  .content-with-video .video {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .content-with-video .video {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 73.15em) {
  .content-with-video .video {
    width: 65.7657657658%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; } }

.no-mediaqueries .content-with-video .video {
  width: 65.7657657658%;
  float: left;
  margin-left: 2.7027027027%;
  margin-left: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .content-with-video .content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .content-with-video .content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px; } }

@media (min-width: 73.15em) {
  .content-with-video .content {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%; } }

.no-mediaqueries .content-with-video .content {
  width: 31.5315315315%;
  float: left;
  margin-left: 2.7027027027%; }

.block--type--videos {
  padding: 0; }
  .block--type--videos > .row {
    max-width: 100%;
    padding: 0; }

.videos .main-video {
  background: #143D66;
  padding: 60px 0px 30px; }

.videos .videos-container {
  background: #eeeeee;
  padding: 30px 0px 60px; }

.videos .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .videos .video-wrapper p {
    display: inline;
    margin: 0; }
  .videos .video-wrapper .video-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    cursor: pointer; }
    @media (min-width: 0em) and (max-width: 42em) {
      .videos .video-wrapper .video-click {
        display: none; } }
  .videos .video-wrapper iframe, .videos .video-wrapper object, .videos .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.videos .row {
  margin-bottom: 45px; }

.videos h2 {
  color: #FFFFFF;
  margin-bottom: 15px;
  text-align: center;
  text-transform: none; }

.videos h3 {
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center; }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .videos h3 {
      font-size: 16px; } }

@media (min-width: 0em) and (max-width: 42em) {
  .videos .video {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px; } }

.related-post a {
  display: block;
  border: none;
  position: relative;
  color: #FFFFFF;
  background: #143D66;
  line-height: 0; }
  .related-post a img {
    opacity: 0.7;
    transition: opacity 200ms ease-out; }
  .related-post a:hover img {
    opacity: 1; }

.related-post .related-post-title {
  padding: 30px;
  background: #143D66;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.2; }
  .related-post .related-post-title span {
    border-bottom: 1px solid; }

.color-swatch {
  background-color: #FFFFFF; }
  @media (min-width: 0em) and (max-width: 42em) {
    .color-swatch {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 1em; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .color-swatch {
      width: 21.9178082192%;
      float: left;
      margin-left: 4.1095890411%;
      margin-bottom: 4.1095890411%; }
      .color-swatch:first-child, .color-swatch:nth-child(4n+1) {
        margin-left: 0;
        clear: left; } }
  @media (min-width: 73.15em) {
    .color-swatch {
      width: 14.4144144144%;
      float: left;
      margin-left: 2.7027027027%;
      margin-bottom: 2.7027027027%; }
      .color-swatch:first-child, .color-swatch:nth-child(6n+1) {
        margin-left: 0;
        clear: left; } }
  .no-mediaqueries .color-swatch {
    width: 14.4144144144%;
    float: left;
    margin-left: 2.7027027027%;
    margin-bottom: 2.7027027027%; }
    .no-mediaqueries .color-swatch:first-child, .no-mediaqueries .color-swatch:nth-child(6n+1) {
      margin-left: 0;
      clear: left; }
  .color-swatch dt {
    display: block;
    position: relative;
    width: 100%;
    height: 160px; }
    .color-swatch dt a {
      cursor: pointer;
      display: block;
      width: 100%;
      height: 160px;
      color: #FFFFFF;
      border-bottom: none; }
      .color-swatch dt a span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        padding: 15px 30px;
        background-color: #b8d1d7;
        background-color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        display: none; }
      .color-swatch dt a:hover span {
        display: block; }
  .color-swatch dd {
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 1.7; }
  .color-swatch--blue dt {
    background-color: #143D66; }
  .color-swatch--blue-md dt {
    background-color: #307A78; }
  .color-swatch--blue-bright dt {
    background-color: #00B3DC; }
  .color-swatch--blue-lt dt {
    background-color: #8cd4e8; }
  .color-swatch--blue-grey dt {
    background-color: #587592; }
  .color-swatch--gold-dk dt {
    background-color: #9c9756; }
  .color-swatch--gold dt {
    background-color: #F7933D; }
  .color-swatch--gold-lt dt {
    background-color: #E8DF69; }
    .color-swatch--gold-lt dt a {
      color: #5D5D5D; }
  .color-swatch--black dt {
    background-color: #000000; }
  .color-swatch--grey dt {
    background-color: #5D5D5D; }
  .color-swatch--white dt {
    background-color: #FFFFFF; }
    .color-swatch--white dt a span {
      background-color: rgba(0, 0, 0, 0.2); }

@media (min-width: 0em) and (max-width: 42em) {
  .single-offset-quote {
    margin: 20px; } }

@media (min-width: 42.025em) {
  .single-offset-quote {
    display: -ms-flexbox;
    display: flex; } }

.no-mediaqueries .single-offset-quote {
  display: -ms-flexbox;
  display: flex; }

.single-offset-quote .offset_quote--text {
  background-color: #FFFFFF;
  border-bottom: 3px solid #eeeeee;
  display: block;
  margin: 0;
  padding: 25px; }
  @media (min-width: 0em) and (max-width: 42em) {
    .single-offset-quote .offset_quote--text {
      padding: 15px; } }
  @media (min-width: 42.025em) {
    .single-offset-quote .offset_quote--text {
      display: inline-block; } }
  .no-mediaqueries .single-offset-quote .offset_quote--text {
    display: inline-block; }
  @media (min-width: 73.15em) {
    .single-offset-quote .offset_quote--text {
      padding: 40px; } }
  .no-mediaqueries .single-offset-quote .offset_quote--text {
    padding: 40px; }

@media (min-width: 0em) and (max-width: 42em) {
  .single-offset-quote .offset_quote--image {
    max-height: 450px;
    overflow: hidden; } }

@media (min-width: 42.025em) {
  .single-offset-quote .offset_quote--image {
    -ms-flex-positive: 1;
        flex-grow: 1; } }

.no-mediaqueries .single-offset-quote .offset_quote--image {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.single-offset-quote .quote q {
  font-size: 1em; }
  @media (min-width: 0em) and (max-width: 42em) {
    .single-offset-quote .quote q:before, .single-offset-quote .quote q:after {
      font-size: 90px; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .single-offset-quote .quote q:before, .single-offset-quote .quote q:after {
      font-size: 100px; } }
  @media (min-width: 73.15em) {
    .single-offset-quote .quote q {
      font-size: 1.3em; } }
  .no-mediaqueries .single-offset-quote .quote q {
    font-size: 1.3em; }

@media (min-width: 0em) and (max-width: 42em) {
  .single-offset-quote .quote {
    padding: 5px; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .single-offset-quote .quote {
    padding: 20px; } }

.single-offset-quote .quote cite {
  color: #000000; }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper, .lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
  transition-timing-function: inherit !important;
  transition-duration: inherit !important; }

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideOuter {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

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

.lightSlider {
  overflow: hidden; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition-property: -webkit-transform,height;
  transition-property: transform,height; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-property: opacity; }

.lSSlideWrapper .lSFade > .active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1; }

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all .5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: .8; }

.lSSlideOuter .media.active {
  opacity: 1; }

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius .12s linear 0s .35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table; }

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  margin-top: -16px;
  opacity: .5;
  transition: opacity .35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none; }

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0; }

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  float: left; }

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important; }

@-webkit-keyframes rightEnd {
  0%, 100% {
    left: 0; }
  50% {
    left: -15px; } }

@keyframes rightEnd {
  0%, 100% {
    left: 0; }
  50% {
    left: -15px; } }

@-webkit-keyframes topEnd {
  0%, 100% {
    top: 0; }
  50% {
    top: -15px; } }

@keyframes topEnd {
  0%, 100% {
    top: 0; }
  50% {
    top: -15px; } }

@-webkit-keyframes leftEnd {
  0%, 100% {
    left: 0; }
  50% {
    left: 15px; } }

@keyframes leftEnd {
  0%, 100% {
    left: 0; }
  50% {
    left: 15px; } }

@-webkit-keyframes bottomEnd {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: -15px; } }

@keyframes bottomEnd {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: -15px; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative; }

.lightSlider.lsGrab > * {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Verdana, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.site-header {
  background: #FFFFFF; }
  .site-header a {
    border: none; }
  .site-header .row {
    position: relative; }
  .site-header .site-branding {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 109px;
    z-index: 100; }
    @media (min-width: 0em) and (max-width: 42em) {
      .site-header .site-branding {
        position: absolute;
        top: 0;
        left: 10px;
        width: auto;
        height: 42px; }
        .site-header .site-branding img {
          height: 42px;
          width: auto; } }
    .site-header .site-branding .site-title {
      margin: 0;
      line-height: 1; }
      .site-header .site-branding .site-title a {
        display: block;
        width: 100%;
        height: 100%;
        float: left;
        line-height: 0; }
  .site-header .site-description {
    display: none; }
  @media (min-width: 0em) and (max-width: 42em) {
    .site-header .main-navigation {
      clear: none;
      float: right; } }
  .site-header .main-navigation .menu-toggle {
    position: relative;
    float: right;
    width: 100%;
    background: transparent;
    color: #143D66;
    text-align: right;
    padding: 0;
    padding-right: 35px;
    margin: 0;
    font-size: 18px;
    height: 42px; }
    .site-header .main-navigation .menu-toggle, .site-header .main-navigation .menu-toggle:focus, .site-header .main-navigation .menu-toggle:active {
      outline: none; }
  .site-header .main-navigation #nav-toggle {
    position: absolute;
    top: 18px;
    right: 0; }
  .site-header .main-navigation #nav-toggle span, .site-header .main-navigation #nav-toggle span:before, .site-header .main-navigation #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 25px;
    background: #143D66;
    position: absolute;
    right: 0;
    display: block;
    content: ''; }
  .site-header .main-navigation #nav-toggle span:before {
    top: -7px; }
  .site-header .main-navigation #nav-toggle span:after {
    bottom: -7px; }
  .site-header .main-navigation #nav-toggle span, .site-header .main-navigation #nav-toggle span:before, .site-header .main-navigation #nav-toggle span:after {
    transition: all 200ms ease-in-out; }
  .site-header .main-navigation #nav-toggle.active span {
    background-color: transparent; }
  .site-header .main-navigation #nav-toggle.active span:before, .site-header .main-navigation #nav-toggle.active span:after {
    top: 0; }
  .site-header .main-navigation #nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .site-header .main-navigation #nav-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media (min-width: 0em) and (max-width: 42em) {
    .site-header .main-navigation .menu {
      width: 100%;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 10000; }
      .site-header .main-navigation .menu li {
        display: block;
        width: 100%;
        margin: 0; }
        .site-header .main-navigation .menu li a {
          background: #FFFFFF;
          display: block;
          padding: 10px 15px 15px;
          text-align: center;
          font-size: 21px;
          font-weight: 600;
          border-bottom: 1px solid #cedade; }
        .site-header .main-navigation .menu li.current-menu-item a {
          background: #cedade; } }
  @media (min-width: 42.025em) {
    .site-header .main-navigation .menu {
      float: right; }
      .site-header .main-navigation .menu > li > a {
        font-family: Verdana, sans-serif;
        font-size: 18px;
        line-height: 104px;
        padding: 0px 13px;
        color: #143D66;
        font-weight: 600;
        border-top: 6px solid transparent; }
      .site-header .main-navigation .menu > li.current-menu-item > a,
      .site-header .main-navigation .menu > li.current-page-ancestor > a,
      .site-header .main-navigation .menu > li > a:hover {
        border-top-color: #307A78;
        color: #307A78; } }
  .no-mediaqueries .site-header .main-navigation .menu {
    float: right; }
    .no-mediaqueries .site-header .main-navigation .menu > li > a {
      font-family: Verdana, sans-serif;
      font-size: 18px;
      line-height: 66px;
      padding: 0px 13px;
      color: #143D66;
      font-weight: 600;
      border-top: 6px solid transparent; }
    .no-mediaqueries .site-header .main-navigation .menu > li.current-menu-item > a,
    .no-mediaqueries .site-header .main-navigation .menu > li.current-page-ancestor > a,
    .no-mediaqueries .site-header .main-navigation .menu > li > a:hover {
      border-top-color: #307A78;
      color: #307A78; }
  @media (min-width: 42.025em) and (max-width: 57em) {
    .site-header .main-navigation .menu > li > a {
      font-size: 14px;
      padding: 0px 8px; } }

.footer-cta--contact p {
  font-size: 22px; }

.footer-cta--careers p {
  font-size: 30px; }

.site-footer .footer-links {
  padding: 60px 0;
  background: #222222;
  color: #FFFFFF; }
  .site-footer .footer-links * {
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: 1px; }
  .site-footer .footer-links h4 {
    font-family: Verdana, sans-serif;
    font-size: 22px;
    margin: 0 0 0.5em; }
  @media (min-width: 0em) and (max-width: 42em) {
    .site-footer .footer-links--offices {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .site-footer .footer-links--offices {
      width: 47.9452054795%;
      float: left;
      margin-left: 4.1095890411%;
      margin-left: 0; } }
  @media (min-width: 73.15em) {
    .site-footer .footer-links--offices {
      width: 48.6486486486%;
      float: left;
      margin-left: 2.7027027027%;
      margin-left: 0; } }
  .no-mediaqueries .site-footer .footer-links--offices {
    width: 48.6486486486%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; }
  @media (min-width: 0em) and (max-width: 42em) {
    .site-footer .footer-links--offices .column {
      width: 46.6292134831%;
      float: left;
      margin-left: 6.7415730337%; }
      .site-footer .footer-links--offices .column:first-child {
        margin-left: 0; }
      .site-footer .footer-links--offices .column:last-child {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .site-footer .footer-links--offices .column {
      width: 30.5936073059%;
      float: left;
      margin-left: 4.1095890411%; }
      .site-footer .footer-links--offices .column:first-child {
        margin-left: 0; } }
  @media (min-width: 73.15em) {
    .site-footer .footer-links--offices .column {
      width: 29.6296296296%;
      float: left;
      margin-left: 5.5555555556%; }
      .site-footer .footer-links--offices .column:first-child {
        margin-left: 0; } }
  .no-mediaqueries .site-footer .footer-links--offices .column {
    width: 29.6296296296%;
    float: left;
    margin-left: 5.5555555556%; }
    .no-mediaqueries .site-footer .footer-links--offices .column:first-child {
      margin-left: 0; }
  .site-footer .footer-links--offices a:link, .site-footer .footer-links--offices a:visited {
    color: #FFFFFF;
    border: none; }
  .site-footer .footer-links--offices a:hover, .site-footer .footer-links--offices a:active {
    color: #e6e6e6;
    border: none; }
  .site-footer .footer-links--offices dl {
    margin: 0 0 1em;
    padding: 0; }
    .site-footer .footer-links--offices dl dt {
      margin: 0 0 3px;
      padding: 0;
      font-size: 16px;
      color: #F7933D;
      font-weight: 400; }
    .site-footer .footer-links--offices dl dd {
      margin: 0 0 1em;
      padding: 0; }
  .site-footer .footer-links--offices ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-footer .footer-links--offices ul li {
      list-style: none;
      margin: 0 0 3px;
      padding: 0;
      font-size: 12px; }
  .site-footer .footer-links--news-signup {
    display: none; }
    @media (min-width: 0em) and (max-width: 42em) {
      .site-footer .footer-links--news-signup {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 42.025em) and (max-width: 73.125em) {
      .site-footer .footer-links--news-signup {
        width: 47.9452054795%;
        float: left;
        margin-left: 4.1095890411%; } }
    @media (min-width: 73.15em) {
      .site-footer .footer-links--news-signup {
        width: 31.5315315315%;
        float: left;
        margin-left: 2.7027027027%; } }
    .no-mediaqueries .site-footer .footer-links--news-signup {
      width: 31.5315315315%;
      float: left;
      margin-left: 2.7027027027%; }
    .site-footer .footer-links--news-signup .gform_wrapper label.gfield_label + div.ginput_container {
      margin-top: 0;
      width: 180px; }
    .site-footer .footer-links--news-signup .gform_wrapper .top_label input.large {
      width: 100%; }
    .site-footer .footer-links--news-signup form {
      font-size: 12px; }
      .site-footer .footer-links--news-signup form .gform_body,
      .site-footer .footer-links--news-signup form .gform_footer,
      .site-footer .footer-links--news-signup form .gform_body *,
      .site-footer .footer-links--news-signup form .gform_footer * {
        float: left;
        clear: none; }
      .site-footer .footer-links--news-signup form .gform_body,
      .site-footer .footer-links--news-signup form .ginput_container {
        margin: 0;
        padding: 0; }
      .site-footer .footer-links--news-signup form .gform_footer {
        margin: 0;
        padding: 0; }
      .site-footer .footer-links--news-signup form ul {
        margin: 0;
        list-style: none; }
      .site-footer .footer-links--news-signup form label, .site-footer .footer-links--news-signup form label.gfield_label {
        display: none; }
      .site-footer .footer-links--news-signup form input[type=text] {
        display: block;
        width: 100%;
        max-width: 180px; }
    .site-footer .footer-links--news-signup p {
      font-size: 12px;
      margin: 1em 0; }
  @media (min-width: 0em) and (max-width: 42em) {
    .site-footer .footer-links--connections {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .site-footer .footer-links--connections {
      width: 47.9452054795%;
      float: left;
      margin-left: 4.1095890411%; } }
  @media (min-width: 73.15em) {
    .site-footer .footer-links--connections {
      width: 14.4144144144%;
      float: right;
      margin-right: 0; } }
  .no-mediaqueries .site-footer .footer-links--connections {
    width: 14.4144144144%;
    float: right;
    margin-right: 0; }
  .site-footer .footer-links--connections .crafty-social-buttons li, .site-footer .footer-links--connections .crafty-social-buttons a, .site-footer .footer-links--connections .crafty-social-buttons img {
    display: inline-block;
    width: 32px;
    height: 32px; }
  .site-footer .footer-links--connections .ftp-site {
    margin-top: 75px; }
  .site-footer .footer-links--connections a.ftp-site-link {
    display: block;
    padding-left: 41px;
    line-height: 32px;
    background: transparent url(assets/img/ftp.png) no-repeat left center;
    border: none; }
    .site-footer .footer-links--connections a.ftp-site-link span {
      border-bottom: 1px solid; }

.site-footer .site-info {
  background: #343434;
  padding: 30px 0px;
  color: #FFFFFF;
  font-size: 12px; }
  @media (min-width: 0em) and (max-width: 42em) {
    .site-footer .site-info .copyright {
      text-align: center;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .site-footer .site-info .copyright {
      width: 47.9452054795%;
      float: left;
      margin-left: 4.1095890411%;
      margin-left: 0; } }
  @media (min-width: 73.15em) {
    .site-footer .site-info .copyright {
      width: 48.6486486486%;
      float: left;
      margin-left: 2.7027027027%;
      margin-left: 0; } }
  .no-mediaqueries .site-footer .site-info .copyright {
    width: 48.6486486486%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; }
  .site-footer .site-info .pixelcred {
    text-align: center; }
    @media (min-width: 42.025em) {
      .site-footer .site-info .pixelcred {
        text-align: right; } }
    .no-mediaqueries .site-footer .site-info .pixelcred {
      text-align: right; }
    @media (min-width: 0em) and (max-width: 42em) {
      .site-footer .site-info .pixelcred {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 42.025em) and (max-width: 73.125em) {
      .site-footer .site-info .pixelcred {
        width: 47.9452054795%;
        float: left;
        margin-left: 4.1095890411%; } }
    @media (min-width: 73.15em) {
      .site-footer .site-info .pixelcred {
        width: 48.6486486486%;
        float: left;
        margin-left: 2.7027027027%; } }
    .no-mediaqueries .site-footer .site-info .pixelcred {
      width: 48.6486486486%;
      float: left;
      margin-left: 2.7027027027%; }

.style-guide-footer .site-info {
  background-color: #222222;
  padding: 0 0 150px; }
  .style-guide-footer .site-info .copyright {
    font-size: 23px;
    padding-top: 10px; }

.footer-style-guide-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right; }
  .footer-style-guide-menu .menu li {
    display: inline-block;
    margin-left: 15px; }
    .footer-style-guide-menu .menu li a {
      display: inline-block;
      font-size: 23px;
      color: #FFFFFF;
      border-bottom: 0;
      border-top: 5px solid transparent;
      padding: 5px; }
      .footer-style-guide-menu .menu li a:hover {
        border-top-color: #FFFFFF; }

.page-template-tpl-home .hero {
  color: #FFFFFF;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75% 0%; }
  .page-template-tpl-home .hero .overlay {
    background-color: transparent;
    height: 100%; }
    .page-template-tpl-home .hero .overlay .row {
      position: relative;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
  .page-template-tpl-home .hero .title {
    font-family: Verdana, sans-serif;
    font-size: 68px;
    line-height: 68px;
    text-transform: uppercase;
    text-align: center; }
  .page-template-tpl-home .hero .sub-title {
    font-family: Verdana, sans-serif;
    font-size: 50px;
    text-align: center; }
  .page-template-tpl-home .hero sup {
    font-size: 25%;
    bottom: 5ex; }
  @media (min-width: 0em) and (max-width: 42em) {
    .page-template-tpl-home .hero .title {
      font-size: 34px;
      line-height: 1.2; }
    .page-template-tpl-home .hero .sub-title {
      font-size: 30px; } }
  @media (min-width: 0em) and (max-width: 30em) {
    .page-template-tpl-home .hero .title {
      font-size: 26px; }
    .page-template-tpl-home .hero .sub-title {
      font-size: 22px; } }

.page-template-tpl-home .hero-footer {
  background: #143D66;
  padding: 10px;
  text-align: center; }
  @media (min-width: 0em) and (max-width: 42em) {
    .page-template-tpl-home .hero-footer {
      padding: 10px 0px; } }
  .page-template-tpl-home .hero-footer p {
    font-family: Verdana, sans-serif;
    font-size: 30px; }
    @media (min-width: 0em) and (max-width: 42em) {
      .page-template-tpl-home .hero-footer p {
        font-size: 20px; } }
  .page-template-tpl-home .hero-footer a {
    color: #8cd4e8; }

.grid-test .large-4 {
  padding: 15px;
  background: red; }

.grid-test .large-3 {
  padding: 15px;
  background: yellow; }

.grid-test .large-12 {
  background: green;
  padding: 15px; }

.grid-test .large-6 {
  background: blue;
  padding: 15px; }

@media (min-width: 0em) and (max-width: 42em) {
  .career-image-grid .entry-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .career-image-grid .entry-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0; } }

@media (min-width: 73.15em) {
  .career-image-grid .entry-content {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; } }

.no-mediaqueries .career-image-grid .entry-content {
  width: 31.5315315315%;
  float: left;
  margin-left: 2.7027027027%;
  margin-left: 0; }

.career-image-grid .background-image {
  position: relative;
  line-height: 0; }
  .career-image-grid .background-image img {
    display: block;
    margin: 0 auto; }
  @media (min-width: 0em) and (max-width: 42em) {
    .career-image-grid .background-image {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .career-image-grid .background-image {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 73.15em) {
    .career-image-grid .background-image {
      margin-top: 40px;
      width: 65.7657657658%;
      float: left;
      margin-left: 2.7027027027%; } }
  .no-mediaqueries .career-image-grid .background-image {
    margin-top: 40px;
    width: 65.7657657658%;
    float: left;
    margin-left: 2.7027027027%; }
  .career-image-grid .background-image .overlay a {
    text-decoration: underline; }
  .career-image-grid .background-image .careers-btn {
    margin-top: 20px;
    padding: 0 30px;
    text-align: center; }
    .career-image-grid .background-image .careers-btn .button {
      background-color: #143D66;
      border: 1px #FFFFFF solid;
      font-weight: 600;
      padding: 30px 0;
      width: 100%; }
      @media (min-width: 42.025em) {
        .career-image-grid .background-image .careers-btn .button {
          font-size: 18px; } }
      .no-mediaqueries .career-image-grid .background-image .careers-btn .button {
        font-size: 18px; }
      @media (min-width: 73.15em) {
        .career-image-grid .background-image .careers-btn .button {
          font-size: 28px;
          padding: 40px 0; } }
      .no-mediaqueries .career-image-grid .background-image .careers-btn .button {
        font-size: 28px;
        padding: 40px 0; }
  .career-image-grid .background-image .overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 160px;
    background: #FFFFFF;
    text-align: center;
    line-height: 1;
    z-index: 5; }
    .career-image-grid .background-image .overlay h3 {
      color: #000000;
      padding-top: 40px; }
  .career-image-grid .background-image .background-images {
    display: block;
    width: 730px;
    height: 646px;
    position: relative; }
    .career-image-grid .background-image .background-images img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 3; }
      .career-image-grid .background-image .background-images img.hover {
        z-index: 1; }

.careers-hero-link {
  color: #143D66 !important; }
  @media (min-width: 42.025em) {
    .careers-hero-link {
      font-size: 30px; } }
  .no-mediaqueries .careers-hero-link {
    font-size: 30px; }

.careers_list--group {
  margin-top: 50px; }

.careers_list--group_title {
  margin-bottom: 20px; }

.careers_list--list a {
  border-bottom: none;
  text-decoration: none; }
  .careers_list--list a:link, .careers_list--list a:hover, .careers_list--list a:active, .careers_list--list a:focus {
    outline: none; }

.block--contact-page .entry-content {
  padding: 15px 0; }
  @media (min-width: 0em) and (max-width: 42em) {
    .block--contact-page .entry-content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .block--contact-page .entry-content {
      width: 60.9589041096%;
      float: left;
      margin-left: 4.1095890411%;
      margin-left: 0; } }
  @media (min-width: 73.15em) {
    .block--contact-page .entry-content {
      width: 65.7657657658%;
      float: left;
      margin-left: 2.7027027027%;
      margin-left: 0; } }
  .no-mediaqueries .block--contact-page .entry-content {
    width: 65.7657657658%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; }

.block--contact-page .sidebar {
  background: #FFFFFF;
  padding: 15px 30px 30px; }
  @media (min-width: 0em) and (max-width: 42em) {
    .block--contact-page .sidebar {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .block--contact-page .sidebar {
      width: 34.9315068493%;
      float: left;
      margin-left: 4.1095890411%; } }
  @media (min-width: 73.15em) {
    .block--contact-page .sidebar {
      width: 31.5315315315%;
      float: left;
      margin-left: 2.7027027027%; } }
  .no-mediaqueries .block--contact-page .sidebar {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%; }
  .block--contact-page .sidebar h3 {
    font-family: Verdana, sans-serif;
    font-size: 25px;
    margin-top: 1.5em; }
  .block--contact-page .sidebar h3:first-child {
    margin-top: 0px; }
  .block--contact-page .sidebar h5 {
    font-family: Verdana, sans-serif;
    font-size: 16px; }

.our-team .row {
  position: relative; }

.our-team .alpha-nav-wrap {
  margin-bottom: 30px;
  max-width: 706px; }

.our-team .alpha-navigation {
  background: #143D66;
  padding: 5px; }
  .our-team .alpha-navigation:after {
    content: "";
    display: table;
    clear: both; }
  .our-team .alpha-navigation .search {
    padding: 15px; }
    @media (min-width: 0em) and (max-width: 42em) {
      .our-team .alpha-navigation .search {
        float: right;
        margin: 0; } }
    @media (min-width: 0em) and (max-width: 30em) {
      .our-team .alpha-navigation .search {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        padding-top: 5px; } }
    @media (min-width: 42.025em) and (max-width: 73.125em) {
      .our-team .alpha-navigation .search {
        width: 57.3033707865%;
        float: left;
        margin-left: 6.7415730337%;
        text-align: right; } }
    @media (min-width: 73.15em) {
      .our-team .alpha-navigation .search {
        width: 47.9452054795%;
        float: left;
        margin-left: 4.1095890411%;
        text-align: right; } }
    .no-mediaqueries .our-team .alpha-navigation .search {
      width: 47.9452054795%;
      float: left;
      margin-left: 4.1095890411%;
      text-align: right; }
    .our-team .alpha-navigation .search .chosen-container {
      font-family: Verdana, sans-serif;
      text-align: left; }
    .our-team .alpha-navigation .search form {
      margin: 0; }
    @media (min-width: 73.15em) {
      .our-team .alpha-navigation .search select {
        width: 250px; } }
    .no-mediaqueries .our-team .alpha-navigation .search select {
      width: 250px; }
  .our-team .alpha-navigation .jump {
    color: #FFFFFF;
    padding: 15px; }
    @media (min-width: 0em) and (max-width: 42em) {
      .our-team .alpha-navigation .jump {
        float: left;
        margin: 0; } }
    @media (min-width: 0em) and (max-width: 30em) {
      .our-team .alpha-navigation .jump {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        padding-bottom: 5px; } }
    @media (min-width: 42.025em) and (max-width: 73.125em) {
      .our-team .alpha-navigation .jump {
        width: 35.9550561798%;
        float: left;
        margin-left: 6.7415730337%;
        margin-left: 0; } }
    @media (min-width: 73.15em) {
      .our-team .alpha-navigation .jump {
        width: 47.9452054795%;
        float: left;
        margin-left: 4.1095890411%;
        margin-left: 0; } }
    .no-mediaqueries .our-team .alpha-navigation .jump {
      width: 47.9452054795%;
      float: left;
      margin-left: 4.1095890411%;
      margin-left: 0; }
    @media (min-width: 42.025em) {
      .our-team .alpha-navigation .jump select {
        appearance: none;
        -webkit-appearance: none;
        width: 50px;
        text-align: center;
        padding: 5px;
        border-radius: 0px;
        background-color: #FFFFFF;
        font-size: 14px;
        background: #FFFFFF url(assets/img/arrow-solid-down.png) no-repeat right center;
        background-position: right 5px center;
        border-radius: 0;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        line-height: 1; } }
  @media (min-width: 42.025em) and (min-resolution: 1.5dppx), (min-width: 42.025em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 42.025em) and (min--moz-device-pixel-ratio: 1.5), (min-width: 42.025em) and (min-resolution: 144dpi) {
    .our-team .alpha-navigation .jump select {
      background-image: url(assets/img/arrow-solid-down@2x.png);
      background-size: 14px 12px; } }
    .no-mediaqueries .our-team .alpha-navigation .jump select {
      appearance: none;
      -webkit-appearance: none;
      width: 50px;
      text-align: center;
      padding: 5px;
      border-radius: 0px;
      background-color: #FFFFFF;
      font-size: 14px;
      background: #FFFFFF url(assets/img/arrow-solid-down.png) no-repeat right center;
      background-position: right 5px center;
      border-radius: 0;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      line-height: 1; }
      @media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .no-mediaqueries .our-team .alpha-navigation .jump select {
          background-image: url(assets/img/arrow-solid-down@2x.png);
          background-size: 14px 12px; } }
  .our-team .alpha-navigation.stuck {
    width: 100%;
    z-index: 1000;
    left: 0;
    background: #143D66;
    padding: 5px; }
    @media (min-width: 42.025em) and (max-width: 73.125em) {
      .our-team .alpha-navigation.stuck .jump {
        width: 35.9550561798%;
        float: left;
        margin-left: 6.7415730337%;
        margin-left: 0; } }
    @media (min-width: 73.15em) {
      .our-team .alpha-navigation.stuck .jump {
        width: 31.5315315315%;
        float: left;
        margin-left: 2.7027027027%;
        margin-left: 0; } }
    .no-mediaqueries .our-team .alpha-navigation.stuck .jump {
      width: 31.5315315315%;
      float: left;
      margin-left: 2.7027027027%;
      margin-left: 0; }
    @media (min-width: 42.025em) and (max-width: 73.125em) {
      .our-team .alpha-navigation.stuck .search {
        width: 57.3033707865%;
        float: left;
        margin-left: 6.7415730337%; } }
    @media (min-width: 73.15em) {
      .our-team .alpha-navigation.stuck .search {
        width: 31.5315315315%;
        float: left;
        margin-left: 2.7027027027%; } }
    .no-mediaqueries .our-team .alpha-navigation.stuck .search {
      width: 31.5315315315%;
      float: left;
      margin-left: 2.7027027027%; }

.our-team .team-grid-container ul.team-grid {
  position: relative;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: none; }
  .our-team .team-grid-container ul.team-grid:after {
    content: "";
    display: table;
    clear: both; }
  .our-team .team-grid-container ul.team-grid li {
    cursor: pointer;
    max-width: 215px; }
    .our-team .team-grid-container ul.team-grid li .inner {
      position: relative;
      line-height: 0;
      overflow: hidden; }
    @media (min-width: 0em) and (max-width: 42em) {
      .our-team .team-grid-container ul.team-grid li {
        width: 48.7179487179%;
        float: left;
        margin-left: 2.5641025641%;
        margin-bottom: 5.1282051282%; } }
    @media (min-width: 0em) and (max-width: 30em) {
      .our-team .team-grid-container ul.team-grid li {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        clear: left;
        padding: 0; } }
    @media (min-width: 42.025em) and (max-width: 73.125em) {
      .our-team .team-grid-container ul.team-grid li {
        width: 48.7179487179%;
        float: left;
        margin-left: 2.5641025641%;
        margin-bottom: 5.1282051282%; } }
    @media (min-width: 73.15em) {
      .our-team .team-grid-container ul.team-grid li {
        width: 32.2751322751%;
        float: left;
        margin-left: 1.5873015873%;
        margin-bottom: 3.1746031746%; } }
    .no-mediaqueries .our-team .team-grid-container ul.team-grid li {
      width: 32.2751322751%;
      float: left;
      margin-left: 1.5873015873%;
      margin-bottom: 3.1746031746%; }
    .our-team .team-grid-container ul.team-grid li img {
      width: 100%;
      height: auto; }
    .our-team .team-grid-container ul.team-grid li .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .our-team .team-grid-container ul.team-grid li .overlay .name {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 15px;
        margin: 0;
        background-color: #143D66;
        background-color: rgba(0, 60, 77, 0.8);
        font-family: Verdana, sans-serif;
        font-size: 14px;
        color: #8cd4e8;
        transition: bottom 400ms ease-out; }
      .our-team .team-grid-container ul.team-grid li .overlay .caption {
        position: relative;
        top: 100%;
        height: 100%;
        width: 100%;
        padding: 12px 15px;
        background-color: #00B3DC;
        background-color: rgba(72, 200, 236, 0.8);
        line-height: 1.3;
        transition: top 400ms ease-out; }
        .our-team .team-grid-container ul.team-grid li .overlay .caption h3 {
          font-size: 20px;
          margin-bottom: 2px;
          font-family: Verdana, sans-serif; }
        .our-team .team-grid-container ul.team-grid li .overlay .caption p {
          margin-bottom: 8px;
          font-size: 11px;
          font-family: Verdana, sans-serif;
          color: #000000; }
          .our-team .team-grid-container ul.team-grid li .overlay .caption p a {
            color: #000000; }
        .our-team .team-grid-container ul.team-grid li .overlay .caption .title {
          font-family: Verdana, sans-serif;
          font-size: 11px;
          font-weight: 700; }
        .our-team .team-grid-container ul.team-grid li .overlay .caption .email {
          margin-bottom: 10px; }
        .our-team .team-grid-container ul.team-grid li .overlay .caption .description, .our-team .team-grid-container ul.team-grid li .overlay .caption .description p {
          font-size: 11px;
          margin-bottom: 2px; }
        @media (min-width: 0em) and (max-width: 30em) {
          .our-team .team-grid-container ul.team-grid li .overlay .caption h3 {
            font-size: 30px;
            margin-bottom: 2px; }
          .our-team .team-grid-container ul.team-grid li .overlay .caption p {
            margin-bottom: 15px;
            font-size: 14px; }
          .our-team .team-grid-container ul.team-grid li .overlay .caption .title {
            font-size: 12px;
            font-weight: 700; }
          .our-team .team-grid-container ul.team-grid li .overlay .caption .email {
            margin-bottom: 20px; }
          .our-team .team-grid-container ul.team-grid li .overlay .caption .description, .our-team .team-grid-container ul.team-grid li .overlay .caption .description p {
            font-size: 12px;
            margin-bottom: 5px; } }
    .our-team .team-grid-container ul.team-grid li.on {
      cursor: default; }
      .our-team .team-grid-container ul.team-grid li.on .overlay .name {
        bottom: 100%; }
      .our-team .team-grid-container ul.team-grid li.on .overlay .caption {
        top: 0; }
    .our-team .team-grid-container ul.team-grid li.single-letter {
      display: table;
      cursor: default; }
      .our-team .team-grid-container ul.team-grid li.single-letter .inner {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        background: #307A78;
        color: #FFFFFF;
        font-size: 40px;
        font-family: Verdana, sans-serif;
        line-height: 1.25;
        text-align: center; }
  @media (min-width: 0em) and (max-width: 42em) {
    .our-team .team-grid-container ul.team-grid .team-grid-item__small_first {
      clear: left;
      margin-left: 0; } }
  @media (min-width: 42.025em) and (max-width: 73.125em) {
    .our-team .team-grid-container ul.team-grid .team-grid-item__medium_first {
      clear: left;
      margin-left: 0; } }
  @media (min-width: 73.15em) {
    .our-team .team-grid-container ul.team-grid .team-grid-item__large_first {
      clear: left;
      margin-left: 0; } }
  .no-mediaqueries .our-team .team-grid-container ul.team-grid .team-grid-item__large_first {
    clear: left;
    margin-left: 0; }

.stuck {
  position: fixed;
  top: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .block--blog #primary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .block--blog #primary {
    width: 60.9589041096%;
    float: left;
    margin-left: 4.1095890411%;
    margin-left: 0; } }

@media (min-width: 73.15em) {
  .block--blog #primary {
    width: 65.7657657658%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; } }

.no-mediaqueries .block--blog #primary {
  width: 65.7657657658%;
  float: left;
  margin-left: 2.7027027027%;
  margin-left: 0; }

@media (min-width: 0em) and (max-width: 42em) {
  .block--blog #secondary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .block--blog #secondary {
    width: 34.9315068493%;
    float: left;
    margin-left: 4.1095890411%; } }

@media (min-width: 73.15em) {
  .block--blog #secondary {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%; } }

.no-mediaqueries .block--blog #secondary {
  width: 31.5315315315%;
  float: left;
  margin-left: 2.7027027027%; }

.block--blog #secondary h2 {
  font-family: Verdana, sans-serif;
  font-size: 35px;
  text-transform: none; }

.block--blog #secondary h3 {
  font-family: Verdana, sans-serif;
  font-size: 30px; }

.block--blog #secondary h5 {
  font-family: Verdana, sans-serif;
  font-size: 16px; }

.block--blog--index .hentry {
  padding-top: 2em;
  margin-top: 1em;
  border-top: 1px solid #c8c8c8; }
  .block--blog--index .hentry.sticky {
    background: #FFFFFF;
    margin-bottom: -1em;
    padding: 30px;
    border: 1px solid #c8c8c8;
    border-bottom: none; }

.block--blog--index .page-title {
  margin-top: .5em; }

.block--blog--index .entry-title {
  font-size: 30px;
  text-transform: none; }
  .block--blog--index .entry-title a {
    border: none; }

.block--blog--index .sticky .entry-title a {
  padding-left: 45px;
  background-image: url(assets/img/icon-talks-blue.png);
  background-repeat: no-repeat;
  background-position: left center; }
  @media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .block--blog--index .sticky .entry-title a {
      background-image: url(assets/img/icon-talks-blue@2x.png);
      background-size: 32px 31px; } }

.block--blog--index .entry-content .post-thumbnail {
  margin-bottom: 1em; }
  @media (min-width: 42.025em) {
    .block--blog--index .entry-content .post-thumbnail {
      width: 45%;
      float: left;
      margin-right: 5%; } }
  .no-mediaqueries .block--blog--index .entry-content .post-thumbnail {
    width: 45%;
    float: left;
    margin-right: 5%; }
  .block--blog--index .entry-content .post-thumbnail a {
    border: none; }
  .block--blog--index .entry-content .post-thumbnail img {
    width: 100%;
    height: auto; }

.block--blog--index .entry-content .entry-excerpt {
  display: block;
  overflow: hidden; }
  .block--blog--index .entry-content .entry-excerpt a {
    display: block;
    margin-top: 1em;
    border: none; }

.block--blog--index #secondary {
  background: #FFFFFF;
  padding: 15px; }
  @media (min-width: 42.025em) {
    .block--blog--index #secondary {
      padding: 30px; } }
  .no-mediaqueries .block--blog--index #secondary {
    padding: 30px; }

.block--blog--single .entry-title {
  margin-bottom: 1em;
  text-transform: none; }

.block--blog--single .entry-header .post-thumbnail {
  margin-bottom: 1em; }
  .block--blog--single .entry-header .post-thumbnail img {
    width: 100%;
    height: auto; }

.block--blog--single .entry-header .entry-meta {
  font-family: Verdana, sans-serif;
  font-size: 35px;
  margin: 0 0 .5em; }

.block--blog--single .crafty-social-buttons {
  margin-top: 40px;
  border-top: 1px solid #c8c8c8;
  padding-top: 30px; }

.block--blog--single .related-post {
  margin-bottom: 30px; }

.block--blog--single .entry-footer {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
  padding-top: 20px; }

@media (min-width: 0em) and (max-width: 42em) {
  .blog-filter .news-cat-filter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 57em) {
  .blog-filter .news-cat-filter {
    width: 34.9315068493%;
    float: left;
    margin-left: 4.1095890411%;
    margin-left: 0; } }

@media (min-width: 57.025em) and (max-width: 73.125em) {
  .blog-filter .news-cat-filter {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%;
    margin-left: 0; } }

@media (min-width: 73.15em) {
  .blog-filter .news-cat-filter {
    width: 48.6486486486%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 0; } }

.no-mediaqueries .blog-filter .news-cat-filter {
  width: 48.6486486486%;
  float: left;
  margin-left: 2.7027027027%;
  margin-left: 0; }

.blog-filter .news-cat-filter select {
  font-size: 16px;
  background: #FFFFFF url(assets/img/arrow-solid-down.png) no-repeat right center;
  background-position: right 5px center;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 7px;
  line-height: 1;
  width: 100%; }
  @media (min-width: 73.15em) {
    .blog-filter .news-cat-filter select {
      width: 80%; } }
  .no-mediaqueries .blog-filter .news-cat-filter select {
    width: 80%; }
  @media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .blog-filter .news-cat-filter select {
      background-image: url(assets/img/arrow-solid-down@2x.png);
      background-size: 24px 14px; } }

@media (min-width: 0em) and (max-width: 42em) {
  .blog-filter .news-search {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 57em) {
  .blog-filter .news-search {
    width: 60.9589041096%;
    float: right;
    margin-left: 4.1095890411%; } }

@media (min-width: 57.025em) and (max-width: 73.125em) {
  .blog-filter .news-search {
    width: 47.9452054795%;
    float: right;
    margin-left: 4.1095890411%; } }

@media (min-width: 73.15em) {
  .blog-filter .news-search {
    width: 48.6486486486%;
    float: right;
    margin-left: 2.7027027027%; } }

.no-mediaqueries .blog-filter .news-search {
  width: 48.6486486486%;
  float: right;
  margin-left: 2.7027027027%; }

.blog-filter .news-search form {
  float: right; }
  .blog-filter .news-search form label {
    display: none; }
  @media (min-width: 0em) and (max-width: 42em) {
    .blog-filter .news-search form {
      width: 100%; }
      .blog-filter .news-search form input[type=text] {
        width: 75%; }
      .blog-filter .news-search form input[type=submit] {
        width: 25%; } }

.portfolio-filters {
  padding: 0px 15px; }
  @media (min-width: 42.025em) {
    .portfolio-filters h1 {
      float: left;
      margin: 0; } }
  .no-mediaqueries .portfolio-filters h1 {
    float: left;
    margin: 0; }
  @media (min-width: 42.025em) {
    .portfolio-filters .category-filter {
      float: right; } }
  .no-mediaqueries .portfolio-filters .category-filter {
    float: right; }
  .portfolio-filters .category-filter select {
    font-size: 16px;
    background: #FFFFFF url(assets/img/arrow-solid-down.png) no-repeat right center;
    background-position: right 5px center;
    padding-right: 85px;
    border-radius: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 7px;
    line-height: 1;
    width: 300px; }
    @media (min-width: 0em) and (max-width: 42em) {
      .portfolio-filters .category-filter select {
        width: 100%;
        margin-bottom: 1em; } }
    @media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .portfolio-filters .category-filter select {
        background-image: url(assets/img/arrow-solid-down@2x.png);
        background-size: 14px 12px; } }
  @media (min-width: 42.025em) {
    .portfolio-filters .portfolio-search {
      float: right;
      margin-left: 20px; } }
  .no-mediaqueries .portfolio-filters .portfolio-search {
    float: right;
    margin-left: 20px; }
  .portfolio-filters .portfolio-search form label {
    display: none; }
  .portfolio-filters .portfolio-search form input[type="submit"] {
    background: #143D66; }

@media (min-width: 0em) and (max-width: 42em) {
  .related-projects .related-post {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .related-projects .related-post {
    width: 47.9452054795%;
    float: left;
    margin-left: 4.1095890411%;
    margin-bottom: 4.1095890411%; }
    .related-projects .related-post:first-child, .related-projects .related-post:nth-child(2n+1) {
      margin-left: 0;
      clear: left; } }

@media (min-width: 73.15em) {
  .related-projects .related-post {
    width: 31.5315315315%;
    float: left;
    margin-left: 2.7027027027%;
    margin-bottom: 2.7027027027%; }
    .related-projects .related-post:first-child, .related-projects .related-post:nth-child(3n+1) {
      margin-left: 0;
      clear: left; } }

.no-mediaqueries .related-projects .related-post {
  width: 31.5315315315%;
  float: left;
  margin-left: 2.7027027027%;
  margin-bottom: 2.7027027027%; }
  .no-mediaqueries .related-projects .related-post:first-child, .no-mediaqueries .related-projects .related-post:nth-child(3n+1) {
    margin-left: 0;
    clear: left; }

/* Story Index */
@media (min-width: 0em) and (max-width: 42em) {
  .block--story #primary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .block--story #primary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 73.15em) {
  .block--story #primary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.no-mediaqueries .block--story #primary {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.type-story h2.story-title {
  margin-bottom: .25em; }

.type-story .entry-meta {
  font-family: Verdana, sans-serif; }
  .type-story .entry-meta.author {
    font-size: 12px; }

/* Story Single */
@media (min-width: 0em) and (max-width: 42em) {
  .single-story .block--type--coverflow .entry-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 42.025em) and (max-width: 73.125em) {
  .single-story .block--type--coverflow .entry-content {
    width: 73.9726027397%;
    float: left;
    margin-left: 4.1095890411%;
    margin-left: 13.0136986301%; } }

@media (min-width: 73.15em) {
  .single-story .block--type--coverflow .entry-content {
    width: 65.7657657658%;
    float: left;
    margin-left: 2.7027027027%;
    margin-left: 17.1171171171%; } }

.no-mediaqueries .single-story .block--type--coverflow .entry-content {
  width: 65.7657657658%;
  float: left;
  margin-left: 2.7027027027%;
  margin-left: 17.1171171171%; }

@media screen and (max-width: 480px) {
    .site-header .row {
      padding: 22px 15px;
      }
}
/*# sourceMappingURL=style.css.map */
