@-webkit-keyframes pulsate {
  from {
    width: 60%;
    height: 1px;
    margin: 0;
    opacity: 1;
  }
  to {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
@-moz-keyframes pulsate {
  from {
    width: 60%;
    height: 1px;
    margin: 0;
    opacity: 1;
  }
  to {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
@-o-keyframes pulsate {
  from {
    width: 60%;
    height: 1px;
    margin: 0;
    opacity: 1;
  }
  to {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
@keyframes pulsate {
  from {
    width: 60%;
    height: 1px;
    margin: 0;
    opacity: 1;
  }
  to {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-130px);
  }
  60% {
    -webkit-transform: translateY(-200px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-130px);
  }
  60% {
    -webkit-transform: translateY(-200px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-130px);
  }
  60% {
    -webkit-transform: translateY(-200px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-130px);
  }
  60% {
    -webkit-transform: translateY(-200px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(0%, 50%);
  }
}
@-moz-keyframes bounce {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(0%, 50%);
  }
}
@-o-keyframes bounce {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(0%, 50%);
  }
}
@keyframes bounce {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(0%, 50%);
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 300;
}

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

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

body {
  line-height: 1.3;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

.clear {
  width: 100%;
  display: block;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  padding: 0px 5px;
}

strong, b {
  font-weight: 700;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .alignleft,
.alignright {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.gallery-item {
  padding: 1%;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
}

input::-moz-placeholder {
  color: #000000;
  font-weight: 300;
}

input:-ms-input-placeholder {
  color: #000000;
  font-weight: 300;
}

input:-moz-placeholder {
  color: #000000;
  font-weight: 300;
}

input#s::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}

input#s::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}

input#s:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}

input#s:-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}

textarea::-webkit-input-placeholder {
  color: #000000;
  font-weight: 300;
}

textarea::-moz-placeholder {
  color: #000000;
  font-weight: 300;
}

textarea:-ms-input-placeholder {
  color: #000000;
  font-weight: 300;
}

textarea:-moz-placeholder {
  color: #000000;
  font-weight: 300;
}

input, select {
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #ebebeb;
  outline: none;
  font-family: "Quicksand", sans-serif;
}

textarea {
  border: 2px solid #ebebeb;
  outline: none;
  font-weight: 300;
}

input.qty {
  padding: 0px;
}

body, html {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  color: #666666;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}
a.moretag {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
}
a:hover {
  color: #b5b5b5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

h1 {
  font-size: 18px;
}
h1.pageTitle {
  padding-left: 20px;
  padding-right: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 18px;
}
h3.widgettitle {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
h3.sidebar_wtitle {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  margin-bottom: 15px;
  font-family: "Quicksand", sans-serif;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #ffffff;
}
h1.red, h2.red, h3.red, h4.red, h5.red, h6.red {
  color: #a62727;
}

p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #444;
}

.menu li.icon a {
  font-size: 0px;
  width: 30px;
  line-height: 40px;
  height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  border-radius: 20px;
}
.menu li.icon a:hover {
  background-color: #b5b5b5;
}
.menu li.icon a i {
  font-size: 16px;
}

.textCenter, .textcenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.FeatureCustomTextArea h1, .FeatureCustomTextArea h2, .FeatureCustomTextArea h3, .FeatureCustomTextArea h4, .FeatureCustomTextArea h5, .FeatureCustomTextArea h6 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
}

a.button {
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.button span {
  font-weight: 700;
}
a.button.whiteLine {
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
}
a.button.whiteLine:hover {
  background: #ffffff;
  color: #000000;
}
a.button.blackLine {
  border: 2px solid;
  border-color: #000000;
  color: #000000;
}
a.button.blackLine:hover {
  background-color: #000000;
  color: #ffffff;
}
a.button:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.spaceMe {
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0px;
  left: 0px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1240px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.wrapper.Sub {
  max-width: 900px;
}
.wrapper.Default {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px;
}
.wrapper.blog {
  overflow: hidden;
  padding-bottom: 20px;
}
.wrapper.overHide {
  overflow: hidden;
}
.wrapper.full {
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.half {
  width: 50%;
  float: left;
}

.quarter {
  width: 25%;
  float: left;
}

.thirty {
  width: 33%;
  float: left;
}

.sixty {
  width: 60%;
  float: left;
}

.fourty {
  width: 40%;
  float: left;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

#header {
  text-align: right;
  padding-top: 20px;
  width: 100%;
  position: relative;
  display: block;
  z-index: 9;
  margin-bottom: 20px;
}
#header.sticky {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  padding-bottom: 10px;
  -webkit-filter: drop-shadow(0px 0px 6px #7F7F7F);
          filter: drop-shadow(0px 0px 6px #7F7F7F);
}
#header.sticky .wrapper #logo {
  width: 150px;
}
.home #header.sticky {
  position: fixed;
  top: 0;
  background-color: #000000;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.home #header.sticky .wrapper {
  padding: 10px 20px;
}
.home #header.sticky .wrapper #logo{
  width: 200px;
}
@media screen and (max-width: 600px) {
  .home #header.sticky .wrapper #logo, 
  #header.sticky .wrapper #logo {
    width: 100px;
  }
}
#header .wrapper.nopad {
  display: block;
  padding: 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #header {
    text-align: center;
    padding-top: 10px;
  }
}
#header #logo {
  display: inline-block;
  line-height: 0px;
  font-size: 0px;
  width: 300px;
  text-align: left;
}
#header #logo img {
  width: auto;
  line-height: 0px;
  font-size: 0px;
}
#header.normal #logo {
  vertical-align: middle;
  width: 200px;
}
#header.normal #logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  #header.normal #logo {
    vertical-align: top;
  }
}
#header.normal #menu-wrapper {
  width: calc(100% - 205px);
  display: inline-block;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  vertical-align: baseline;
}
@media screen and (max-width: 1330px) {
  #header.normal #menu-wrapper {
    width: calc(100% - 205px);
    text-align: right;
    vertical-align: middle;
    margin-top: 0px;
  }
}
#header.normal #menu-wrapper .menuIcon a {
  font-size: 0px !important;
}
#header.normal #menu-wrapper .menuIcon a i {
  color: #000000;
  font-size: 20px !important;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1100px) {
  #header.normal #menu-wrapper .menuIcon a {
    font-size: inherit !important;
  }
  #header.normal #menu-wrapper .menuIcon a i {
    margin-right: 10px;
  }
}
#header.normal #menu-wrapper .menuIcon a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header.normal #menu-wrapper .hi_nav {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#header.normal #menu-wrapper #searchform {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  padding-top: 14%;
}
#header.normal #menu-wrapper #searchform input#s {
  width: 120px;
  float: left;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  color: #b5b5b5;
  padding: 0px;
  margin-left: 20px;
}
#header.normal #menu-wrapper #searchform input#s::-webkit-input-placeholder {
  color: #b5b5b5;
}
#header.normal #menu-wrapper #searchform input#s::-moz-placeholder {
  color: #b5b5b5;
}
#header.normal #menu-wrapper #searchform input#s:-ms-input-placeholder {
  color: #b5b5b5;
}
#header.normal #menu-wrapper #searchform input#s:-moz-placeholder {
  color: #b5b5b5;
}
#header.normal #menu-wrapper #searchform #searchsubmit {
  width: 40px;
  border: 0px;
  height: 30px;
  line-hight: 30px;
  font-size: 22px;
  margin: 0px;
  padding: 0px;
  color: #b5b5b5;
}
@media screen and (max-width: 1350px) {
  #header.normal #menu-wrapper #searchform {
    width: 140px;
  }
  #header.normal #menu-wrapper #searchform input#s {
    width: 80px;
  }
  #header.normal #menu-wrapper #searchform #searchsubmit {
    width: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  #header.normal #menu-wrapper #searchform {
    display: none;
  }
}
#header.normal .closer {
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}
#header.normal .closer:hover {
  cursor: pointer;
}
#header.splash {
  position: fixed;
}
#header.splash .wrapper {
  padding: 60px 20px 0px 0px;
}
@media screen and (max-width: 1000px) {
  #header.splash .wrapper {
    padding: 20px 10px 0px 0px;
  }
}
#header.splash #logo {
  vertical-align: top;
}
@media screen and (max-width: 550px) {
  #header.splash #logo {
    width: calc(100% - 205px);
  }
  #header.splash #logo img {
    width: 100%;
    height: auto;
  }
}
#header.splash #menu-wrapper {
  width: calc(100% - 305px);
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  #header.splash #menu-wrapper {
    width: 200px;
  }
}
#header .headerbkg {
  width: 100%;
  background-image: url("../images/header.png");
  height: 50px;
  background-position: bottom;
}
@media screen and (max-width: 600px) {
  #header .headerbkg {
    height: 30px;
  }
}

#searcher.active {
  position: fixed;
  top: 0px;
  height: 100%;
  left: 0px;
  display: block !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
#searcher.active #searchform {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
#searcher.active #searchform input#s {
  width: 90%;
  max-width: 600px;
  line-height: 60px;
  height: 60px;
  font-size: 22px;
  background: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: white;
}
#searcher.active #searchform input#s:focus {
  outline: none;
}
@media screen and (max-width: 600px) {
  #searcher.active #searchform input#s {
    width: 60%;
  }
}
#searcher.active #searchform button {
  background: transparent;
  border: 0px;
  color: #ffffff;
  line-height: 60px;
  font-size: 26px;
  opacity: 0.8;
  outline: none;
}

li.moveMe {
  color: #a62727 !important;
  font-size: 16px !important;
}
li.moveMe a {
  color: #a62727 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

#hi_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item {
  margin-right: 10px;
}
#hi_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item:last-child a {
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  #hi_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item:last-child a {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1350px) {
  #hi_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item {
    margin-right: 5px;
    text-align: right;
    background: transparent;
  }
}
@media screen and (max-width: 1200px) {
  #hi_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item .mega-sub-menu {
    background: transparent !important;
  }
  #hi_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item a {
    text-align: right !important;
    background: transparent !important;
  }
}
#hi_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menuIcon {
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  #hi_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menuIcon {
    margin-right: 5px;
  }
  #hi_wrapper #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menuIcon a {
    text-align: right;
    background: transparent;
  }
}
#hi_wrapper #header .topNav a {
  line-height: 30px;
  margin-left: 10px;
  text-transform: uppercase;
  color: #b5b5b5;
}
#hi_wrapper #header .topNav a i {
  margin-right: 3px;
}
#hi_wrapper #header .topNav a:hover {
  color: #000000;
}
#hi_wrapper #header .topNav a:first-child {
  margin-left: 0px;
}
#hi_wrapper #header .uspMenu {
  width: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ebebeb;
}
#hi_wrapper #header .uspMenu .uspItem {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 14px;
}
#hi_wrapper #header .uspMenu .uspItem:first-child {
  margin-left: 0px;
}
#hi_wrapper #header .uspMenu .uspItem i {
  margin-right: 10px;
}

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slider .overlayer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slider .n2-section-smartslider {
  width: 100%;
  height: 100vh;
}
.slider .n2-section-smartslider .n2-ss-slide-backgrounds,
.slider .n2-section-smartslider .n2-ss-slide,
.slider .n2-section-smartslider .n2-ss-slider-3.n2-ow,
.slider .n2-section-smartslider .n2-ss-slider-3.n2-ow {
  height: 100vh !important;
}
.slider .singleSlide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}
.slider .singleSlide a {
  width: 100vw;
  height: 100vh;
  display: block;
}
.slider .singleSlide a .bkg {
  width: 100vw;
  height: 100vh;
  background: no-repeat cover;
  background-size: cover;
}

.splashWrapper {
  padding: 40px 0px 20px 0px;
}

.mega-menu-splash-menu-mobile-open .overlayer {
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
}

section.homeCTA {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
section.homeCTA .ctalink {
  display: block;
  overflow: hidden;
  width: 100%;
}

/* Dark overlay added to Homepage banner images - DEVDEV UPDATE */
section.homeCTA .ctalink .CTAbanner {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1400px) {
  section.homeCTA .ctalink .CTAbanner {
    padding-top: 240px;
  }
}
@media screen and (max-width: 1399px) {
  section.homeCTA .ctalink .CTAbanner {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1100px) {
  section.homeCTA .ctalink .CTAbanner {
    padding-top: 150px;
  }
}
@media screen and (max-width: 700px) {
  section.homeCTA .ctalink .CTAbanner {
    padding-top: 80px;
  }
}
section.homeCTA .ctalink .CTAbanner .greyscale {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.homeCTA .ctalink .CTAbanner .greyscale.zoomin {
  transform: scale(1.1) !important;
  transition: 5s transform !important;
}
section.homeCTA .ctalink .CTAbanner .greyscale.zoomout {
  transform: scale(1.2) !important;
  transition: 5s transform !important;
}
section.homeCTA .ctalink .CTAbanner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
/* Changed the opacity to 1 to display the headings static. - DEVDEV */
section.homeCTA .ctalink .CTAbanner h2 {
  padding: 20px 40px 5px 20px;
  color: #fff;
  display: inline-block;
/* -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;*/
  font-size: 50px;
  opacity: 1;
  letter-spacing: 0.2em;
}
section.homeCTA .ctalink .CTAbanner:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
 section.homeCTA .ctalink .CTAbanner:hover .greyscale.zoomin {
  transform: scale(1.2) !important;
  transition: 5s transform !important;
}
section.homeCTA .ctalink .CTAbanner:hover .greyscale.zoomout {
  transform: scale(1.1) !important;
  transition: 5s transform !important;
}
/* Removed the additional overlay that isnt necessary -DEVDEV*/
/*section.homeCTA .ctalink .CTAbanner:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
} 
section.homeCTA .ctalink .CTAbanner:hover h2 {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; 
}
@media screen and (max-width: 800px) {
  section.homeCTA .ctalink .CTAbanner .overlay,
section.homeCTA .ctalink .CTAbanner h2 {
    opacity: 1;
  }
}

.mega-menu-splash-menu-mobile-open * {
  transition: all ease-in-out 0.5s !important;
}

.projectCTA {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.projectCTA .ctalink {
  display: block;
  overflow: hidden;
  width: 100%;
}
/* Dark overlay added to Project banners - DEVDEV UPDATE */ 
.projectCTA .ctalink .CTAbanner {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1400px) {
  .projectCTA .ctalink .CTAbanner {
    padding-top: 240px;
  }
}
@media screen and (max-width: 1399px) {
  .projectCTA .ctalink .CTAbanner {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .projectCTA .ctalink .CTAbanner {
    padding-top: 150px;
  }
}
@media screen and (max-width: 700px) {
  .projectCTA .ctalink .CTAbanner {
    padding-top: 80px;
  }
}
.projectCTA .ctalink .CTAbanner .greyscale {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.projectCTA .ctalink .CTAbanner .greyscale.zoomin {
  transform: scale(1.1) !important;
  transition: 5s transform !important;
}
.projectCTA .ctalink .CTAbanner .greyscale.zoomout {
  transform: scale(1.2) !important;
  transition: 5s transform !important;
}
.projectCTA .ctalink .CTAbanner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
/* Font size increase from 26px to 50px, opacity changed to 1 to make heading static - DEVDEV UPDATE */ 
.projectCTA .ctalink .CTAbanner h2 {
  padding: 20px 40px 5px 20px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 50px;
  opacity: 1;
}
.projectCTA .ctalink .CTAbanner:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.projectCTA .ctalink .CTAbanner:hover .greyscale.zoomin {
  transform: scale(1.2) !important;
  transition: 5s transform !important;
}
.projectCTA .ctalink .CTAbanner:hover .greyscale.zoomout {
  transform: scale(1.1) !important;
  transition: 5s transform !important;
}
/* Removal of unecessary overlay on the Projects Banners */
/*.projectCTA .ctalink .CTAbanner:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
}
.projectCTA .ctalink .CTAbanner:hover h2 {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 800px) {
  .projectCTA .ctalink .CTAbanner .overlay,
.projectCTA .ctalink .CTAbanner h2 {
    opacity: 1;
  }
}

section.pracWrap {
  width: 100%;
  display: block;
  padding-top: 0px;
  padding-bottom: 40px;
}
section.pracWrap .practiceImages {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
section.pracWrap .practiceImages:hover .image {
  transform: scale(1.1) !important;
  transition: 10s transform !important;
}
section.pracWrap .practiceImages .image {
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: auto;
  transform: scale(1) !important;
  transition: 5s transform !important;
}
section.pracWrap h1, section.pracWrap h2, section.pracWrap h3, section.pracWrap h4, section.pracWrap h5, section.pracWrap h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
section.pracWrap .wrapper.full {
  padding: 0px;
}
@media screen and (max-width: 1440px) {
  section.pracWrap .wrapper.full {
    padding: 20px 20px 0px 20px;
  }
}

section.awardsPage {
  display: block;
  width: 100%;
}
section.awardsPage .row {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: bottom;
  flex-direction: row;
  margin-bottom: 20px;
}
section.awardsPage .row .half.image img {
  max-height: 300px;
  float: right;
}
section.awardsPage .row .half.content .content {
  width: 90%;
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  padding: 0px 22px 0px 22px;
}
section.awardsPage .row .half.content .content p {
  font-size: 14px;
  color: inherit;
}
section.awardsPage .row .half.content .content h1, section.awardsPage .row .half.content .content h2, section.awardsPage .row .half.content .content h3, section.awardsPage .row .half.content .content h4, section.awardsPage .row .half.content .content h5, section.awardsPage .row .half.content .content h6 {
  font-size: 20px;
  color: inherit;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  section.awardsPage .row {
    display: block;
  }
  section.awardsPage .row .half {
    width: 100%;
  }
  section.awardsPage .row .half.image img {
    max-height: 300px;
    float: left;
  }
  section.awardsPage .row .half.content {
    margin-bottom: 20px;
    text-align: left !important;
  }
  section.awardsPage .row .half.content .content {
    width: 100%;
    text-align: left !important;
    padding: 0px 20px 0px 20px;
  }
}

.video_banner {
  width: 100%;
  font-size: 0px;
  text-align: center;
  margin-bottom: 20px;
}
.video_banner iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1000px) {
  .video_banner iframe {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .video_banner iframe {
    height: 200px;
  }
}

section.gridPage {
  display: block;
  width: 100%;
}
section.gridPage .row {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
section.gridPage .row .half.image {
  width: 49%;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
section.gridPage .row .half.image img {
  display: block;
  float: right;
  max-height: 100%;
  width: auto;
  box-sizing: border-box;
  max-height: 400px;
}
section.gridPage .row .half.content {
  width: 49%;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
section.gridPage .row .half.content .content {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0px 40px 0px 10px;
}
section.gridPage .row .half.content .content p {
  font-size: 14px;
  color: inherit;
}
section.gridPage .row .half.content .content h1, section.gridPage .row .half.content .content h2, section.gridPage .row .half.content .content h3, section.gridPage .row .half.content .content h4, section.gridPage .row .half.content .content h5, section.gridPage .row .half.content .content h6 {
  font-size: 20px;
  color: inherit;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  section.gridPage .row {
    display: block;
  }
  section.gridPage .row .half {
    width: 100%;
  }
  section.gridPage .row .half.image {
    margin-bottom: 0px;
  }
  section.gridPage .row .half.image img {
    max-height: 300px;
  }
  section.gridPage .row .half.content {
    margin-bottom: 20px;
    text-align: left !important;
  }
  section.gridPage .row .half.content .content {
    width: 100%;
    text-align: left !important;
    padding: 0px 20px 0px 20px;
  }
}
@media screen and (max-width: 800px) {
  section.gridPage.mediaTemplate .half, section.gridPage.PeoplePage .half {
    width: 100% !important;
  }
  section.gridPage.mediaTemplate .half.image, section.gridPage.PeoplePage .half.image {
    margin-bottom: 0px !important;
  }
  section.gridPage.mediaTemplate .half.image img, section.gridPage.PeoplePage .half.image img {
    float: none;
    margin: 0px auto;
  }
}
section.gridPage.mediaTemplate .half .content, section.gridPage.PeoplePage .half .content {
  color: #000000;
  vertical-align: bottom;
}

span.smallReadHeading {
  font-size: 16px;
  color: #a62727;
  display: inline-block;
  line-height: 20px;
  height: 20px;
  position: relative;
  left: 174px;
  margin-top: -10px;
  margin-bottom: 10px;
}

article.blog {
  padding-bottom: 40px;
}
article.blog .main-carousel .gallery-cell {
  width: 100%;
  height: auto;
  display: block;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
}
article.blog .main-carousel .flickity-button {
  background-color: transparent;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
article.blog .main-carousel .flickity-button.previous {
  background-image: url("../images/arrow-left.png");
  left: 20px;
}
article.blog .main-carousel .flickity-button.next {
  background-image: url("../images/arrow-right.png");
  right: 20px;
}
article.blog .main-carousel .flickity-button .flickity-button-icon {
  display: none;
}
article.blog .main-carousel .flickity-prev-next-button {
  width: 40px;
  height: 80px;
  background-color: transparent;
}
article.blog h1.fullTitle {
  margin-top: 40px;
  font-size: 18px;
}
article.blog .twoThirds {
  width: 70%;
  float: left;
  padding-right: 20%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  article.blog .twoThirds {
    width: 100%;
    padding-right: 0px;
  }
}
article.blog .twoThirds * {
  font-size: 14px;
}
article.blog .oneThirds {
  width: 200px;
  float: right;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
article.blog .oneThirds a.postSocialLink {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  margin-top: 20px;
  font-size: 22px;
}
article.blog .oneThirds .addtoany_shortcode {
  margin-left: -14px;
}
article.blog .oneThirds .addtoany_shortcode a {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  article.blog .oneThirds {
    width: 100%;
    padding-left: 0px;
  }
  article.blog .oneThirds .addtoany_shortcode {
    rgin-left: 0px;
  }
}
article.blog .postContent {
  margin: 20px auto 40px auto;
  overflow: hidden;
}

.wrapper.category {
  margin-top: 20px;
}
.wrapper.category .spWrapper {
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
}
.wrapper.category .spWrapper .imageWrapper {
  position: relative;
}
.wrapper.category .spWrapper .imageWrapper h2 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 0px 0px 20px 20px;
}
.wrapper.category .spWrapper .dateWrapper {
  width: 100%;
  float: left;
  clear: both;
  margin: 10px 0px 10px 0px;
  color: #000000;
  font-weight: bold;
}
.wrapper.category .spWrapper .excerptWrapper a.moretag {
  display: inline-block;
  float: none;
  clear: none;
  width: auto;
  margin: 0px 0px 0px 10px;
  color: #a62727;
}
.wrapper.category .spWrapper:hover .imageWrapper h2 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

.pagination {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 20px 0px 20px 0px;
  margin-top: 60px;
}
.pagination a {
  color: #b5b5b5;
  padding: 0px 25px 0px 30px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 46px;
  height: 50px;
  display: inline-block;
}
.pagination .nav-previous {
  width: 50%;
  float: left;
  clear: none;
  text-align: left;
  margin: 0px;
  padding-left: 20px;
  box-sizing: border-box;
}
.pagination .nav-previous a {
  background-image: url("../images/post-left.png");
  background-repeat: no-repeat;
  background-size: 10px 15px;
  background-position: left center;
}
.pagination .nav-next {
  width: 50%;
  float: right;
  clear: none;
  text-align: right;
  margin: 0px;
  padding-right: 20px;
  box-sizing: border-box;
}
.pagination .nav-next a {
  background-image: url("../images/post-right.png");
  background-repeat: no-repeat;
  background-size: 10px 15px;
  background-position: right center;
}

.post-template-post-template-custom .featuredSection {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0px auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .post-template-post-template-custom .featuredSection {
    padding: 0px 20px;
    box-sizing: border-box;
  }
}
.post-template-post-template-custom .featuredSection .posterFixedTitle {
  color: #ffffff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80%;
  font-size: 50px;
}
.post-template-post-template-custom .imageWrap {
  font-size: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0px auto;
}
@media screen and (max-width: 1240px) {
  .post-template-post-template-custom .imageWrap {
    padding: 0px 20px;
    box-sizing: border-box;
  }
}
.post-template-post-template-custom .imageWrap a {
  box-sizing: border-box;
}
.post-template-post-template-custom .imageWrap .half.left {
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .post-template-post-template-custom .imageWrap .half.left {
    padding: 0px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.post-template-post-template-custom .imageWrap .half.right {
  padding-left: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .post-template-post-template-custom .imageWrap .half.right {
    padding: 0px;
    width: 100%;
  }
}
.post-template-post-template-custom .imageWrap.halvies {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .post-template-post-template-custom .imageWrap.halvies {
    display: block;
  }
}
.post-template-post-template-custom .wrapper.PostContent {
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: 40px;
}

.blog .featuredPosts .ctalink {
  width: 50%;
  float: left;
  height: 600px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.blog .featuredPosts .ctalink .featuredPost {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 600px;
  width: 100%;
  transform: scale(1) !important;
  transition: 6s transform !important;
}
.blog .featuredPosts .ctalink .featuredPost .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 0px 40px 40px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog .featuredPosts .ctalink .featuredPost .text h2 {
  margin: 0px;
  font-size: 26px;
}
.blog .featuredPosts .ctalink .featuredPost .text .theExcerpt p {
  margin: 0px;
  color: #ffffff;
}
.blog .featuredPosts .ctalink .featuredPost:hover {
  transform: scale(1.1) !important;
  transition: 6s transform !important;
}
.blog .featuredPosts .ctalink .featuredPost:hover .text {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .blog .featuredPosts .ctalink {
    height: 400px;
  }
  .blog .featuredPosts .ctalink .featuredPost {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .blog .featuredPosts .ctalink {
    width: 100%;
  }
  .blog .featuredPosts .ctalink .featuredPost .text {
    opacity: 1;
  }
}

#hi_wrapper .gform_wrapper {
  margin: 0px;
}
#hi_wrapper .gform_wrapper .ginput_container {
  margin-top: 0px;
  margin-bottom: 10px;
}
#hi_wrapper .gform_wrapper li.gfield {
  margin-top: 0px;
}
#hi_wrapper .gform_wrapper li.gfield input {
  margin: 0px;
}
#hi_wrapper .gform_wrapper li.gfield input,
#hi_wrapper .gform_wrapper li.gfield textarea {
  border: 2px solid #ebebeb;
  padding: 10px;
}
#hi_wrapper .gform_wrapper .gform_footer {
  margin: 0px;
  padding: 0px;
}
#hi_wrapper .gform_wrapper .gform_footer input.button {
  width: 100px;
  line-height: 26px;
  display: inline-block;
  box-sizing: border-box !important;
  padding: 0px 10px;
  -webkit-appearance: none;
  background: #000000;
  border: 2px solid;
  border-color: #000000;
  color: #ffffff;
}
#hi_wrapper .gform_wrapper .gform_footer input.button:hover {
  color: #000000;
  cursor: pointer;
  background-color: #ffffff;
}

.page-template-templatespage-template-contact-php .ContactTemplate {
  margin-top: 80px;
}
.page-template-templatespage-template-contact-php .ContactTemplate h1, .page-template-templatespage-template-contact-php .ContactTemplate h2, .page-template-templatespage-template-contact-php .ContactTemplate h3, .page-template-templatespage-template-contact-php .ContactTemplate h4, .page-template-templatespage-template-contact-php .ContactTemplate h5, .page-template-templatespage-template-contact-php .ContactTemplate h6 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.page-template-templatespage-template-contact-php .fifty {
  box-sizing: border-box;
}
.page-template-templatespage-template-contact-php .fifty.leftcontent {
  padding-right: 20px;
}
.page-template-templatespage-template-contact-php .fifty.rightcontent {
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .page-template-templatespage-template-contact-php .fifty {
    width: 100%;
  }
  .page-template-templatespage-template-contact-php .fifty.leftcontent, .page-template-templatespage-template-contact-php .fifty.rightcontent {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.page-template-templatespage-template-contact-php h4.socialTitle {
  font-weight: 300;
  margin-bottom: 20px;
}
.page-template-templatespage-template-contact-php a.postSocialLink {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-size: 22px;
}

@media screen and (max-width: 700px) {
  .page-template-page-template-generic .half {
    width: 100%;
  }
}
.page-template-page-template-generic .half .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  clear: none;
}

.post-template-templates .singlePagePostWrapper {
  width: 80%;
  display: block;
  float: left;
  padding-right: 40px;
  box-sizing: border-box;
}
.post-template-templates .singlePostPageSidebar {
  width: 20%;
  display: block;
  float: left;
  padding-top: 90px;
}
.post-template-templates .singlePostPageSidebar .sidebar-widget {
  margin-bottom: 30px;
}
.post-template-templates .singlePostPageSidebar .sidebar-widget.widget_shopping_cart .total {
  border-top: 3px solid #ebe9eb;
}
.post-template-templates .singlePostPageSidebar .sidebar-widget input[type=search] {
  width: 100%;
  margin-bottom: 10px;
}
.post-template-templates .singlePostPageSidebar .sidebar-widget a.button,
.post-template-templates .singlePostPageSidebar .sidebar-widget button[type=submit] {
  width: 100%;
  max-width: 280px;
  display: block;
  color: #ffffff;
  background: #000000;
  height: 30px;
  box-sizing: border-box;
  line-height: 26px;
  border-radius: 0px;
  border: 2px solid #000000;
  font-size: 16px;
  font-weight: 300;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.post-template-templates .singlePostPageSidebar .sidebar-widget a.button:hover,
.post-template-templates .singlePostPageSidebar .sidebar-widget button[type=submit]:hover {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
}

.bannerImage {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.bannerImage img {
  transform: scale(1) !important;
  transition: 5s transform !important;
}
.bannerImage:hover img {
  transform: scale(1.1) !important;
  transition: 10s transform !important;
}

.searchPosts {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.searchPosts .SearchResults {
  border-top: 2px solid #ebebeb;
  padding-top: 40px;
}
.searchPosts .SearchResults .alr {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ebebeb;
}
.searchPosts .SearchResults .imgWrapS {
  display: inline-block;
  vertical-align: middle;
}
.searchPosts .SearchResults .imgWrapS img {
  width: 200px;
  height: auto;
}
.searchPosts .SearchResults .contentWrapS {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 210px);
  box-sizing: border-box;
  padding-left: 20px;
}
.searchPosts .SearchResults .contentWrapS h4.theTitle {
  margin: 0px;
}
.searchPosts .SearchResults .contentWrapS a.button {
  padding: 0px;
  line-height: 40px;
}
.searchPosts #resultsSearchForm {
  width: 100%;
  max-width: 600px;
  display: inline-block;
}
.searchPosts #resultsSearchForm input {
  width: 90%;
  line-height: 60px;
  height: 60px;
  font-size: 22px;
  background: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  outline: none;
}
.searchPosts #resultsSearchForm button {
  background: transparent;
  border: 0px;
  color: #000000;
  line-height: 60px;
  font-size: 26px;
  outline: none;
}

#footer {
  padding: 80px 0px 0px 0px;
  display: block;
  width: 100%;
  overflow: hidden;
  color: #ebebeb;
  text-align: center;
}
#footer img.tothetop {
  width: 80px;
  margin-bottom: 80px;
  -webkit-animation-duration: 1s;
  -webkit-animation-duration--moz-animation-duration: 1s;
  -webkit-animation-duration--o-animation-duration: 1s;
  -webkit-animation-duration--o-animation-duration-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count--moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count--o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count--o-animation-iteration-count-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  -webkit-animation-name--moz-animation-name: bounce;
  -webkit-animation-name--o-animation-name: bounce;
  -webkit-animation-name--o-animation-name-animation-name: bounce;
  -webkit-animation-direction: alternate;
  -webkit-animation-direction--moz-animation-direction: alternate;
  -webkit-animation-direction--o-animation-direction: alternate;
  -webkit-animation-direction--o-animation-direction-animation-direction: alternate;
}
#footer img.tothetop:hover {
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #footer {
    padding: 40px 0px 0px 0px;
  }
  #footer img.tothetop {
    margin-bottom: 40px;
  }
}
#footer #copyright {
  width: 100%;
  clear: both;
  background-color: #ffffff;
  color: #b5b5b5;
  padding: 0px 0px 10px 0px;
}
#footer #copyright .copyright {
  text-align: center;
}
#footer #copyright .copyright a {
  color: #b5b5b5;
}
#footer #copyright .copyright a:hover {
  color: #000000;
}

/*# sourceMappingURL=style.css.map */
