@charset 'UTF-8';

html,
body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background: #2b2b2b;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  color: #6c6c6c;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #454445;
}

p,
ol,
ul {
  margin-top: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

p {
  line-height: 180%;
}

a {
  color: #2c383b;
}

a:hover {
  text-decoration: none;
}

.container {
  margin: 0px auto;
  width: 100%;
  max-width: 900px;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.style1 {
  margin: 0;
  padding: 0em 0em 0em 0em;
  overflow: hidden;
  list-style: none;
  color: #6c6c6c;
}

ul.style1 li {
  overflow: hidden;
  display: block;
  padding: 0.8em 0em;
}

ul.style1 li:first-child {
  padding-top: 0;
  border-top: none;
}

ul.style1 .image-left {
  margin-bottom: 0;
}

ul.style1 h3 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
  color: #454445;
}

ul.style1 a {
  color: #e36922;
}

ul.style1 a:hover {
  text-decoration: underline;
  color: #525252;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
  margin-bottom: 3em;
}

.title h2 {
  font-weight: 400;
  font-size: 2.8em;
  color: #323232;
}

.title .byline {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1em;
  color: #6f6f6f;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper {
  width: 100%;
  background: #2b2b2b;
  position: fixed;
  z-index: 1000;
}

#header {
  position: relative;
  height: 5.3em;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
  padding-left: 1em;
  position: absolute;
  top: 1em;
  width: 100%;
}

#logo h1 {
  display: inline-block;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ed7070;
  padding-right: 0.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#logo span {
  display: inline-block;
  padding-right: 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.9em;
}

#logo a {
  text-decoration: none;
  color: #fff;
}

#logo .fa {
  color: #fa6400;
}

#logo .fa:after {
  position: absolute;
  display: inline-block;
  padding-right: 2em;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu {
  position: relative;
  float: right;
  padding-right: 1%;
  right: 0;
  top: 1em;
}

#menu ul {
  display: inline-block;
}

#menu li {
  display: block;
  float: left;
  text-align: center;
}

#menu li a,
#menu li span {
  display: inline-block;
  margin-left: 1px;
  padding: 1em 1.5em 1em 1.5em;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  outline: 0;
  color: #fff;
}

#menu li:hover a,
#menu li.active a,
#menu li.active span {
}

#menu .current_page_item a {
  background: #fa6400;
  border-radius: 30px;
  color: #fff;
}

#menu a {
  font-weight: 700;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#header-featured {
  padding-top: 7em;
  padding-bottom: 1.6em;
}

#banner {
  overflow: hidden;
  width: 80%;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
}

#banner a {
  color: rgba(255, 255, 255, 0.9);
}

#banner h2 {
  padding-bottom: 0.5em;
  font-weight: 400;
  font-size: 3em;
  color: #fff;
}

#banner .button {
  margin-top: 2em;
  border-radius: 50px;
}

#banner strong {
  color: #fff;
}

#banner span {
  display: block;
  padding-top: 0.2em;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #a2a2a2;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#wrapper {
  background: #2b2b2b;
}

#page {
  overflow: hidden;
  background: #fff;
  text-align: center;
}

#page .button {
  margin-top: 2em;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured-wrapper,
#media-wrapper {
  overflow: hidden;
  padding: 2em 0em;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2em;
}

#featured,
#media {
  overflow: hidden;
}

#featured .main-title,
#media .main-title {
  margin-bottom: 4em;
}

#featured .main-title h2,
#media .main-title h2 {
  font-size: 4em;
}

#media .main-title h2 {
  margin-bottom: 20px;
}

#featured .main-title .byline,
#media .main-title .byline {
  font-size: 2em;
}

#featured-wrapper .fa,
#media-wrapper .fa {
  display: inline-block;
  margin-bottom: 1em;
  width: 3em;
  height: 3em;
  line-height: 1em;
  font-size: 4em;
  color: #fff;
  background: #fa6400;
  border: 1px solid #fa6400;
  border-radius: 50%;
}

.media-container {
  margin-bottom: 24px;
}

.media-venue {
  font-weight: 500;
}

.media-date {
  margin-bottom: 12px;
}

.video-outer-container {
  max-width: 560px;
  margin: auto;
}

.video-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-responsive-container iframe,
.video-responsive-container object,
.video-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.apple-podcasts-img {
  width: 100%;
  max-width: 400px;
}

.column1,
.column2,
.column3,
.column4 {
  width: 282px;
}

.column1,
.column2 {
  float: left;
  margin-right: 24px;
}

.column3 {
  float: left;
}

.column4 {
  float: right;
}

.extra2 {
}

.margin-btm {
  overflow: hidden;
  margin-bottom: 5em;
  padding-bottom: 5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.extra2 .button {
  margin-top: 2em;
}

.extra2 .title h2 {
  font-size: 2em;
}

.extra2 .title .byline {
  font-size: 0.8em;
}

.extra2 .ebox1,
.extra2 .ebox2 {
  width: 46%;
}

.extra2 .ebox1 {
  display: inline-block;
  float: left;
  padding-right: 2%;
  padding-left: 2%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.extra2 .ebox2 {
  display: inline-block;
  padding-left: 1.3%;
  padding-right: 2%;
}

.project-img-container {
  padding: 50;
}

a.anchor {
  display: block;
  position: relative;
  top: -6em;
  visibility: hidden;
}

#contact {
  background-color: #2b2b2b;
  width: 100%;
  padding-bottom: 0.7em;
}

#contact .title {
  padding-top: 2em;
  margin-bottom: 2em;
}

#contact h2 {
  color: #ffffff;
  font-size: 4em;
  font-weight: 600;
}

#contact a {
  color: #ffffff;
}

#contact a:hover {
  color: #fa6400;
}

@media screen and (max-width: 900px) and (min-width: 580px) {
  #logo {
    padding: 0;
    top: 1;
    display: block;
    position: relative;
    text-align: center;
  }
  #menu {
    display: block;
    position: relative;
    text-align: center;
    float: none;
  }
  #header {
    height: 8em;
  }

  #header-featured {
    padding-top: 10em;
    padding-bottom: 2em;
  }

  .button {
    font-size: 0.9em;
    font-weight: 700;
  }

  #content {
    margin-top: 3em;
  }
}

@media screen and (max-width: 580px) {
  #menu li a {
    font-size: 1.5em;
  }

  p {
    font-size: 1.2em;
  }

  #logo {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    margin: auto;
    border: none;
  }
  #logo h1 {
    width: 100%;
    text-align: center;
  }
  #menu {
    top: 0;
    display: block;
    position: relative;
    text-align: center;
    float: none;
    padding: 0;
    font-size: 0.55em;
  }

  #header {
    height: 6.5em;
  }

  #header-featured {
    padding-top: 6em;
    padding-bottom: 1em;
  }

  #banner {
    overflow: hidden;
    width: 80%;
    font-size: 1em;
  }

  #featured .main-title {
    margin-bottom: 2em;
  }

  #featured .main-title h2 {
    font-size: 3em;
  }

  #featured-wrapper {
    padding-top: 2em;
    padding-bottom: 0;
    border-bottom: none;
  }

  div.title {
    padding-left: 4%;
    padding-right: 4%;
  }
  .extra2 .ebox1 {
    display: block;
    width: 100%;
    margin: auto;
    border-right: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }

  .extra2 .ebox1 p {
    padding: 4%;
  }

  .extra2 .ebox2 {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 4em;
    margin-bottom: 3em;
  }

  .extra2 .ebox2 p {
    padding: 4%;
  }

  .button {
    font-size: 0.8em;
    font-weight: 700;
  }

  .title {
    margin-bottom: 1em;
  }

  #content {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 4em;
    margin-bottom: 3em;
  }

  #content h2 {
    font-size: 3em;
    font-weight: 600;
  }

  #content p {
    font-size: 1em;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0;
  }

  #contact {
    padding-bottom: 0.4em;
  }

  #contact h2 {
    font-size: 3em;
    font-weight: 600;
  }

  #contact h3 {
    font-size: 1.25em;
  }

  #page {
    padding: 0;
  }
}
