/*
Theme Name: AXIS 2016
Author: Mike Lawton (Built by Mike)
Author URI: http://builtbymike.co.uk/
Description: Built by Mike
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
@font-face {
  font-family: 'gotham_boldregular';
  src: url("fonts/gotham-bold-webfont.eot");
  src: url("fonts/gotham-bold-webfont.eot") format("embedded-opentype"), url("fonts/gotham-bold-webfont.woff2") format("woff2"), url("fonts/gotham-bold-webfont.woff") format("woff"), url("fonts/gotham-bold-webfont.ttf") format("truetype"), url("fonts/gotham-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_bookregular';
  src: url("fonts/gotham-book-webfont.eot");
  src: url("fonts/gotham-book-webfont.eot") format("embedded-opentype"), url("fonts/gotham-book-webfont.woff2") format("woff2"), url("fonts/gotham-book-webfont.woff") format("woff"), url("fonts/gotham-book-webfont.ttf") format("truetype"), url("fonts/gotham-book-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
  font-size: inherit;
  margin-top: 0; }

/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
/* Reset */
* {
  margin: 0; }

html {
  font-size: 62.5%; }

html,
body {
  width: 100%;
  height: 100%;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'gotham_bookregular'; }

.main {
  margin-top: 85px; }

* {
  box-sizing: border-box; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.block {
  text-align: center;
  height: 100%;
  width: 100%; }

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 99.9%; }

.block-A {
  height: 100%; }
  @media (max-width: 970px) {
    .block-A {
      text-align: center;
      height: 100%;
      width: 100%; } }

@media (max-width: 970px) {
  .block-A:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; } }

.centered-A {
  height: 100%; }
  @media (max-width: 970px) {
    .centered-A {
      display: inline-block;
      vertical-align: middle;
      width: 99.9%;
      height: auto; } }
  @media (max-width: 800px) {
    .centered-A {
      width: 98%; } }

.block2 {
  display: table;
  width: 100%; }

.centered2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  padding: 20px;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s; }
  @media (max-width: 768px) {
    .header {
      height: 72px; } }
  .header.addBG {
    background: rgba(255, 255, 255, 0.9); }
  .header .logo {
    max-width: 140px; }
    @media (max-width: 768px) {
      .header .logo {
        max-width: 80px; } }
    .header .logo img {
      position: relative;
      float: left;
      width: 100%;
      height: auto; }
  .header nav {
    position: absolute;
    right: 20px;
    top: 39px;
    width: 550px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .header nav {
        display: none; } }
    .header nav .menu {
      padding: 0; }
      .header nav .menu li {
        display: inline-block;
        position: relative;
        float: left;
        margin-right: 40px; }
        .header nav .menu li:last-child {
          margin-right: 0; }
        .header nav .menu li a {
          text-decoration: none;
          color: #55565a;
          font-size: 13px;
          font-size: 1.3rem;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          transition: all .5s;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          position: relative; }
          .header nav .menu li a:hover {
            color: #eb0029; }
        .header nav .menu li.current-menu-item a, .header nav .menu li.current_page_item a {
          color: #eb0029;
          font-family: 'gotham_boldregular';
          top: -1px; }



.navToggle {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
  z-index: 1200;
  cursor: pointer;
  display: none;}

  @media (max-width: 768px) {
    .navToggle {
      display: block; } }
  .navToggle .line {
    width: 30px;
    height: 2px;
    background: #55565a;
    margin-bottom: 6px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    position: relative;
    float: left; }
  .navToggle:hover .line {
    background: #eb0029; }
  .navToggle.toggled .line {
    background: #efeceb !important;
    width: 30px;
    height: 4px; }
  .navToggle.toggled .line.top {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform-origin: top right;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right; }
  .navToggle.toggled .line.bottom {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right; }
  .navToggle.toggled .line.middle {
    opacity: 0; }

.mob-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #efeceb;
  background-image: url("images/bg.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 20vw) 50%;
  background-size: cover;
  display: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s; }
  .mob-nav.active {
    display: none; }
    @media (max-width: 768px) {
      .mob-nav.active {
        display: block; } }
  .mob-nav.show {
    opacity: 0; }
    @media (max-width: 768px) {
      .mob-nav.show {
        opacity: 1; } }
  .mob-nav .centered {
    width: 99.6%;
    text-align: left; }
  .mob-nav ul {
    padding: 0px 0px 0px 20px;
    list-style: none; }
    .mob-nav ul li {
      width: 100%;
      position: relative;
      float: left; }
      .mob-nav ul li:last-child a {
        padding-bottom: 0px; }
      .mob-nav ul li.current_page_item a, .mob-nav ul li.current-menu-item a {
        color: #55565a;
        padding-left: 0 !important; }
      .mob-nav ul li a {
        text-decoration: none;
        color: #eb0029;
        font-family: 'gotham_boldregular';
        text-transform: uppercase;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        width: 100%;
        position: relative;
        float: left;
        padding-bottom: 10px;
        padding-top: 10px; }
        .mob-nav ul li a:hover {
          padding-left: 20px; }

.footer {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 20px 20px 20px;
  font-size: 13px;
  font-size: 1.3rem; }

.footer .footer-left {
    position: relative;
    float: left;
    width: 50%; }
    @media (max-width: 1550px) {
      .footer .footer-left {
        width: 100%; } }
    .footer .footer-left .title {
      color: #eb0029;
      text-transform: uppercase;
      font-family: 'gotham_boldregular';
      margin-bottom: 20px;
      width: 100%;
      position: relative;
      float: left; }
    .footer .footer-left .footer-left--left,
    .footer .footer-left .footer-left--right {
      position: relative;
      float: left;
      margin-right: 40px;
      line-height: 1.7em; }
      .footer .footer-left .footer-left--left a,
      .footer .footer-left .footer-left--right a {
        text-decoration: none;
        color: #55565a;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s; }
        .footer .footer-left .footer-left--left a:hover,
        .footer .footer-left .footer-left--right a:hover {
          color: #eb0029; }
    .footer .footer-left .footer-left--left {
      width: 255px; }
      @media (max-width: 1550px) {
        .footer .footer-left .footer-left--left {
          width: 100%; } }
    @media (max-width: 1550px) {
      .footer .footer-left .footer-left--right {
        width: 100%; }
        .footer .footer-left .footer-left--right .twitter {
          margin-bottom: 20px; } }

    .footer .footer-left .footer--logo {
      width: 120px; }
      @media (max-width: 1200px) {
        .footer .footer-left .footer--logo {
          width: 95px; } }
      @media (max-width: 1550px) {
        .footer .footer-left .footer--logo {
          clear: both; } }

.footer .footer-left img.footer--cnlogo {
      width: 130px; }
      @media (max-width: 1200px) {
        .footer .footer-left img.footer--cnlogo {
          width: 75px; } }
      @media (max-width: 1500px) {
        .footer .footer-left img.footer--cnlogo {
          clear: both; } }

.footer .footer-left img.footer--SRMlogo {
      width: 110px; padding-left:20px;}
      @media (max-width: 1200px) {
        .footer .footer-left img.footer--SRMlogo {
          width: 80px; } }
      @media (max-width: 1550px) {
        .footer .footer-left img.footer--SRMlogo {
          clear: both; } }

.footer .footer-left img.footer--RESlogo {
      width: 98px; padding-left:20px;}
      @media (max-width: 1200px) {
        .footer .footer-left img.footer--RESlogo {
          width: 75px; } }
      @media (max-width: 1550px) {
        .footer .footer-left img.footer--RESlogo {
          clear: both; } }

  .footer .footer-right {
    position: relative;
    float: left;
    width: 50%;
    top: 39px; }
    @media (max-width: 1550px) {
      .footer .footer-right {
        width: 100%;
        top: 20px; } }
    .footer .footer-right .menu-footer-menu-container {
      text-align: right;
      margin-bottom: 11px; }
      @media (max-width: 1550px) {
        .footer .footer-right .menu-footer-menu-container {
          display: none; } }
      .footer .footer-right .menu-footer-menu-container ul {
        padding: 0;
        list-style: none; }
        .footer .footer-right .menu-footer-menu-container ul li {
          display: inline-block; }
          .footer .footer-right .menu-footer-menu-container ul li:before {
            content: "|";
            position: relative;
            float: left;
            padding: 0 10px; }
          .footer .footer-right .menu-footer-menu-container ul li:first-child:before {
            content: "";
            padding: 0; }
          .footer .footer-right .menu-footer-menu-container ul li a {
            text-decoration: none;
            color: #55565a;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            transition: all .5s;
            -webkit-transition: all .5s;
            -moz-transition: all .5s; }
            .footer .footer-right .menu-footer-menu-container ul li a:hover {
              color: #eb0029; }
          .footer .footer-right .menu-footer-menu-container ul li.current_page_item a, .footer .footer-right .menu-footer-menu-container ul li.current-menu-item a {
            color: #eb0029; }
    .footer .footer-right .copyright {
      font-size: 10px;
      font-size: 1rem;
      text-align: right; }
      @media (max-width: 1550px) {
        .footer .footer-right .copyright {
          text-align: left;
          margin-bottom: 20px; } }

.credits {
  padding: 0 20px 20px 20px;
  font-size: 10px;
  font-size: 1rem;
  text-align: left;
  visibility: hidden; }
  .credits a {
    text-decoration: none;
    color: #55565a;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s; }
    .credits a:hover {
      color: #eb0029; }

input {
  border-radius: 0;
  -webkit-appearance: none; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.home .hero-slider {
  height: calc(100vh - 400px);
  min-height: 290px; }
  @media (max-device-width: 768px) {
    .home .hero-slider {
      height: 400px; } }
  .home .hero-slider .slide {
    height: 100%;
    width: 100%;
    background-attachment: fixed !important; }
    @media (max-device-width: 1140px) {
      .home .hero-slider .slide {
        background-attachment: inherit !important; } }
    .home .hero-slider .slide .block {
      background: rgba(193, 184, 175, 0.6);
      color: #ffffff;
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.2em;
      letter-spacing: 3px; }
      @media (max-width: 910px) {
        .home .hero-slider .slide .block {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media (max-width: 730px) {
        .home .hero-slider .slide .block {
          font-size: 27.5px;
          font-size: 2.75rem; } }
      @media (max-width: 640px) {
        .home .hero-slider .slide .block {
          font-size: 17.5px;
          font-size: 1.75rem; } }
      .home .hero-slider .slide .block .centered {
        width: 99.6%; }
        @media (max-width: 1260px) {
          .home .hero-slider .slide .block .centered {
            width: 99%; } }
        @media (max-width: 768px) {
          .home .hero-slider .slide .block .centered {
            padding: 0 20px; } }
        @media (max-width: 490px) {
          .home .hero-slider .slide .block .centered {
            width: 98%; } }
      .home .hero-slider .slide .block strong {
        font-family: 'gotham_boldregular'; }
.home .intro-section {
  position: relative;
  float: left;
  width: 100%;
  padding: 1em 0;
  background-color: #efeceb; }
  .home .intro-section:before {
    content: "";
    height: 100%;
    width: 260px;
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    z-index: 0;
    background-image: url("images/bg.png");
    background-repeat: no-repeat;
    background-position: 2vw center;
    background-size: cover; }
    @media (max-width: 620px) {
      .home .intro-section:before {
        background-position: 2vw center; } }
    @media (max-width: 420px) {
      .home .intro-section:before {
        background-position: 21vw center; } }
  .home .intro-section .intro-copy {
    position: relative;
    float: left;
    width: 46%;
    height: 100%;
    line-height: 1.7em;
    font-size: 18px;
    font-size: 1.8rem; }
    @media (max-width: 970px) {
      .home .intro-section .intro-copy {
        position: relative;
        float: right;
        width: 100%;
        height: auto; } }
    @media (max-width: 760px) {
      .home .intro-section .intro-copy {
        font-size: 13px;
        font-size: 1.3rem; } }
    .home .intro-section .intro-copy .centered {
      width: 99.6%;
      text-align: left;
      padding: 0 20px; }
      @media (max-width: 800px) {
        .home .intro-section .intro-copy .centered {
          width: 99%; } }
      @media (max-width: 970px) {
        .home .intro-section .intro-copy .centered {
          vertical-align: inherit; } }
    .home .intro-section .intro-copy p {
      position: relative;
      float: left;
      width: 100%;
      margin-bottom: 20px; }
      @media (max-width: 970px) {
        .home .intro-section .intro-copy p {
          width: 70%; } }
      @media (max-width: 420px) {
        .home .intro-section .intro-copy p {
          width: 90%; } }
      .home .intro-section .intro-copy p:last-of-type {
        margin-bottom: 0; }
    .home .intro-section .intro-copy .jump2 {
      left: 20px;
      bottom: 45px;
      z-index: 10;
      font-size: 30px;
      font-size: 3rem;
      text-decoration: none;
      color: #55565a;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      transition: all .5s;
      -webkit-transition: all .5s;
      -moz-transition: all .5s; }
      @media (max-width: 1150px) {
        .home .intro-section .intro-copy .jump2 {
          position: relative;
          float: left;
          left: inherit;
          bottom: inherit;
          font-size: 26px;
          font-size: 2.6rem;
          margin-top: 10px; } }
      @media (max-width: 970px) {
        .home .intro-section .intro-copy .jump2 {
          clear: both; } }
      .home .intro-section .intro-copy .jump2:hover {
        color: #eb0029; }
  .home .intro-section .intro-caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 452px;
    height: 100%; }
    @media (max-width: 970px) {
      .home .intro-section .intro-caption {
        position: relative;
        float: left;
        width: 100%;
        height: 20%;
        margin-bottom: 50px;
        top: 20px;
        padding-left: 20px; } }
    .home .intro-section .intro-caption p {
      text-transform: uppercase;
      font-family: 'gotham_boldregular';
      letter-spacing: 3px; }
    .home .intro-section .intro-caption .centered {
      width: 99.6%;
      text-align: left; }
.home .main-copy {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 20px;
  background-color: #FFF;}
  .home .main-copy .intro-copy--heading {
    position: relative;
    float: left;
    width: 100%;
    color: #eb0029;
    font-family: 'gotham_boldregular';
    text-transform: uppercase;
    margin-bottom: 20px; }
  .home .main-copy .intro-copy--copy {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em; }
    .home .main-copy .intro-copy--copy p {
      position: relative;
      float: left;
      width: 70%;
      clear: both;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .home .main-copy .intro-copy--copy p {
          width: 100%;
          margin-bottom: 20px; }
          .home .main-copy .intro-copy--copy p:last-child {
            margin-bottom: 0; } }
      .home .main-copy .intro-copy--copy p:last-child {
        margin-right: 0; }
.home .text-image-block {
  position: relative;
  float: left;
  width: 100%;
  background: #c1b8af; }
  .home .text-image-block .block {
    position: absolute; }
  .home .text-image-block .flex-control-nav {
    width: 50%; }
    @media (max-width: 560px) {
      .home .text-image-block .flex-control-nav {
        width: 100%; } }
  .home .text-image-block .image_text-slider {
    position: relative;
    float: left;
    width: 100%; }
    .home .text-image-block .image_text-slider .text,
    .home .text-image-block .image_text-slider .image {
      width: 50%;
      position: relative;
      float: left;
      min-height: 430px; }
      @media (max-width: 1024px) {
        .home .text-image-block .image_text-slider .text,
        .home .text-image-block .image_text-slider .image {
          min-height: 300px; } }
      @media (max-width: 560px) {
        .home .text-image-block .image_text-slider .text,
        .home .text-image-block .image_text-slider .image {
          width: 100%; } }
    .home .text-image-block .image_text-slider .text {
      color: #ffffff;
      font-family: 'gotham_boldregular';
      line-height: 1.5em;
      text-transform: uppercase; }
      .home .text-image-block .image_text-slider .text p {
        width: 100%;
        position: relative;
        float: left;
        margin-bottom: 10px; }
      .home .text-image-block .image_text-slider .text .centered {
        width: 99%;
        padding: 0 40px; }

.home .intro-copy--copy p a {
	text-decoration: none;
	font-weight:bold;
	color:#333;
}
.home .intro-copy--copy p a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}


.page-template-about_approach .intro-section,
.page-template-privacy .intro-section {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 20px; }

.page-template-about_approach h2 {
    position: relative;
    float: left;
    width: 100%;
    color: #eb0029;
    font-family: 'gotham_boldregular';
    text-transform: uppercase;
    margin-bottom: 15px;
 }

.page-template-about_approach .flex-text ul {
    margin:0 0 20px 0;
	width: 70%;
	position: relative;
   	float: left;
	clear:both;
}


  
.page-template-about_approach .flex-text li {
    	display:list-item;
    	margin-bottom:10px;
    	font-size: 16px;
    	font-size: 1.6rem;
    line-height: 1.5em;
    }

.page-template-about_approach p a {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
.page-template-about_approach p a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

.page-template-privacy .intro-content table {
	width:70%;
	float:left;
	clear:left;
	margin:40px 0;
}

.page-template-privacy .intro-content  ul,
    .page-template-privacy .intro-content  ol {
    position: relative;
    float: left;
    width: 70%;
    clear: both;
    margin-bottom: 20px; 
    }

.page-template-privacy .intro-content ul ol,
.page-template-privacy .intro-content ol ul,
.page-template-privacy .intro-content ol ol,
.page-template-privacy .intro-content ul ul
	{
	float:none;
	clear:left;
	width:auto;
	margin-bottom: 0px;
}

.page-template-privacy .intro-content li,
.page-template-privacy .intro-content td,
.page-template-privacy .intro-content th
 {	
	text-align:left;
	font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
}
.page-template-privacy .intro-content td,
.page-template-privacy .intro-content th {
	border:1px solid #ddd;
	padding:10px;
	vertical-align:top;
	
}

  .page-template-about_approach .intro-section .intro-title,
  .page-template-privacy .intro-section .intro-title {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #eb0029;
    font-family: 'gotham_boldregular';
    margin-bottom: 20px; }
  .page-template-about_approach .intro-section .intro-content,
  .page-template-privacy .intro-section .intro-content {
    position: relative;
    float: left;
    width: 46%;
    line-height: 1.7em;
    font-size: 18px;
    font-size: 1.8rem; }
    @media (max-width: 1024px) {
      .page-template-about_approach .intro-section .intro-content,
      .page-template-privacy .intro-section .intro-content {
        width: 70%; } }
    @media (max-width: 500px) {
      .page-template-about_approach .intro-section .intro-content,
      .page-template-privacy .intro-section .intro-content {
        width: 90%; } }
    .page-template-about_approach .intro-section .intro-content p,
    .page-template-privacy .intro-section .intro-content p {
      position: relative;
      float: left;
      width: 100%;
      margin-bottom: 20px; }
      .page-template-about_approach .intro-section .intro-content p:last-child,
      .page-template-privacy .intro-section .intro-content p:last-child {
        margin-bottom: 0; }
  .page-template-about_approach .intro-section .jump2,
  .page-template-privacy .intro-section .jump2 {
    position: relative;
    float: left;
    z-index: 10;
    font-size: 30px;
    font-size: 3rem;
    text-decoration: none;
    color: #55565a;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s; }
    .page-template-about_approach .intro-section .jump2:hover,
    .page-template-privacy .intro-section .jump2:hover {
      color: #eb0029; }
.page-template-about_approach #flex-cont,
.page-template-privacy #flex-cont {
  position: relative;
  float: left;
  width: 100%;
  height: 0; }

.page-template-about_approach .flex-img,
.page-template-contact .flex-img,
.page-template-privacy .flex-img {
  min-height: 300px;
  width: 100%;
  position: relative;
  float: left; }
  @media (max-width: 768px) {
    .page-template-about_approach .flex-img,
    .page-template-contact .flex-img,
    .page-template-privacy .flex-img {
      background: none !important;
      min-height: inherit; } }
  .page-template-about_approach .flex-img .images,
  .page-template-contact .flex-img .images,
  .page-template-privacy .flex-img .images {
    display: none; }
    @media (max-width: 768px) {
      .page-template-about_approach .flex-img .images,
      .page-template-contact .flex-img .images,
      .page-template-privacy .flex-img .images {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        height: auto; } }

/* Large Images */
.page-template-about_approach .flex-img-lrg{
  min-height: 900px;
  width: 100%;  
  position: relative;
  float: left; }
  @media (max-width: 768px) {
    .page-template-about_approach .flex-img-lrg{
      background: none !important;
      min-height: inherit; } }
  .page-template-about_approach .flex-img-lrg .images{
    display: none; }
    @media (max-width: 768px) {
      .page-template-about_approach .flex-img-lrg .images{
        display: block;
        position: relative;
        float: left;
        width: 100%;
        height: auto; } }
/* Large Images */

/* Large Images Responsive */
.page-template-about_approach .flex-img-lrg-rsp .image_full{
  	width: 100%;  
	height: auto;
  	position: relative;
  	float: left; 
}
@media (max-width: 768px) {
    .page-template-about_approach .flex-img-lrg-rsp .image_full{
      display: none; 
	} 
}
.page-template-about_approach .flex-img-lrg-rsp .image_mobile{
    display: none; 
}
@media (max-width: 768px) {
	.page-template-about_approach .flex-img-lrg-rsp .image_mobile{
		display: block;
        position: relative;
        float: left;
        width: 100%;
        height: auto; 
	} 
}
/* Large Images */

 .page-template-contact .flex-img .meettheteam {
 	position: absolute;
 	left:20px;
 	bottom: 20px;
 	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
 }

.page-template-about_approach .flex-text,
.page-template-privacy .flex-text {
  width: 100%;
  position: relative;
  float: left;
  padding: 40px 20px;
  min-height: 300px; }

  .page-template-about_approach .flex-text p,
  .page-template-privacy .flex-text p {
    position: relative;
    float: left;
    width: 70%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    clear: both;
    margin-bottom: 20px; }

    .page-template-about_approach .flex-text p:last-of-type,
    .page-template-privacy .flex-text p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      .page-template-about_approach .flex-text p,
      .page-template-privacy .flex-text p {
        width: 70%; } }
    @media (max-width: 500px) {
      .page-template-about_approach .flex-text p,
      .page-template-privacy .flex-text p {
        width: 90%; } }
.page-template-about_approach .intro-section-2,
.page-template-privacy .intro-section-2 {
  width: 100%;
  position: relative;
  float: left;
  padding: 40px 20px;
  min-height: 300px; }
  .page-template-about_approach .intro-section-2 .intro-title,
  .page-template-privacy .intro-section-2 .intro-title {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #eb0029;
    font-family: 'gotham_boldregular';
    margin-bottom: 20px; }
  .page-template-about_approach .intro-section-2 p,
  .page-template-privacy .intro-section-2 p {
    position: relative;
    float: left;
    width: 70%;
    clear: both;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin-bottom: 20px; }
    .page-template-about_approach .intro-section-2 p:last-of-type,
    .page-template-privacy .intro-section-2 p:last-of-type {
      margin-bottom: 0; }
    .page-template-about_approach .intro-section-2 p strong,
    .page-template-privacy .intro-section-2 p strong {
      position: relative;
      float: left;
      width: 100%;
      margin-bottom: 10px; }
    @media (max-width: 1024px) {
      .page-template-about_approach .intro-section-2 p,
      .page-template-privacy .intro-section-2 p {
        width: 70%; } }
    @media (max-width: 500px) {
      .page-template-about_approach .intro-section-2 p,
      .page-template-privacy .intro-section-2 p {
        width: 90%; } }
    .page-template-about_approach .intro-section-2 p a,
    .page-template-privacy .intro-section-2 p a {
      text-decoration: none;
      color: #eb0029; }
.page-template-about_approach .flex-quote-wrap,
.page-template-privacy .flex-quote-wrap {
  width: 100%;
  position: relative;
  float: left;
  padding: 0px 20px 40px 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em; }
  .page-template-about_approach .flex-quote-wrap .flex-quote,
  .page-template-about_approach .flex-quote-wrap .flex-quoter,
  .page-template-about_approach .flex-quote-wrap .flex-quoter-position,
  .page-template-privacy .flex-quote-wrap .flex-quote,
  .page-template-privacy .flex-quote-wrap .flex-quoter,
  .page-template-privacy .flex-quote-wrap .flex-quoter-position {
    position: relative;
    float: left;
    width: 40%;
    clear: both; }
    @media (max-width: 1024px) {
      .page-template-about_approach .flex-quote-wrap .flex-quote,
      .page-template-about_approach .flex-quote-wrap .flex-quoter,
      .page-template-about_approach .flex-quote-wrap .flex-quoter-position,
      .page-template-privacy .flex-quote-wrap .flex-quote,
      .page-template-privacy .flex-quote-wrap .flex-quoter,
      .page-template-privacy .flex-quote-wrap .flex-quoter-position {
        width: 70%; } }
    @media (max-width: 500px) {
      .page-template-about_approach .flex-quote-wrap .flex-quote,
      .page-template-about_approach .flex-quote-wrap .flex-quoter,
      .page-template-about_approach .flex-quote-wrap .flex-quoter-position,
      .page-template-privacy .flex-quote-wrap .flex-quote,
      .page-template-privacy .flex-quote-wrap .flex-quoter,
      .page-template-privacy .flex-quote-wrap .flex-quoter-position {
        width: 90%; } }
  .page-template-about_approach .flex-quote-wrap .flex-quote,
  .page-template-privacy .flex-quote-wrap .flex-quote {
    margin-bottom: 10px; }
  .page-template-about_approach .flex-quote-wrap .flex-quote,
  .page-template-about_approach .flex-quote-wrap .flex-quoter,
  .page-template-privacy .flex-quote-wrap .flex-quote,
  .page-template-privacy .flex-quote-wrap .flex-quoter {
    font-family: 'gotham_boldregular'; }
  .page-template-about_approach .flex-quote-wrap .flex-quoter,
  .page-template-privacy .flex-quote-wrap .flex-quoter {
    color: #eb0029;
    margin-bottom: 5px; }
.page-template-about_approach .text-image-block,
.page-template-privacy .text-image-block {
  position: relative;
  float: left;
  width: 100%;
  background: #c1b8af; }
  .page-template-about_approach .text-image-block .block,
  .page-template-privacy .text-image-block .block {
    position: absolute; }
  .page-template-about_approach .text-image-block .flex-control-nav,
  .page-template-privacy .text-image-block .flex-control-nav {
    width: 50%; }
    @media (max-width: 560px) {
      .page-template-about_approach .text-image-block .flex-control-nav,
      .page-template-privacy .text-image-block .flex-control-nav {
        width: 100%; } }
  .page-template-about_approach .text-image-block .image_text-slider,
  .page-template-privacy .text-image-block .image_text-slider {
    position: relative;
    float: left;
    width: 100%; }
    .page-template-about_approach .text-image-block .image_text-slider .text,
    .page-template-about_approach .text-image-block .image_text-slider .image,
    .page-template-privacy .text-image-block .image_text-slider .text,
    .page-template-privacy .text-image-block .image_text-slider .image {
      width: 50%;
      position: relative;
      float: left;
      min-height: 430px; }
      @media (max-width: 1024px) {
        .page-template-about_approach .text-image-block .image_text-slider .text,
        .page-template-about_approach .text-image-block .image_text-slider .image,
        .page-template-privacy .text-image-block .image_text-slider .text,
        .page-template-privacy .text-image-block .image_text-slider .image {
          min-height: 300px; } }
      @media (max-width: 560px) {
        .page-template-about_approach .text-image-block .image_text-slider .text,
        .page-template-about_approach .text-image-block .image_text-slider .image,
        .page-template-privacy .text-image-block .image_text-slider .text,
        .page-template-privacy .text-image-block .image_text-slider .image {
          width: 100%; } }
    .page-template-about_approach .text-image-block .image_text-slider .text,
    .page-template-privacy .text-image-block .image_text-slider .text {
      color: #ffffff;
      font-family: 'gotham_boldregular';
      line-height: 1.5em;
      text-transform: uppercase; }
      .page-template-about_approach .text-image-block .image_text-slider .text .centered,
      .page-template-privacy .text-image-block .image_text-slider .text .centered {
        width: 99%;
        padding: 0 40px; }

.page-template-contact .intro-section {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 20px; }
  .page-template-contact .intro-section .intro-title {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #eb0029;
    font-family: 'gotham_boldregular';
    margin-bottom: 20px; }
  .page-template-contact .intro-section .intro-content {
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em; }
    .page-template-contact .intro-section .intro-content .the-offices {
      position: relative;
      float: left;
      width: 100%;
      margin-bottom: 20px; }
      .page-template-contact .intro-section .intro-content .the-offices .office {
        position: relative;
        float: left;
        margin-right: 80px; }
        @media (max-width: 800px) {
          .page-template-contact .intro-section .intro-content .the-offices .office {
            width: 100%;
            margin-bottom: 20px; } }
    .page-template-contact .intro-section .intro-content .contact-info {
      position: relative;
      float: left; }
      .page-template-contact .intro-section .intro-content .contact-info a {
        text-decoration: none;
        color: #55565a;
        font-family: 'gotham_boldregular';
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s; }
        .page-template-contact .intro-section .intro-content .contact-info a:hover {
          color: #eb0029; }
.page-template-contact .form-block {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 0px;
  background: #c1b8af; }
  @media (max-width: 900px) {
    .page-template-contact .form-block .matchHeight {
      height: auto !important; } }
  @media (max-width: 900px) {
    .page-template-contact .form-block .intro-tagline {
      padding-bottom: 40px; } }
  .page-template-contact .form-block #field_1_5 {
    height: 78px;
    overflow: hidden;
    background: #f9f9f9; }
    .page-template-contact .form-block #field_1_5 .rc-anchor-light {
      border: none; }
    .page-template-contact .form-block #field_1_5 .rc-anchor {
      border-radius: 0px;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important; }
  .page-template-contact .form-block .form-block--left,
  .page-template-contact .form-block .form-block--right {
    position: relative;
    float: left;
    width: 50%; }
    @media (max-width: 900px) {
      .page-template-contact .form-block .form-block--left,
      .page-template-contact .form-block .form-block--right {
        width: 100%;
        height: auto !important; }
        .page-template-contact .form-block .form-block--left p:last-of-type,
        .page-template-contact .form-block .form-block--right p:last-of-type {
          margin-bottom: 40px; } }
  .page-template-contact .form-block .form-block--left {
    color: #ffffff;
    font-family: 'gotham_boldregular';
    line-height: 1.5em;
    letter-spacing: 2px; }
    .page-template-contact .form-block .form-block--left .centered {
      width: 99.6%;
      padding: 0 60px; }
      @media (max-width: 1390px) {
        .page-template-contact .form-block .form-block--left .centered {
          width: 99%; } }
  .page-template-contact .form-block .form-block--right {
    padding: 0 80px; }
    @media (max-width: 400px) {
      .page-template-contact .form-block .form-block--right {
        padding: 0 20px; } }
    .page-template-contact .form-block .form-block--right .validation_error {
      display: none; }
    .page-template-contact .form-block .form-block--right .gform_body {
      width: calc(100% - 150px);
      position: relative;
      float: left;
      margin-right: 20px;
      border: 1px solid rgba(255, 255, 255, 0.5); }
      @media (max-width: 1024px) {
        .page-template-contact .form-block .form-block--right .gform_body {
          width: calc(100% - 90px); } }
      @media (max-width: 900px) {
        .page-template-contact .form-block .form-block--right .gform_body {
          width: calc(100% - 150px); } }
      @media (max-width: 480px) {
        .page-template-contact .form-block .form-block--right .gform_body {
          width: 100%; } }
      .page-template-contact .form-block .form-block--right .gform_body .gfield_label {
        display: none; }
      .page-template-contact .form-block .form-block--right .gform_body .validation_message {
        background: rgba(255, 0, 0, 0.25);
        color: #fff;
        font-size: 1.3rem;
        padding: 0 10px; }
      .page-template-contact .form-block .form-block--right .gform_body .gform_fields {
        list-style: none;
        padding: 0;
        position: relative;
        float: left; }
        .page-template-contact .form-block .form-block--right .gform_body .gform_fields .gfield {
          position: relative;
          float: left;
          width: 100%; }
        .page-template-contact .form-block .form-block--right .gform_body .gform_fields #input_1_5 div {
          width: 100% !important; }
          .page-template-contact .form-block .form-block--right .gform_body .gform_fields #input_1_5 div iframe {
            width: 100% !important; }
          .page-template-contact .form-block .form-block--right .gform_body .gform_fields #input_1_5 div .rc-anchor-normal {
            width: 100% !important; }
        .page-template-contact .form-block .form-block--right .gform_body .gform_fields input,
        .page-template-contact .form-block .form-block--right .gform_body .gform_fields textarea {
          position: relative;
          float: left;
          width: 100%;
          border: 0;
          padding: 10px;
          background: rgba(255, 255, 255, 0.2);
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          transition: all .5s;
          -webkit-transition: all .5s;
          -moz-transition: all .5s; }
          .page-template-contact .form-block .form-block--right .gform_body .gform_fields input:focus,
          .page-template-contact .form-block .form-block--right .gform_body .gform_fields textarea:focus {
            outline: 0;
            background: rgba(255, 255, 255, 0.5); }
        .page-template-contact .form-block .form-block--right .gform_body .gform_fields textarea {
          max-height: 110px;
          color: #55565a;
          font-size: 13px;
          font-size: 1.3rem; }
        .page-template-contact .form-block .form-block--right .gform_body .gform_fields input {
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          color: #55565a;
          font-size: 13px;
          font-size: 1.3rem; }
        .page-template-contact .form-block .form-block--right .gform_body .gform_fields ::-webkit-input-placeholder {
          color: #55565a;
          font-size: 13px;
          font-size: 1.3rem; }
        .page-template-contact .form-block .form-block--right .gform_body .gform_fields :-moz-placeholder {
          color: #55565a;
          font-size: 13px;
          font-size: 1.3rem; }
        .page-template-contact .form-block .form-block--right .gform_body .gform_fields ::-moz-placeholder {
          color: #55565a;
          font-size: 13px;
          font-size: 1.3rem; }
        .page-template-contact .form-block .form-block--right .gform_body .gform_fields :-ms-input-placeholder {
          color: #55565a;
          font-size: 13px;
          font-size: 1.3rem; }
    .page-template-contact .form-block .form-block--right .gform_footer {
      width: 130px;
      height: 100%;
      position: relative;
      float: left; }
      @media (max-width: 1024px) {
        .page-template-contact .form-block .form-block--right .gform_footer {
          width: 70px; } }
      @media (max-width: 900px) {
        .page-template-contact .form-block .form-block--right .gform_footer {
          width: 130px; } }
      @media (max-width: 480px) {
        .page-template-contact .form-block .form-block--right .gform_footer {
          width: 100%; } }
      .page-template-contact .form-block .form-block--right .gform_footer .gform_button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.2);
        font-family: 'gotham_boldregular';
        text-transform: uppercase;
        padding: 10px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        color: #55565a;
        font-size: 13px;
        font-size: 1.3rem; }
        @media (max-width: 480px) {
          .page-template-contact .form-block .form-block--right .gform_footer .gform_button {
            position: relative;
            float: left;
            margin-top: 20px; } }
        .page-template-contact .form-block .form-block--right .gform_footer .gform_button:focus {
          outline: 0; }
        .page-template-contact .form-block .form-block--right .gform_footer .gform_button:hover {
          background: rgba(255, 255, 255, 0.5); }




/* Lloyd Forms */

.page-template-about_approach .flex-text .gform_body .gform_fields{
	background: #b0c8cb;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-template-about_approach .flex-text .gform_body ul {
	width: 100%;
	margin: 10px 0 30px 0;
}

.page-template-about_approach .flex-text .gform_body li {
	display: block;
	margin: 10px;
}

.page-template-about_approach .flex-text .gform_body input {
	-webkit-appearance: radio;
	margin-right: 10px;
}

.page-template-about_approach .flex-text .gform_footer input {
	-webkit-appearance: none;
}

.page-template-about_approach .flex-text .gfield_label {
	color: #005e6d; 
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.page-template-about_approach .flex-text .gfield textarea {
	margin-top: 20px;
	width: 80%;
}

.page-template-about_approach .flex-text .gform_footer .gform_button {
	background: #eb0029;
	padding: 1em 3.5em;
	color: white;
}

/* Lloyd Forms b0c8cb */

/* Later additions*/

.contact-info .twitter,
.footer-left--right .twitter {
         	background: url("images/twitter.png") no-repeat left center;
			padding-left:21px;
         } 




/*# sourceMappingURL=style.css.map */
