/*
 * WW Starter 1.0.0
 */

/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */

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-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

:focus {
  outline: 0;
}

/* Always show a vertical scrollbar, even when there is no scrolling */

html {
  overflow-y: scroll;
}

/* Don't let iOS and WinMobile mobile-optimize text for you */

/* Turn this rule on for mobile sites or sites using mediaqueries */

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* ---------------------------------------------------------------------
 HTML5 Block / Inline Block declarations
------------------------------------------------------------------------ */

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

audio,
canvas,
video {
  display: inline-block;
}

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

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

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Colors
========================================================================== */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* Fonts
----------------------------------------------- */

/* Highlight
----------------------------------------------- */

/* Inline Button
----------------------------------------------- */

/* Responsive utilities
----------------------------------------------- */

/* ==========================================================================
   Helpers
========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
}

.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
}

.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
}

.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

.hidden-xs {
  display: block !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

/* ---------------------------------------------------------------------
BEGIN APP STYLES HERE
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
Base
------------------------------------------------------------------------ */

html,
body {
  min-height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

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

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

/* ---------------------------------------------------------------------
 Anchor tags
------------------------------------------------------------------------ */

a {
  text-decoration: none;
  color: #e32825;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #bd2026;
}

/* ---------------------------------------------------------------------
 Headings
------------------------------------------------------------------------ */

.hdg {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.hdg_red {
  color: #e32825;
}

.hdg_up {
  text-transform: uppercase;
}

.hdg_title {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.hdg_1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.hdg_2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.hdg_3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.hdg_4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.hdg_5 {
  font-size: 16px;
  margin-bottom: 20px;
}

/* ---------------------------------------------------------------------
 Highlight
------------------------------------------------------------------------ */

.highlight {
  background: rgba(227, 40, 37, 0.7);
  color: #ffffff;
  padding: 12px 0;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  line-height: 3;
  box-shadow: 15px 0 0 rgba(227, 40, 37, 0.7), -15px 0 0 rgba(227, 40, 37, 0.7);
  text-decoration: none;
  box-decoration-break: clone;
}

/* ---------------------------------------------------------------------
 Content Push
------------------------------------------------------------------------ */

.contentPush {
  padding: 40px 0;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.no-results p {
  margin-bottom: 30px;
}

/* ---------------------------------------------------------------------
 Pagination
------------------------------------------------------------------------ */

.pagination {
  overflow: hidden;
  font-size: 0;
}

.pagination > * {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  vertical-align: middle;
}

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

/* ---------------------------------------------------------------------
 Related Posts
------------------------------------------------------------------------ */

.relatedPosts-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 30px;
  color: #000000;
}

.relatedItem {
  background: #eee;
  display: block;
  min-height: 380px;
  text-decoration: none;
  color: #e32825;
  margin: 0 0 10px 0;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.relatedItem-author {
  margin-bottom: 10px;
}

.relatedItem-author:after {
  content: "";
  display: table;
  clear: both;
}

.relatedItem-author img {
  border-radius: 50%;
  float: left;
  height: 50px;
  margin-right: 10px;
  width: 50px;
}

.relatedItem-authorName {
  font-weight: bold;
  position: relative;
}

.relatedItem-date {
  display: block;
  font-size: 14px;
  margin: 10px 0 0;
}

.relatedItem > * {
  display: block;
}

.relatedItem > * + * {
  margin-top: 10px;
}

.relatedItem-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.relatedItem-author {
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.relatedItem-content p {
  color: black;
  font-size: 14px;
  line-height: 1.5;
}

.relatedItem-content p a {
  border: 1px solid #e32825;
  display: block;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
  width: 100px;
}

/* ---------------------------------------------------------------------
 Header
------------------------------------------------------------------------ */

.siteHeader {
  position: fixed;
  width: 100%;
  height: 69px;
  background: #404040;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 999;
}

.siteLogo {
  width: 85%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.siteLogo svg {
  width: 100%;
  display: block;
}

.siteLogo a {
  display: block;
}

.site-branding {
  position: relative;
  display: inline-block;
  width: 70%;
  max-width: 350px;
  height: 69px;
  background: #323232;
}

.siteNavigation {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 69px;
  vertical-align: top;
}

/* ==========================================================================
   Header Navigation
========================================================================== */

.toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.toggle:before {
  font-family: "dashicons";
  content: "\f333";
  color: white;
  font-size: 35px;
}

/* ==========================================================================
   Mobile Slideout Nav
========================================================================== */

.navbarSlideout {
  position: fixed;
  right: -250px;
  width: 250px;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 99;
  border-left: 1px solid #323232;
}

.pageContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding-top: 69px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.pushContent {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* ==========================================================================
   Mobile Slideout Content
========================================================================== */

.navbarSlideout {
  background: #404040;
}

.navbarSlideout .menu {
  width: 100%;
}

.navbarSlideout .menu .sub-menu {
  display: none;
}

.navbarSlideout .menu a {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #323232;
}

.navbarSlideout .subItem {
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #323232;
  cursor: pointer;
  z-index: 5;
}

.navbarSlideout .subItem svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.navbarSlideout .subItem.active {
  background: #e1e1e1;
}

.navbarSlideout .sub-menu a {
  background: #e1e1e1;
  color: #323232;
}

/* ---------------------------------------------------------------------
 Footer
------------------------------------------------------------------------ */

.footer {
  overflow: hidden;
}

.footer-hd {
  background-color: #404040;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-ft {
  background-color: #323232;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-copyright {
  font-size: 13px;
  color: #747474;
  text-align: center;
}

.footer .hdg {
  margin-bottom: 10px;
}

.footer-about,
.footer-contact {
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.5;
}

/* ---------------------------------------------------------------------
 Footer Contact
------------------------------------------------------------------------ */

.footer-contactForm {
  margin-bottom: 30px;
  overflow: hidden;
}

.footer-contactForm li {
  margin-bottom: 15px;
}

.footer-contactForm input[type="text"],
.footer-contactForm input[type="email"],
.footer-contactForm textarea {
  background: #323232;
  color: #ffffff;
}

.footer-contactForm #gforms_confirmation_message {
  color: #ffffff;
  line-height: 1.5;
}

.footer-contactForm textarea {
  resize: none;
}

/* ---------------------------------------------------------------------
 Footer Social
------------------------------------------------------------------------ */

.footer-social {
  margin-bottom: 40px;
  text-align: center;
}

.footer-social li {
  display: inline-block;
  width: 38px;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-social svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social svg:hover {
  fill: #747474;
}

/* ---------------------------------------------------------------------
 Enewsletter Sign-up
------------------------------------------------------------------------ */

.footer-newsletter {
  border-bottom: 1px solid #323232;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.newsletter-title {
  color: #e32825;
  display: block;
  margin-bottom: 20px;
}

.newsletter-icon {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 7px;
  width: 25px;
}

.newsletter-button {
  color: #ffffff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: #e32825;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  text-decoration: none;
}

.newsletter-button:hover {
  background-color: #bd2026;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ---------------------------------------------------------------------
 Popular Posts
------------------------------------------------------------------------ */

.popularPost + .popularPost {
  margin-top: 25px;
}

.popularPost-hd a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 3px;
  color: #ffffff;
  line-height: 1.5;
}

.popularPost-bd {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}

.popularPost-bd a {
  color: #ffffff;
  text-decoration: underline;
}

.footerLocation + .footerLocation {
  margin-top: 20px;
}

/* ---------------------------------------------------------------------
 Forms
------------------------------------------------------------------------ */

input,
textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  text-indent: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
}

input[type="file"] {
  text-indent: 0;
}

.gform_wrapper input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gform_ajax_spinner {
  display: block;
  position: absolute;
  height: 25px;
  width: 25px;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.gform_wrapper .validation_error {
  color: #e32825;
  margin-bottom: 20px;
}

.gform_wrapper .validation_message {
  color: #e32825;
}

/* ---------------------------------------------------------------------
 Contact Page
------------------------------------------------------------------------ */

.contactForm {
  overflow: hidden;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm textarea {
  border: 1px solid #e1e1e1;
}

.contactForm .gfield {
  margin-bottom: 20px;
}

.contactForm .gsection_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedcdc;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #e32825;
}

.contactForm .gfield_label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

/* ---------------------------------------------------------------------
 Select Forms
------------------------------------------------------------------------ */

.categoryFilter-select {
  display: block;
  width: 100%;
  background: #323232;
  color: #ffffff;
  border: none;
  border-radius: 0;
  height: 30px;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  overflow: hidden;
}

@-moz-document url-prefix()  {
  .categoryFilter-select {
    width: 110%;
  }
}

.categoryFilter-select::-ms-expand {
  display: none;
}

#page-changer {
  display: block;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  overflow: hidden;
}

#page-changer:before,
#page-changer:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

#page-changer:after {
  /*  Custom dropdown arrow */
  content: "\276e";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
  color: #e32825;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#page-changer:before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

/* ---------------------------------------------------------------------
 Inline Search
------------------------------------------------------------------------ */

#searchform input[type="text"] {
  background: #dedcdc;
  color: #323232;
  font-size: 14px;
  height: 30px;
  text-indent: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  background-image: url("../images/searchIcon.png");
  background-repeat: no-repeat;
  background-position: 98%;
}

.btn,
input[type="submit"] {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: #e32825;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn:hover,
input[type="submit"]:hover {
  background-color: #bd2026;
  color: #ffffff;
}

.btn_inline {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
  text-indent: 0;
}

/* ---------------------------------------------------------------------
 Hero
------------------------------------------------------------------------ */

.hero {
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 800px;
  background-size: cover;
  overflow: hidden;
}

.hero-bd {
  width: 90%;
  max-width: 1220px;
  padding: 0 20px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 500;
}

.hero-title,
.heroSwap {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 800px;
  background-size: cover;
  overflow: hidden;
}

.hero-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* ---------------------------------------------------------------------
 Full Rotate
------------------------------------------------------------------------ */

.fullRotate {
  position: relative;
  width: 100%;
  height: 75%;
  min-height: 620px;
  background: #e32825;
  color: #ffffff;
  overflow: hidden;
}

.clockSlider {
  position: absolute;
  top: 25%;
  width: 100%;
}

.clockSlider-hd {
  font-size: 200px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin-bottom: 10px;
}

.clockSlider-ft {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.timer {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* ---------------------------------------------------------------------
 Owl Carousel - Animate Plugin
------------------------------------------------------------------------ */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* ---------------------------------------------------------------------
 Owl Carousel - WW Updates
------------------------------------------------------------------------ */

.clientCloud .owl-carousel {
  padding-left: 40px;
  padding-right: 40px;
}

.clientCloud .owl-nav > * {
  display: block !important;
  width: 16px;
  height: 54px;
  text-indent: -9999px;
  background: url("../images/owl-arrow.png") no-repeat;
}

.clientCloud .owl-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.clientCloud .owl-carousel .owl-stage-outer {
  z-index: 5;
}

.clientCloud .owl-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.clientCloud .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}

.clientCloud .owl-dots {
  display: none;
}

.owl-controls {
  position: relative;
}

.owl-carousel.study {
  display: block;
}

.owl-carousel.study img {
  width: auto;
  margin: 0 auto;
}

.owl-carousel.study .owl-controls {
  padding: 20px 0;
}

.owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #404040;
  border-radius: 10px;
  display: block;
  margin: 0 5px;
}

.owl-dot.active span {
  background: #e32825;
}

.owl-carousel {
  margin-bottom: 30px;
}

.owl-carousel.rotation .owl-item {
  text-align: center;
}

.owl-carousel.rotation .clockSlider-hd {
  font-size: 120px;
}

.owl-carousel.rotation .clockSlider-ft {
  font-size: 20px;
}

.owl-carousel.rotation .owl-dots {
  margin-top: 50px;
}

.owl-carousel.rotation .owl-dot.active span {
  background: #bd2026;
}

.owl-carousel.heroSwap .owl-item > * {
  padding-bottom: 10px;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

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

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  margin: 0;
  background: #ffffff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* ---------------------------------------------------------------------
 Section Breadcrumbs
------------------------------------------------------------------------ */

.homeCta {
  position: relative;
  text-align: center;
  padding-top: 22px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 60px;
}

.homeCta:after {
  display: block;
  content: "";
  width: 54px;
  height: 16px;
  margin: 13px auto;
}

.homeCta_red {
  color: #90181c;
}

.homeCta_grey {
  color: #747474;
}

.homeCta_red:after {
  background: url("../images/down-arrow-red.png") no-repeat center;
}

.homeCta_grey:after {
  background: url("../images/down-arrow-grey.png") no-repeat center;
}

.homeCta_tri {
  width: 279px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  z-index: 100;
  background: url("../images/cta-arrow.png") no-repeat;
  overflow: hidden;
}

/* ---------------------------------------------------------------------
 Featured Video
------------------------------------------------------------------------ */

.featuredVideo {
  text-align: center;
  background: #404040;
  overflow: hidden;
  position: relative;
}

.featuredVideo-overlay {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 400;
}

.featuredVideo-content {
  background: center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.featuredVideo-content iframe {
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  visibility: hidden;
  z-index: 600;
}

.homeCta_video {
  margin-bottom: 20px;
}

.playContent {
  margin-left: -150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 300px;
  z-index: 500;
}

.playContent-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.playContent-btn {
  cursor: pointer;
  height: 120px;
  width: 120px;
}

.playContent-title {
  color: white;
  font-size: 24px;
  font-weight: 300;
  margin: 30px 0 0;
}

/* ---------------------------------------------------------------------
 Skillset
------------------------------------------------------------------------ */

.skillset {
  text-align: center;
  background: url("../images/trianglePattern.jpg") repeat;
  padding-bottom: 60px;
  overflow: hidden;
}

.skills-item {
  display: block;
  max-width: 250px;
  margin: 40px auto;
  color: #ffffff;
  text-decoration: none;
}

.skills-hd {
  max-width: 50px;
  margin: 0 auto 20px;
}

.skills-hd svg {
  max-height: 60px;
  width: 50px;
}

.skills-hd svg * {
  stroke: #e32825;
}

.skills-bd {
  margin-bottom: 25px;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.skills-ft {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.skillset li:nth-child(4) {
  clear: both;
}

#gearSVG * {
  stroke: transparent;
  fill: #e32825;
}

/* ---------------------------------------------------------------------
 Case Studies
------------------------------------------------------------------------ */

.homeStudies {
  position: relative;
}

.homeStudy {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.homeStudy-anchor {
  position: relative;
  display: block;
  height: 100%;
  background-size: cover;
  text-decoration: none;
}

.homeStudy-content {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 20px;
}

.homeStudy-logo {
  display: block;
  max-width: 60%;
  margin-bottom: 20px;
}

.homeStudy-logo .highlight {
  display: inline-block;
  line-height: 1;
}

.homeStudy-logo img {
  width: auto;
}

.homeStudy-button {
  display: none;
}

.clientCloud {
  padding-bottom: 60px;
}

.clientCloud img {
  width: auto !important;
  margin: 0 auto;
  max-height: 65px;
}

/* ---------------------------------------------------------------------
 Case Study
------------------------------------------------------------------------ */

.masthead {
  position: relative;
  background: url("../images/trianglePattern.jpg") repeat;
  padding-bottom: 20px;
}

.masthead-display img {
  display: block;
}

.masthead-logo img {
  width: auto;
  margin: 20px 0;
}

.masthead-tagline {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  line-height: 1.5;
}

.masthead-overview-hd {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
}

.csDetails {
  padding: 40px 0;
}

.csDetails .userContent {
  margin-top: 30px;
}

/* ---------------------------------------------------------------------
 Featured Highlights
------------------------------------------------------------------------ */

.featuredItems {
  margin-bottom: 30px;
}

.featuredItems-hd {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #e32825;
  margin-bottom: 20px;
}

.featuredItem {
  color: #e32825;
  font-size: 20px;
  list-style-type: circle;
  margin-left: 20px;
}

.featuredItem + .featuredItem {
  margin-top: 15px;
}

/* ---------------------------------------------------------------------
 Learn More
------------------------------------------------------------------------ */

.learnMore-content {
  max-width: 400px;
  border-top: 1px solid #e32825;
  border-bottom: 1px solid #e32825;
  padding: 40px 5px;
  margin: 0 auto 60px;
  text-align: center;
}

.learnMore-hd {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

/* ==========================================================================
   User Content
========================================================================== */

.userContent {
  font-size: 16px;
  color: #30323b;
  line-height: 1.5;
}

.userContent h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.userContent h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.userContent h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.userContent h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.userContent h5 {
  font-size: 16px;
  margin-bottom: 20px;
}

.userContent h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.userContent p {
  margin: 0 0 25px 0;
}

.userContent hr {
  height: 1px;
  border: none;
  background: #d9d9db;
  color: #d9d9db;
  line-height: 1px;
  font-size: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
  clear: both;
}

.userContent div {
  max-width: 100%;
}

.userContent img {
  width: auto;
}

/* ---------------------------------------------------------------------
 userContent - Lists
------------------------------------------------------------------------ */

.userContent ul,
.userContent ol,
.userContent dl {
  margin-top: 0;
  margin-bottom: 15px;
}

.userContent ul {
  margin: 0 0 15px 0;
  list-style-type: disc;
}

.userContent ol {
  margin: 0 0 15px 0;
  list-style-type: decimal;
}

.userContent dt {
  font-weight: bold;
}

.userContent li,
.userContent dd {
  margin: 0 0 10px 24px;
}

/* nested lists have no top/bottom margins */

.userContent ul ul,
.userContent ul ol,
.userContent ul dl,
.userContent ol ul,
.userContent ol ol,
.userContent ol dl,
.userContent dl ul,
.userContent dl ol,
.userContent dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */

.userContent ol ul,
.userContent ul ul {
  list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */

.userContent ol ol ul,
.userContent ol ul ul,
.userContent ul ol ul,
.userContent ul ul ul {
  list-style-type: square;
}

/* ---------------------------------------------------------------------
 userContent - Text (inline)
------------------------------------------------------------------------ */

.userContent em,
.userContent i {
  font-style: italic;
}

.userContent strong,
.userContent b {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.userContent abbr,
.userContent acronym {
  border-bottom: dotted 1px;
}

.userContent sub {
  vertical-align: sub;
  font-size: smaller;
}

.userContent sup {
  vertical-align: super;
  font-size: smaller;
}

.userContent u,
.userContent ins {
  text-decoration: underline;
}

.userContent s,
.userContent strike,
.userContent del {
  text-decoration: line-through;
}

.userContent big {
  font-size: larger;
}

.userContent small {
  font-size: smaller;
}

.userContent q {
  font-style: italic;
}

.userContent q::before {
  content: open-quote;
}

.userContent q::after {
  content: close-quote;
}

.userContent q:lang(en) {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.userContent var,
.userContent cite,
.userContent dfn {
  display: block;
  font-style: italic;
}

.userContent ins {
  text-decoration: underline;
}

.userContent blockquote {
  padding: 30px 0;
  font-style: italic;
  font-size: 24px;
  color: #007aa7;
}

.userContent address {
  font-style: italic;
}

.userContent .alignleft {
  margin: 0 20px 20px 0;
}

.userContent .alignright {
  margin: 0 0 20px 20px;
}

.userContent .wp-image-caption {
  border-bottom: 1px solid #d9d9db;
  padding: 10px 0;
  text-align: center;
  color: #808080;
  margin: 0 0 15px;
}

.userContent time {
  margin-bottom: 15px;
  text-transform: uppercase;
  font: normal 0.857em/1em;
  letter-spacing: 1px;
}

br {
  display: block;
  line-height: 2;
}

/* ---------------------------------------------------------------------
 userContent - Table
------------------------------------------------------------------------ */

.userContent table {
  width: 100%;
  border: 1px solid #d9d9db;
  margin-bottom: 20px;
}

.userContent th {
  background: #ececec;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px;
}

.userContent td {
  padding: 15px;
}

.userContent td + td {
  border-left: 1px solid #d9d9db;
}

.userContent tr + tr {
  border-top: 1px solid #d9d9db;
}

/* ---------------------------------------------------------------------
 userContent - extra
------------------------------------------------------------------------ */

.userContent .wp-caption {
  background: none;
  text-align: center;
}

/* ---------------------------------------------------------------------
 Grid Studies
------------------------------------------------------------------------ */

.workStudies {
  position: relative;
  background: #e32825;
}

.workStudies .homeCta_red {
  margin-bottom: 0;
}

.gridStudy {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.gridStudy-anchor {
  position: relative;
  display: block;
  height: 100%;
  background-size: cover;
  text-decoration: none;
}

.gridStudy-content {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 20px;
}

.gridStudy-logo {
  display: block;
  max-width: 60%;
  margin-bottom: 20px;
}

.gridStudy-logo .highlight {
  display: inline-block;
  line-height: 1;
}

.gridStudy-button {
  display: none;
}

/* ---------------------------------------------------------------------
 Work Page
------------------------------------------------------------------------ */

.masthead_work .masthead-headline {
  position: absolute;
  top: 40px;
  left: 15px;
  right: 15px;
  padding: 0;
}

.masthead-headline {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 25px;
  color: #ffffff;
  line-height: 1.3;
  padding: 50px 0;
}

.masthead-flare {
  color: #e32825;
}

.workMap {
  padding: 100px 0 0;
}

/* ---------------------------------------------------------------------
 Careers
------------------------------------------------------------------------ */

.careerListing {
  padding: 40px 0;
}

.careerItem + .careerItem {
  margin-top: 20px;
}

.careerCard {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background: #323232;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.careerCard:hover {
  background: #e32825;
  color: #ffffff;
}

.careerCard > * {
  display: block;
}

.careerCard > * + * {
  margin-top: 10px;
}

.careerCard-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 30px;
}

.careerCard-location,
.careerCard-date {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.careerCard-date {
  display: none;
}

.careerCard_benefits {
  background: #ffffff;
  border: 1px solid #e32825;
}

.careerCard_benefits .careerCard-title {
  display: block;
  width: 100%;
  color: #e32825;
}

.careerCard_benefits:hover .careerCard-title {
  color: #ffffff;
}

.careerCard_benefits:hover .careerCard-arrow svg {
  fill: #ffffff;
}

.careerCard-arrow {
  display: none;
}

.careerCard-arrow svg {
  width: 55px;
  height: 30px;
  fill: #e32825;
}

/* ---------------------------------------------------------------------
 Career Single
------------------------------------------------------------------------ */

.careerDetail {
  margin-bottom: 40px;
}

.careerDetail-tax {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
}

/* ---------------------------------------------------------------------
 Sidebar
------------------------------------------------------------------------ */

#secondary {
  margin-top: 40px;
}

#secondary > * + * {
  margin-top: 40px;
}

/* ---------------------------------------------------------------------
 Sidebar Career Widget
------------------------------------------------------------------------ */

.career-link {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.careerItems_widget .careerCard > * {
  display: block;
  width: 100%;
}

.careerItems_widget .careerCard-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.careerItems_widget .careerCard-location {
  font-size: 14px;
}

.careerItems_widget .careerCard-date {
  display: none;
}

/* ---------------------------------------------------------------------
 Contact Page Sidebar
------------------------------------------------------------------------ */

.contact-address {
  margin-bottom: 30px;
}

.contact-address-bd {
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.contact-person-container {
  padding-top: 30px;
  border-top: 1px solid #dfdedd;
}

.contact-person-hd .hdg {
  margin-bottom: 10px;
}

.contact-person-bd {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.contact-person-ft {
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.contact-person-container > * + * {
  margin-top: 30px;
}

/* ---------------------------------------------------------------------
 Event Widget
------------------------------------------------------------------------ */

.gce-event-day + .gce-event-day {
  margin-top: 15px;
}

.gce-feed {
  display: block;
  position: relative;
  text-decoration: none;
  color: white;
  background: #323232;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gce-feed:hover {
  background: #e32825;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gce-list-grouped .gce-feed {
  margin-left: 0;
}

.gce-list .gce-list-event {
  background: none;
  padding: 0;
  font-size: 20px;
  margin-bottom: 5px;
}

.gce-feed > *:not(:first-child) {
  font-size: 14px;
}

.gce-feed a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

/* ---------------------------------------------------------------------
 People Grid
------------------------------------------------------------------------ */

.masthead.masthead_people {
  padding-bottom: 150px;
}

.people-container + .people-container {
  margin-top: 100px;
}

.people-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 15px;
  color: #ffffff;
}

.people-grid {
  margin-left: -5px;
  margin-right: -5px;
}

.person {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin: 5px;
}

.person-hover {
  display: none;
}

.consultant {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 220px;
  height: 80px;
  padding: 10px;
  background: #404040;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  border: 1px solid transparent;
  -webkit-transform: all 0.3s;
  -ms-transform: all 0.3s;
  transform: all 0.3s;
}

.consultant > span {
  display: block;
}

.consultant-name {
  font-size: 20px;
  margin-bottom: 10px;
}

.consultant:hover {
  background: #323232;
  border: 1px solid #e32825;
  -webkit-transform: all 0.3s;
  -ms-transform: all 0.3s;
  transform: all 0.3s;
}

/* ---------------------------------------------------------------------
 People Single Detail
------------------------------------------------------------------------ */

.author-position {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 20px;
}

.author-exp {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

.author-exp > * + * {
  margin-top: 5px;
}

.author-mb {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedcdc;
}

.author-media img {
  max-width: 320px;
  margin-bottom: 10px;
}

.author-social {
  overflow: hidden;
  margin-bottom: 20px;
}

.author-social-list > * {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.author-social-list svg,
.author-social-list svg path {
  fill: #404040;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.author-social-list svg:hover,
.author-social-list svg:hover path {
  fill: #e32825;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.author-social-list > * + * {
  margin-left: 10px;
}

.blog-container > * {
  padding: 30px 0;
}

.blog-container > * + * {
  border-top: 1px solid #dedcdc;
}

.postMeta {
  overflow: hidden;
  margin-bottom: 10px;
}

.postMeta-media {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  padding-bottom: 10px;
}

.postMeta-content {
  display: inline-block;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.postMeta-content > * + * {
  margin-top: 5px;
}

.postMeta-media img {
  width: 80px;
  height: 80px;
}

.postPreview-content {
  line-height: 1.5;
}

/* ---------------------------------------------------------------------
 Community
------------------------------------------------------------------------ */

.community-section + .community-section {
  margin-top: 60px;
}

.community-crumbs {
  overflow: hidden;
  border-bottom: 1px solid #dedcdc;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.community-crumbs-headline {
  display: block;
  background: #e32825;
  color: #ffffff;
  padding: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.community-crumbs-link {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 15px 0;
}

.community-posts .row > * + * {
  margin-top: 30px;
}

/* ---------------------------------------------------------------------
 Blog Archives
------------------------------------------------------------------------ */

.blog-header {
  margin-bottom: 40px;
}

/* ---------------------------------------------------------------------
 Meetup
------------------------------------------------------------------------ */

.meetup + .meetup {
  margin-top: 30px;
}

.meetup-hd {
  max-width: 263px;
  margin: 0 auto;
}

.meetup-hd img {
  display: block;
  width: auto;
  margin: 0 auto 20px;
}

.meetup-bd {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.meetup-ft {
  line-height: 1.5;
}

/* ---------------------------------------------------------------------
 Technology
------------------------------------------------------------------------ */

.techItem {
  overflow: hidden;
}

.techItem-media-container {
  display: block;
  position: relative;
  max-width: 134px;
  height: 134px;
  border: 1px solid #ced5d7;
}

.techItem-media-container img {
  width: auto;
  max-width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.techSection {
  overflow: hidden;
}

.technology-description {
  line-height: 1.5;
  margin-bottom: 20px;
}

.techItem {
  width: 134px;
  height: 134px;
  float: left;
  margin: 5px;
}

.techSection {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ced5d7;
}

/* ---------------------------------------------------------------------
 Comments
------------------------------------------------------------------------ */

.comments-area {
  margin-top: 60px;
}

.comment-reply-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 30px;
  color: #e32825;
  margin-bottom: 10px;
}

.logged-in-as {
  line-height: 1.5;
  margin-bottom: 20px;
}

.comment-form li {
  margin-bottom: 15px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  background: #323232;
  color: #ffffff;
}

.comment-form label,
.comment-form .required {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.comment-form > * + * {
  margin-top: 20px;
}

/* ---------------------------------------------------------------------
 Comment Replies
------------------------------------------------------------------------ */

.comments-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 30px;
  color: #e32825;
  margin-bottom: 30px;
}

.comment-list {
  margin-bottom: 30px;
}

.comment-list img {
  width: auto;
}

.comment-author {
  margin-bottom: 10px;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment p {
  line-height: 1.5;
  padding-bottom: 30px;
}

.comment-author .avatar {
  margin-right: 10px;
}

.comment-author .fn {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.comment-body {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedcdc;
}

.comment-list .children {
  margin-left: 30px;
}

/* ---------------------------------------------------------------------
 Tabs
------------------------------------------------------------------------ */

.tabs {
  display: table;
  table-layout: fixed;
  overflow: hidden;
  font-size: 0;
  width: 100%;
  margin-bottom: 40px;
}

.tab {
  display: table-cell;
  font-size: 16px;
  background: #ced5d7;
  cursor: pointer;
  color: #404040;
  padding: 20px 0;
  text-align: center;
  width: 2%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tab.active {
  background: #404040;
  color: #ffffff;
}

.tab + .tab {
  border-left: 1px solid #404040;
}

.tabSection {
  display: none;
}

.tabSection.active {
  display: block;
}

/* ---------------------------------------------------------------------
 Training
------------------------------------------------------------------------ */

.trainingIntro {
  margin: 0 auto 40px;
  text-align: center;
}

.trainingIntro-hd {
  display: inline-block;
  border-bottom: 1px solid #dedcdc;
  margin-bottom: 15px;
}

.trainingItems {
  max-width: 700px;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------
 Training Detail Page
------------------------------------------------------------------------ */

.trainer {
  overflow: hidden;
}

.trainer + .trainer {
  margin-top: 40px;
}

.trainer-media {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
}

.trainer-hd {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}

.trainer-bd {
  line-height: 1.5;
}

.signupForm br {
  display: none;
}

.signupForm form {
  max-width: 100%;
}

/* ---------------------------------------------------------------------
 Training Detail Signup
------------------------------------------------------------------------ */

.signupForm {
  background: #dedcdc;
  padding: 30px;
}

.signupForm-hd {
  line-height: 1.2;
}

.signupForm .btn,
.signupForm input[type="submit"] {
  width: 100%;
  text-align: center;
}

/* ---------------------------------------------------------------------
 Workshop
------------------------------------------------------------------------ */

.workshopItem {
  overflow: hidden;
}

.communityWorkshopItem {
  margin-bottom: 20px;
}

.workshopItem-media-container {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  border: 1px solid #ced5d7;
  margin: 0 auto 20px;
}

.communityWorkshopItem-media-container {
  width: auto;
}

.workshopItem-media-container img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.workshopItem-hd {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #323232;
  margin-bottom: 20px;
}

.workshopItem-bd {
  line-height: 1.5;
  margin-bottom: 20px;
}

.workshopItem-ft {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.workshopItem + .workshopItem {
  margin-top: 30px;
}

.workshopItem + .workshopItem {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ced5d7;
}

@media (min-width: 768px) {
  /* ---------------------------------------------------------------------
   Content Push
  ------------------------------------------------------------------------ */

  .contentPush {
    padding: 80px 0;
  }

  /* ---------------------------------------------------------------------
   Headings
  ------------------------------------------------------------------------ */

  .hdg_title {
    font-size: 60px;
  }

  /* ---------------------------------------------------------------------
   Header
  ------------------------------------------------------------------------ */

  /* ---------------------------------------------------------------------
   Footer
  ------------------------------------------------------------------------ */

  .footer-ft {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footer-left {
    padding-right: 30px;
  }

  .footer-middle {
    padding: 0 30px;
  }

  .footer-right {
    padding-left: 30px;
  }

  footer .col-sm-4:nth-child(2) {
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
  }

  .footerLocation .footerLocation-bd a {
    color: #ffffff;
  }

  .footerLocation-bd,
  .footerLocation-ft {
    font-size: 13px;
    margin-top: 5px;
  }

  /* ---------------------------------------------------------------------
   Email Signup Popup
  ------------------------------------------------------------------------ */

  .emailPopup-content {
    margin-left: -300px;
    z-index: 999999;
  }

  /* ---------------------------------------------------------------------
   Hero
  ------------------------------------------------------------------------ */

  .hero-title,
  .heroSwap {
    font-size: 80px;
  }

  /* ---------------------------------------------------------------------
   Skillset
  ------------------------------------------------------------------------ */

  .skills-item-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #e32825;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .skills-item:hover {
    color: #ffffff;
  }

  .skills-item:hover .skills-item-box {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 20;
  }

  /* ---------------------------------------------------------------------
   Case Studies
  ------------------------------------------------------------------------ */

  .homeStudies-container {
    font-size: 0;
  }

  .homeStudy {
    display: inline-block;
    width: 50%;
    font-size: 0;
    height: 500px;
    cursor: pointer;
  }

  .homeStudy-mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(227, 40, 37, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }

  .homeStudy-button {
    display: block;
    margin-left: -15px;
    margin-top: 30px;
    margin-bottom: -70px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .homeStudy:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .homeStudy:hover .homeStudy-mask {
    opacity: 1;
  }

  .homeStudy:hover .highlight {
    background: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .homeStudy:hover .homeStudy-button {
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* ---------------------------------------------------------------------
   Full Rotate
  ------------------------------------------------------------------------ */

  .clockSlider {
    position: absolute;
    top: 25%;
    width: 100%;
  }

  .clockSlider-hd {
    font-size: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-bottom: 10px;
  }

  .clockSlider-ft {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-align: center;
  }

  .clockSlider-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
  }

  .clockSlider-one {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .clockSlider-two {
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -100%) rotate(90deg);
    -ms-transform: translate(0, -100%) rotate(90deg);
    transform: translate(0, -100%) rotate(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }

  .clockSlider-three {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(180deg);
    -ms-transform: translate(-50%, 0) rotate(180deg);
    transform: translate(-50%, 0) rotate(180deg);
  }

  .clockSlider-four {
    left: 0;
    top: 50%;
    -webkit-transform: translate(50%, -100%) rotate(270deg);
    -ms-transform: translate(50%, -100%) rotate(270deg);
    transform: translate(50%, -100%) rotate(270deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }

  .clockSlider.one .clockSlider-one {
    opacity: 1;
    -webkit-transition: all 0;
    transition: all 0;
  }

  .clockSlider.two {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
  }

  .clockSlider.two .clockSlider-two {
    opacity: 1;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
  }

  .clockSlider.three {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
  }

  .clockSlider.three .clockSlider-three {
    opacity: 1;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
  }

  .clockSlider.four {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
  }

  .clockSlider.four .clockSlider-four {
    opacity: 1;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
  }

  .clockSlider.reset {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
  }

  .clockSlider.reset .clockSlider-one {
    opacity: 1;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
  }

  /* ---------------------------------------------------------------------
   Timer
  ------------------------------------------------------------------------ */

  .timer {
    display: block;
  }

  .timer-path {
    stroke-dasharray: 460;
    stroke-dashoffset: 460;
    pointer-events: none;
    positon: relative;
    z-index: 1;
  }

  .timerSection {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 3;
    pointer-events: bounding-box;
  }

  .timerSection:hover path {
    fill: #90181c;
  }

@-webkit-keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
}

@-webkit-keyframes reverseDash {
    to {
      stroke-dashoffset: 460;
    }
}

@keyframes reverseDash {
    to {
      stroke-dashoffset: 460;
    }
}

  .timer-1-path.active {
    -webkit-animation: dash 4s linear forwards;
    animation: dash 4s linear forwards;
  }

  .timer-2-path.active {
    -webkit-animation: dash 4s linear forwards;
    animation: dash 4s linear forwards;
  }

  .timer-3-path.active {
    -webkit-animation: dash 4s linear forwards;
    animation: dash 4s linear forwards;
  }

  .timer-4-path.active {
    -webkit-animation: dash 4s linear forwards;
    animation: dash 4s linear forwards;
  }

  .timer.reset .timer-path {
    stroke-dashoffset: 0;
    -webkit-animation: reverseDash 3.5s linear backwards;
    animation: reverseDash 3.5s linear backwards;
  }

  .timer.one .timerSection-1 path,
  .timer.two .timerSection-2 path,
  .timer.three .timerSection-3 path,
  .timer.four .timerSection-4 path {
    fill: #90181c;
  }

  .timer.one .timer-1-path,
  .timer.two .timer-2-path,
  .timer.three .timer-3-path,
  .timer.four .timer-4-path {
    stroke-dashoffset: 0;
  }

  /* ---------------------------------------------------------------------
   Case Study
  ------------------------------------------------------------------------ */

  .masthead {
    padding-bottom: 0;
  }

  .masthead-logo {
    margin-bottom: 20px;
  }

  .masthead-logo img {
    margin: 0;
  }

  .masthead-display {
    position: relative;
  }

  .masthead-tagline {
    background: rgba(227, 40, 37, 0.7);
    color: #ffffff;
    padding: 12px 0;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 3;
    box-shadow: 15px 0 0 rgba(227, 40, 37, 0.7), -15px 0 0 rgba(227, 40, 37, 0.7);
    text-decoration: none;
    box-decoration-break: clone;
  }

  .masthead-content {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 20px;
  }

  .csDetails {
    padding: 80px 0;
  }

  .csDetails .userContent {
    margin-top: 0;
  }

  .owl-carousel.study,
  .additionalStatistics {
    padding: 0 30px 0 0;
  }

  .csHighlight {
    background: rgba(227, 40, 37, 0.7);
    color: #ffffff;
    padding: 12px 0;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 3;
    box-shadow: 15px 0 0 rgba(227, 40, 37, 0.7), -15px 0 0 rgba(227, 40, 37, 0.7);
    text-decoration: none;
    box-decoration-break: clone;
    display: inline-block;
    line-height: 1;
  }

  /* ---------------------------------------------------------------------
   Grid Studies
  ------------------------------------------------------------------------ */

  .gridStudies-container {
    font-size: 0;
  }

  .gridStudy {
    display: inline-block;
    width: 50%;
    font-size: 0;
    height: 400px;
    cursor: pointer;
  }

  .gridStudy-mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(227, 40, 37, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }

  .gridStudy-button {
    display: block;
    margin-left: -15px;
    margin-top: 30px;
    margin-bottom: -70px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gridStudy:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gridStudy:hover .gridStudy-mask {
    opacity: 1;
  }

  .gridStudy:hover .highlight {
    background: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gridStudy:hover .gridStudy-button {
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* ---------------------------------------------------------------------
   Work Page
  ------------------------------------------------------------------------ */

  .masthead_work .masthead-headline {
    top: 100px;
  }

  .masthead-headline {
    font-size: 60px;
    padding: 100px 0;
  }

  .workMap {
    padding: 238px 0 40px;
  }

  /* ---------------------------------------------------------------------
   Careers
  ------------------------------------------------------------------------ */

  .careerListing {
    padding: 80px 0;
  }

  .careerCard {
    font-size: 0;
  }

  .careerCard > * {
    display: inline-block;
    vertical-align: middle;
  }

  .careerCard > * + * {
    margin-top: 0;
  }

  .careerCard-title {
    width: 47%;
  }

  .careerCard-location,
  .careerCard-date {
    width: 25%;
    margin-left: 1%;
  }

  .careerCard-date {
    display: inline-block;
  }

  .careerCard_benefits .careerCard-title {
    display: inline-block;
    width: 90%;
  }

  .careerCard_benefits .careerCard-arrow {
    display: inline-block;
    width: 10%;
  }

  /* ---------------------------------------------------------------------
   Contact Page
  ------------------------------------------------------------------------ */

  .contactForm input[type="submit"] {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    text-indent: 0;
    float: right;
  }

  .categoryFilter {
    overflow: hidden;
  }

  .categoryFilter > * {
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }

  .categoryFilter > * + * {
    margin-left: 2%;
  }

  /* ---------------------------------------------------------------------
   Sidebar
  ------------------------------------------------------------------------ */

  #secondary {
    margin-top: 0;
    padding-left: 35px;
  }

  /* ---------------------------------------------------------------------
   People Grid
  ------------------------------------------------------------------------ */

  .person {
    width: 180px;
    height: 180px;
  }

  .person:hover .person-hover {
    opacity: 1;
  }

  .person-hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(227, 40, 37, 0.7);
    color: #ffffff;
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .person-hover > * {
    display: block;
  }

  .person-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .person-exp {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
  }

  .person-exp > * {
    display: block;
    margin-bottom: 5px;
  }

  .person-option {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
  }

  .author-mb {
    overflow: hidden;
  }

  .author-media {
    max-width: 50%;
    float: left;
    margin-right: 20px;
  }

  .author-details {
    overflow: hidden;
  }

  .blog-container > * {
    padding: 60px 0;
  }

  /* ---------------------------------------------------------------------
   Community
  ------------------------------------------------------------------------ */

  .community-crumbs-headline {
    display: inline-block;
  }

  .community-crumbs-link {
    display: inline-block;
    margin: 0 0 0 20px;
  }

  .community-posts .row > * + * {
    margin-top: 0;
  }

  /* ---------------------------------------------------------------------
   Meetup
  ------------------------------------------------------------------------ */

  .meetup + .meetup {
    margin-top: 0;
  }

  .community-posts .row + .row {
    margin-top: 60px;
  }

  /* ---------------------------------------------------------------------
   Technology
  ------------------------------------------------------------------------ */

  .techSection .hdg {
    margin-bottom: 40px;
  }

  .techItem-media {
    float: left;
    margin-right: 30px;
  }

  .techItem-content {
    overflow: hidden;
  }

  .techSection + .techSection {
    margin-top: 70px;
    padding-top: 70px;
  }

  .techItem-media-container {
    width: 160px;
    height: 160px;
    max-width: 160px;
  }

  .techItem {
    width: 160px;
    height: 160px;
  }

  .techSection {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .technologyPage .row + .row .techSection {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ced5d7;
  }

  /* ---------------------------------------------------------------------
   Comments
  ------------------------------------------------------------------------ */

  .comment-form-author,
  .comment-form-email {
    width: 50%;
  }

  /* ---------------------------------------------------------------------
   Comment Replies
  ------------------------------------------------------------------------ */

  .comment-author {
    margin-bottom: 20px;
  }

  .comment-meta {
    margin-bottom: 20px;
  }

  .comment p {
    line-height: 1.5;
    padding-bottom: 30px;
  }

  .comment-body {
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  .comment-list .children {
    margin-left: 50px;
  }

  /* ---------------------------------------------------------------------
   Tabs
  ------------------------------------------------------------------------ */

  .tab:hover {
    background: #404040;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* ---------------------------------------------------------------------
   Training
  ------------------------------------------------------------------------ */

  .trainingIntro {
    margin: 0 auto 70px;
  }

  /* ---------------------------------------------------------------------
   Training Detail Page
  ------------------------------------------------------------------------ */

  .trainer-media {
    float: left;
    margin-right: 30px;
  }

  .trainer-content {
    overflow: hidden;
  }

  /* ---------------------------------------------------------------------
   Technology
  ------------------------------------------------------------------------ */

  .workshopItem-media {
    float: left;
    margin-right: 30px;
  }

  .workshopItem-content {
    overflow: hidden;
  }

  .techSection + .techSection {
    margin-top: 70px;
    padding-top: 70px;
  }

  .workshopItem-media-container {
    width: 160px;
    height: 160px;
    max-width: 160px;
  }

  .communityWorkshopItem-media {
    float: none;
    margin-right: 0;
  }

  .communityWorkshopItem-content {
    overflow: hidden;
  }

  .communityWorkshopItem-media-container {
    display: block;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  /* ---------------------------------------------------------------------
   Header
  ------------------------------------------------------------------------ */

  .site-branding {
    float: left;
    width: 350px;
  }

  .siteNavigation {
    display: inline-block !important;
    float: right;
    position: relative;
    width: auto;
    height: 69px;
    vertical-align: top;
    padding-right: 20px;
  }

  .siteNavigation .menu {
    height: 69px;
  }

  .siteNavigation .menu li {
    display: inline-block;
  }

  .siteNavigation .menu a {
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding-left: 14px;
    padding-right: 14px;
    height: 69px;
    line-height: 69px;
  }

  .siteNavigation .menu a:hover ~ .sub-menu {
    display: block;
  }

  .siteNavigation .menu a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e32825;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .siteNavigation .menu a:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .siteNavigation .sub-menu {
    display: none;
    position: absolute;
    background: #404040;
  }

  .siteNavigation .sub-menu li {
    display: block;
  }

  .siteNavigation .sub-menu a {
    line-height: 1.3;
    height: auto;
    padding: 20px;
  }

  .siteNavigation .sub-menu:hover {
    display: block;
  }

  .footer-contactForm input[type="submit"] {
    display: inline-block;
    width: auto;
    text-indent: 0;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
  }

  /* ---------------------------------------------------------------------
   Grid Studies
  ------------------------------------------------------------------------ */

  .gridStudy {
    width: 33.3333%;
  }

  /* ---------------------------------------------------------------------
   Sidebar
  ------------------------------------------------------------------------ */

  #secondary {
    padding-left: 65px;
  }

  .consultant {
    width: 265px;
  }

  /* ---------------------------------------------------------------------
   Technology
  ------------------------------------------------------------------------ */

  .techSection {
    margin: 0 50px;
  }
}

@media (min-width: 1200px) {
  /* ---------------------------------------------------------------------
   Header
  ------------------------------------------------------------------------ */

  .siteNavigation .menu a {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
  }
}

/*# sourceMappingURL=app-min.css.map */