@charset "UTF-8";
/*
Theme Name: Market Decisions
Theme URI: http://www.ver0.com
Author: versionZero
Author URI: http://ver0.com/
Description: Child Theme using Boilerplate for HTML5 
Template: wp-theme-html5-boilerplate-master


*/
@import url("reset.css");
@import url("fonts/fonts.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300|Open+Sans+Condensed:700);
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

a {
  color: #9f0050; }
  a:hover {
    text-decoration: none;
    color: #034c80; }

.clearfix {
  clear: both; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.sidebar .current_page_item a {
  text-decoration: none;
  color: #034c80; }

h1, h2, h3, h4, h5, h6 {
  color: #9f0050;
  font-weight: 300;
  margin: 0;
  text-transform: none; }

h1 {
  font-size: 2.1875em; }

.entry-title {
  font-size: 2.375em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: .5em;
  margin-top: .7em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em;
  font-weight: 300;
  color: #034c80; }

.sidebar-title {
  color: #034c80;
  size: 1.25em;
  font-weight: 300; }

.border-bottom {
  border-bottom: 1px solid #cccccc; }

h4 {
  font-size: 1.5em; }

h5, h6 {
  font-size: 1.25em; }

ul.bullet li, ol li {
  padding: 0 0 1em 0; }

p {
  margin: 0 0 1em 0;
  line-height: 1.8em; }

img {
  max-width: 100%;
  height: auto; }

.ie8 img {
  width: inherit; }

hr {
  margin: 2em 0 1em 0; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

.sub-heading {
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  color: #666666;
  margin: -1em 0 1em 0; }

.embed-container {
  position: relative;
  padding-bottom: 58%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embed-carousel .embed-container {
  margin-right: 1em; }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 2%; }
  .col:first-child {
    margin-left: 0; }

/*  GROUPING  */
.group {
  zoom: 1;
  /* For IE 6/7 */ }
  .group:before {
    content: "";
    display: table; }
  .group:after {
    content: "";
    display: table;
    clear: both; }

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.5%; }

.span_10_of_12 {
  width: 83%; }

.span_9_of_12 {
  width: 74.5%; }

.span_8_of_12 {
  width: 66%; }

.span_7_of_12 {
  width: 57.5%; }

.span_6_of_12 {
  width: 49%; }

.span_5_of_12 {
  width: 40.5%; }

.span_4_of_12 {
  width: 32%; }

.span_3_of_12 {
  width: 23.5%; }

.span_2_of_12 {
  width: 15%; }

.span_1_of_12 {
  width: 6.5%; }

.margin-bottom {
  margin-bottom: 1em; }

/*~~~~~~~~~~~~ Header ~~~~~~~~~~~*/
/*Logo if supports svg with fallback*/
.logo {
  display: block;
  margin: 0.25em 0 0.5em 0;
  width: 229px;
  height: 65px;
  background: url(images/market-decisions-logo.gif) no-repeat;
  text-indent: -9999em;
  background-size: contain;
  float: left; }

.svg .logo {
  background: url(images/market-decisions-logo.svg) no-repeat;
  background-size: contain; }

.top-bar {
  background-color: #eeeeee;
  background: rgba(238, 238, 238, 0.8);
  color: #959595;
  margin: 0;
  padding: 0.25em 0.5em;
  list-style: none;
  text-align: right;
  position: relative;
  font-size: 0.75em; }
  .top-bar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .top-bar li {
    display: inline;
    position: relative; }
  .top-bar a {
    color: #034c80;
    text-decoration: none;
    padding: 0.5em 0.75em;
    display: inline-block;
    border-right: 1px solid #034c80;
    text-transform: uppercase;
    font-weight: 500; }
    .top-bar a:hover {
      color: #9f0050; }
  .top-bar li:hover > a {
    color: #9f0050; }
  .top-bar #menu-top-bar {
    margin-right: 16em; }
  .top-bar .left {
    float: left; }
    .top-bar .left a {
      border: none; }
  .top-bar .widget_search {
    position: absolute;
    right: .5em;
    top: .25em;
    width: 15em; }
    .top-bar .widget_search label {
      display: none; }
    .top-bar .widget_search #s {
      width: 12em;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      border: 1px solid #afafaf;
      outline: none;
      padding: 0.25em 1.25em; }
  .top-bar #searchsubmit {
    font-family: 'FontAwesome';
    background: none;
    border: none;
    position: absolute;
    top: .2em;
    right: 0; }

.ie .top-bar #searchsubmit {
  top: .2em; }

/*~~~~~~~ Top Bar SUb Menu ~~~~~~~~~*/
#menu-top-bar li ul {
  position: absolute;
  min-width: 200px;
  background: #cdcdcd;
  left: 0;
  top: 1.7em;
  float: left;
  min-width: 140px;
  display: none;
  z-index: 99999;
  padding: 1em 0; }

#menu-top-bar li.dropdown a {
  padding-right: 1.5em; }

#menu-top-bar li.dropdown:after {
  content: "\f107";
  font-family: 'FontAwesome';
  display: block;
  color: #ffffff;
  position: absolute;
  right: .8em;
  bottom: -.1em; }

#menu-top-bar li ul li {
  display: block;
  text-align: left; }

.no-js #menu-top-bar li:hover > ul {
  display: block; }

#menu-top-bar li ul li a {
  border: none;
  color: #9f0050;
  padding: 0.5em 0.5em;
  display: block; }

#menu-top-bar li ul li:hover > a, #menu-top-bar li ul li a:hover {
  color: #ffffff;
  background: #9f0050; }

#menu-top-bar li ul li.dropdown:after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: block;
  color: #9f0050;
  position: absolute;
  right: .4em;
  bottom: .5em; }

#menu-top-bar li ul li.dropdown:hover:after {
  color: #ffffff; }

#menu-top-bar li ul ul {
  left: 100%;
  top: 0;
  background: #ffffff; }
  #menu-top-bar li ul ul a {
    color: #9f0050; }
    #menu-top-bar li ul ul a:hover {
      color: #9f0050;
      background: transparent; }

/* Header Navigation =========*/
.js .slicknav_menu {
  display: none; }

.menu-header .menu {
  margin: 1.75em 0 0 1em;
  float: right;
  padding: 0px;
  position: relative;
  text-align: right; }
  .menu-header .menu li {
    text-transform: uppercase;
    font-weight: 500;
    display: inline;
    padding: 0px;
    text-transform: uppercase;
    position: relative;
    /*
    &.dropdown:after {
      content: "\f0d7";
      font-family: 'FontAwesome';
      display: block;
      color: $color_secondary;
      position: absolute;
      right: .1em;
      bottom: -0em;
      font-size: 0.9em;
    }
*/ }
    .menu-header .menu li i.fa {
      display: block;
      padding-bottom: .25em; }
    .menu-header .menu li a {
      color: #034c80;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      padding: .5em;
      font-size: 1em;
      font-weight: lighter;
      -webkit-transition: background 250ms linear;
      -moz-transition: background 250ms linear;
      -ms-transition: background 250ms linear;
      -o-transition: background 250ms linear;
      transition: background 250ms linear; }
    .menu-header .menu li:hover > a {
      color: #9f0050; }
    .menu-header .menu li.current-menu-item > a, .menu-header .menu li.current-menu-parent > a, .menu-header .menu li.current-menu-ancestor > a {
      color: #9f0050; }
    .menu-header .menu li a:hover {
      color: #fff; }
    .menu-header .menu li ul {
      display: inline-block;
      margin: 0px;
      min-width: 200px;
      background: #fff;
      border: 1px solid #e2e2e2;
      margin-bottom: 20px;
      padding: 7px 0;
      text-align: left;
      top: 2.5em;
      left: -50px !important;
      border-radius: 5px;
      box-shadow: 0px 0px 5px #808080; }
      .menu-header .menu li ul:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-bottom: solid 10px #e2e2e2;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent; }
      .menu-header .menu li ul li {
        display: block; }
        .menu-header .menu li ul li.dropdown ul {
          left: 100% !important;
          border: none; }
          .menu-header .menu li ul li.dropdown ul:before {
            display: none; }
        .menu-header .menu li ul li.dropdown:after {
          content: "\f0da";
          font-family: 'FontAwesome';
          display: block;
          color: #034c80;
          position: absolute;
          right: .4em;
          top: 20%; }
        .menu-header .menu li ul li.dropdown:hover:after {
          color: #ffffff; }
        .menu-header .menu li ul li.menu-item a {
          font-size: 14px;
          text-decoration: none;
          color: #034c80;
          display: block;
          margin: 0;
          padding: .5em;
          text-transform: capitalize; }
    .menu-header .menu li ul li.current-menu-item > a, .menu-header .menu li ul li.current-post-parent > a, .menu-header .menu li ul li.current-category-ancestor > a, .menu-header .menu li ul li.current-menu-parent > a, .menu-header .menu li ul li a:hover, .menu-header .menu li ul li:hover > a {
      color: #fff;
      background: #034c80; }
    .menu-header .menu li ul ul {
      background: #002b52; }
      .menu-header .menu li ul ul li.menu-item a {
        color: #ffffff; }
      .menu-header .menu li ul ul li a:hover, .menu-header .menu li ul ul li.current-menu-item a {
        color: #ffffff;
        background: #034c80; }
  .menu-header .menu > li:hover > a {
    color: #9f0050; }
  .menu-header .menu ul li.current-menu-parent ul > a {
    color: #ffffff;
    background: #034c80; }
  .menu-header .menu li ul ul li.current-post-parent a, .menu-header .menu li ul ul li.current-category-ancestor a, .menu-header .menu li ul ul li:hover {
    color: #ffffff;
    background: #034c80; }

/* Content Navigation Sub nav of header nav ya that works lol ===============*/
/* Third level navigation */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fixed-width {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1em; }

.wide-fixed-width {
  max-width: 1147px;
  margin: 0 auto;
  padding: 0 1em; }

.narrow-fixed-width {
  max-width: 726px;
  margin: 0 auto;
  padding: 0 1em; }

.column-group {
  max-width: 1147px;
  margin: 0 auto;
  padding: 0 1em; }

.solid-background {
  background-color: #ffffff;
  padding: 2em;
  overflow: hidden; }

.narrow-content {
  padding: 2em 15%; }

.custom-post, .child-page-post {
  padding-top: 0; }

.custom-post .entry-title, .child-page-post .entry-title {
  margin-top: 0; }

.image_grid img {
  float: left;
  margin: 0 0.5em 0.5em 0; }

/*~~~~~~ Image Grid ~~~~~~~*/
.image-grid {
  padding: 1em 2%;
  text-align: center;
  width: 96%; }
  .image-grid .item {
    width: 18%;
    float: left;
    text-align: center;
    padding: .5em 1%; }

/*~~~~~~~~ General content ~~~~~~~~*/
.button {
  display: block;
  text-align: center;
  padding: 0.5em 0.5em;
  text-decoration: none;
  font-size: 1.25em;
  color: #ffffff;
  text-transform: uppercase;
  background: #9f0050;
  border: none; }
  .button:hover {
    color: #ffffff;
    background: #034c80; }

.small.button {
  font-size: 1em; }

.thumbnail-button {
  text-align: center;
  font-size: .9em;
  line-height: 1.5em;
  display: block;
  text-decoration: none; }
  .thumbnail-button img {
    margin-bottom: .25em; }

.entry-content ul li {
  margin-bottom: .5em;
  line-height: 1.8em; }

.link-list {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none; }
  .link-list li {
    margin-bottom: .75em; }
    .link-list li a {
      text-decoration: none; }
  .link-list a em {
    color: #888888; }

.inline-list li {
  display: inline;
  margin: 0 0.75em 0.75em 0; }

.list-column-2 {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; }

.image-list {
  padding: 0;
  margin: 0; }
  .image-list li {
    float: left;
    margin: 1em 1%;
    list-style: none;
    width: 18%; }
    .image-list li a {
      text-decoration: none; }

.person-name {
  display: block;
  text-align: center;
  padding: .25em 0 0 0; }

.list-column-2 li {
  margin: 0 0 0.25em 0; }

.content-break {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
  padding-bottom: 1em; }

blockquote {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #cccccc; }

/*~~~~~~~ Link Header ~~~~~~~~*/
.link-header {
  background: #9f0050;
  color: #ffffff;
  border-bottom: 0;
  text-align: center;
  font-size: 2em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding: .25em 0;
  margin: 0 0 1em 0; }

/*~~~~~~~ Image Column ~~~~~~~~~~*/
.right.image-sidebar {
  margin: 0 0 1em 1em;
  width: 350px; }

.left.image-sidebar {
  margin: 0 1em 1em 0;
  width: 350px; }

.right.image-sidebar img {
  margin: 0 0 1em 0; }

.left.image-sidebar img {
  margin: 0 0 1em 0; }

.left.small-image-sidebar {
  width: 225px; }

.right.small-image-sidebar {
  width: 225px; }

.image-sidebar a, .slick-slide a {
  text-decoration: none; }

.image-caption {
  font-style: italic;
  font-size: .9em;
  color: #444444;
  text-decoration: none; }

.carousel-column-full .image-caption {
  margin-left: 1em; }

/* ~~~~~~~~~~~~ Callout Gallery on the homepage ~~~~~~~~~~~~~*/
.callout-gallery-item {
  text-align: center;
  height: 350px !important;
  background-size: cover;
  background-position: center center; }
  .callout-gallery-item .image-title {
    margin-top: 1em;
    background: rgba(3, 76, 128, 0.71);
    color: #fff;
    padding: .5em;
    font-weight: lighter; }
  .callout-gallery-item .callouts {
    text-align: center; }
    .callout-gallery-item .callouts .circle {
      vertical-align: top;
      font-size: .9em;
      margin: 1em;
      padding: 0px 20px 0 20px;
      background-color: rgba(159, 0, 80, 0.71);
      border-radius: 50%;
      display: inline-block;
      width: 160px;
      height: 200px;
      color: #fff;
      text-align: center;
      position: relative; }
    .callout-gallery-item .callouts .circle-text {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .callout-gallery-item .callouts .circle:nth-child(odd) {
      background-color: rgba(3, 76, 128, 0.71); }
  .callout-gallery-item a {
    display: block; }

/*~~~~~~~~~~~~ Transitions ~~~~~~~~~~~~~*/
.slick-slide .tran-fadein {
  opacity: 0;
  opacity: 1 \9;
  /*just in case ie*/ }

.slick-active .tran-fadein {
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }
  .slick-active .tran-fadein.callout:nth-child(1) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s; }
  .slick-active .tran-fadein.callout:nth-child(2) {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s; }
  .slick-active .tran-fadein.callout:nth-child(3) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s; }
  .slick-active .tran-fadein.callout:nth-child(4) {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    animation-delay: 5s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes slidein {
  from {
    right: -50px; }
  to {
    right: 0; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    right: -50px; }
  to {
    right: 0; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    right: -50px; }
  to {
    right: 0; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    right: -50px; }
  to {
    right: 0; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    right: -50px; }
  to {
    right: 0; } }

/*~~~~~~~~~~ Module Content Layout ~~~~~~~~~~~~*/
.color-bw img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: filter 0.5s; }

.color-bw a:hover img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0); }

.image-shape-circle {
  text-align: center; }
  .image-shape-circle img {
    border-radius: 50%; }

.section-block {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #e2e2e2; }
  .section-block .entry-title {
    margin-top: 0;
    padding-top: 0; }

.callout-block {
  margin: 1em 0;
  text-align: center;
  padding: 2em;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  .callout-block h1, .callout-block h2, .callout-block h4, .callout-block h3, .callout-block h5 {
    font-size: 2em;
    font-weight: lighter;
    color: #808080;
    margin: 0;
    padding: 0; }

.icon-list .section {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: .5em;
  padding-bottom: .5em; }
  .icon-list .section:last-child {
    border: none; }

.icon-list .icon {
  text-align: center; }
  .icon-list .icon img {
    max-width: 90px; }

.icon-list h2 {
  font-size: 1.1em;
  font-style: italic;
  padding-bottom: .5em; }
  .icon-list h2 a {
    color: #034c80; }

.icon-list .title,
.icon-list .location,
.icon-list .subtitle {
  padding: 0;
  margin: 0;
  font-size: .85em; }

.content-slider .slick-slide {
  max-width: 260px;
  margin: 0 auto;
  padding: 0 6em;
  margin-bottom: 50px;
  border-right: 1px solid #e2e2e2; }
  .content-slider .slick-slide a:hover h3 {
    color: #9f0050; }
  .content-slider .slick-slide h3 {
    font-size: 1em; }
  .content-slider .slick-slide img {
    padding-bottom: .5em; }

.content-slider .slick-dots {
  bottom: -25px; }

.content-slider .location {
  color: #808080;
  font-style: italic;
  padding: 0 0 0.5em 0;
  margin: 0; }

.button-wrapper {
  text-align: center; }
  .button-wrapper .button {
    max-width: 20em;
    display: inline-block;
    vertical-align: top;
    margin: 1em; }

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

.button-more {
  color: #034c80;
  text-align: center;
  padding: 1em;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  position: relative; }
  .button-more:after {
    content: "\f105";
    font-family: 'FontAwesome';
    display: block;
    color: #9f0050;
    position: absolute;
    right: -.4em;
    bottom: .9em; }
  .button-more:hover {
    color: #9f0050;
    text-decoration: underline; }

.thumbnail-wrapper {
  text-align: center;
  vertical-align: top; }
  .thumbnail-wrapper .thumbnail-button {
    display: inline-block;
    max-width: 300px;
    vertical-align: top;
    margin: 0 1em;
    padding-bottom: 2em; }
    .thumbnail-wrapper .thumbnail-button .location {
      color: #808080;
      padding-bottom: .5em;
      margin: 0;
      font-style: italic; }
    .thumbnail-wrapper .thumbnail-button .title {
      opacity: 0;
      transition: opacity 0.5s; }
    .thumbnail-wrapper .thumbnail-button:hover .title {
      opacity: 1; }

/*~~~~~~~~~~~~ Group Table ~~~~~~~~~~~*/
.info-table {
  font-size: .9em;
  border: 1px solid #cccccc;
  margin: 1em 0; }
  .info-table th {
    text-align: left;
    padding: 0.25em 1em; }
  .info-table tr {
    border-bottom: 1px solid #cccccc; }
  .info-table td {
    padding: 0.25em 1em; }

.table-highlight {
  background: #cccccc; }

/*~~~~~~ Case Study~~~~~*/
.client-logo {
  margin-bottom: 1em; }

.call-out {
  font-size: 1.2em;
  color: #9f0050;
  font-weight: 300; }
  .call-out p {
    margin: 0; }
  .call-out .button {
    font-size: 1em; }

/*~~~~~~~~~~~~~~~ Blog ~~~~~~~~~~~~~~*/
.entry-meta {
  margin: 0 0 2em 0; }

.entry-utility, .entry-meta {
  font-size: .8em;
  font-style: italic; }

.entry-title a {
  text-decoration: none; }

.post {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px dotted #cccccc; }
  .post .entry-title {
    border-bottom: 0;
    margin: 0; }

.entry-meta.date.circle {
  background: #cccccc;
  box-sizing: border-box;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  display: table;
  text-align: center;
  color: #FFFFFF;
  margin: 0 1em 0 0;
  float: left; }
  .entry-meta.date.circle .date-wrapper {
    display: table-cell;
    vertical-align: middle; }
  .entry-meta.date.circle .month, .entry-meta.date.circle .day {
    display: block;
    line-height: 1; }

/*~~~~~~~~ Comments ~~~~~~~~~~*/
#comments {
  margin-top: 1.5em; }

.commentlist {
  margin: 0;
  padding: 0; }
  .commentlist li.comment, .commentlist li.trackback, .commentlist li.pingback {
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    padding: 0 1.5em;
    margin-bottom: 1.5em; }
  .commentlist .avatar {
    margin: 0;
    float: left;
    margin-right: 1em; }
  .commentlist .fn {
    display: inline-block;
    margin-top: .3em; }
  .commentlist ul.children {
    margin: 0 0 1.5em 0; }
    .commentlist ul.children li:last-child {
      margin: 0; }
  .commentlist article {
    margin: 1.5em 0; }
  .commentlist div.reply:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

#respond {
  margin-top: 2em; }
  #respond h3 {
    margin: 0; }
  #respond input[type="submit"] {
    line-height: inherit;
    margin: 0; }
  #respond textarea {
    width: 100%;
    max-width: 100%; }
  #respond .comment-submit-wrapper {
    margin: 0; }

.commentlist #respond {
  margin-bottom: 1.5em; }

.comment-reply-link {
  padding: 0.25em 1em; }

.cancel-comment-reply a {
  display: inline-block;
  background: #dadddf;
  color: #3b3f42;
  border-radius: 2px;
  padding: 0.25em 0.5em;
  margin: .5em 0;
  font-size: .85em;
  text-decoration: none; }
  .cancel-comment-reply a:hover {
    background: #ebebeb; }

.logged-in-as {
  margin: 0.25em 0; }

.form-allowed-tags {
  display: none; }

/*~~~~~~~~~~~ Widgets ~~~~~~~~~~*/
.widgets-container {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widgets-container li, .widgets-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }

#searchsubmit {
  font-family: 'FontAwesome';
  background: 0;
  border: none; }

li.widget-container {
  margin-bottom: 2em; }

#menu-about-menu a {
  color: #808080;
  text-decoration: none; }
  #menu-about-menu a:hover {
    color: #9f0050; }

.widget_recent_entries li {
  margin-bottom: 1em; }
  .widget_recent_entries li a {
    color: #808080;
    text-decoration: none; }
    .widget_recent_entries li a:hover {
      color: #9f0050; }

/*~~~~~~~ Animate Tiles In ~~~~~~~*/
.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sequence-load {
  opacity: 0; }

.no-js .sequence-load {
  opacity: 1; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer[role="contentinfo"] {
  border-top: 5px solid #e2e2e2;
  padding: 1em 0 0 0;
  font-weight: 300;
  margin: 2em 0 0 0; }
  footer[role="contentinfo"] h3 {
    font-size: 1.2em;
    padding: 0;
    margin: 0; }
  footer[role="contentinfo"] ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer[role="contentinfo"] .social {
    display: inline-block;
    padding: 0 0.5em 0 0; }

.copy {
  text-align: center;
  background: #444;
  color: #ffffff;
  padding: .75em;
  font-size: .8em;
  margin: 0; }

/*~~~~~~ Social Media Menu ~~~~~*/
#menu-social-media {
  padding: .5em 0; }
  #menu-social-media a {
    padding: 0 0.25em; }

/*~~~~~~~~ Footer Nav ~~~~~~~*/
footer[role="contentinfo"] .widget_nav_menu li {
  display: inline; }
  footer[role="contentinfo"] .widget_nav_menu li a {
    color: #ffffff;
    text-decoration: none; }
    footer[role="contentinfo"] .widget_nav_menu li a:hover {
      background: none;
      color: #9f0050; }

#menu-footer-navigation {
  font-size: .8em; }
  #menu-footer-navigation a {
    padding: 0 0.5em; }

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul, .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
  .slicknav_nav .slicknav_row, .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_menu {
  *zoom: 1;
  font-size: 16px; }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

/* IE6/7 support */
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222222; }

/* Button Text */
.slicknav_menu {
  background: #034c80;
  padding: 5px;
  border-bottom: 1px solid #ffffff; }
  .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5; }

/* Button Lines */
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
  .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #9f0050;
    color: #fff; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }

/*~~~~~~~~~~~~~~~~ Slick Carousel / Slideshow ~~~~~~~~~~~~~~~*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: 10px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: 10px; }

[dir="rtl"] .slick-next {
  left: 10px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 40px;
      width: 40px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 40px;
        height: 40px;
        font-family: "slick";
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #034c80;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #9f0050;
      opacity: 1; }

.carousel-column {
  padding: .5em;
  border: 1px solid #cccccc;
  margin-bottom: 1em; }

.carousel-column-full img {
  width: 100%; }

.carousel-small img {
  margin: 0 auto; }

.carousel-small .slick-slide {
  display: table-cell;
  float: none;
  vertical-align: middle; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ~~~~~~~~~~~ Responsoive Start ~~~~~~~~~*/
@media only screen and (min-width: 1200px) {
  body {
    background-position: center -20px; } }

@media only screen and (min-width: 1300px) {
  /* make space for tile page on really wide screens */
  .page-template-tile-page-php .fixed-width {
    max-width: 90%;
    position: relative;
    padding-bottom: 200px; }
  .page-tagline p {
    margin-bottom: .5em; }
    .page-tagline p:after {
      margin-bottom: 0;
      padding-bottom: 0; }
  .page-template-tile-page-php .span_3_of_12 {
    max-width: 205px; }
  .page-template-tile-page-php .span_6_of_12 {
    max-width: 435px; }
  .page-template-tile-page-php .column_3, .page-template-tile-page-php .column_4 {
    position: absolute;
    right: 0; }
  .page-template-tile-page-php .column_3 {
    right: 229px; }
  .tile-row-2 {
    margin-top: 15px; }
  .page-tagline:after {
    text-align: center;
    content: "\f103";
    font-family: 'FontAwesome';
    display: block;
    font-size: 3rem;
    margin-bottom: 1em;
    color: #9f0050;
    position: absolute;
    top: 2em;
    left: 0;
    right: 0; }
  .ie .page-tagline:after {
    font-size: 1em; }
  .page-tagline:before {
    text-align: center;
    content: "\f103";
    font-family: 'FontAwesome';
    display: block;
    font-size: 3em;
    color: #9f0050;
    position: absolute;
    top: 3em;
    left: 0;
    right: 0; }
  .page-template-tile-page-php .col {
    margin-top: 0; }
  .video-container {
    padding-bottom: 57%; } }

@media only screen and (min-width: 1600px) {
  .page-template-tile-page-php .fixed-width {
    max-width: 70%; }
  .page-tagline p:before {
    text-align: center;
    content: "\f103";
    font-family: 'FontAwesome';
    display: block;
    font-size: 1.2em;
    color: #9f0050;
    position: absolute;
    top: 6.5em;
    left: 0;
    right: 0; }
  .page-tagline p:after {
    text-align: center;
    content: "\f103";
    font-family: 'FontAwesome';
    display: block;
    font-size: 1.2em;
    color: #9f0050;
    position: absolute;
    top: 7.5em;
    left: 0;
    right: 0; } }

@media only screen and (max-width: 1024px) {
  .tile h3 {
    font-size: 1.1em; }
  .page-tagline p {
    font-size: 2.5em; } }

@media only screen and (max-width: 840px) {
  /* push donate third level to the left on smaller screens */
  .menu-header .menu li a {
    padding: 0.75em 1em; }
  .logo {
    margin: 1.25em auto 1.5em auto;
    width: 300px;
    height: 90px;
    background: url(images/market-decisions-logo.gif) no-repeat;
    background-size: contain;
    text-indent: -9999em; }
  .svg .logo {
    background: url(images/market-decisions-logo.svg) no-repeat;
    background-size: contain; } }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; } }

@media only screen and (min-width: 748px) {
  .js #menu-main-navigation {
    display: block; } }

@media only screen and (max-width: 800px) {
  .video-container {
    padding-bottom: 51%; }
  .tile-row-2 {
    margin-top: 8%; } }

@media only screen and (max-width: 748px) {
  /* #menu is the original menu */
  .js #menu-main-navigation {
    display: none; }
  .js .slicknav_menu {
    display: block; }
  .video-container {
    padding-bottom: 58%; }
  .narrow-content {
    padding: 2em 1em; }
  /*~~~~~~~ Image column on content ~~~~~~~~*/
  .right.image-sidebar, .left.image-sidebar {
    float: none;
    margin: 0 0 1em 0;
    text-align: center;
    width: 100%; }
  /*~~ Hide Newsletter Button ~~~~*/
  .top-bar li.menu-item-3649 {
    display: none; }
  .logo {
    margin: 1em auto; }
  .top-bar {
    text-align: left; }
    .top-bar #menu-top-bar {
      margin: 0; }
  #search-3 {
    position: absolute;
    left: 1%;
    top: 1.25em;
    width: 30%; }
  .top-bar #searchsubmit {
    top: .2em; }
  .sidebar .widget_search {
    display: none; } }

@media only screen and (max-width: 665px) {
  .tile-row-2 {
    margin-top: 18%; }
  .icon-list .icon img {
    max-width: 100%; } }

@media only screen and (max-width: 555px) {
  .tile-row-2 {
    margin-top: 13%; }
  .span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12 {
    width: 100%; }
  #menu-top-bar li ul ul {
    left: 50%; }
  .callout-block h1, .callout-block h2, .callout-block h4, .callout-block h3, .callout-block h5 {
    font-size: 1.25em; }
  /* Tile Page / HOme page*/
  .mobile {
    display: block; }
    .mobile .button {
      font-size: 1.25em;
      margin: 0em 0.4em 1em 0.4em; }
  .entry-title {
    font-size: 1.75em; }
  .logo {
    margin: 0.75em auto 1em auto;
    width: 60%;
    height: 70px;
    background-size: contain; }
  .carousel-column-full {
    margin-bottom: 2em; }
  .callout-gallery-item .callouts {
    display: none; }
  .svg .logo {
    background-size: contain; }
  footer[role=contentinfo] {
    text-align: center; }
    footer[role=contentinfo] .alignright {
      text-align: center;
      float: none; } }
