@charset "IBM437";
/* 
Theme Name: Burke Group
Author: Unthinkable
Author URI: http://unthinkable.is
Description: Custom theme for Burke Group. An Unthinkable Production.
Version: 1.0
*/
/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Bootstrap 3: Media Queries reference */
/*
Large Devices, Wide Screens
@media only screen and (max-width : 1200px) {
}

Medium Devices, Desktops
@media only screen and (max-width : 992px) {
}

Small Devices, Tablets
@media only screen and (max-width : 768px) {
}

Extra Small Devices, Phones
@media only screen and (max-width : 480px) {
}

Custom, iPhone Retina
@media only screen and (max-width : 320px) {	
}
*/
/*** Global Variables *************************************/
/**********************************************************/
/*** Typography *******************************************/
/**********************************************************/
body {
  background: #eee;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.35em;
  color: #9f8f63; }

hr {
  display: block;
  margin: 2em 0;
  border: none;
  height: 1px;
  background: #9f8f63; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

h1 {
  font-size: 3.3em;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 20px; }

h2 {
  font-size: 2.3em;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 20px; }

h3 {
  font-size: 1.3em;
  line-height: 1em;
  margin-bottom: 20px; }

h4 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 20px; }

blockquote {
  margin: 10px 0;
  font-size: 1.5em;
  line-height: 1.25em;
  font-style: italic;
  text-indent: -.35em; }
  blockquote p {
    margin: 0; }

p,
ul, ol {
  margin-bottom: 20px; }

ul, ol {
  margin-left: 1em; }

a {
  color: #9f8f63; }
  a:hover {
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  a:focus {
    outline: none; }
  a.button {
    display: inline-block;
    padding: .5em 1em;
    border: 1px solid #9f8f63;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    a.button:hover {
      background: #9f8f63;
      color: white; }

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/*** Forms ************************************************/
/**********************************************************/
label {
  display: block;
  margin-top: 20px; }

input, textarea {
  border-radius: 0;
  border: 1px solid #9f8f63;
  background: none;
  font-family: "museo-sans", sans-serif;
  font-size: 1em;
  color: #9f8f63;
  -webkit-appearance: none; }
  input:focus, textarea:focus {
    border-color: #eee;
    outline: none; }

input[type="text"],
input[type="email"],
textarea {
  display: block;
  width: 94.25%;
  padding: 2.5%;
  margin: 5px 0; }

input[type="submit"] {
  display: inline-block;
  padding: 15px 20px;
  margin: 20px 0;
  border: 1px solid #9f8f63;
  background: none;
  color: #9f8f63;
  font-family: "museo-sans", sans-serif;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer; }
  input[type="submit"]:hover {
    background: #9f8f63;
    color: white;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.gform_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.validation_error {
  max-width: 600px;
  margin-bottom: 20px;
  color: #ff3800;
  font-style: italic; }

.validation_message {
  color: #ff3800;
  font-style: italic; }

.gfield_required {
  color: #ff3800; }

.gform_confirmation_message {
  margin-bottom: 20px;
  color: #003288;
  font-style: italic; }

/*** Grid *************************************************/
/**********************************************************/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }
.max {
  max-width: 1920px;
  margin: 0 auto; }

.inner {
  padding: 30px 40px; }

.col {
  position: relative;
  float: left;
  overflow: hidden; }
  .col.fourth {
    width: 25%; }
  .col.third {
    width: 33.3333%; }
  .col.half {
    width: 50%; }
  .col.two-thirds {
    width: 66.6666%; }

.two-thirds .page {
  padding-right: 20px; }

.table {
  display: block;
  display: table;
  width: 100%; }
  .table .table-row {
    display: table-row; }
    .table .table-row > .col {
      float: none;
      display: block;
      display: table-cell;
      vertical-align: top; }

.white {
  background: white; }

.black {
  background: black; }

.orange {
  background: #ff3800; }

.blue {
  background: #003288; }

.lime {
  background: #d7f000; }

.yellow {
  background: yellow; }

.purple {
  background: #4b006e; }

.pink {
  background: #ff006e; }

.grey-alt {
  background: #e6e6e6; }

.tan {
  background: #9f8f63;
  color: black; }

.pattern-sample {
  background: url(img/bg-pattern-sample-1.jpg); }

.pattern-blue-target {
  background: url(img/bg-blue-target.jpg) center center; }

.pattern-green-stripe {
  background: url(img/bg-green-stripe.jpg) center center; }

.pattern-pink-triangle {
  background: url(img/bg-pink-triangle.jpg) center center; }

.pattern-yellow-star {
  background: url(img/bg-yellow-star.jpg) center center; }

.pattern-purple-dots {
  background: url(img/bg-purple-dots.jpg) center center; }

.center {
  text-align: center; }

.middle {
  vertical-align: middle !important; }

.alignleft {
	float: left;
	margin: 0 20px 0 0;
}
  
.alignright {
  float: right;
  margin: 0 0 0 20px; }

.clear {
  clear: both; }

@media only screen and (max-width: 992px) {
  .inner {
    padding: 30px 20px; } }
@media only screen and (max-width: 768px) {
  .col {
    float: none;
    width: 100% !important; }

  .two-thirds .page {
    padding-right: 0; }

  .table {
    display: block; }
    .table .table-row {
      display: block; }
      .table .table-row > .col {
        display: block; } }
		
.collapseomatic {
	background-position: 0 1px;
}		
/*** Header ***********************************************/
/**********************************************************/
#header {
  text-align: center; }
  #header .inner {
    padding-top: 10px;
    padding-bottom: 10px; }

#logo {
  float: left;
  margin: 40px 0 10px; }
  #logo a {
    text-decoration: none; }
  #logo h1 {
    margin: 0;
    line-height: 1.15em; }
  #logo img {
    max-height: 77px;
    margin-top: -20px;
    vertical-align: top; }

#main-nav {
  float: right;
  position: relative;
  margin-top: 50px;
  margin-bottom: 35px; }

@media only screen and (max-width: 768px) {
  #logo {
    float: none; }

  #main-nav {
    float: none;
    margin-top: 20px; } }
.menu {
  margin: 0; }
  .menu li {
    display: inline-block;
    margin: 0;
    font-size: .85em;
    font-weight: 500;
    text-transform: uppercase; }
    .menu li a {
      text-decoration: none;
      padding: 10px; }
      .menu li a:hover {
        color: black; }
    .menu li.current_page_item > a, .menu li.current-page-ancestor > a {
      color: black; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    padding-top: 5px; }
    .menu .sub-menu li {
      margin: 0; }
      .menu .sub-menu li a {
        padding: 5px; }

.hero {
  max-height: 700px;
  overflow: hidden; }
  .hero img {
    width: auto;
    height: auto; }

/*** Sidebar/Widgets **************************************/
/**********************************************************/
.widget {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9f8f63; }
  .widget:last-child {
    padding: 0;
    margin: 0;
    border: none; }
  .widget h3 {
    margin-top: 1.95em; }

/*** Home Page ********************************************/
/**********************************************************/
#section-about {
  background: #d7f000; }

#section-services .ui-tabs .ui-tabs-panel {
  padding: 0; }
#section-services .ui-tabs .ui-tabs-nav {
  padding: 0; }
  #section-services .ui-tabs .ui-tabs-nav li {
    margin-right: 1em;
    font-weight: 500;
    text-transform: uppercase; }
    #section-services .ui-tabs .ui-tabs-nav li a:hover {
      color: black; }
  #section-services .ui-tabs .ui-tabs-nav .ui-state-active a {
    color: black; }
  #section-services .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding-top: 0;
    padding-left: 0; }

@media only screen and (max-width: 480px) {
  #section-services .ui-tabs .ui-tabs-nav {
    text-align: center; }
    #section-services .ui-tabs .ui-tabs-nav li {
      display: inline-block;
      float: none; } }
.logo-services {
  max-height: 400px;
  margin: 0; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

@media only screen and (max-width: 768px) {
  .logo-services {
    max-height: 200px;
    margin: 0; } }
#infscr-loading {
  display: none !important; }

#section-projects .project {
  position: relative;
  min-height: 400px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat; }
  #section-projects .project .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    z-index: 1; }
  #section-projects .project .content-layer {
    position: relative;
    opacity: 0;
    z-index: 2; }
  #section-projects .project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003288;
    opacity: 0.25;
    z-index: 3; }
  #section-projects .project:nth-of-type(6n-5) .overlay {
    background: #ff3800; }
  #section-projects .project:nth-of-type(6n-4) .overlay {
    background: #003288; }
  #section-projects .project:nth-of-type(6n-3) .overlay {
    background: #d7f000; }
  #section-projects .project:nth-of-type(6n-2) .overlay {
    background: yellow; }
  #section-projects .project:nth-of-type(6n-1) .overlay {
    background: #4b006e; }
  #section-projects .project:nth-of-type(6n) .overlay {
    background: #ff006e; }
  #section-projects .project .credits {
    font-size: .7em;
    line-height: 1.4em; }
  #section-projects .project .button {
    margin: auto;
    font-size: .5em;
    text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  #section-projects .project {
    min-height: 1px; } }
#nav-projects a {
  display: inline-block;
  padding: .5em 1em;
  border: 1px solid white;
  color: white;
  text-decoration: none; }
  #nav-projects a:hover {
    background: white;
    color: #9f8f63;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

#section-history {
  background: black; }
  #section-history .col {
    background-size: cover;
    vertical-align: middle; }

.accordion {
  border-bottom: 1px dotted #9f8f63; }

.accordion-title {
  position: relative;
  padding: 15px 30px 15px 0;
  border-top: 1px dotted #9f8f63;
  font-weight: 500;
  cursor: pointer; }
  .accordion-title:after {
    display: block;
    position: absolute;
    top: .65em;
    right: 0;
    content: '+'; }
  .accordion-title.open:after {
    content: '–'; }

.accordion-content {
  padding-bottom: 15px; }

/*** Main Content *****************************************/
/**********************************************************/
.content {
  padding: 20px;
  max-width: 960px;
  margin: auto; }

.band {
  padding: 20px;
  text-align: center;
  background-size: cover; }
  .band.pattern {
    background: url(img/bg-pattern-lg.png) 0 0; }
  .band.pattern-yellow {
    background: url(img/bg-pattern-lg-yellow.png) 0 0; }
  .band p {
    margin-right: auto;
    margin-left: auto; }
    .band p:last-child {
      margin-bottom: 0; }

.team-member {
  position: relative;
  text-align: center; }
  .team-member .team-info {
    position: absolute;
    bottom: 0;
    width: 97%;
    padding: 1.5%;
    color: yellow; }
    .team-member .team-info a {
      color: yellow; }
    .team-member .team-info p, .team-member .team-info h4 {
      margin-bottom: 0; }

.acf-map {
  width: 100%;
  height: 700px; }

/*** Footer ***********************************************/
/**********************************************************/
/*** Page Bottom ******************************************/
/**********************************************************/
.page-outer {
  background: url(img/bg-pattern.png) 0 0; }
  .page-outer .link-page-outer {
    display: inline-block;
    padding: 5px 15px; }
  .page-outer .hub {
    float: right;
    font-size: .65em; }
    .page-outer .hub #upload {
      background: white; }
      .page-outer .hub #upload a {
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase; }

@media only screen and (max-width: 360px) {
  #upload {
    display: none; } }
