/* 
 Theme Name: CATCH 
 */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

/* ============================================================
    Text styles
============================================================ */

@font-face { font-family: 'TUOS Stephenson'; src: url('fonts/steph-webfont.eot'); src: url('fonts/steph-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/steph-webfont.woff') format('woff'), url('fonts/steph-webfont.ttf') format('truetype'), url('fonts/steph-webfont.svgz#TUOSStephenson') format('svg'), url('fonts/steph-webfont.svg#TUOSStephenson') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'TUOS Blake'; src: url('fonts/blake-webfont.eot'); src: url('fonts/blake-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/blake-webfont.woff') format('woff'), url('fonts/blake-webfont.ttf') format('truetype'), url('fonts/blake-webfont.svgz#TUOSBlake') format('svg'), url('fonts/blake-webfont.svg#TUOSBlake') format('svg'); font-weight: normal; font-style: normal; }


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-youtube:before {
  content: "\f167";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter {
  padding-top: 5px;

}

.fa-twitter:before {
  content: "\f099";
}

.fa-envelope:before {
  content: "\f0e0";
}

.blogger {
  margin-top: 8px;
  display: block;
}

.blogger_f {
  margin-top: 8px;
  display: block;
  text-align: center;
  margin-left: 12px;
}

.blogger_f img {
  text-align: center;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 4em;
}

@media (max-width:480px) {

.blogger {
  margin-top: 3px;
  display: block;
}

}

/* 

/* ============================================================
    General Widths
============================================================ */

.container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}


.full_width {
	width: 100%;
	float: left;
}

.pad_top_btm {
  padding: 6% 0 2% 0;
}

.pad_news {
  padding: 4% 0 4% 0;
}

.pad_icons {
  padding: 10% 0 10% 0;
}

.dntshw {
  display: none;
}

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

.col_1_of_2_pad {
  width: 45%;
  float: left;
  padding-right: 5%!important;
}

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

.parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: static;
  z-index: -1;
}

.align_right {
  float: right;
  margin-right: 10%;

}

.npad_btm {
  padding-bottom: 10%!important;
}

@media (max-width:1440px) {
.container {
  width: 100%;
}

}

@media (max-width:1240px) {

.parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: static;
  z-index: -1;
}

}

@media (max-width:800px) {

.col_1_of_2 {
  width: 100%;
  float: left;
}
}

@media (max-width:480px) {

.col_1_of_2 {
  width: 100%;
  float: left;
}

.col_1_of_2_pad {
  width: 100%;
  float: left;
}

.align_right {
  text-align: center;
  margin-left: 25%;
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
  margin-right: 25%;
}

}


/* ============================================================
    Color
============================================================ */

.dark_grey {
  color:#808285!important;
}

.red {
  color: #ef3d54;
}

.wht_bg {
  background: #fff;
}

.grey_bg {
  background: #8d99ad;
}

.red_bg {
  background: #ef3d54;
}

.cyan_bg {
  background: #a9dadc;
}

.dark_bg {
  background: #58595b;
}

.yellow_bg {
  background: #fbde80;
}




/* ============================================================
    Animations
============================================================ */

/* 


@charset "UTF-8";

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

.fadeDown {
  visibility: hidden;
  opacity: 0.0;
  position: relative;
  margin-bottom: 60px;
}

.fadeUp {
  visibility: hidden;
  opacity: 0.0;
  position: relative;
  margin-bottom: 60px;
  margin-top: 50px;
}

ul.icons_list li:nth-child(1){
    -webkit-animation-delay: .2s;
}

ul.icons_list li:nth-child(2){
    -webkit-animation-delay: .4s;
}

ul.icons_list li:nth-child(3){
    -webkit-animation-delay: .6s;
}

ul.icons_list li:nth-child(4){
    -webkit-animation-delay: .8s;
}

ul.icons_list li:nth-child(5){
    -webkit-animation-delay: 1s;
}

ul.icons_list li:nth-child(6){
    -webkit-animation-delay: 1.2s;
}

ul.icons_list li:nth-child(7){
    -webkit-animation-delay: 1.4s;
}

ul.icons_list li:nth-child(8){
    -webkit-animation-delay: 1.6s;
}

ul.icons_list li:nth-child(9){
    -webkit-animation-delay: 1.8s;
}

ul.icons_list li:nth-child(10){
    -webkit-animation-delay: 2s;
}

ul.icons_list li:nth-child(11){
    -webkit-animation-delay: 2.2s;
}

ul.icons_list li:nth-child(12){
    -webkit-animation-delay: 2.4s;
}

ul.screengrabs li:nth-child(1){
    -webkit-animation-delay: .2s;
}

ul.screengrabs li:nth-child(2){
    -webkit-animation-delay: .4s;
}

ul.screengrabs li:nth-child(3){
    -webkit-animation-delay: .6s;
}

ul.screengrabs li:nth-child(4){
    -webkit-animation-delay: .8s;
}

ul.screengrabs li:nth-child(5){
    -webkit-animation-delay: 1s;
}

ul.screengrabs li:nth-child(6){
    -webkit-animation-delay: 1.2s;
}

ul.screengrabs li:nth-child(7){
    -webkit-animation-delay: 1.4s;
}

ul.screengrabs li:nth-child(8){
    -webkit-animation-delay: 1.6s;
}

ul.screengrabs li:nth-child(9){
    -webkit-animation-delay: 1.8s;
}

ul.screengrabs li:nth-child(10){
    -webkit-animation-delay: 2s;
}

ul.screengrabs li:nth-child(11){
    -webkit-animation-delay: 2.2s;
}

ul.screengrabs li:nth-child(12){
    -webkit-animation-delay: 2.4s;
}

.hideme{
     opacity:0;
}

li.hideme{
     opacity:1;

}


.visible{
     opacity:1;
     display: block;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,kbd,pre,samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button,input,select,textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,input {
  line-height: normal;
}

button,select {
  text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

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

.recaptcha_widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  border: 1px solid #A5A5A5;
  padding: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #E0E0E0;
  margin: 0 0 10px;
}

.recaptcha-wrap-error .recaptcha_widget {
  border: 2px solid #df8f90;
  padding: 2px;
}

#recaptcha_image {
  width: 100%!important;
  height: auto!important;
}

#recaptcha_image img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 3px solid #FFF;
}

.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
  overflow: hidden;
}

.recaptcha_is_showing_audio #recaptcha_image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 3px solid #FFF;
}

.recaptcha_is_showing_audio #recaptcha_image br {
  display: none;
}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
  display: block;
}

html .recaptcha_input {
  background: #FFF!important;
  color: #000!important;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-family: 'Open Sans', Arial, sans-serif;  
  margin: 4px 0 0!important;
  padding: 0 4px 4px!important;
  border: 1px solid #A5A5A5!important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

html .recaptcha_input label {
  margin: 0 0 6px!important;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html .recaptcha_input input {
  width: 96%!important;
  padding: 0 2%;
  margin: 0;
}

.recaptcha_options {
  list-style: none!important;
  margin: 4px 0 0!important;
  height: 18px!important;
  padding: 0!important;
}

.recaptcha_options li {
  float: left!important;
  margin: 0 4px 0 0!important;
}

.recaptcha_options li a {
  text-decoration: none!important;
  text-shadow: 0 1px 1px #000;
  font-size: 16px!important;
  color: #FFF!important;
  display: block!important;
  width: 20px!important;
  height: 18px!important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.recaptcha_options li a:active {
  position: relative!important;
  top: 1px!important;
  text-shadow: none;
}

.recaptcha_options i {
  display: block!important;
  width: 20px!important;
  height: 18px!important;
  background: transparent url(images/recaptcha-icons.png) no-repeat 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.recaptcha_options i.icon-volume-up {
  background: transparent url(images/recaptcha-icons.png) no-repeat -24px 0;
}

.recaptcha_options i.icon-picture {
  background: transparent url(images/recaptcha-icons.png) no-repeat -48px 0;
}

.recaptcha_options i.icon-question-sign {
  background: transparent url(images/recaptcha-icons.png) no-repeat -72px 0;
}

.captcha_hide {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 0;
  padding: 0;
  color: #2e2e2e;
  font-family: 'Open Sans', Arial, sans-serif;  
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width:420px) {
  body {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

b,strong {
  font-family: 'Open Sans', Arial, sans-serif;  

}

img {
  display: block;
  max-width: 100%;
}

.fluid-width-video-wrapper {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

video {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  width: 100%!important;
}

a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.divider {
  clear: both;
  overflow: hidden;
  margin: 0 auto 20px;
  margin: 0 auto 2rem;
  width: 100%;
  height: 47px;
  background: transparent url(images/divider.jpg) no-repeat center center;
}

.border {
  padding-bottom: 10px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.gallery {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.gallery-item {
  display: inline-block;
  margin: 0;
  width: 32%;
  zoom: 1;
  *display: inline;
}

@media (max-width:680px) {
  .gallery-item {
    width: 100%;
    text-align: center;
  }
}

@media (max-width:680px) {
  .gallery-item img {
    margin: 0 auto 10px;
    margin: 0 auto 1rem;
    width: 100%;
  }
}

.content {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.6rem;
  line-height: 2.25rem;
  color: #808285;
  font-family: 'Open Sans', Arial, sans-serif;  
  width: 100%;
  float: left;
  font-weight: 300;

}

.content h1 {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  color: #2e2e2e;
  margin: 0 0 20px;
  margin: 0 0 2rem;
}


.content p,.content img,.content table {
  margin: 0 0 20px;
  margin: 0 0 2rem;
}

.content h2 {
  font-family: 'TUOS Stephenson', Georgia, serif;
  text-align: left;
  color: #ef3d54;
  font-size: 3rem;
  margin: 0;
  padding: 0;
  line-height: 4.2rem;
  margin-bottom: 20px;
}

.content h2 a {
  color: #ef3d54;
  text-decoration: none;
}

.content h2 a:hover {
  text-decoration: underline;

}

.content h3 {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #808285;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
  font-family: 'Open Sans', Arial, sans-serif;  }

.content h4 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #808285;
  margin: 0 0 14px;
  margin: 0 0 1.4rem;
  font-family: 'Open Sans', Arial, sans-serif;  }

.content h5 {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #808285;
  margin: 0 0 12px;
  margin: 0 0 1.2rem;
  font-family: 'Open Sans', Arial, sans-serif;  }

.content h6 {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #808285;
  margin: 0 0 10px;
  margin: 0 0 1rem;
  font-family: 'Open Sans', Arial, sans-serif;  }

.content p {
  font-family: 'Open Sans', Arial, sans-serif;  
  text-align: left;
  color: #808285;
  font-size: 1.6rem;
  margin-top: 30px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.6;
}

.content blockquote, .content blockquote p {
  font-size: 20px;
  line-height: 30px;
  font-size: 2.6rem;
  line-height: 1.4;
  margin: 10px 0 15px;
  margin: 1rem 0 1.5rem;
  color: #808285;
  font-weight: 400;
  font-family: 'TUOS Stephenson', Georgia;
  font-weight: lighter;
}

.content a {
  color: #808285;
  text-decoration: underline;
}

.content ul li h2 {
  font-family: 'TUOS Stephenson', Georgia, serif;
  text-align: center;
  color: #ef3d54;
  font-size: 20rem;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.2;
}

.content ul li p {
  font-family: 'TUOS Stephenson', Georgia, serif;
  text-align: center;
  color: #808285;
  font-size: 3rem;
  margin-top: 30px;
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.content ul li a {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.content ul li p a {
  font-family: 'Open Sans', Arial, sans-serif;  
  text-align: center;
  color: #808285;
  margin-bottom: 20px;
  margin: 0;
  margin-top: 20px;
  font-weight: 600;
  padding: 0;
  padding-top: 20px;
  border:none;
}

@media (max-width:800px) {
  .content img {
    width: 100%;
    margin: 0 auto 2rem;
  }
}

.content ul,.content ol {
  list-style-type: disc;
  margin: 0 0 20px;
  margin: 0 0 2rem;
  padding: 0 0 0 20px;
  padding: 0 0 0 2rem;
}

.content ul li,.content ol li {
  width: 100%;
  float: left;
  color: #808285;
}

.content ul li a,.content ol li a {
  color: inherit;
}

.pagination {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 14px 0;
  padding: 1.4rem 0;
  width: 100%;
  float: left;
}

.pagination ul {
  overflow: hidden;
  margin: 0;
  display: inline-block;
  list-style-type: none;
  margin-top: 50px;
}

.pagination ul li {
  float: left;
  display: inline;
  width: auto;
}

.pagination li a, .pagination li span {
  display: block;
  background: #fff;
  border-right: solid 1px #808285;
  padding: 2px 7px;
  padding: .2rem .7rem;
  margin: 0 2px;
  margin: 0 .2rem;
  color: #808285;
  text-decoration: none;
}

.pagination li.active span {
  background: 0;
  font-family: 'Open Sans', Arial, sans-serif;  
  padding: 2px 7px;
  padding: .2rem .7rem;
  color: #ef3d54;
}

.pagination li.prev a, .pagination li.next a {
  border: 0;
  padding: 2px 7px;
  padding: .2rem .7rem;
}

.pagination li.prev span, .pagination li.next span {
  border: 0;
  padding: 2px 7px;
  padding: .2rem .7rem;
}



h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}

p a {
  color: #2e2e2e;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

.inner {
  *zoom: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin: 0 auto;
  padding: 0;
  max-width: 1240px;
}

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

.inner:after {
  clear: both;
}

@media (max-width:860px) {
  .inner {
    padding: 0;
  }
}

.col-full {
  width: 100%;
}

.col-2 {
  float: left;
  margin: 0 10px;
  margin: 0 1rem;
  width: 47.91%;
}

@media (max-width:1400px) {
  .col-2 {
    width: 47.4%;
  }
}

@media (max-width:800px) {
  .col-2 {
    width: 100%;
    margin: 0;
  }
}

.col-2-blocks {
  float: left;
  margin: 0 10px;
  margin: 0 1rem;
  width: 47.91%;
}

@media (max-width:1400px) {
  .col-2-blocks {
    width: 47.4%;
  }
}

@media (max-width:800px) {
  .col-2-blocks {
    width: 46%;
  }
}

@media (max-width:540px) {
  .col-2-blocks {
    width: 45%;
  }
}

.col-3 {
  float: left;
  margin: 0 10px;
  margin: 0 1rem;
  width: 31.25%;
}

@media (max-width:1400px) {
  .col-3 {
    width: 30.7%;
  }
}

@media (max-width:800px) {
  .col-3 {
    width: 100%;
    margin: 0;
  }
}

.col-3-blocks {
  float: left;
  margin: 0 10px;
  margin: 0 1rem;
  width: 31.25%;
}

@media (max-width:1400px) {
  .col-3-blocks {
    width: 30.6%;
  }
}

@media (max-width:860px) {
  .col-3-blocks {
    width: 30.3%;
  }
}

@media (max-width:770px) {
  .col-3-blocks {
    width: 30.52%;
  }
}

@media (max-width:760px) {
  .col-3-blocks {
    width: 30%;
  }
}

.col-4-wrap {
  position: relative;
  margin-top: 10px;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

@media (max-width:860px) {
  .col-4-wrap {
    padding-left: 10px;
    padding-left: 1rem;
  }
}

@media (max-width:420px) {
  .col-4-wrap {
    padding: 0;
  }
}

.col-4 {
  float: left;
  margin: 0 10px;
  margin: 0 1rem;
  width: 22.91%;
}

@media (max-width:1400px) {
  .col-4 {
    width: 22.6%;
  }
}

@media (max-width:860px) {
  .col-4 {
    width: 47.4%;
  }
}

@media (max-width:800px) {
  .col-4 {
    width: 100%;
    margin: 0;
  }
}

.col-3-blocks {
  margin: 0 10px;
  margin: 0 1rem;
  width: 23%;
  float: left;
}

@media (max-width:1200px) {
  
  .col-3-blocks {
  width: 31%;
  }

}

@media (max-width:1400px) {
  .col-4-blocks {
    width: 22.6%;
  }
}

@media (max-width:860px) {
  .col-4-blocks {
    width: 29.9%;
  }
}

@media (max-width:680px) {
  .col-4-blocks {
    width: 44%;
  }
}

@media (max-width:860px) {
  
  .col-3-blocks {
  width: 46%;
  }

}

@media (max-width:420px) {
  .col-4-blocks {
    width: 100%;
  }

  .col-3-blocks {
  margin: 0 10px;
  margin: 0 1rem;
  width: 90%;
  float: left;
}

}

.content {
  float: left;
  margin-right: 40px;
  margin-right: 4rem;
  margin-left: 10px;
  margin-left: 1rem;
  width: 100%;
}

@media (max-width:860px) {
  .content {
    margin-right: 30px;
    margin-right: 3rem;
  }
}

@media (max-width:800px) {
  .content {
    width: 100%;
    margin: 0;
  }
}

.content-nopadding {
  margin: 0;
  width: 71%;
}

aside {
  float: left;
  width: 28.8%;
}

@media (max-width:800px) {
  aside {
    width: 100%;
  }
}

.title-block {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

@media (max-width:420px) {
  .title-block {
    padding: 0;
  }
}

.title-block h1 {
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 4.5rem;
  margin: 10px 0 12px;
  margin: 1rem 0 1.2rem;
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;  
}

@media (min-width:1141px) {
  .title-block h1 {
    margin: 1px 0 1.2px 1px;
    margin: 1rem 0 1.2rem 1rem;
  }
}

.contact-block {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 5px 0;
  padding: .5rem 0;
  margin-top: 20px;
}

.contact-block h2 {
  font-size: 20px;
  line-height: 30px;
  font-size: 2.6rem;
  line-height: 3rem;
  margin: 10px 0 15px;
  margin: 1rem 0 1.5rem;
  color: #ef3d54;
  font-weight: 400;
  font-family: 'TUOS Stephenson', Georgia;
}

.contact-block h3 {
  font-size: 20px;
  line-height: 30px;
  font-size: 2.6rem;
  line-height: 3.4rem;
  margin: 10px 0 15px;
  margin: 1rem 0 1.5rem;
  color: #ef3d54;
  font-weight: 400;
  font-family: 'TUOS Stephenson', Georgia;
}

.contact-block h4 {
  font-size: 20px;
  line-height: 30px;
  font-size: 2.6rem;
  line-height: 3rem;
  margin: 10px 0 15px;
  margin: 1rem 0 1.5rem;
  color: #ef3d54;
  font-weight: 400;
  font-family: 'TUOS Stephenson', Georgia;
}

.contact-block p {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 10px 0 11px;
  margin: 1rem 0 1.1rem;
  color: #808285;
  font-weight: 300;
  font-family: 'Open Sans', Arial, sans-serif; 
  margin-bottom: 20px; 
}

.contact-block p a {
  color: #808285;
  text-decoration: underline;
}

.contact-block blockquote {
  font-size: 20px;
  line-height: 30px;
  font-size: 2.6rem;
  line-height: 3rem;
  margin: 10px 0 15px;
  margin: 1rem 0 1.5rem;
  color: #808285;
  font-weight: 400;
  font-family: 'TUOS Stephenson', Georgia;
}

.contact-block blockquote p {
  font-size: 20px;
  line-height: 30px;
  font-size: 2.6rem;
  line-height: 3rem;
  margin: 10px 0 15px;
  margin: 1rem 0 1.5rem;
  color: #808285;
  font-weight: 400;
  font-family: 'TUOS Stephenson', Georgia;
}

.contact-block iframe {
  width: 100%;

}


.contact-block ul, .contact-block ol {
  width: 100%;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}

.contact-block ul li, .contact-block ol li {
  width: 100%;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16;
  line-height: 1.8;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 0px 0 5px;
  margin: 0rem 0 .5rem;
  color: #808285;
  font-weight: 300;
  font-family: 'Open Sans', Arial, sans-serif; 
  display: list-item;
}

.contact-block ul li p, .contact-block ol li p {
  color: #808285;
  padding: 0;
  margin: 0;

}

.contact-block ul li p a, .contact-block ul li a, .contact-block ol li p a, .contact-block ol li a {
  color: #808285;
  text-decoration: underline;

}


.sub-title-block {
  margin-bottom: 25px;
}

.sub-title-block h3 {
  font-size: 20px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
  margin: 10px 0 11px;
  margin: 1rem 0 1.1rem;
  color: #ef3d54;
  font-weight: 400;
  font-family: 'TUOS Stephenson', Georgia;
}

aside form .sub-title-block {
  margin-top: 30px;
  margin-top: 3rem;
}

.back-link {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 0 10px 25px;
  padding: 0 0 1rem 2.5rem;
  border-bottom: 1px solid #e0e2e3;
  background: url(images/back-link.png) no-repeat 0 0;
  color: #2e2e2e;
  text-decoration: none;
  font-family: 'Open Sans', Arial, sans-serif;  
}

.back-link:hover {
  text-decoration: underline;
}

.title-share {
  float: left;
}

@media (max-width:680px) {
  .title-share {
    width: 100%;
  }
}

.title-share h2 {
  margin: 0 0 5px;
  margin: 0 0 .5rem;
}

.share {
  float: right;
}

@media (max-width:680px) {
  .share {
    float: right;
    margin-top: 10px;
    margin-top: 1rem;
  }
}

@media (max-width:420px) {
  .share {
    float: left;
    margin-top: 10px;
    margin-top: 1rem;
  }
}

.image-overlay {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

@media (max-width:800px) {
  .image-overlay {
    width: 100%;
    margin: 0 auto 2rem;
  }
}

.image-overlay span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(images/news-overlay.png) repeat-x 0 0;
}

@media (max-width:420px) {
  .image-overlay span {
    display: none;
  }
}

.image-overlay span.caption-auto-width {
  width: auto;
  text-transform: uppercase;
}

.image-overlay p {
  padding: 10px;
  padding: 1rem;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  line-height: normal;
  margin: 0;
}

.image-overlay span.caption-auto-width p {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-family: 'Open Sans', Arial, sans-serif;  

  padding: 10px 16px;
  padding: 1rem 1.6rem;
}

.image-gallery {
  position: relative;
}

@media (max-width:800px) {
  .image-gallery {
    width: 100%;
    margin: 0 auto;
  }
}

.image-gallery span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(images/overlay-yellow.png) repeat-x 0 0;
}

@media (max-width:420px) {
  .image-gallery span {
    display: none;
  }
}

.image-gallery img {
  margin-bottom: 0;
}

.image-gallery p {
  padding: 0 10px;
  padding: 0 1rem;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  line-height: 35px;
  line-height: 3.5rem;
  margin: 0;
}

.image_carousel {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  position: relative;
  background-color: #e0e2e3;
  overflow: hidden;
}

.image_carousel ul {
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  padding: 1rem 0;
  list-style: none;
  float: left;
  width: 559px;
}

.image_carousel li {
  margin: 0 5px;
  display: block;
  float: left;
  width: auto;
}

.image_carousel li img {
  margin: 0;
}

.image-gallery-wrap .large-wrap {
  height: 350px;
}

a.prev,a.next {
  background: url(images/gallery-pagination.png) no-repeat transparent;
  width: 30px;
  height: 80px;
  display: block;
  float: left;
}

a.prev {
  left: 0;
  background-position: 0 0;
}

a.prev:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "alpha(Opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

a.prev.disabled {
  filter: alpha(opactiy=30);
  -ms-filter: "alpha(Opacity=30)";
  -moz-opacity: .3;
  -khtml-opacity: .3;
  opacity: .3;
}

a.next {
  right: 0;
  background-position: -30px 0;
}

a.next:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "alpha(Opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

a.next.disabled {
  filter: alpha(opactiy=30);
  -ms-filter: "alpha(Opacity=30)";
  -moz-opacity: .3;
  -khtml-opacity: .3;
  opacity: .3;
}

a.prev.disabled,a.next.disabled {
  cursor: default;
}

a.prev span,a.next span {
  display: none;
}

.image-gallery-wrap a.hidden {
  opacity: .2;
}

.link-hold {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 30px 35px 30px 30px;
  padding: 3rem 3.5rem 3rem 3rem;
  color: #2e2e2e;
  font-family: 'Open Sans', Arial, sans-serif;  
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: auto!important;
}

.team-row .link-hold {
  padding: 5px 5px 10px 10px;
  padding: .5rem .5rem .5rem 1rem;
}

.link-hold-blue {
  background-color: #cfd9e8;
}

.link-hold-yellow {
  background-color: #e9e6b9;
}

.link-arrow-helper {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  background: url(images/arrow-right-link.png) no-repeat;
}

@media (max-width:420px) {
  .link-arrow-helper {
    bottom: 20px;
    right: 20px;
  }
}

a.prev-swipe,a.next-swipe {
  background: url(images/swipe-pagination.png) no-repeat transparent;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 0;
}

@media (max-width:1400px) {
  a.prev-swipe,a.next-swipe {
    display: none!important;
  }
}

a.prev-swipe {
  left: -9%;
  z-index: 9999;
  top: 210px;
  background-position: 0 0;
}

a.prev-swipe:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "alpha(Opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

a.prev-swipe.disabled {
  filter: alpha(opactiy=30);
  -ms-filter: "alpha(Opacity=30)";
  -moz-opacity: .3;
  -khtml-opacity: .3;
  opacity: .3;
}

a.next-swipe {
  right: -9%;
  z-index: 9999;
  top: 210px;
  background-position: -70px 0;
}

a.next-swipe:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "alpha(Opacity=60)";
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
}

a.next-swipe.disabled {
  filter: alpha(opactiy=30);
  -ms-filter: "alpha(Opacity=30)";
  -moz-opacity: .3;
  -khtml-opacity: .3;
  opacity: .3;
}

a.prev-swipe.disabled,a.next-swipe.disabled {
  cursor: default;
}

a.prev-swipe span,a.next-swipe span {
  display: none;
}

.swipe-area .caroufredsel_wrapper {
  width: 100%!important;
  height: 1000px!important;
}

.case-study-wrapper {
    height: 1000px!important;

}
.blog-col {
  border-top: 4px solid #a0d1ca;
}

.tweet-col {
  border-top: 4px solid #c1c6c9;
}

.news-col {
  border-top: 4px solid #8bb8e8;
}

.news-col__image {
  max-width: 70px;
  max-height: 70px;
}

.case-studies-col {
  border-top: 4px solid #e9df97;
}

.heading {
  overflow: hidden;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.heading h3 {
  font-size: 22px;
  line-height: 33px;
  font-size: 2.2rem;
  line-height: 3.3rem;
  float: left;
  margin: 0;
  padding: 15px 0 0;
  padding: 1.5rem 0 0;
  color: #2e2e2e;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;  
}

@media (max-width:860px) {
  .heading h3 {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.heading a.more {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  float: right;
  margin: 0;
  padding: 25px 0 0;
  padding: 2.5rem 0 0;
  color: #999;
  text-decoration: none;
}

.heading a.more:hover {
  text-decoration: underline;
}

.item {
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.item img {
  float: left;
  margin-right: 15px;
  margin-right: 1.5rem;
}

.item .block {
  float: left;
  width: 70%;
}

@media (max-width:1400px) {
  .item .block {
    width: 60%;
  }
}

.col-2 .item .block {
  width: 80%;
}

@media (max-width:1400px) {
  .col-2 .item .block {
    width: 70%;
  }
}

.col-4 .item .block {
  width: 60%;
}

@media (max-width:1400px) {
  .col-4 .item .block {
    width: 50%;
  }
}

.col-4 a {
  text-decoration: underline;
}

.col-4 a:hover {
  text-decoration: none;
}

.item p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 0;
  padding: 0;
}

.item a {
  color: #2e2e2e;
}

.tweet-col .item p {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
}

.case-studies-col p {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
}

.case-studies-col a {
  color: #2e2e2e;
}

.case-studies-col .item {
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 0;
}

.case-studies-col .block h3 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  color: #2e2e2e;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;  
  line-height: 18px;
  line-height: 1.8rem;
}

.post-col p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 10px 0 0;
  margin: 1rem 0 0;
}

.post-col a {
  color: #2e2e2e;
}

.post-col img {
  margin: 10px 0;
  margin: 1rem 0;
}

span.date {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
  text-transform: uppercase;
  margin-bottom: 60px;
  display: block;
  height: auto;
}

.tweet-col .item a {
  font-family: 'Open Sans', Arial, sans-serif;  
}

header {
  margin: 0;
  width: 100%;
  height: auto;
  background: transparent url(images/header-bg.png) repeat-x center center;
  float: left;
  background: #fff;
  padding: 30px 0 30px 0;
}

header.top {
  width:94%;
  float:left;
  padding: 20px 3% 0 3%;
}

@media (max-width:800px) {
  header {
    height: auto;
  }

}

@media (max-width:420px) {
  header {
    position: static;
  }

  span.date {
    text-align: center;
    margin-bottom: 30px;

}

}

.brand {
  overflow: hidden;
  width: 25%;
  float: left;
}

.brand .catch-logo {
  float: left;
  width: 100%;
}

.brand .catch-logo-m img {
  margin: 0 auto;
}

.brand .su-logo {
  float: right;
}

#slider {
  margin: 0 0 30px;
  margin: 0 0 3rem;
  position: relative;
  height: 520px;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 1%;
}

#slider_grey {
  margin: 0 0 30px;
  margin: 0 0 3rem;
  position: relative;
  height: 520px;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 1%;
}

@media (max-width:1400px) {
  #slider {
    height: 480px;
  }

  #slider_grey {
    height: 480px;
  }
}

@media (max-width:800px) {
  #slider {
    height: 420px;
  }

  #slider_grey {
    height: 420px;
  }

  .brand {
  overflow: hidden;
  width: 60%;
  float: left;
  margin-right: 20%;
}
}

@media (max-width:680px) {
  #slider {
    height: 340px!important;
  }

  #slider_grey {
    height: 340px!important;
  }

  .brand {
  overflow: hidden;
  width: 60%;
  float: left;
  margin-left: 10%;
}

}

@media (max-width:420px) {
  #slider {
    height: 240px!important;
  }

  #slider_grey {
    height: 240px!important;
  }

  .brand {
  overflow: hidden;
  width: 80%;
  float: left;
  margin-left: 10%;
}

}

.helper-slider {
  text-align: center;
  margin: 10px 0;
  margin: 1rem 0;
}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
  outline: 0;
}

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

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

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

}

#slider .slides>li {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
  overflow: hidden;
}

#slider_grey .slides>li {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 590px;
  overflow: hidden;
  display: table;
}

@media (max-width:1400px) {
  #slider .slides>li {
    height: 390px;
  }

  #slider_grey .slides>li {
    height: 480px;
  }
}

@media (max-width:800px) {
  #slider .slides>li {
    height: 420px;
  }

  #slider_grey .slides>li {
    height: 420px;
  }
}

@media (max-width:680px) {
  #slider .slides>li {
    height: 340px!important;
  }

  #slider_grey .slides>li {
    height: 340px!important;
  }
}

@media (max-width:420px) {
  #slider .slides>li {
    height: 240px!important;
  }

  #slider_grey .slides>li {
    height: 240px!important;
  }
}

@media (max-width:1400px) {
  h2.text {
    margin: 230px 0 0;
    margin: 23rem 0 0;
  }
}

@media (max-width:800px) {
  h2.text {
    margin: 180px 0 0;
    margin: 18rem 0 0;
    line-height: 40px;
    line-height: 4rem;
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (max-width:680px) {
  h2.text {
    margin: 200px 0 0;
    margin: 20rem 0 0;
    line-height: 25px;
    line-height: 2.5rem;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media (max-width:420px) {
  h2.text {
    margin: 90px 0 0;
    margin: 9rem 0 0;
    line-height: 20px;
    line-height: 2rem;
    font-size: 20px;
    font-size: 2rem;
  }
}

.li-wrap {
  width: 100%;
  margin: 0 auto;
  float: left;
  text-align: center;
  height: 390px;
  margin:auto;
  background-size: cover;
  background-position: center center;
}

.slide-wrp {
  display: table;
  width: 1240px;
  margin: auto;
}

.li-wrap .slide-inner {
  height: 390px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.li-wrap .slide-inner h2 {
  display: block;
  font-size: 90px;
  font-size: 6rem;
  color: #fff;
  font-weight: 400;
  font-family: "TUOS Stephenson",Arial,sans-serif;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 80%;
  margin-left: 10%;
}

.li-wrap .slide-inner p a {
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
  width: 100%;
  text-decoration: underline;
  font-weight: lighter;
}

@media (max-width:1240px) {
.li-wrap .slide-inner {
  width: 100%;
  margin: auto;
}

.slide-wrp {
  width: 100%;
}


}

@media (max-width:800px) {

.li-wrap .slide-inner h2 {
  font-size: 4rem;
}

}

@media (max-width:520px) {

.li-wrap .slide-inner h2 {
  font-size: 3rem;
}

}

.red_bg .slides>li .li-wrap {
  width: 100%;
  margin: 0 auto;
  float: left;
  text-align: center;
  background: none;
  height: auto;
}

.grey_bg .slides>li .li-wrap {
  width: 100%;
  margin: 0 auto;
  float: left;
  text-align: center;
  background: none;
  height: auto;
}

.quote_banner #slider {
  margin-bottom: 0;

}

.slides>li .li-wrap h2 {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;

}

.slides>li .li-wrap p a {
    color:#fff;
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 1em;
    color: #fff;
  }

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

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

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

* html .slides {
  height: 1%;
}

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

.flexslider {
  margin: 0 0 15px;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
}

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

.flexslider .slides {
  zoom: 1;
}

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

.flex-control-nav {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 10px;
  padding: 0 1rem;
  height: 30px;
  height: 4rem;
  max-width: 120px;
  max-width: 12rem;
  z-index: 9999;
  pointer-events: none;
}

@media (max-width:800px) {
  .flex-control-nav {
    display: none;
  }
}

.flex-control-nav li {
  float: left;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 8px 2px;
  pointer-events: auto;
}

.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999em;
  width: 10px;
  height: 10px;
  background-image: url(images/pagination_button.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: none .2s linear;
  -moz-transition: none .2s linear;
  -ms-transition: none .2s linear;
  -o-transition: none .2s linear;
  transition: none .2s linear;
}

.red_bg .flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999em;
  width: 10px;
  height: 10px;
  background-image: url(images/pagination_button_red.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: none .2s linear;
  -moz-transition: none .2s linear;
  -ms-transition: none .2s linear;
  -o-transition: none .2s linear;
  transition: none .2s linear;
}

.grey_bg .flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999em;
  width: 10px;
  height: 10px;
  background-image: url(images/pagination_button_grey.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: none .2s linear;
  -moz-transition: none .2s linear;
  -ms-transition: none .2s linear;
  -o-transition: none .2s linear;
  transition: none .2s linear;
}

.flex-control-nav li a.flex-active,.flex-control-nav li a:hover {
  background-position: -11px 0;
}


.nav-main {
  width: auto;
  margin: 0;
  padding: 0;
  float: right;
  margin-right: 3%;
  margin-top: 18px;
}

.nav-main ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav-main ul li {
  float: left;
  position: relative;
  list-style: none;
  padding: 7px;
  padding: .7rem;
  margin: 0;
  z-index: 99999;
}

@media (max-width:1400px) {
  .nav-main ul li {
    padding: .7rem 0;
  }
  .slides>li .li-wrap {
  width: 100%;
  height: auto;
  height: 480px;

}
  .slides>li .li-wrap h2 {
    font-size: 7rem;
    margin: 0;
    padding: 0;
    width: 80%;
    line-height: 1.1;
    margin: 0px 10% 0 10%;
    margin: 0rem 10% 0 10%;
}

}

@media (max-width:800px) {

  .slides>li .li-wrap h2 {
    margin: 80px 0 0 10%;
    margin: 8rem 0 0 10%;
    line-height: 45px;
    line-height: 4.5rem;
    font-size: 40px;
    font-size: 4rem;
}

}

@media (max-width:420px) {

  .slides>li .li-wrap h2 {
    margin: 60px 0 0 10%;
    margin: 6rem 0 0 10%;
    line-height: 35px;
    line-height: 3.5rem;
    font-size: 35px;
    font-size: 3rem;
}

}

.nav_wrap {
  float: left;
  width: 75%;

}

.nav {
  float: right;
  padding-top: 15px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.nav ul li a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -ms-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  color: #808285;
  text-decoration: none;
  font-family: 'Open Sans', Arial, sans-serif;  
  padding: 0 15px;
  padding: 0 1.5rem;
  font-weight: 300;
}

.nav ul li a:hover {
  color: #ef3d54;
}


@media (max-width:1000px) {

.nav {
  width: 100%;
  margin-right: 0;
  padding-top: 0px;
}

.nav_wrap {
  float: left;
  width: 100%;

}

.menu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

}

.nav-main ul li.current-menu-item a,.nav-main ul li.current_page_parent a,.single-post .nav-main ul li#nav-menu-item-134 a,.single-news .nav-main ul li#nav-menu-item-287 a,.single-casestudy .nav-main ul li#nav-menu-item-130 a,.single-currentproject .nav-main ul li#nav-menu-item-128 a {
  color: #ef3d54;
}

.post-type-archive-news .nav-main ul li.current_page_parent a,.single-news .nav-main ul li.current_page_parent a,.single-casestudy .nav-main ul li.current_page_parent a,.single-currentproject .nav-main ul li.current_page_parent a {
  background: transparent;
}

.post-type-archive-news .nav-main ul li.current_page_parent a:hover,.single-news .nav-main ul li.current_page_parent a:hover,.single-casestudy .nav-main ul li.current_page_parent a:hover,.single-currentproject .nav-main ul li.current_page_parent a:hover {
    color: #ef3d54;
}

.post-type-archive-news .nav-main>ul>li#nav-menu-item-134:before,.single-news .nav-main>ul>li#nav-menu-item-134:before,.single-casestudy .nav-main>ul>li#nav-menu-item-134:before,.single-currentproject .nav-main>ul>li#nav-menu-item-134:before {
  display: none;
}
}


/* Flexnav Base Styles */


.flexnav li > ul {
  display: block;
  display: none;
}
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  padding: 0; }
  .flexnav.opacity {
    opacity: 0; }
  .flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 20px; }
  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
    font-family: 'Source Sans Pro', Arial, Helvetica;
 }
  .flexnav li a {
    position: relative;
    display: block;
    padding: 10px 12px 10px 12px;
    z-index: 2;
    overflow: hidden;
    color:#fff;
      font-family: 'Source Sans Pro', Arial, Helvetica;
      font-size: 1.3em;
      color: #fff;
  }
  .flexnav li ul {
    width: 100%; }
    .flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; }
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
  .flexnav li ul li a {
    display: block;
    border: 0; }
  .flexnav ul li ul li a {
    color: #000; 
  }
  .flexnav ul li ul li a:hover {
    color: #666; 
  }
  .flexnav ul li ul li ul li a {
    background: #cbcbc9; }
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    display: inline-block;
    background: #622155;
    text-align: center; }
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #666; }


.menu-button {
  position: relative;
  display: block;
  color: #222222;
  cursor: pointer;
    background:none;
 }

 .menu-button img {
  float: right;

 }

  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    display: none!important;
    background: #1b3b1b;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center; }
    .menu-button .touch-button .navicon {
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #666; }

@media all and (min-width: 1000px) {
  body.one-page {
    padding-top: 70px; }

  .flexnav {
  position: relative;
    overflow: visible;
    z-index: 2000; }
    .flexnav.opacity {
      opacity: 1; }
    .flexnav.one-page {
      top: 0;
      right: auto;
      max-width: 1080px; }
/*
      .flexnav li:first-of-type {
        padding-left: 0px;
      }
*/
    .flexnav li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      overflow: visible;
      /* width: 20%; */ 
 }
      
     .flexnav .sub-menu li { 
        padding: 0px;
        position: relative;
        border: 0;
        border-bottom: 1px solid #833177; 
      }

     .flexnav .sub-menu li:hover { 
        border: 0;
        border-bottom: 1px solid #833177; 
        background: #833177;
      }

      .flexnav .sub-menu li a:hover { 
        border: 0;
        background: #833177;
        color: #fff;
      }
      
    .flexnav li {
    color: #fff;
  }

    .flexnav li:hover {
    color: #fff;
      text-decoration: none;
  }

      .flexnav li a:hover {
      text-decoration: none;
  }

    .flexnav li > ul {
      position: absolute;
      top: auto;
      left: 0;
      padding-top: 10px;
      width: 300%;
       }
      .flexnav li > ul li {
        width: 100%; }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none;
    }
    .flexnav li ul li a:hover {
      border: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }

.flexnav li.current_page_item a {
      color: #ef3d54;
    }

.oldie body.one-page {
  padding-top: 70px; }
.oldie .flexnav {
  overflow: visible; 
  position: relative;
  min-height: 50px;}
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #833177;
    padding: 0 0px 0 0;
    overflow: visible;

     }
     
     .oldie .flexnav .sub-menu li { 
        padding: 0px;
      }
     
     .oldie .flexnav li.menu-item-has-children {
     }
  .oldie .flexnav li:hover > ul {
    display: block;
    width: 200%;
    overflow: visible; }
    .oldie .flexnav li:hover > ul li {
      width: 100%;
      float: none; }
  .oldie .flexnav li a {
    border-bottom: none;
    overflow: visible; }
    
     .oldie .flexnav .sub-menu {
   position: absolute;
    top: 50px;
    left: -50px;
    width: 200%;
}
    
  .oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: 50px;
    left:-50px;
    display: none;
    z-index: 3000;
    margin-top: 50px;
    overflow: visible; }
  .oldie .flexnav li ul li ul {
    top: 0; }
  .oldie .flexnav li ul li a {
    border-bottom: none; }
  .oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li ul.open li {
      width: 100%; }
    .oldie .flexnav li ul.open ul.open {
      margin-left: 100%;
      top: 0;
      display: block;
      width: 100%;
      overflow: visible; }
  .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0; }
.oldie .menu-button {
  display: none; }
.oldie.ie7 .flexnav li {
  width: 19.9%; }

 .oldie .menu-button .touch-button {
    display: none!important;
  }

 .oldie .menu-button .touch-button {
    display: none!important;
    background: #1b3b1b;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    text-align: center; }


@media all and (max-width: 1200px) {

.nav ul li a {
  font-size: 1.4rem;
}
}

@media all and (max-width: 860px) {

.nav_wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.nav {
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav ul li a {
  border-bottom: 1px solid #fff;
  padding: 5px 0 5px 0px; 
  font-size: 1.8rem;

  }

.flexnav li a:hover {
  background: rgba(255,255,255, .5);
  text-decoration: none;
  }
  .flexnav ul li ul li a:hover {
    color: #fff; 
  }

  li.current-menu-item a {
  background: rgba(255,255,255, .5);
  color: #ef3d54!important;

}

}

@media all and (min-width: 1000px) {

.flexnav .touch-button {
  display: none;

}
}

.footer {
  padding: 20px 2% 50px 20px;
  width: 96%;
  height: auto;
  background-color: #808285;
  float: left;
}

.footer p {
  font-family: 'Open Sans', Arial, sans-serif;  
  font-size: 1.6rem;
  color: #fff;
  width: 20%;
  font-weight: 300;
  padding-top: 10px;
}

.footer p a {
  color: #fff;
  text-decoration: underline;

}

.footer p.left {
  float: left;
}

.footer p.right {
  float: right;
  text-align: right;
  width: 30%;
}

ul.footer_social_list {
  width: 230px;
  float: left;
  margin-left: 22%;
}

ul.footer_social_list li {
  width: 38px;
  height: 34px;
  float: left;
  border-radius: 170px;
  background: #fff;
  list-style-type: none;
  display: inline;
  text-align: center;
  margin-right: 10px;
  font-size: 2rem;
  padding-top: 4px;
  margin-bottom: 15px;
}

ul.footer_social_list li a {
  color: #808285;
}

ul.header_social_list li a i {
  font-size: 2rem;
  color: #808285;
}

ul.header_social_list {
  width: 100px;
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-top: 12px;
}

ul.header_social_list li {
  width: 23px;
  float: left;
  list-style-type: none;
  display: inline;
  text-align: center;
}

ul.header_social_list li a {
  color: #808285;
}

ul.header_social_list li a i {
  font-size: .9em;
  color: #808285;
}

@media (max-width:800px) {
  footer {
    margin-top: 0;
  }

  .footer p {
    width: 100%;
    text-align: center;
}

.footer p.right {
    width: 100%;
    text-align: center;
}

ul.footer_social_list {
  width: 15%;
  float: left;
  margin: 0;
  padding: 0;
  margin-left: 45%;
}

ul.header_social_list {
  position: absolute;
  z-index: 2000;
  right: 0px;
  margin-top: -40px;
  margin-right: 20px;

}

}

@media (max-width:1000px) {

ul.header_social_list {
  position: absolute;
  z-index: 2000;
  right: 0px;
  margin-top: 0px;
  margin-right: 70px;

}
}

@media (max-width:420px) {

ul.header_social_list {
  position: absolute;
  z-index: 2000;
  right: 0px;
  margin-top: 0px;
  margin-right: 50px;

}

ul.footer_social_list {
  width: 40%;
  float: left;
  margin: 0;
  padding: 0;
  margin-left: 40%;
}

ul.header_social_list li a i {
  font-size: 1.4em;
}

.fa-twitter {
  padding-top: 0px;

}

  }

footer .top-link img {
  position: absolute;
  top: -20px;
  left: 50%;
  display: block;
  margin-left: -23px;
}

footer .top-footer {
  clear: both;
  overflow: hidden;
  margin: 0 10px;
  margin: 0 1rem;
  padding: 0 0 25px;
  padding: 0 0 2.5rem;
}

.links-widgets {
  float: left;
}

@media (max-width:420px) {
  .links-widgets {
    margin-top: 5px;
    margin-top: .5rem;
    text-align: center;
  }
}

.link-col {
  float: left;
  margin-right: 50px;
  margin-right: 5rem;
}

@media (max-width:680px) {
  .link-col {
    width: 100%;
  }
}

.link-col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.link-col ul li a {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #3d3935;
  text-decoration: none;
  font-family: 'Open Sans', Arial, sans-serif;  
}

.link-col ul li a:hover {
  text-decoration: underline;
}

footer ul.social-links {
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 10px 0 0;
  padding: 1rem 0 0;
  list-style-type: none;
}

@media (max-width:800px) {
  footer ul.social-links {
    float: left;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    width: 100%;
  }
}

@media (max-width:420px) {
  footer ul.social-links {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    width: 100px;
    width: 10rem;
  }
}

footer ul.social-links li {
  float: left;
}

footer ul.social-links li.twitter a {
  background-position: 0 0;
}

footer ul.social-links li.vimeo a {
  background-position: -30px 0;
}

footer ul.social-links li.youtube a {
  background-position: -60px 0;
}

footer ul.social-links li a {
  float: left;
  margin-left: 5px;
  margin-left: .5rem;
  width: 30px;
  height: 30px;
  background: url(images/social-links.png) no-repeat;
  text-indent: -9999px;
}

@media (max-width:800px) {
  footer ul.social-links li:first-child a {
    margin-left: 0;
  }
}

footer ul.social-links li a:hover {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translate(0,-3px);
  -moz-transform: translate(0,-3px);
  -o-transform: translate(0,-3px);
  transform: translate(0,-3px);
}

.su-footer-logo {
  float: left;
  margin-top: 20px;
  margin-top: 2rem;
  width: 100%;
}

@media (max-width:420px) {
  .su-footer-logo img {
    margin: 0 auto;
  }
}

footer .bottom-footer {
  clear: both;
  overflow: hidden;
  margin: 0 10px;
  margin: 0 1rem;
  padding: 25px 0;
  padding: 2.5rem 0;
  border-top: 3px solid #d5d7d8;
}

footer .bottom-footer p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 0;
}

footer .bottom-footer p a {
  text-decoration: none;
}

footer .bottom-footer p a:hover {
  text-decoration: underline;
}

footer .bottom-footer .hma {
  float: left;
}

footer .bottom-footer .links {
  float: right;
}

@media (max-width:860px) {
  footer .bottom-footer .links {
    float: left;
    margin-top: 20px;
    margin-top: 2rem;
    width: 100%;
  }
}


/* ============================================================
    Email CTA
============================================================ */

.email_cta {
  width: 80%;
  float: left;
  padding: 5% 10%;
  background: #fff;
  display: none;
}

.email_cta .form_wrap{
  width: 70%;
  float: left;
  margin-left: 15%;
  margin-right: 15%;
}

.email_cta h2 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #ef3d54;
  font-size: 6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 7rem;
  margin-bottom: 50px;
  margin-top: 50px;
}

.email_cta h2 a {
  color: #ef3d54;
  text-decoration: none;
}

.email_cta h2 a:hover {

}


.contact_wrap {
  width: 70%;
  float: left;
  padding: 0 15% 0 15%;
  background: #fff;

}

.contact-form {
  margin: 0 1rem;
  width: 80%;
  margin-left: 10%;
}

@media (max-width:800px) {
  .contact-form {
    margin-left: 0rem;
  }
}

aside .contact-form {
  margin: -10px 0 10px 0;
  margin: -10px 0 1rem 0;
}

@media (max-width:680px) {
  aside form label {
    width: 100%;
  }
}


aside .contact-form span.close em {
  font-style: normal;
}

form {
}

form div.form-items {
  padding: 0 0px;
  padding: 0 0rem;
}

form label {
  float: left;
  width: 80%;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #808285;
  font-weight: 300;
  font-family: 'Open Sans', Arial, sans-serif;  
}

@media (max-width:680px) {
  form label {
    width: 40%;
  }
}

form select,form input,form textarea {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  padding: 5px 10px;
  padding: .5rem 1rem;
  width: 90%;
  height: 28px;
  height: 2.8rem;
  border: 1px solid #eeeeee;
  background-color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  line-height: normal;
  color: #2e2e2e;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;  
  cursor: pointer;
  background: #eeeeee;
}

.col_1_of_2 .contact-form form select,form input,form textarea {
  width: 90%;
}

.contact-form form select,form input,form textarea {
  width: 98%;
  height: 38px;
  margin: 0;
  float: left;
  font-family: 'TUOS Blake', Georgia;
  font-size: 1.8rem;
  color: #000;
}

.email_cta input::-webkit-input-placeholder {
color: #999 ;
}
 
.email_cta input:-moz-placeholder { /* Firefox 18- */
color: #999 ;  
}
 
.email_cta input::-moz-placeholder {  /* Firefox 19+ */
color: #999 ;  
}
 
.email_cta input:-ms-input-placeholder {  
color: #999 ;  
}

.email_cta input:focus::-webkit-input-placeholder { color:transparent; }
.email_cta input:focus::-moz-input-placeholder { color:transparent; }
.email_cta input:focus::-ms-input-placeholder { color:transparent; }


@media (max-width:680px) {
  form select,form input,form textarea {
    width: 100%;
  }

  .contact-form form select,form input,form textarea {
  font-size: 1.2rem;
  color: #000;
}

}

form textarea {
  width: 90%;
  height: 150px;
  height: 15rem;
  resize: vertical;
}

@media (max-width:680px) {
  form textarea {
    width: 94%;
  }
}

form select {
  width: 32%;
}

@media (max-width:680px) {
  form select {
    width: 99%;
  }
}

form .recaptcha-wrap {
  margin-left: 0%;
}

@media (max-width:680px) {
  form .recaptcha-wrap {
    margin: 0;
  }
}

form .check-wrap {
  overflow: hidden;
  margin: 0 0 10px;
  margin: 0 0 2rem;
  float: left;
}

form .check-wrap input {
  margin: 7px 10px 0 20%;
  margin: .7rem 1rem 0 0%;
  width: 20px;
  width: 2rem;
  height: 15px;
  height: 1.5rem;
  float: left;
}

@media (max-width:680px) {
  form .check-wrap input {
    margin: 0;
  }
}

form .check-wrap label {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  float: none;
  color: #2e2e2e;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;  
}

form input[type=text]:focus,form input[type=email]:focus,form textarea:focus {
  outline: 0;
  border: 1px solid #b7d4ea;
  catch-box-shadow: 0 0 5px #b7d4ea;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #2e2e2e;
}

input:-moz-placeholder,textarea:-moz-placeholder {
  color: #2e2e2e;
}

input::-moz-placeholder,textarea::-moz-placeholder {
  color: #2e2e2e;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #2e2e2e;
}

.submit-area {
  margin-left: 0%;
  width: 100%;
  margin-top: 30px;
}


.submit-area p {
  margin-left: 0%;
  width: 100%;
}

@media (max-width:680px) {
  .submit-area {
    margin: 0;
    width: 100%;
  }
}

.submit-area p {
  float: left;
  margin: 0 20px 0 0;
  margin: 0 2rem 0 0;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  line-height: 37px;
  line-height: 3.7rem;
  color: #2e2e2e;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;  
}

form .submit {
  width: auto;
  padding: 5px 10px;
  padding: .5rem 2rem;
  height: 35px;
  height: 3.5rem;
  border: 1px solid #ef3d54;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: 'Open Sans', Arial, sans-serif;  
  background: #ef3d54;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media (max-width:420px) {
  form {
  padding: 0px;
  padding: 0rem;
}
  form .submit {
    margin-top: 10px;
    margin-top: 1rem;
  }
}

form .submit:hover {
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,.2);
  box-shadow: inset 0 0 0 rgba(0,0,0,.2);
  cursor: pointer;
}

form .success {
  display: block;
  margin-top: 25px;
  margin-top: 2.5rem;
  padding: 25px;
  padding: 2.5rem;
  border: 1px solid #9ecdc7;
  background-color: #fff;
  color: #9ecdc7;
}

form .error {
  display: block;
  margin-top: 25px;
  margin-top: 2.5rem;
  padding: 25px;
  padding: 2.5rem;
  border: 2px solid #df8f90!important;
  color: #df8f90;
}

form .error-list {
  display: block;
  background: #FADFE0;
  margin: 25px 0;
  margin: 2.5rem 0;
  padding: 25px;
  padding: 2.5rem;
  border: 2px solid #df8f90!important;
  color: #2e2e2e;
}

form .error-list ul {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  list-style-type: disc;
  margin: 10px 0 0 20px;
  margin: 1rem 0 0 2rem;
}

form .error-input {
  border: 2px solid #df8f90!important;
  color: #df8f90;
}

.con_form_wrap {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.wpcf7-form-control-wrap {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.email_cta .wpcf7-form-control-wrap {
  float: left;
  width: 80%;
  margin-bottom: 15px;
}

.wpcf7-form-control-wrap select {
  float: left;
  width: 100%;
}

.wpcf7-form-control-wrap textarea {
  float: left;
  width: 98%;
}

.wpcf7-form-control-wrap input[type="checkbox"] {
  float: left;
  width: 20px;
}

.wpcf7 input[type="submit"] {
  height: 50px;
  font-size: 2rem;
  line-height: 2.4rem;
  background: #eeeeee;
  font-family: 'TUOS Stephenson', Georgia;
  border: 1px solid #eeeeee;
  float: left;
  color: #ef3d54;
  width: 20%;
}

.con_form_wrap input[type="submit"] {
  width: auto;
  padding: 5px 10px;
  padding: .5rem 2rem;
  height: 35px;
  height: 3.5rem;
  border: 1px solid #ef3d54;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: 'Open Sans', Arial, sans-serif;  
  background: #ef3d54;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.wpcf7-response-output {
  width:100%;
  float: left;
  height: auto;
  margin: 0!important;
  padding: 10px!important;
  font-size: 1.2rem;
}

.wpcf7-mail-sent-ok {
  background: #9cdda8!important;
  border: 0!important;
}

.wpcf7-validation-errors {
  background: #dc6f6f!important;
  border: 0!important;
}

@media all and (max-width:800px) {
.email_cta h2 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #ef3d54;
  font-size: 4rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 4rem;
  margin-bottom: 50px;
  margin-top: 50px;
}
}

@media all and (max-width:880px) {
.email_cta .form_wrap{
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.email_cta .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.wpcf7 input[type="submit"] {
  width: 40%;
}

}

@media (max-width:680px) {
  aside form .error-list {
    padding: 10px;
    padding: 1rem;
  }
}

@media (max-width:680px) {
  aside form .error-list h4 {
    margin: 10px 0;
    margin: 1rem 0;
  }
}

@media (max-width:680px) {
  aside form .error-list ul {
    margin: 0;
    padding: 0 0 0 20px;
    padding: 0 0 0 2rem;
  }
}

table {
  margin: 0 0 20px;
  margin: 0 0 2rem;
  width: 100%;
  border: 1px solid #d7d9da;
  color: #2e2e2e;
  font-weight: 400;
}

table thead {
  border-right: 2px solid #d7d9da;
}

table thead th,table thead td {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 5px 10px;
  padding: .5rem 1rem;
  border-right: 1px solid #fff;
  background: #d7d9da;
  vertical-align: top;
  text-align: left;
  font-family: 'Open Sans', Arial, sans-serif;  

}



@media (max-width:420px) {
  table thead th,table thead td {
    border-right: 0;
  }
}

table tr {
  background: #fff;
}

table td {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 5px 10px;
  padding: .5rem 1rem;
  border-right: 1px solid #d7d9da;
  vertical-align: top;
  text-align: left;
  font-family: 'Open Sans', Arial, sans-serif;  
}

table tr:nth-child(2n+2) {
  background: #f3f5f6;
}

@media all and (max-width:420px) {
  table,thead,tbody,th,td,tr {
    display: block;
  }

  td {
    border: 0;
    border-bottom: 1px solid #d7d9da;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

.expert_wrap {
  width: 100%;
  float: left;
  margin-left: 0%;
}

.expert_wrap .inner .intro h2 {
  color: #fff;
}

.yellow_bg .inner .intro h2 {
  color: #808285;
}


.btn-box-sm,a.more-link {
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn-box-sm:hover,a.more-link:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-bold {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #2e2e2e;
  font-family: 'Open Sans', Arial, sans-serif;  
}

.btn-blue {
  background: #8bb8e8;
}

.btn-yellow {
  background: #e9df97;
}

a.more-link {
  font-family: 'Open Sans', Arial, sans-serif;  

  color: #3d3935;
}

.case-study-links {
  position: relative;
  display: none;
}

.case-study-wrapper {
  position: relative;
  overflow: hidden;
}

.case-study-row {
  overflow: hidden;
  float: left;

}

.case-study-thumb {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.case-study-thumb img {
  width: 100%;
  height: auto;
  float: left;

}


.team-thumb .image-wrap {
  position: relative;
  width: 100%;
  height: 220px;
}

.proj-archive {
  width: 90%;
  background: #ededed;
  padding: 5%;
  float: left;
  height: auto;
}

.proj-archive a {
  overflow: hidden;
  font-family: "TUOS Stephenson",Arial,sans-serif;
  color: #ef3d54;
  font-size: 19px;
  line-height: 24px;
  font-size: 2.1rem;
  line-height: 2.4rem;
  text-align: left;
  text-decoration: none;
  float: left;

}

.proj-archive p {
  text-align: left;
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #58595b;
  font-size: 1.4rem;
  line-height: 2rem;
  float: left;
}

.proj-archive p a {
  text-align: left;
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #58595b;
  float: left;
  font-size: 1.4rem;
  text-decoration: underline;
}

.case-study-thumb .caption-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  background: rgba(239,61,84,.8);
  padding: 5%;
}


.case-study-thumb .caption-overlay a {
  overflow: hidden;
  font-family: "TUOS Stephenson",Arial,sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-size: 2.1rem;
  line-height: 2.4rem;
  text-align: left;

}

.case-study-thumb .caption-overlay p {
  text-align: left;
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  float: left;
}

.case-study-thumb .caption-overlay p a {
  text-align: left;
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #fff;
  float: left;
  font-size: 1.4rem;
}

a.show_synopsis {
  float: left;
}

.prj_flt_lft {
  float: left;
  margin-bottom: 15px;
}

.team-row .shadow-blocker {
  display: none;
  position: absolute;
  bottom: -15px;
  width: 99%;
  margin: 0 .5%;
  height: 30px;
  z-index: 99999;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 1%,#fff 4%,#fff 97%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,rgba(255,255,255,0)),color-stop(4%,#fff),color-stop(97%,#fff),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 1%,#fff 4%,#fff 97%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 1%,#fff 4%,#fff 97%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 1%,#fff 4%,#fff 97%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 1%,#fff 4%,#fff 97%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.team-row .team-thumb {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.team-row span.close,.team-detail-wrap span.close {
  display: block;
  padding: 5px 20px 16px;
  padding: .5rem 2rem 1.6rem;
  cursor: pointer;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;  

  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  background: transparent url(images/close-bg-3d.png) no-repeat right center;
}

.team-row span.close em,.team-detail-wrap span.close em {
  font-family: 'Open Sans', Arial, sans-serif;  
  font-style: normal;
}

.team-row span.close {
  position: absolute;
  right: -10px;
  margin-top: 15px;
  margin-top: 1.5rem;
}

@media (max-width:860px) {
  .team-row span.close {
    right: 10px;
  }
}

.team-detail-wrap span.close {
  position: absolute;
  right: -10px;
}

.team-thumb .image-wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.team-thumb .image-wrap img {
  width: 100%;
}

.team-thumb img.colour {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}

.team-thumb .caption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.team-thumb .caption-overlay a {
  height: 60px;
  font-family: 'Open Sans', Arial, sans-serif;  
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  line-height: 12px;
  line-height: 1.2rem;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 ease-in;
  transition: none;
  min-height: 48px;
  height: auto!important;
}

.team-thumb .caption-overlay a span {
  font-family: 'Open Sans', Arial, sans-serif;  
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.team-row .team-thumb .colour-bg,.team-row .team-thumb .white-bg {
  height: 58px;
  min-height: 58px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.team-row .team-thumb .white-bg {
  background: #fff;
  z-index: 3;
  opacity: 0;
}

.detail-row {
  position: relative;
  clear: both;
  margin: 0 10px;
  margin: 0 1rem;
}

@media (max-width:420px) {
  .detail-row {
    margin: 0;
  }
}

.about-team-detail {
  font-family: 'Open Sans', Arial, sans-serif;  
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  -webkit-box-shadow: inset 1px 0 18px rgba(0,0,0,.2);
  -moz-box-shadow: inset 1px 0 18px rgba(0,0,0,.2);
  box-shadow: inset 1px 0 18px rgba(0,0,0,.2);
}

.ie8 .about-team-detail,.ie7 .about-team-detail {
  border-right: 1px solid #f3f5f6;
  border-left: 1px solid #f3f5f6;
}

.team-detail-wrap {
  overflow: hidden;
  padding: 30px 0 30px 20px;
  padding: 3rem 0 3rem 2rem;
}

.about-team-detail .summary {
  float: left;
  width: 60%;
}

@media (max-width:800px) {
  .about-team-detail .summary {
    width: 50%;
  }
}

@media (max-width:680px) {
  .about-team-detail .summary {
    width: 70%;
  }
}

.about-team-detail .summary p {
  margin: 0 0 14px;
  margin: 0 0 1.4rem;
}

.about-team-detail .contact-social-links {
  margin-left: 30px;
  margin-left: 3rem;
  float: left;
  width: 30%;
}

@media (max-width:800px) {
  .about-team-detail .contact-social-links {
    width: 40%;
  }
}

@media (max-width:680px) {
  .about-team-detail .contact-social-links {
    width: 100%;
    margin-left: 0;
  }
}

.about-team-detail .contact-social-links h4 {
  margin-top: 0;
}

.side-contact {
  background: #ddeeec;
}

.side-expertise-list {
  background: #e7f2f2 url(images/large-download-arrow.png) no-repeat 98% center;
}

.has-js .research select,.has-js .research input.submit {
  display: none;
}

form.research {
  padding: 0;
}

.research .col {
  float: left;
  width: 320px;
  height: 28px;
  width: 32rem;
  margin-right: 20px;
  margin-right: 2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.research .keyword-wrap {
  position: relative;
  z-index: 1;
}

.research .col-last {
  margin: 0;
}

.research .col .input {
  height: 16px;
  height: 1.6rem;
  width: 278px;
  margin: 0;
}

.filter-dd {
  width: 315px;
  border: solid 1px #eeeeee;
  border-radius: 0;
  background: #fff;
  background: rgba(255,255,255,.9);
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #2e2e2e;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;  
  z-index: 1;
}

.filter-dd .prevent-ui {
  width: 298px;
  background: #fff;
  background: rgba(255,255,255,.6);
  position: absolute;
  top: 28px;
  left: 0;
  display: none;
  z-index: 99;
}

.filter-dd input.text {
  width: 278px!important;
  border: solid 1px #eeeeee;
  background: #eeeeee;
}

.filter-dd a.arrow {
  position: absolute;
  width: 26px;
  height: 28px;
  top: 0;
  right: 0;
  border: 0;
  background: transparent url(images/filter-arrow.png) no-repeat center center;
  text-indent: -9999em;
}

.filter-dd ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  z-index: 99;
  position: relative;
}

.filter-dd ul ul {
  margin: 0 0 0 15px;
}

form.research .filter-dd ul>li label {
  padding: 6px 0 6px 30px;
  background: transparent url(images/checkbox-bg.png) no-repeat 10px 9px;
}

form.research .filter-dd ul.sub li label {
  background: transparent url(images/checkbox-bg.png) no-repeat 10px 9px;
}

form.research .filter-dd>ul.parent>li.checked>label {
  background: transparent url(images/checkbox-bg.png) no-repeat 10px -21px;
}

form.research .filter-dd ul.sub li.checked label {
  background: transparent url(images/checkbox-bg.png) no-repeat 10px -21px;
}

form.research .filter-dd ul li label {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-family: 'Open Sans', Arial, sans-serif;  

}

form.research .filter-dd ul.sub li label {
  font-size: 12px!important;
  font-family: 'Open Sans', Arial, sans-serif;  
}

.filter-dd ul label {
  float: none;
  width: auto;
  display: block;
}

.filter-dd ul label input {
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.filter-dd ul label input {
  position: absolute;
  top: -500px;
  left: -500px;
}

form.research .filter-dd ul li.meta-buttons {
  margin: 5px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

form.research .filter-dd ul li.meta-buttons a {
  color: #000;
  margin: 0 6px;
  text-decoration: none;
}

form.research .filter-dd ul li.meta-buttons a:hover {
  text-decoration: underline;
}

.keyword-wrap input {
  padding: 6px 10px;
  padding: .6rem 1rem;
}

.keyword-wrap a.magnifier {
  position: absolute;
  width: 28px;
  height: 30px;
  top: 0;
  right: 0;
  background: transparent url(images/keyword-magnifying-glass.png) no-repeat center center;
  text-indent: -9999em;
}

.keyword-wrap .help-text {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 3px 10px;
  padding: .3rem 1rem;
  display: none;
  background: #fff;
  background: rgba(255,255,255,.9);
}

.research ul.radio {
  clear: both;
  list-style: none;
  margin: 30px 0 15px;
  margin: 3rem 0 1.5rem;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.research ul.radio li {
  float: left;
  display: block;
}

.research ul.radio li a {
  padding: 0 20px;
  padding: 0 2rem;
  text-decoration: none;
  color: #53534a;
  background: transparent url(images/radio-bg.png) no-repeat 0 -29px;
}

.research ul.radio li a.active {
  background: transparent url(images/radio-bg.png) no-repeat 0 1px;
}

.core_team{
  width: 80%;
  float: left;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 10%;
  margin-right: 10%;
}

ul.core_list{
  width: 90%;
  float: left;
  margin: 0;
  padding: 0;
  margin-bottom: 80px;
  margin-left: 5%;
}

ul.core_list li{
  width: 100%;
  float: left;
  list-style-type: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;  
}
.expert_wrap.cyan_bg ul.core_list>li {
	display: none;
}

ul.core_list p{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color:#808285;

}

ul.core_list p a{
  margin: 0;
  padding: 0;
  color:#808285;

}

ul.core_header li{
  font-weight: 600; 
}

ul.core_list li ul{
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.core_list li ul li{
  width: 25%;
  float: left;
  list-style-type: none;
  display: inline;
  color: #fff;
  margin-bottom: 10px;
}

ul.core_list li ul li.name{
  width: 40%;
  float: left;
  list-style-type: none;
  display: inline;
  color: #fff;
  margin-bottom: 10px;
}

#team-list-mix ul.core_list li, #team-list-mix ul.core_list li a {
  color: #53534a;
}

.cyan_bg .inner .intro h2 {
  color: #53534a;  
}

ul.core_list li ul li a{
  text-decoration: underline;
  color: inherit;
}

ul.core_list li ul li a:hover{
  text-decoration: underline;
  color: inherit;
}

.container ul.core_list li ul li{
  width: 25%;
  float: left;
  list-style-type: none;
  display: inline;
  color: #808285;
  margin-bottom: 10px;
}

.red_bg ul.core_list li ul li, .red_bg ul.core_list li ul li h3 a{
  color: #fff;
}

.dark_bg ul.core_list li ul li, .dark_bg ul.core_list li ul li h3 a{
  color: #fff;
}

.container ul.core_list li ul li.name{
  width: 35%;
  float: left;
  list-style-type: none;
  display: inline;
  color: #808285;
  margin-bottom: 10px;
}

.container ul.core_list li ul li a{
  text-decoration: underline;
  color: #808285;
}

ul.core_list li.position, ul.core_list li ul li.position{
  width: 40%;
  float: left;
  list-style-type: none;
  display: inline;
}

ul.core_list li.contact, ul.core_list li ul li.contact{
  width: 35%;
  float: left;
  list-style-type: none;
  display: inline;
}

ul.core_list li ul li.contact a {
  color: inherit;
  text-decoration: underline;
}

ul.core_list li ul li.contact a:hover{
  text-decoration: underline;
}

li h3.core_name {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.5rem;  
  margin: 0;
  padding: 0;  
  font-weight: 300;  
}


.staff_details {
  width: 80%;
  float: left;
  margin-top: 50px;
}

.staff_details img {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.staff_details h2 {
  font-size: 20px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3.8rem;
  margin: 10px 0 11px;
  margin: 1rem 0 1.1rem;
  color: #ef3d54;
  font-weight: 400;
  font-family: 'TUOS Stephenson', Georgia;
}

.staff_details p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.6rem;  
  margin: 0;
  padding: 0;
  line-height: 1.6;
  margin-bottom: 5px; 
  color: #808285;
  font-weight: 300;
}

.staff_details ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.staff_details ul li {
  width: 100%;
  float: left;
  list-style-type: none;
    font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.6rem;  
  color: #808285;
  font-weight: 300;
}

.staff_details ul li a {
  color: #808285;
}

.staff_details ul li a:hover {
}

.team-list {
  clear: both;
  position: relative;
  min-height: 250px;
  min-height: 25rem;
  z-index: 1;
}

.team-list .no-results {
  opacity: 0;
  position: absolute;
  top: 30px;
  text-align: center;
  width: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.no-results {
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
  visibility: hidden;
}

.fail .no-results {
  opacity: 1;
  -ms-filter: "alpha(Opacity=10)";
  filter: alpha(opacity=10);
  display: block;
  visibility: visible;
}

.team-member {
  position: relative;
}

.ie8 .team-member,.ie7 .team-member {
  border-right: 1px solid #f3f5f6;
  border-left: 1px solid #f3f5f6;
}

.has-js .team-member {
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
}

.team-member a.toggle {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #3d3935;
  text-decoration: none;
  display: block;
  overflow: visible;
  padding: 10px 20px;
  padding: 1rem 2rem;
  line-height: 16px;
  position: relative;
  z-index: 3;
  outline: 0;
  -webkit-transition: none .2s linear;
  -moz-transition: none .2s linear;
  -ms-transition: none .2s linear;
  -o-transition: none .2s linear;
  transition: none .2s linear;
}


.team-list a.toggle h3 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  float: left;
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;  

  width: 225px;
  width: 22.5rem;
}

.team-list a.toggle span {
  display: block;
  float: right;
  padding: 4px 0;
  padding: .4rem 0;
}

.team-list a.toggle span.department {
  float: left;
}

.team-list a.toggle span.arrow-open {
  width: 22px;
  height: 22px;
  background: transparent url(images/arrow-right-link.png) no-repeat center center;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  text-indent: -9999em;
  padding-top: 0;
}

.team-list a.toggle span.close {
  position: absolute;
  right: -10px;
  padding: 5px 20px 16px;
  padding: .5rem 2rem 1.6rem;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;  

  background: transparent url(images/close-bg-3d.png) no-repeat right center;
}

.team-list a.toggle span.close em {
  font-family: 'Open Sans', Arial, sans-serif;  
  font-style: normal;
}

.team-member-closed a.toggle span.close,.team-member-closed a.toggle span.close,.team-member-open a.toggle span.arrow-open,.team-member-open a.toggle span.department {
  display: none;
}

.team-member-open a.toggle span.close {
  display: block;
}

.team-member-details {
  clear: both;
  overflow: hidden;
  padding: 10px 20px 20px;
  padding: 1rem 2rem 2rem;
}

.team-member-details .photo {
  float: left;
  margin-right: 20px;
  margin-right: 2rem;
}

.team-member-details .summary {
  float: left;
  width: 400px;
  width: 40rem;
  margin-right: 40px;
  margin-right: 4rem;
}

@media (max-width:420px) {
.team-member-details .summary {
    width: 260px;
    width: 26rem;
    margin-right: 0;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }

ul.core_list li{
    margin-bottom: 25px;
}

ul.core_list li:first-child{
  width: 100%;
}

ul.core_list li ul li{
  width: 100%;
}

ul.core_header {
  display: none;
}

ul.core_list li ul li{
  width: 100%;
}

ul.core_list li.position, ul.core_list li ul li.position{
  width: 100%;
}

ul.core_list li.contact, ul.core_list li ul li.contact{
  width: 100%;
}

ul.core_list li ul li.name{
  width: 100%;
  margin-bottom: 10px;
}

.container ul.core_list li ul li{
  width: 100%;
}

.container ul.core_list li ul li.name{
  width: 100%;
}

}

.team-member-details h4,.contact-social-links h4 {
  font-family: 'Open Sans', Arial, sans-serif;  

  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 10px 0;
  margin: 1rem 0;
}

.team-member-details p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.team-member-details p.dept,.team-member-details p.faculty {
  margin: 10px 0 0;
  margin: 1rem 0 0;
}

.team-member-details p.faculty {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

.team-member-details p.dept strong,.team-member-details p.faculty strong {
  display: block;
  float: left;
  width: 105px;
  width: 10.5rem;
}

.team-member-details .contact-social-links {
  float: left;
}

.contact-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-social-links ul li {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 4px 20px 4px 30px;
  display: block;
  background: transparent url(images/contact-icons.png) no-repeat 0 4px;
}

.news-list {
  width: 100%;
  float: left;
  margin-top: 90px;
}

.news-item {
  margin: 10px 0;
  margin: 1rem 0;
  overflow: hidden;
}

.thumb {
  float: left;
  width: 50%;
  margin-bottom: 100px;
}

.thumb img {
  width: 50%;
  margin-right: 10%;
}

.news-item .entry-title {
  float: left;
  width: 45%;
  padding: 0 0 0 5%;
  padding: 0 0 0 5%;
}

@media (max-width:880px) {

}

@media (max-width:680px) {
  .news-item .entry-title {
    width: 60%;
  }

  .thumb {
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 30px;
}

.thumb img {
  width: 80%;
  float: left;
  margin-left: 10%;
}

}

@media (max-width:420px) {

.thumb img {
  width: 80%;
  margin-left: ;
}

}

.news-item .entry-title h3 {
  margin: 6px 0 0;
  margin: .6rem 0 0;
}

.news-item .entry-title a {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #3d3935;
  text-decoration: none;
}

.news-item .entry-title .date {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #8bb8e8;
  display: block;
}

.news-article {
  margin-left: 20%;
  float: left;
  margin-right: 20%;
  width: 60%;
  margin-top: 40px;

}

.news-article .title-share {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.news-article .title-share h2 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: 'Open Sans', Arial, sans-serif;  

}

.search_box {
  display: none;
}

.news-article .title-share span.date {
  color: #8bb8e8;
}

.blog-list article {
  background: #f3f5f6;
}

.blog-list .entry-header {
  padding: 20px 20px 5px;
  padding: 2rem 2rem .5rem;
  border-bottom: solid 1px #fff;
}

.blog-list .entry-header h2 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: 'Open Sans', Arial, sans-serif;  
}

form.research {
  margin-top: 30px;
  padding-left: 5%;
}

@media (max-width:680px) {
  .blog-list .entry-header h2 {
    width: 100%;
  }

  .news-article {
  margin-left: 10%;
  float: left;
  margin-right: 10%;
  width: 80%;
  margin-top: 40px;

}
}

.blog-list .share {
  float: right;
  margin-top: 10px;
  margin-top: 1rem;
}

@media (max-width:680px) {
  .blog-list .share {
    float: left;
  }
}


.blog-list .entry-header a {
  color: #3d3935;
  text-decoration: none;
}

.blog-list .entry-header .sub-meta {
  clear: both;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.blog-list .entry-header .sub-meta a,.blog-list .entry-header .sub-meta span.date {
  color: #6586a9;
}

.blog-list .entry-header .sub-meta a {
  text-decoration: underline;
}

.blog-list .entry-header .sub-meta a:hover {
  text-decoration: none;
}

.blog-list .entry-header .sub-meta .comment a {
  text-decoration: none;
  color: #3d3935;
}

.blog-list .entry-header .sub-meta .comment a em {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: inline-block;
  width: 24px;
  height: 23px;
  font-style: normal;
  background: transparent url(images/comment-icon.png) no-repeat 0 1px;
  color: #fff;
  text-align: center;
}

.blog-list .entry-content {
  padding: 20px;
  padding: 2rem;
  overflow: hidden;
}

.blog-list .entry-content a.thumb,.single-post .blog-list .entry-has-thumb .desc .thumb {
  display: block;
  float: left;
  padding: 10px;
  padding: 1rem;
  background: #fff;
  border: solid 1px #d5d7d8;
}

.blog-list .entry-content img {
  margin: 0;
}

.blog-list .entry-has-thumb .desc {
  float: left;
  padding-left: 20px;
  padding-left: 2rem;
  width: 45%;
}

@media (max-width:680px) {
  .blog-list .entry-has-thumb .desc {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-top: 2rem;
  }
}

.single-post .blog-list .entry-has-thumb .desc {
  width: auto;
  padding: 0;
}

.single-post .blog-list .entry-has-thumb .desc .thumb {
  margin: 0 20px 20px 0;
  margin: 0 2rem 2rem 0;
}

.comments-area h2.comments-title {
  margin: 0;
  padding: 15px 20px 10px;
  padding: 1.5rem 2rem 1rem;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: 'Open Sans', Arial, sans-serif;  
  background-color: #e0e2e3;
  border-bottom: 1px solid #fff;
}

.comments-area ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comments-area article {
  margin: 0;
  background-color: #e0e2e3;
  border-bottom: 1px solid #fff;
  font-family: 'Open Sans', Arial, sans-serif;  
}

.comments-area article cite {
  font-style: normal;
  color: #8bb8e8;
}

.comments-area article .reply a {
  font-style: normal;
  color: #2e2e2e;
}

.comments-area article a {
  color: #8bb8e8;
}

.comments-area article a:hover {
  text-decoration: none;
}

.comment-meta {
  padding: 15px 20px 0;
  padding: 1.5rem 2rem 0;
}

.comment-content {
  padding: 15px 20px 0;
  padding: 1.5rem 2rem 0;
}

.comments-area .children {
  padding-left: 40px;
}

.comments-area #respond {
  overflow: hidden;
  padding: 15px 20px 20px;
  padding: 1.5rem 2rem 2rem;
  background-color: #f3f5f6;
}

.comments-area form {
  padding: 0;
}

.comments-area #respond h3 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: 'Open Sans', Arial, sans-serif;  
}

.comments-area label {
  width: 35%;
}

.comments-area input,.comments-area textarea {
  width: 50%;
}

.comments-area .recaptcha-wrap {
  float: right;
  clear: both;
  overflow: hidden;
  margin-right: 11%;
  margin-left: 0;
}

@media (max-width:680px) {
  .comments-area .recaptcha-wrap {
    margin-right: 10%;
  }
}

@media (max-width:320px) {
  .comments-area .recaptcha-wrap {
    margin-right: 9%;
  }
}

.comments-area .comment-submit-row {
  float: right;
  clear: both;
  overflow: hidden;
  width: 52%;
  margin-right: 11%;
}

@media (max-width:1400px) {
  .comments-area .comment-submit-row {
    width: 60%;
  }
}

@media (max-width:860px) {
  .comments-area .comment-submit-row {
    width: 70%;
  }
}

@media (max-width:680px) {
  .comments-area .comment-submit-row {
    width: 100%;
    float: left;
  }
}

.comments-area .denotes {
  float: left;
}

@media (max-width:680px) {
  .comments-area .denotes {
    float: none;
  }
}

.comments-area .form-submit {
  width: 40%;
  float: right;
}

@media (max-width:680px) {
  .comments-area .form-submit {
    float: none;
    width: 50%;
  }
}

.comments-area .form-submit input {
  width: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-box-shadow: inset 1px 0 18px rgba(0,0,0,.2);
  -moz-box-shadow: inset 1px 0 18px rgba(0,0,0,.2);
  box-shadow: inset 1px 0 18px rgba(0,0,0,.2);
  padding: 5px 10px;
  padding: .5rem 2rem;
  height: 35px;
  height: 3.5rem;
  border: 2px solid #9ecdc7;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: 'Open Sans', Arial, sans-serif;  
  background: #a0d1ca;
  color: #2e2e2e;
  text-align: center;
  cursor: pointer;
}

.comments-area .form-submit input:hover {
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,.2);
  box-shadow: inset 0 0 0 rgba(0,0,0,.2);
  cursor: pointer;
}

.get-involved-wrap {
  clear: both;
  overflow: hidden;
}

.get-involved-wrap .get-involved-col {
  float: left;
  margin: 10px;
  margin: 1rem;
  width: 47.91%;
}

@media (max-width:1400px) {
  .get-involved-wrap .get-involved-col {
    width: 47.4%;
  }
}

@media (max-width:800px) {
  .get-involved-wrap .get-involved-col {
    width: 100%;
    margin: 10px 0;
    margin: 1rem 0;
  }
}

.get-involved-wrap .col-blue {
  border-top: 4px solid #8bb8e8;
}

.get-involved-wrap .col-yellow {
  border-top: 4px solid #e9df97;
}

.get-involved-wrap .image-overlay {
  margin: 0;
}

.get-involved-wrap .col-content {
  -webkit-box-shadow: inset 1px 0 18px rgba(0,0,0,.2);
  -moz-box-shadow: inset 1px 0 18px rgba(0,0,0,.2);
  box-shadow: inset 1px 0 18px rgba(0,0,0,.2);
  margin: 0;
  padding: 20px 20px 40px;
  padding: 2rem 2rem 4rem;
  width: auto;
}

.contact-header {
  background: #a9342b;
  margin: 0 10px;
  margin: 0 1rem;
  overflow: hidden;
  color: #fff;
}

.contact-header h3 {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 10px 0;
  margin: 1rem 0;
}

.contact-header h4 {
  font-family: 'Open Sans', Arial, sans-serif;  

  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 10px 0;
  margin: 1rem 0;
}

.contact-header .photo {
  width: 35%;
  float: left;
}

@media (max-width:800px) {
  .contact-header .photo {
    width: 100%;
  }
}

@media (max-width:320px) {
  .contact-header .photo {
    height: 106px;
    background: url(images/richard-small.jpg) no-repeat center right;
  }
}

@media (max-width:800px) {
  .contact-header .photo img {
    width: 100%;
  }
}

@media (max-width:320px) {
  .contact-header .photo img {
    width: 100%;
    display: none;
  }
}

.contact-header .contact-grid {
  width: 60%;
  overflow: hidden;
  padding-left: 5%;
  margin: 1em 0;
}

@media (max-width:800px) {
  .contact-header .contact-grid {
    width: 90%;
    padding-right: 5%;
    float: left;
  }
}

.contact-header .contact-grid p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.contact-header .contact-grid .contact-social-links {
  width: 40%;
  float: left;
}

.contact-header .contact-grid .contact-social-links a {
  color: #fff;
  text-decoration: underline;
}

.contact-header .contact-grid .contact-social-links a:hover {
  text-decoration: none;
}

@media (max-width:800px) {
  .contact-header .contact-grid .contact-social-links {
    width: 50%;
  }
}

@media (max-width:680px) {
  .contact-header .contact-grid .contact-social-links {
    width: 100%;
  }
}

.contact-header .contact-grid .contact-address {
  width: 35%;
  padding-right: 110px;
  padding-right: 11rem;
  float: right;
}

@media (max-width:800px) {
  .contact-header .contact-grid .contact-address {
    width: 45%;
    padding-right: 20px;
    padding-right: 2rem;
  }
}

@media (max-width:680px) {
  .contact-header .contact-grid .contact-address {
    width: 100%;
    float: left;
    margin: 20px 0;
    margin: 2rem 0;
  }
}

.contact-header .contact-grid .contact-address p {
  margin: 0;
}

.enquiry-form p {
  font-size: 14px;
  line-height: 12px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color:#808285;
  font-weight: 300;
  margin-bottom: 40px;
}

.admin-bar #wp-admin-bar-wp-logo {
  display: none;
}

body.admin-bar header {
  top: 28px;
}

body.admin-bar #slider {
  margin-top: -28px;
}

.error404 {
  background-color: #a0d1ca;
}

.error404 .nav-main ul,.error404 footer,.error404 .mean-container .mean-bar {
  display: none;
}

.error404 header {
  position: static;
  height: auto;
  background: 0;
}

.error404 header .brand {
  margin: 15px 0 45px;
  margin: 1.5rem 0 4.5rem;
}

.error404 .content-404 {
  padding: 55px;
  padding: 5.5rem;
  background-color: #fff;
}

@media (max-width:420px) {
  .error404 .content-404 {
    padding: 25px;
    padding: 2.5rem;
  }
}

.error404 h1 {
  font-size: 48px;
  line-height: 72px;
  font-size: 4.8rem;
  line-height: 7.2rem;
  margin: 0 0 15px;
  margin: 0 0 1.5rem;
}

@media (max-width:420px) {
  .error404 h1 {
    font-size: 28px;
    line-height: 42px;
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}

.error404 p {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.error404 ul {
  margin: 15px 0;
  margin: 1.5rem 0;
  padding: 0;
  list-style-type: none;
}

.error404 ul li a {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #2e2e2e;
  text-decoration: underline;
}

.error404 ul li a:hover {
  text-decoration: none;
}

.site-map-col a {
  color: #2e2e2e;
  text-decoration: none;
}

.site-map-col a:hover {
  text-decoration: underline;
}

.iframe header.top,.iframe section.title-block,.iframe>footer {
  display: none;
}

.clearfix {
  float: none;
  clear: both;
}

.space {
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.ie7 .slides {
  height: 100%;
}

.ie7 .flex-control-nav {
  position: relative;
}

.ie7 .content .image-overlay img {
  margin: 0;
}

@media all and (min-width:801px) {
  .large {
    display: block;
  }

  .medium {
    display: block;
  }

  .small {
    display: none;
  }
}

@media all and (max-width:800px) {
  .large {
    display: none;
  }

  .medium {
    display: block;
  }

  .small {
    display: block;
  }
}

@media all and (max-width:420px) {
  .large {
    display: none;
  }

  .medium {
    display: none;
  }

  .small {
    display: block;
  }
}

@media all and (min-width:801px) {
  .desktop {
    display: block;
  }

  .tablet {
    display: none;
  }

  .mobile {
    display: none;
  }
}

@media all and (max-width:800px) {
  .desktop {
    display: none;
  }

  .tablet {
    display: block!important;
  }

  .mobile {
    display: none;
  }
}

@media all and (max-width:481px) {
  .desktop {
    display: none;
  }

  .tablet {
    display: none;
  }

  .mobile {
    display: block;
  }
}

@media all and (min-width:901px) {
  .team-desktop {
    display: block;
  }

  .team-tablet-3-col {
    display: none;
  }

  .team-tablet-2-col {
    display: none;
  }

  .team-mobile {
    display: none;
  }
}

@media all and (max-width:900px) {
  .team-desktop {
    display: none;
  }

  .team-tablet-3-col {
    display: block;
  }

  .team-tablet-2-col {
    display: none;
  }

  .team-mobile {
    display: none;
  }
}

@media all and (max-width:660px) {
  .team-desktop {
    display: none;
  }

  .team-tablet-3-col {
    display: none;
  }

  .team-tablet-2-col {
    display: block;
  }

  .team-mobile {
    display: none;
  }
}

@media all and (max-width:420px) {
  .team-desktop {
    display: none;
  }

  .team-tablet-3-col {
    display: none;
  }

  .team-tablet-2-col {
    display: none;
  }

  .team-mobile {
    display: block;
  }
}

@media all and (min-width:1400px) {
  .helper-text {
    display: none;
  }
}

@media all and (max-width:1139px) {
  .helper-text {
    margin: 20px 0;
    margin: 2rem 0;
    text-align: center;
  }

  .helper-text span {
    line-height: 21px;
    line-height: 2.1rem;
    vertical-align: top;
  }

  .helper-text a.prev-arrow,.helper-text a.next-arrow {
    background: url(images/swipe-arrows.png) no-repeat transparent;
    width: 14px;
    height: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-indent: -9999px;
  }

  .helper-text a.prev-arrow {
    margin-right: 10px;
    margin-right: 1rem;
    background-position: 0 0;
  }

  .helper-text a.next-arrow {
    margin-left: 10px;
    margin-left: 1rem;
    background-position: -14px 0;
  }

  a.next-arrow:hover,a.prev-arrow:hover {
    filter: alpha(opactiy=60);
    -ms-filter: "alpha(Opacity=60)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
  }

  .case-study-row {
    min-height: 0;
  }
}

.intro {
  width: 100%;
  float: left;
}

.intro h2 {
	font-family: 'TUOS Stephenson', Georgia, serif;
	color: #808285;
	font-size: 3rem;
	text-align: center;
  font-weight: lighter;
  line-height: 1.4;
  width: 80%;
  margin-left: 10%;
  margin-right:10%;
}

.intro h2 a {
  color: #808285;
  text-decoration: underline;
}

.intro p {
  font-family: 'Open Sans', Arial, sans-serif;  
  font-size: 1.6rem;
  text-align: center;
    text-align: center;
  font-weight: lighter;
  line-height: 1.4;
  width: 80%;
  margin-left: 10%;
  margin-right:10%;
}

.intro p a {
  color: #808285;
  text-decoration: underline;
}

.icons {
  width: 100%;
  float: left;
}

ul.icons_list {
  padding:0 2% 5% 2%;
  width: 96%;
  float: left;
}

ul.icons_list li {
  padding:2%;
  list-style: none;
  text-align: center;
  width: 21%;
  float: left;
  text-align: center;
}

ul.icons_list li a {
  text-decoration: none;

}

ul.icons_list li h2 {
  font-family: 'Open Sans', Arial, sans-serif;  
  text-align: center;
  color: #808285;
  font-size: 1.6rem;
  margin: 0;
  width: 100%;
  padding: 0;
  font-weight: 600;
  line-height: 1.6;
}

ul.icons_list li p {
  font-family: 'Open Sans', Arial, sans-serif;  
  text-align: center;
  color: #808285;
  font-size: 1.6rem;
  margin-top: 30px;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 300;
  line-height: 1.6;
}

ul.icons_list li p a {
  font-family: 'TUOS Blake', Arial, sans-serif;
  text-align: center;
  color: #808285;
  font-size: 1em;
  margin-top: 20px;
  width: 100%;
  font-weight: 600;
}

ul.icons_list img {
  text-align: center;
  margin-bottom: 30px;
  margin-left: 25%;
  margin-right: 25%;
}

ul.icons_list_vertical {
  padding:0 0% 5% 0%;
  width: 100%;
  float: left;
}

ul.icons_list_vertical li {
  padding:5%;
  list-style: none;
  text-align: center;
  width: 90%;
  float: left;
  text-align: center;
}

.article_landing {
  width: 60%;
  float: left;
  height: auto;
}

.content_icons h2 {
  font-family: 'TUOS Stephenson', Georgia, serif;
  text-align: left;
  color: #ef3d54;
  font-size: 3rem;
  margin: 0;
  width: 60%;
  padding: 0;
  line-height: 4.4rem;
  margin-bottom: 20px;
}

.content_icons h2 a {
  color: #ef3d54;
  text-decoration: none;
}

.content_icons p {
  font-family: 'Open Sans', Arial, sans-serif;  
  text-align: left;
  color: #808285;
  font-size: 1.6rem;
  margin-top: 30px;
  margin: 0;
  margin-bottom: 10px;
  width: 60%;
  font-weight: 300;
  line-height: 1.6;
}

.two_cols {
  padding: 5% 0 5% 0;
}


.two_cols h2 {
  color: #fff;
}

.two_cols p {
  color: #fff;
}

.owl-carousel .owl-item .pad_icons.two_cols img {
  width: 60%;
}

.content_icons a {
  color: #808285;
  text-decoration: underline;
}

.content_icons div {
  width: 80%;
  float: left;
}

ul.three_icons {
  padding:20px 0 30px 0;
  width: 1240px;
  margin: 0 auto;
}

ul.three_icons li {
  width: 31%;
  padding:0 2% 40px 0;
  margin-top: 20px;
  display: inline-block;
  list-style: none;
  vertical-align:middle;
  text-align: center;
}

ul.three_icons li .wrapper {
  width: 100%;
  height: auto;
  display: table;
  text-align: center;
}

ul.three_icons li:nth-child(4), ul.three_icons li:nth-child(5), ul.three_icons li:nth-child(6) {
  border-bottom: none;
}

ul.three_icons li:nth-child(3n) {
  padding-right: 0;
}

ul.three_icons li h2 {
  font-family: 'TUOS Stephenson', Georgia, serif;
  text-align: center;
  color: #ef3d54;
  font-size: 20rem;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.2;
}

ul.three_icons li h2 a {
  color: #ef3d54;
}

ul.three_icons li p {
  font-family: 'TUOS Stephenson', Georgia, serif;
  text-align: center;
  color: #808285;
  font-size: 3rem;
  margin-top: 30px;
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

ul.three_icons li a {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

ul.three_icons li p a {
  font-family: 'Open Sans', Arial, sans-serif;  
  text-align: center;
  color: #808285;
  margin-bottom: 20px;
  margin: 0;
  margin-top: 20px;
  font-weight: 600;
  padding: 0;
  padding-top: 20px;
  border:none;
}

ul.three_icons li .wrapper img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
    margin:auto;
}

.mrg_top {
  margin-top: 150px;
}

.mrg_btm {
  margin-bottom: 40px;
}

@media all and (max-width: 1400px) {

.banner h1 {
  font-size: 4.2em;

}

.banner h2 {
  font-size: 3.2em;

}

.banner p {
  font-size: 1.8em;

}

.green_icons p {
  font-size: 2.2em;
  margin-bottom: 0px;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 30px;
}

.cta_banner h2 {
  font-size: 2.2em;
}

ul.three_icons {
  padding:20px 0 30px 0;
  width: 90%;
  float: left;
  margin: 0 5% 0 5%;
}

}

@media all and (max-width: 1000px) {

ul.icons_list img {
  text-align: center;
  margin-bottom: 30px;
}
}

@media all and (max-width: 800px) {

ul.icons_list li {
  width: 45%;
}

ul.three_icons li h2 {
  font-size: 10rem;
}

ul.three_icons li {
  width: 40%;
  padding:0 4% 40px 4%;
  margin-top: 20px;
}

.article_landing {
  width: 80%;
  float: left;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
}

.content_icons h2 {
  width: 60%;
  margin-left: 20%;
}

.content_icons h2 a {
  color: #ef3d54;
  text-decoration: none;
}

.content_icons p {
  width: 60%;
  margin-left: 20%;

}

.content_icons a {
  color: #808285;
  text-decoration: underline;
}

}

@media all and (max-width: 480px) {



ul.three_icons li:nth-child(4), ul.three_icons li:nth-child(5), ul.three_icons li:nth-child(6) {
  border-bottom: 1px solid #000;
}

#homeBanner {
  padding-bottom: 100px;

}

.banner h1 {
  font-size: 3.6em;
  width: 80%;
  margin: 20px 10% 40px 10%;
  padding-bottom: 30px;
  line-height: 1;

}

.banner h2 {
  font-size: 2.6em;
  width: 80%;
  margin: 40px 10% 20px 10%;
  padding: 0;
}

.banner p {
  font-size: 1.4em;
  width: 80%;
  margin: 20px 10% 20px 10%;
  padding: 0;

}

ul.icons_list {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}

ul.icons_list li {
  width: 94%;
  display:inline;
  float: left;
}

ul.three_icons  {
  padding-top:40px;
}

ul.three_icons li {
  width: 94%;
  margin: 0;
  padding: 0;
  padding-bottom:30px;
  margin-bottom: 0px;
  margin-top: 30px;
  text-align: center;
}

ul.three_icons li img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

ul.three_icons li p {
  width: 100%;
}


ul.platform_icons li {
  width: 94%;
  padding:0 3% 3% 3%;
  float: left;
}

.grey_icons h2 {
  width: 80%;
  margin-left: 10%;
}

.green_icons p {
  width: 80%;
  margin-left: 10%;
  font-size: 1.8em;
}

.cta_banner h2 {
  width: 90%;
  margin-left: 5%;
  font-size: 3em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta_banner h3 {
  width: 90%;
  margin-left: 5%;
  font-size: 4em;
}

.cta_banner p {
  width: 90%;
  margin-left: 5%;
}

.cta_banner p a {
  margin-bottom: 30px;

}

ul.screengrabs li {
  width: 90%;
  padding:0 5% 20px 5%;
  margin-bottom: 30px;
}

ul.platform_icons li img {
  margin-top: 20px;
}

ul.platform_icons li h2 {
  margin-bottom: 0px;
  margin-top: 0;
}

ul.platform_icons li.platform_cta h2 {
  margin-bottom: 15px;
  margin-top: 0;
}

ul.platform_icons li.platform_cta {
  margin-top: 20px;

}

ul.three_cols li {
  width: 94%;
}

ul.monitor_text li {
  width: 90%;
  padding:0 5% 20px 5%;
}

.parallax {
background-size:cover!important;
-webkit-background-size: cover!important;
-moz-background-size: cover!important;
-o-background-size: cover!important;
background-position: center;
background-attachment: scroll;
}

.intro h2 {
  line-height: 1.2;
  font-size: 2rem;
}

.content_icons h2 {
  font-family: 'TUOS Stephenson', Georgia, serif;
  text-align: center;
  color: #ef3d54;
  font-size: 3rem;
  margin: 0;
  width: 80%;
  padding: 0;
  line-height: 3.4rem;
  margin-bottom: 20px;
  margin-left: 10%;
}

.content_icons p {
  text-align: center;
  color: #808285;
  font-size: 1.6rem;
  margin-top: 30px;
  margin: 0;
  margin-bottom: 10px;
  width: 80%;
  font-weight: 300;
  line-height: 1.6;
  margin-left: 10%;
}

.article_landing {
  width: 70%;
  float: left;
  height: auto;
  margin-left: 15%;
  margin-right: 15%;
}

}

/* ============================================================
    Banners
============================================================ */

.red_banner {
  width: 90%;
  float: left;
  background: #ef3d54;
  padding: 8% 5%;
}

.red_banner h2 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 9rem;
  line-height: 1.6;
}

.red_banner h3 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 20rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.red_banner p {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 70%;
  margin-left: 15%;
  line-height: 1.4;
}

.red_banner h2.quote  {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 7.3rem;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 50px;
}

.red_banner p.source {
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
  width: 100%;
}

.red_banner p.ref {
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #f86e80;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
  width: 100%;
}

.slide-content p.link{
  margin-top: 30px;
}

.slide-content p.link a {
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
  width: 100%;
  text-decoration: underline;
  font-weight: lighter;
}

.slide-content p.link a:hover {
  text-decoration: underline;
}

.quote_banner {
  width: 90%;
  float: left;
  padding: 5% 5% 10% 5%;
}

.quote_banner.sm {
  padding: 5% 5% 5% 5%;
}

.quote_banner h2  {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 7.3rem;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 50px;
}

.quote_banner.sm h2  {
  font-size: 3rem;
  line-height: 1.4;
}

.quote_banner h3 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 12rem;
}

.quote_banner p {
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
  font-weight: 600;
}

.quote_banner p.ref {
  color: #a9dadc;
  font-weight: 300;
}

.blue {
  color: #a9dadc;

}

.image_banner {
  width: 100%;
  float: left;
  background-position: center;
}

.fix_height {
  height: 390px;
  display: table;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.red_bann.fix_height {
  height: 290px;
}

.red_bg .fix_height {
  height: 390px;
}

.blk_op {
  background: url('images/blk.png');
  background-repeat: repeat;
  width: 100%;
  padding: 0;
}

.blk_op_pad {
  background: url('images/blk.png');
  background-repeat: repeat;
  width: 90%;
  padding: 5%;
}

.w_op_pad {
  width: 90%;
  padding: 5%;
}

.red_bann {
  background: #ef3d54;
  width: 90%;
  float: left;
  padding: 5%;
}

.banner_text {
  width: 1240px;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}

.banner_text h1 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  width: 100%;
  text-transform: none;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.banner_text h2 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  width: 50%;
  float: left;
  margin-right:50%;
  text-transform: none;
  text-align: left;
  opacity: 1;
}

.banner_text.center h2 {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}

.banner_text.grey.center h2 {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  color: #808285;
}

.banner_text.grey.center p a {
  color: #808285;
}

.banner_text p {
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #fff;
  font-size: 2rem;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: lighter;
  line-height: 2.5rem;
}

.banner_text p.qual {
  font-family: 'Open Sans', Arial, sans-serif;  
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: lighter;
  line-height: 3.5rem;
  width: 100%;
}

.banner_text.center p {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}

.banner_text.center p a {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
  text-decoration: underline;
  font-size: .8em;
  color: #fff;
}

.banner_text p.light {
  font-weight: 400;
}

.banner_text.grey.center h2, .banner_text.grey.center p, .banner_text.grey.center p a  {
  color: 808285!important;
}

.grey_banner_image {
  width: 90%;
  float: left;
  padding: 10% 5% 0% 5%;
  background: #8d99ad;
}

.grey_banner_image h2 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: none;
}

.grey_banner_image p {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: none;
}

.grey_banner_image.npad_btm p a {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  text-decoration: underline;
  font-size: 2rem;
}

.grey_banner_image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.banner_quote {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  width: 80%;
  margin-left:10%;
  text-transform: none;
}


@media all and (max-width:1400px) {
.red_banner h3 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 14rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.banner_text h2 {
  font-size: 4rem;
}

.quote_banner h2  {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 50px;
  margin-right: 5%;
}

.banner_text {
  width: 100%;
}


.banner_text h1 {
  font-size: 5rem;
  width: 90%;
  float: left;
  margin-left:5%;
  margin-right:5%;
  text-transform: none;
}

.fix_height {
  width: 100%;
}

.red_bann {
  background: #ef3d54;
  width: 90%;
  float: left;
  padding: 5%;
}

}

@media all and (max-width:800px) {

.banner_text {
  width: 100%;
}

.banner_text h1 {
  font-size: 4rem;
}

.banner_text h2 {
  width: 90%;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
}

.red_banner h3 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 7rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.quote_banner h2  {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 4rem;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 50px;
}

.quote_banner h3 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 12rem;
}

.red_banner h2.quote  {
  font-size: 3rem;
    line-height: 4rem;
  width: 90%;
  margin-left: 5%;
}
}

@media all and (max-width:420px) {

.red_banner h2 {

  font-size: 2.2rem;
  line-height: 1.2;
}

.red_banner h3 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 5rem;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.red_banner p {
  font-size: 2.2rem;
  line-height: 1.2;
  width: 80%;
  margin-left: 10%;
}

.banner_text h2 {
  font-size: 3rem;
  width: 90%;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
}

.banner_text p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-left: 5%;
}

.quote_banner h2 {
  font-size: 2.2rem;
  line-height: 3.5rem;

}

.quote_banner h3 {
  font-family: 'TUOS Stephenson', Georgia;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 40px;
}

.banner_text h1 {
  font-size: 3rem;
  width: 90%;
  float: left;
  margin-left:5%;
  margin-right:5%;
  text-transform: none;
}

.grey_banner_image h2 {
  font-size: 3rem;
}

.grey_banner_image img {
  text-align: center;
  margin-left: 20%;
  width: 60%;
}

.banner_text.center h2 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}

.banner_text.center p {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}

.banner_text.center p a {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
  text-decoration: underline;
}

.red_banner h2.quote  {
  font-size: 3rem;
  line-height: 3.3rem;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.fix_height {
  height: auto;
  display: table;
  width: 90%;
  padding: 10% 5%;
}

}


/*================ [ Slider ] ================ */

   
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */

/* clearfix */
.slider-wrap {
  width: 100%;
  float: left;
  height: auto;
}

.slide-content {
  display: block;
}

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

.owl-carousel img {
}

/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin-bottom: 20px;
}

.projects.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin-bottom: 100px;
}

.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.2
*/

.owl-theme .owl-controls{
  margin-top: 0px;
  text-align: center;
  position: absolute;
  bottom: -75px;
  margin-left: 0px;
  z-index: 1200;
  width: 100%;
}

.home-sw.owl-theme .owl-controls{
  margin-top: 0px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  margin-left: 0px;
  z-index: 1200;
  width: 100%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 0px;
  font-size: 12px;
}

.owl-next {
  height:120px;
  width: 90px;
  right: 0px;
  position: absolute;
  z-index: 1100;
  top: -280px;

}

.owl-prev {
  height:120px;
  width: 90px;  
  background-position: 25px center;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 1100;
  top: -280px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: .5;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 3px;
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0px solid #fff;
  background: #a9dadc;
}

.home-sw.owl-theme .owl-controls .owl-page span, .red_bg .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 3px;
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0px solid #fff;
  background: #c22e4a;
}

.red_banner .owl-theme .owl-controls .owl-page span, .red_bg .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 3px;
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0px solid #fff;
  background: #c22e4a;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  background: #fff;
}



/* If PaginationNumbers is true */

.projects.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #333;
  padding: 2px 10px;
  font-size: 1.2rem;
  font-family: 'Open Sans', Arial, sans-serif;
  background: none;  

}

.owl-page.active span.owl-numbers {
  color: #ef3d54;

}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

@media all and (max-width: 1400px) {

.banner_intro {
  width:100%;

}
}

@media all and (max-width: 420px) {

.owl-theme .owl-controls{
  bottom: -35px; 
}
}



/* ============================================================
    Cookies
============================================================ */

#cookie-law-info-bar {
  background: rgba(239,61,84,.9)!important;
  padding-top: 20px;
  padding-bottom: 20px;
}

#cookie-law-info-bar a {
  padding: 0 10px;
}


/* ============================================================
    Sign up bar/MailChimp
============================================================ */

.sign_up {
  background: rgba(239,61,84,.9)!important;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  color: #fff;
  z-index: 2000;
}

.sign_up p {
  margin:10px 0;
  text-align: center;

}

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

#mc_signup {
  width: 90%;
  margin:auto;
  }

.mc_signup_submit #mc_signup_submit {
  background: #969EB3;
  color: #fff;
  width: 24%;
  font-size: .8em;
  border: 0;
  margin: 10px 0 0 0;
  }

#mc-indicates-required {
  font-size: .8em;
}

.mc_intro {
  font-size: 1.3em;
  color: #fff;

}

.mc_var_label {
  display: block;
  color: #fff;
  font-size: .7em;
}

.mc_merge_var {
  width: 24%;
  margin-bottom: 10px;
  padding: 4px;
  margin-top: 3px;
  float: left;
}

.mc_merge_var .mc_input {
  width: 100%;
  margin-bottom: 10px;
  padding: 4px;
  margin-top: 3px;
  float: right;
}

#cookie-notice {
  position: relative!important;
}

.mc_error_msg {
  color: #e2db1a!important;
}

.mc_success_msg {
  color: #83e410!important;
}

p.closemeSign {
  text-align: right;
  position: absolute;
  right:30px;
  top:0px;
  font-weight: bold;
}

@media all and (max-width: 1120px) {

.sign_up p {
  margin:10px 30px;
}

}


@media all and (max-width: 520px) {

.mc_merge_var {
  width: 100%;
  margin-bottom: 0px!important;
  padding: 4px;
  margin-top: 3px;
  float: left;
}

.mc_merge_var .mc_input {
  margin-bottom: 0px;
}

.mc_signup_submit #mc_signup_submit {
  background: #969EB3;
  color: #fff;
  width: 100%;
  font-size: .8em;
  border: 0;
  margin: 10px 0 0 0;
  }

.sign_up p {
  text-align: center;
}

.sub_sign {
  padding: 5%;
  }

p.closemeSign {
  position: relative;
  right:0px;
  top:0px;
}


}


/* ============================================================
    Search
============================================================ */

.search-form {
  display: block;
  width: 33%;
  float: right;
}

.search-form label {
  width: 17%;
  display: inline-block;
  padding-top: 5px;
  text-align: right;
  padding-right: 3%;
  font-size: .9em;

}

.search-field {
  width: 50%;
  height: 25px;
  display: inline-block;
  font-size: .9em;
}

.search-submit {
  width: 20%;
  height: 38px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  border: 0;
  display: inline-block;
  font-size: .9em;
  padding:2%;
}

@media all and (max-width: 520px) {

.search-form {
  display: block;
  width: 100%;
  float: right;
  margin-top: 30px;
}


}


/* ============================================================
    News
============================================================ */


.article {
  width: 33.333%;
  float: left;
  height: auto;
}

.article h2 {
  font-family: 'TUOS Stephenson', Georgia, serif;
  text-align: left;
  color: #ef3d54;
  font-size: 3rem;
  margin: 0;
  padding: 0;
  line-height: 4.4rem;
  margin-bottom: 20px;
}

.article h2 a {
  color: #ef3d54;
  text-decoration: none;
}

.article p {
  font-family: 'Open Sans', Arial, sans-serif;  
  text-align: left;
  color: #808285;
  font-size: 1.6rem;
  margin-top: 30px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.6;
}

.article a {
  color: #808285;
  text-decoration: underline;
}

.article a.read_more {
  color: #ef3d54;
  text-decoration: underline;
}

.article div {
  width: 100%;
  float: left;
}

.page_navigation {
  width:1240px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page_navigation a {
  color: #ef3d54;
  text-decoration: underline;
}


/* ============================================================
     Cookies
============================================================ */

#cookie-notice .button.bootstrap {
  background-color: #969EB3!important;
  background-image: none!important;
  border:0!important;
}

/* ============================================================
    News
============================================================ */


.search-article {
  width: 70%;
  float: left;
  height: auto;
  margin: 0 15%;
}

.search-article h2 {
  font-family: 'TUOS Stephenson', Georgia, serif;
  text-align: left;
  color: #ef3d54;
  font-size: 3rem;
  margin: 0;
  padding: 0;
  line-height: 4.4rem;
  margin-bottom: 20px;
}

.search-article h2 a {
  color: #ef3d54;
  text-decoration: none;
}

.search-article p {
  font-family: 'Open Sans', Arial, sans-serif;  
  text-align: left;
  color: #808285;
  font-size: 1.6rem;
  margin-top: 30px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.6;
}

.search-article a {
  color: #808285;
  text-decoration: underline;
}

.search-article a.read_more {
  color: #ef3d54;
  text-decoration: underline;
}

.search-article div {
  width: 100%;
  float: left;
}

#nav-below {
  margin-bottom: 30px;
  display: block;
  height: auto;
}

@media all and (max-width: 1240px) {
 
.page_navigation {
  width:80%;
  height: auto;
  float: left;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 50px;
}

}

@media all and (max-width: 860px) {
 
 .article {
  width: 80%;
  float: left;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
}
}

#cookie-law-info-again {
  display: none!important;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* 
 *  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;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-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;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}



/* 
 *  Print Styles
 */
@media print {

ul.core_list {
  margin-bottom: 0;

  }

ul.core_list li {
  font-size: 1.2rem;
  color: #000;
  }

.intro h2 {
  font-size: 2rem;
}

.col_1_of_2 {
  display: none;
}

.cyan_bg ul.core_list li {
  font-size: .8rem;
  color: #000;
  margin: 0;
  padding: 0;  
}

.container ul.core_list li ul li {
  margin: 0;
  padding: 0;
}

.col_1_of_2 img {
  display: none;
}

.content_icons p {
  font-size: 1.2rem;
  width: 100%;
}

ul.core_list li ul li {
  margin: 0;
  padding: 0;
}

.container ul.core_list li ul li.name {
  margin: 0;
  padding: 0;
}

.container ul.core_list li ul li.position {
  font-size: .6em; 
}

.container ul.core_list li ul li.contact {
  font-size: .6em; 
}

.content h2 {
  font-size: 1em;
  line-height: 1.3;
}

.content blockquote p {
  font-size: 1.2em;
  line-height: 1.3;
}

.content blockquote {
  font-size: 1.2em;
  line-height: 1.3;
}

.col_1_of_2_pad.contact-block h2 {
  font-size: .8em;
  line-height: 1.3;
}

.col_1_of_2_pad.contact-block h3 {
  font-size: .8em;
  line-height: 1.3;
}

.col_1_of_2_pad.contact-block p {
  font-size: .8em;
  line-height: 1.3;
}

li h3.core_name {
  font-size: .8rem;
  color: #000;
  }

.parallax {
  display: none;
}

.intro h2 {
  color: #000;
}

footer {
  display: none;
}

.red_bg .fix_height {
  height: 5cm;
}

.fix_height {
  height: 5cm;
}

.nav_wrap {
  display: none;
}

.slider-wrap {
  width: 800px;
}

.projects.owl-carousel {
  width: 800px;

}

.content img {
  width: 25%;
  height: auto;
}

.container ul.core_list li ul li {
  color: #000;
}

.container ul.core_list li ul li h3 {
  color: #000;
}

.container ul.core_list li ul li a {
  color: #000;
}

.container ul.core_list li ul li h3 a {
  color: #000;
}

form.research {
  display: none;
}

}