/*********************************************************************************************

x. Variables

*********************************************************************************************/
/*********************************************************************************************

x. Mixins

*********************************************************************************************/
/*********************************************************************************************

x. CSS Reset

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

/*********************************************************************************************

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}
/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.)

********************************************************************************************/
/*
::selection {
  background: #fff;
}

::-moz-selection {
  background: #fff;
}
*/

html, body {
  font: 16px 'Lato', Arial, Helvetica, sans-serif;
  color: #000;
  width: auto;
  height: auto;
  background: #fff;
}

a {
  color: #000;
}

a:hover {
  color: #000;
}

a img {
  border: none;
}

.center {
  text-align: center;
}

.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#container {
  position: relative;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
}

h1 a,
h2 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 {
  color: #F9D459;
  font-size: 2.500em;
}

h2 {
  font-size: 1.750em;
}

h3 {
  font-size: 1.625em;
  font-weight: 400;
}

h3.box {
  background: #F9D459;
  padding: 20px 40px;
}

h4 {
  font-size: 1.500em;
}

h5 {
  font-size: 1.313em;
}

h5.lato {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

h5.box {
  color: #F9D459;
  background: #000;
  padding: 30px;
}

h6 {
  font-size: 1.188em;
}

.image.border {
  border-top: 3px solid #F9D459;
}

.image img {
  width: 100%;
  height: auto;
}

.image p {
  margin-top: 10px;
}

.left {
  float: left;
}

p {
  line-height: 1.5em;
}

p.small,
div.small {
  font-size: 0.875em;
}

.right {
  float: right;
}

.uppercase {
  text-transform: uppercase;
}

.wrapper {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

/*********************************************************************************************

x. Backgrounds

*********************************************************************************************/
.background-anzac {
  background-color: #E6B746;
}

.background-aztec {
  background-color: #171B1C;
}

.background-kournikova {
  background-color: #F9D459;
}

.background-lily-white {
  background-color: #EBEBEB;
}

/*********************************************************************************************

x. Margin

*********************************************************************************************/
.content ol,
.content ul,
#footer .navigation,
form input[type="text"],
h1,
h2,
h3,
h4,
h5,
h6,
.image,
.line,
.main .people,
.main .post,
.main .search form,
p,
hr {
  margin-bottom: 30px;
}

.no-margin {
  margin: 0 !important;
}

/*********************************************************************************************

x. Columns & Widths

*********************************************************************************************/
.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/*********************************************************************************************

x. Padding

*********************************************************************************************/
.no-padding {
  padding: 0;
}

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

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

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

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

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-35 {
  padding: 35px;
}

.padding-40 {
  padding: 40px;
}

.padding-45 {
  padding: 45px;
}

.padding-50 {
  padding: 50px;
}

.padding-55 {
  padding: 55px;
}

.padding-60 {
  padding: 60px;
}

.padding-65 {
  padding: 65px;
}

.padding-70 {
  padding: 70px;
}

.padding-75 {
  padding: 75px;
}

.padding-80 {
  padding: 80px;
}

.padding-85 {
  padding: 85px;
}

.padding-90 {
  padding: 80px;
}

/*********************************************************************************************

x. Content

*********************************************************************************************/
.content ol,
.content ul {
  margin-left: 40px;
}

/*********************************************************************************************

x. Button

*********************************************************************************************/
.button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  background: #F9D459;
  margin: 0 10px 0 0;
  padding: 15px 30px;
  display: inline-block;
  zoom: 1;
  border: none;
  cursor: pointer;
  *display: inline;
}

.button:after {
  content: '>';
  margin: 0 0 0 5px;
}

.button:hover {
  background: #E6B746;
}

/*********************************************************************************************

x. Link

*********************************************************************************************/
.link {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link:after {
  content: '>';
  margin: 0 0 0 5px;
}

/*********************************************************************************************

x. Line

*********************************************************************************************/
.line,
hr {
  width: 100%;
  height: 2px;
  background: #F9D459;
  clear: both;
}

hr {
  margin: 30px 0;
  border: none;
}

/*********************************************************************************************

x. Header

*********************************************************************************************/
#header {
  background: #171B1C;
  position: relative;
  z-index: 10;
}

#header .bottom {
  background: #F9D459;
}

#header .middle {
  padding: 0 0 30px 0;
}

#header .top {
  text-align: right;
  padding: 20px 0 30px 0;
}

/*********************************************************************************************

x. Header: Logo

*********************************************************************************************/
#header .logo {
  width: 600px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: 30;
}

#header .logo .small {
  display: none;
}

/*********************************************************************************************

x. Header: Navigation

*********************************************************************************************/
#header .navigation {
  text-align: center;
  background: #F9D459;
}

#header .navigation a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  height: 60px;
  padding: 0 20px;
  display: block;
}

#header .navigation li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}

#header .navigation li:hover a {
  background: #E6B746;
}

#header .navigation li:hover .sub-menu,
#header .navigation li:hover > ul {
  display: block;
}

#header .navigation li.has-sub-menu a:after,
#header .navigation li.menu-item-has-children a:after {
  content: '\f123';
  font-family: 'Ionicons';
  font-size: 0.75em;
  margin: 0 0 0 10px;
}

#header .sub-menu {
  text-align: left;
  background: #E6B746;
  padding: 25px 25px 15px 25px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

#header .sub-menu a {
  font-size: 0.875em;
  line-height: normal;
  white-space: nowrap;
  width: auto;
  height: auto;
  padding: 0;
}

#header .sub-menu a:after {
  display: none;
}

#header .sub-menu li {
  margin: 0 0 10px 0;
  display: block;
}

/*********************************************************************************************

x. Header: Form

*********************************************************************************************/
#header form.search {
  max-width: 210px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

#header form.search input[type="text"] {
  width: 100%;
  height: 30px;
  background: #E4E6DB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}

#header form.search .input-wrapper {
  position: relative;
}

#header form.search .input-wrapper button {
  width: auto;
  height: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  background: none;
  cursor: pointer;
  border: none;
}

#header form.search .input-wrapper svg {
  width: auto;
  height: 15px;
}

/*********************************************************************************************

x. Header: Social Media

*********************************************************************************************/
#header .social-media {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  list-style: none;
  overflow: hidden;
}

#header .social-media a {
  text-decoration: none;
}

#header .social-media a svg {
  width: auto;
  height: 30px;
  display: block;
}

#header .social-media a svg path {
  fill: #F9D459;
}

#header .social-media a svg path:hover {
  fill: #E6B746;
}

#header .social-media li {
  float: left;
  margin: 0 0 0 10px;
}

/*********************************************************************************************

x. Header: Utility

*********************************************************************************************/
#header .utility {
  text-align: center;
  background: #171B1C;
  border-left: 1px solid #6F7172;
  border-right: 1px solid #6F7172;
  list-style: none;
  float: right;
  position: relative;
  z-index: 20;
}

#header .utility:before {
  content: '';
  background: #6F7172;
  width: 9999px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 100%;
}

#header .utility a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px;
  display: block;
}

#header .utility a:hover {
  opacity: 0.75;
}

#header .utility a.icon {
  padding-right: 60px;
  position: relative;
}

#header .utility li {
  border-left: 1px solid #6F7172;
  border-right: 1px solid #6F7172;
  float: left;
}

#header .utility span.large {
  color: #F9D459;
  font-size: 0.938em;
  display: block;
}

#header .utility span.small {
  color: #6F7172;
  font-size: 0.750em;
  display: block;
}

#header .utility svg {
  width: 36px;
  height: auto;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 12px;
}

#header .utility svg path {
  fill: #F9D459;
}

/*********************************************************************************************

x. Header: Mobile

*********************************************************************************************/
#header .hamburger {
  width: 27px;
  height: 21px;
  display: none;
  position: relative;
}

#header .hamburger .line {
  width: 100%;
  height: 4px;
  background: #171B1C;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s ease, background, .15s ease;
  -moz-transition: all .5s ease, background, .15s ease;
  -ms-transition: all .5s ease, background, .15s ease;
  -o-transition: all .5s ease, background, .15s ease;
  transition: all .5s ease, background, .15s ease;
}

#header .hamburger .line.first {
  top: 0;
}

#header .hamburger .line.second, #header .hamburger .line.third {
  top: 9px;
}

#header .hamburger .line.fourth {
  top: 18px;
}

#header .hamburger.open .line.first,
#header .hamburger.open .line.fourth {
  width: 0%;
  top: 7px;
  left: 50%;
}

#header .hamburger.open .line.second {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .hamburger.open .line.third {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********************************************************************************************

x. Carousel

*********************************************************************************************/
.carousel .caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel .caption .content {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 600px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.carousel .caption .content h1 {
  color: #fff;
}

.carousel .caption .text {
  position: absolute;
  bottom: 80px;
  left: 50px;
  right: 50px;
}

.carousel .caption .text a {
  color: #fff;
}

.carousel .caption .wrapper {
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.carousel .pager {
  list-style: none;
  overflow: hidden;
}

.carousel .pager a {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
}

.carousel .pager a:hover,
.carousel .pager a.active {
  background: #F9D459;
}

.carousel .pager li {
  margin: 0 10px 0 0;
  float: left;
}

/*********************************************************************************************

x. Banner

*********************************************************************************************/
.banner {
  color: white;
  margin: 45px 0;
  position: relative;
}

.banner h1 {
  line-height: 1em;
}

.banner .text {
  color: white;
  background: rgba(0, 0, 0, 0.8);
  padding: 35px 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner p:last-child {
  margin-bottom: 0;
}

/*********************************************************************************************

x. Headline

*********************************************************************************************/
.headline {
  margin: 45px 0;
}

.headline h1 {
  line-height: 1em;
  background: #171B1C;
  padding: 35px 55px;
}

/*********************************************************************************************

x. Main

*********************************************************************************************/
.main {
  margin: 0 0 50px 0;
}

.main .line,
.main hr {
  background: #EBEBEB;
}

/*********************************************************************************************

x. Sidebar

*********************************************************************************************/
.sidebar {
  background: #EBEBEB;
}

.sidebar .content {
  padding: 30px 20px;
}

.sidebar h6 {
  color: #F9D459;
  line-height: 1.5em;
  background: #171B1C;
  padding: 15px 20px;
}

.sidebar h6:after {
  content: '\f123';
  font-family: 'Ionicons';
  font-size: 0.75em;
  margin: 0 0 0 10px;
}

.sidebar .navigation {
  list-style: none;
}

.sidebar .navigation ul {
  list-style: none;
}

.sidebar .navigation > li > a {
  display: none;
}

.sidebar .navigation.categories > li > a {
  display: block;
}

.sidebar .navigation a {
  text-decoration: none;
  background: #EBEBEB;
  border-bottom: 1px solid #fff;
  padding: 10px 20px 10px 40px;
  display: block;
  position: relative;
}

.sidebar .navigation a:before {
  content: '\2022';
  position: absolute;
  left: 20px;
}

.sidebar .navigation a:hover,
.sidebar .navigation li.active a,
.sidebar .navigation li.current-menu-item > a {
  background: #F9D459;
}

.sidebar table {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.sidebar table svg {
  margin: 0 20px 0 0;
}

.sidebar table td {
  vertical-align: top;
}

.sidebar table td:first-of-type {
  white-space: nowrap;
  width: 1%;
  height: auto;
}

.block {
  background: #ebebeb;
}

.block .content p:last-child {
  margin-bottom: 0;
}

.linked-icon-block .content {
  font-size: 14px;
  padding: 0;
}

.linked-icon-block .content p {
  margin: 0 0 10px 0;
}

.right-sidebar {
  background: none;
}

.right-sidebar .block {
  margin: 0 0 20px 0;
}

/*********************************************************************************************

x. Pagination

*********************************************************************************************/
.pagination {
  text-align: center;
  list-style: none;
}

.pagination .page-numbers {
  color: #F9D459;
  font-size: 1.250em;
  line-height: 34px;
  text-decoration: none;
  width: 34px;
  height: 34px;
  background: #171B1C;
  display: inline-block;
  margin: 0 5px;
}

.pagination .page-numbers:hover {
  color: white;
  background: #6F7172;
}

.pagination .page-numbers.dots,
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  background: none;
  width: auto;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
  color: #F9D459;
}

/*********************************************************************************************

x. Home

*********************************************************************************************/
.latest-news {
  margin-bottom: 80px;
}

.latest-news:last-of-type {
  margin-bottom: 0;
}

.podcast table {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.podcast table .image {
  width: 60px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.podcast .title {
  min-height: 50px;
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  display: block;
  position: relative;
}

.podcast .title span {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
}

.podcast .title span.large {
  font-size: 2.125em;
}

.podcast .title span.small {
  color: #A09B9B;
  font-size: 1.313em;
  letter-spacing: 0.075em;
}

.podcast .title svg {
  width: auto;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.tagline {
  color: #F9D459;
}

/*********************************************************************************************

x. Arhives: Sounds: Featured

*********************************************************************************************/
.main .sounds.featured {
  margin: 0 -25px 50px -25px;
  list-style: none;
  overflow: hidden;
}

.main .sounds.featured .content {
  color: white;
  background: #171B1C;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 30px 15px 30px;
  position: relative;
}

.main .sounds.featured .image {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0;
  overflow: hidden;
}

.main .sounds.featured span {
  text-align: center;
  display: block;
}

.main .sounds.featured .author {
  color: #A09B9B;
  font-size: 0.875em;
  line-height: 1.5em;
  margin: 10px 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

.main .sounds.featured .author:focus,
.main .sounds.featured .author:hover {
    color: #fff;
    text-decoration: underline;
}

.main .sounds.featured span.title {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.563em;
  font-weight: 700;
  line-height: 1em;
}

/*********************************************************************************************

x. Archives: Search

*********************************************************************************************/
.main .search {
  padding: 50px 0 0 0;
}

.main .search .filters {
  font-size: 0;
  text-align: center;
}

.main .search .filters a {
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 30px;
  display: block;
}

.main .search .filters a:hover,
.main .search .filters li.active a {
  background: #E6B746;
}

.main .search .filters li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.main .search .filters li.sub {
  display: none;
}

.main .search .filters span.label,
.main .search .filters svg {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.main .search .filters svg {
  max-width: 20px;
  max-height: 20px;
  margin: 0 10px 0 0;
}

.main .search .keyword-search {
  width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.main .search .keyword-search input[type="text"] {
  font-size: 1.500em;
  font-weight: 300;
  width: 100%;
  height: 70px;
  background: white;
  margin: 0;
  padding-left: 80px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.main .search .input-wrapper {
  position: relative;
}

.main .search .input-wrapper svg {
  width: auto;
  height: 35px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
}

.main .search .sub-filters {
  text-align: left;
  width: 870px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 0 0;
  list-style: none;
}

.main .search .sub-filters a {
  font-weight: 700;
  white-space: normal;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: none;
  padding: 0 0 0 20px;
  display: block;
  position: relative;
}

.main .search .sub-filters a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid black;
  position: absolute;
  top: 2.5px;
  left: 0;
}

.main .search .sub-filters a:hover:before {
  background: rgba(0, 0, 0, 0.25);
}

.main .search .sub-filters li {
  width: 25%;
  height: auto;
  padding: 0 0 20px 0;
}

.main .search .sub-filters li.active a:before {
  background: black;
}

.main .search .button {
  font-size: 16px;
}

/*********************************************************************************************

x. Arhives: Sounds: All

*********************************************************************************************/
.main .sort {
  margin: 60px 0 -20px 0;
}

.main .sort span.label {
  line-height: 40px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.main .sounds.all {
  margin: 0 -25px 25px -25px;
  list-style: none;
  overflow: hidden;
}

.main .sounds.all .image {
  margin: 0;
  position: relative;
}

.main .sounds.all .player {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.main .sounds.all span {
  text-align: center;
  display: block;
}

.main .sounds.all span.author {
  font-size: 0.875em;
}

.main .sounds.all span.title {
  font-size: 1.313em;
  margin: 15px 0 10px 0;
}

/*********************************************************************************************

x. Archives: Call Outs

*********************************************************************************************/
.main .callouts {
  font-size: 0;
  margin: 60px 0 0 0;
}

.main .callouts a {
  text-decoration: none;
  min-height: 70px;
  background: #F9D459;
  padding: 20px 20px 20px 80px;
  display: block;
  position: relative;
}

.main .callouts a:hover {
  background: #E6B746;
}

.main .callouts a span {
  font-size: 14px;
  display: block;
}

.main .callouts a span.title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.main .callouts a span.link {
  margin: 10px 0 0 0;
}

.main .callouts a svg {
  max-width: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.main .callouts .column {
  float: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.main .callouts .column:last-child a {
  padding-left: 90px;
}

.main .callouts .column:last-child a svg {
  max-width: 55px;
}

/*********************************************************************************************

x. Post

*********************************************************************************************/
.main .post {
  border-bottom: 1px solid #F9D459;
  overflow: hidden;
}

.main .post .categories {
  text-transform: uppercase;
  list-style: none;
  float: left;
  overflow: hidden;
}

.main .post .categories a {
  text-transform: lowercase;
}

.main .post .share {
  list-style: none;
  float: right;
}

.main .post .share a {
  display: block;
}

.main .post .share a:hover svg {
  fill: #F9D459;
}

.main .post .share li {
  margin: 0 0 0 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
}

.main .post .share svg {
  width: auto;
  height: 20px;
}

/*********************************************************************************************

x. People

*********************************************************************************************/
.main .people {
  background: #EBEBEB;
  overflow: hidden;
}

.main .people .line,
.main .people hr {
  background: #F9D459;
}

.main .people .person a {
  white-space: nowrap;
  text-decoration: none;
}

.main .people .person .image {
  margin: 0 0 15px -10px;
  display: block;
  max-width: 250px;
}

.main .people .person .inside {
  padding: 0 0 0 10px;
}

.main .people .person.featured {
  padding: 0 20px 30px 20px;
}

.main .people .person.featured h5 {
  letter-spacing: normal;
  text-transform: none;
  margin: 0 0 10px 0;
}

.main .people .person.featured .image {
  width: 190px;
  height: auto;
  margin: 0 30px 0 0;
}

.main .people .person.featured table td {
  vertical-align: top;
}

.main .people .featured-people-headline {
  padding: 0 0 0 30px;
  font-size: 20px;
  line-height: 24px;
}

/*********************************************************************************************

x. Form

*********************************************************************************************/
input[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  background: #F9D459;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #E6B746;
}

input[type="text"] {
  color: #171B1C;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  width: 100%;
  height: 40px;
  background: #fff;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

form label {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: block;
}

/*********************************************************************************************

x. Footer

*********************************************************************************************/
#footer {
  background: #EBEBEB;
  border-bottom: 10px solid #F9D459;
  padding: 50px 0 20px 0;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  opacity: 0.5;
}

#footer .navigation {
  list-style: none;
}

#footer .navigation li {
  font-size: 0.875em;
  line-height: 1em;
  margin: 0 0 10px 0;
}

#footer .navigation li.icon svg {
  width: auto;
  height: 20px;
  margin: 0 5px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

#footer .navigation li.icon span.label {
  line-height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

#footer .navigation li.title {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 0.938em;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #F9D459;
  padding: 0 0 10px 0;
}

#footer span.address,
#footer span.email,
#footer span.name,
#footer span.phone-number {
  font-size: 0.750em;
}

#footer span.address {
  margin: 20px 0;
  display: block;
}

#footer span.credits {
  font-size: 0.750em;
}

#footer span.credits a:hover {
  text-decoration: underline;
}

#footer span.tagline {
  color: inherit;
  font-size: 1.375em;
  font-weight: 300;
  margin: 30px 0 0 0;
  display: block;
}
