/*  ==========================================================================
		Theme Name: Thursfields Solicitors
		Version: 	1.0
		========================================================================== */
/*  ==========================================================================
		TYPOGRAPHY
		========================================================================== */
html {
  color: #999;
  font-family: "Helvetica Light", "Helvetica", "Arial", sans-serif;
  font-size: 100%; }

p, address, blockquote, pre, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px; }

p {
  margin-bottom: 10px; }

hr {
  margin: 2em 0; }

.generatedcontent blockquote {
  position: relative;
  padding-left: 62px; }
  .generatedcontent blockquote:before {
    content: '';
    width: 50px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("images/testimonials.png"); }
	
	.mt20 {margin-top:20px;}
	
		.text-grey, a.text-grey, .copyright a.text-grey {color:#808080;}

	 a.text-grey:hover, .copyright a.text-grey:hover {color:#bcbcbc;}
	 
	 .sep {margin:0px 10px; display:inline-block;}
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .generatedcontent blockquote:before {
        background-image: url("images/testimonials@2x.png");
        -webkit-background-size: 50px 47px;
        -moz-background-size: 50px 47px;
        -o-background-size: 50px 47px;
        background-size: 50px 47px; } }

blockquote p {
  color: #A4D65E;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  margin: 0; }
  @media only screen and (max-width: 860px) {
    blockquote p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; } }

blockquote cite {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.125rem;
  margin-top: 10px; }

.content blockquote p {
  color: #A4D65E;
  font-size: 1.1rem;
  line-height: 1.3rem; }
  @media only screen and (max-width: 860px) {
    .content blockquote p {
      line-height: 20px;
      line-height: 1.25rem;
      font-size: 16px;
      font-size: 1rem; } }

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

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem; }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem; }

p, blockquote, li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem; }

blockquote p {
  margin: 0;
  font-style: italic; }

.debug {
  width: 100%;
  padding: 3%;
  background: #444;
  color: #F2F2F2; }

article ol, article ul, .post-body .person .column  ul  {
  margin-left: 0;
  margin-bottom: 20px; }
  article ol li, article ul li , .post-body .person  .column  ul li{
    margin-bottom: 8px; }

article ol li {
  list-style: decimal; }

article ul li, .post-body .person  .column  ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-image: url("images/ul-bullet.jpg");
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  color: #475055;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    article ul li, .post-body .person  .column  ul li {
      background-image: url("images/ul-bullet@2x.jpg");
      -webkit-background-size: 10px 10px;
      -moz-background-size: 10px 10px;
      -o-background-size: 10px 10px;
      background-size: 10px 10px; } }

article > *:last-child {
  margin-bottom: 0; }

a {
  text-decoration: none;
  color: #3C1053;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  a:hover {
    color: #A4D65E; }

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

/*  ==========================================================================
		FORMS
		========================================================================== */
.gform_wrapper {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .gform_wrapper.fade-in {
    opacity: 1; }

form {
  position: relative; }
 /* form .gform_footer {
    position: absolute;
    bottom: 20px;
    right: 0; }*/
    @media only screen and (max-width: 480px) {
      form .gform_footer {
        position: static;
        float: right;
        clear: both; } }
  form label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"], form textarea {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 42px;
    border: solid 1px #E0E0E0;
    background: #E0E0E0;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 42px; }
  form textarea {
    line-height: normal;
    padding: 10px;
    height: 155px; }
  form input[type="submit"] {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: 400;
    color: #FFF;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 20px;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 3px;
    background: #9FC56B;
    text-transform: uppercase; }
    form input[type="submit"]:hover {
      background: #93be59; }
  form ul, form ol {
    margin: 0; }
    form ul li, form ol li {
      list-style: none;
      padding: 0 !important;
      background: none !important; }
  form .gform_body .gfield {
    margin: 0 0 14px 0; }
    form .gform_body .gfield.gfield_html, form .gform_body .gfield.full, form .gform_body .gfield.cardholder-details {
      width: 100%;
      float: left;
      clear: both; }
    form .gform_body .gfield.field_sublabel_above > label {
      display: none; }
    form .gform_body .gfield .ginput_complex label {
      margin-top: 8px; }
    form .gform_body .gfield .ginput_complex select {
      width: 100%;
      height: 42px;
      border: solid 1px #E0E0E0;
      background: #E0E0E0; }
    form .gform_body .gfield.full {
      margin-bottom: 20px; }
    form .gform_body .gfield:last-child, form .gform_body .gfield.gform_hidden {
      margin-bottom: 0; }
    form .gform_body .gfield.cardholder-details {
      height: 94px;
      border-top: solid 1px #D0D0D0;
      border-bottom: solid 1px #D0D0D0;
      margin: 16px 0 24px 0;
      position: relative; }
      @media only screen and (max-width: 640px) {
        form .gform_body .gfield.cardholder-details {
          height: auto;
          padding: 20px 0 !important; } }
      form .gform_body .gfield.cardholder-details > .gfield_label {
        height: 94px;
        line-height: 92px;
        float: left;
        clear: both;
        color: #3C1053;
        font-weight: 400;
        font-family: "Lato", "Helvetica", "Arial", sans-serif;
        font-size: 22px;
        font-size: 1.375rem;
        -webkit-touch-callout: initial;
        -webkit-user-select: initial;
        -khtml-user-select: initial;
        -moz-user-select: initial;
        -ms-user-select: initial;
        user-select: initial; }
        @media only screen and (max-width: 640px) {
          form .gform_body .gfield.cardholder-details > .gfield_label {
            font-size: 18px;
            font-size: 1.125rem;
            height: auto;
            line-height: normal;
            width: 100%; } }
      form .gform_body .gfield.cardholder-details .ginput_container {
        width: 305px;
        position: absolute;
        height: 23px;
        top: 32px;
        right: 0; }
        @media only screen and (max-width: 640px) {
          form .gform_body .gfield.cardholder-details .ginput_container {
            position: static;
            width: 280px;
            float: left;
            clear: both;
            width: 100%; } }
      form .gform_body .gfield.cardholder-details .gfield_checkbox li {
        height: 23px;
        position: relative;
        line-height: 23px;
        margin: 0; }
        form .gform_body .gfield.cardholder-details .gfield_checkbox li label {
          height: 23px;
          line-height: 23px;
          display: block;
          font-family: "Lato", "Helvetica", "Arial", sans-serif;
          font-size: 18px;
          font-size: 1.125rem;
          color: #53565A;
          padding-left: 35px;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          .checked form .gform_body .gfield.cardholder-details .gfield_checkbox li label {
            background-repeat: no-repeat;
            background-position: top left;
            background-image: url("images/checkbox.png"); }
            @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
              .checked form .gform_body .gfield.cardholder-details .gfield_checkbox li label {
                background-image: url("images/checkbox@2x.png");
                -webkit-background-size: 23px 23px;
                -moz-background-size: 23px 23px;
                -o-background-size: 23px 23px;
                background-size: 23px 23px; } }
        form .gform_body .gfield.cardholder-details .gfield_checkbox li input {
          position: absolute;
          top: 0;
          left: 0; }
          .checked form .gform_body .gfield.cardholder-details .gfield_checkbox li input {
            display: none; }
            .checked form .gform_body .gfield.cardholder-details .gfield_checkbox li input:checked + label {
              background-image: url("images/checkbox-active.png"); }
              @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
                .checked form .gform_body .gfield.cardholder-details .gfield_checkbox li input:checked + label {
                  background-image: url("images/checkbox-active@2x.png");
                  -webkit-background-size: 23px 23px;
                  -moz-background-size: 23px 23px;
                  -o-background-size: 23px 23px;
                  background-size: 23px 23px; } }
    form .gform_body .gfield.gfield_html .separator {
      height: 1px;
      background: #D0D0D0;
      width: 100%;
      margin: 16px 0 30px 0; }
    form .gform_body .gfield.gfield_html h2 {
      margin: 0; }
    form .gform_body .gfield.half {
      width: 48%;
      float: left;
      margin: 0 4% 20px 0; }
      @media only screen and (max-width: 480px) {
        form .gform_body .gfield.half {
          width: 100%;
          margin-right: 0; } }
      form .gform_body .gfield.half.end {
        margin-right: 0; }
    form .gform_body .gfield label {
      font-family: "Lato", "Helvetica", "Arial", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 18px;
      line-height: 1.125rem;
      color: #53565A;
      margin: 0 0 8px 0;
      display: block; }
    form .gform_body .gfield.gfield_error input[type="text"], form .gform_body .gfield.gfield_error input[type="email"], form .gform_body .gfield.gfield_error input[type="tel"], form .gform_body .gfield.gfield_error input[type="password"], form .gform_body .gfield.gfield_error textarea {
      border-color: #E42620; }
  form .gform_footer img {
    margin-left: 10px; }

.validation_error,
.validation_message {
  margin: 15px 0 30px 0;
  font-weight: bold;
  color: #FFF;
  background: #E42620;
  padding: 15px;
  width: 100%;
  display: block; }

.validation_message {
  padding: 7px;
  margin: 0; }

.gform_confirmation_message {
  font-weight: bold;
  color: #FFF;
  background: #3FC03C;
  padding: 15px;
  display: block;
  width: 100%; }

/*#gform_wrapper_1 #field_1_8 {
  float: right; }
*/
#gform_wrapper_3 .gform_footer, #gform_wrapper_5 .gform_footer {
  height: 49px;
  margin-top: 10px;
  position: static;
  padding-left: 160px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("images/sagepay-secure.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #gform_wrapper_3 .gform_footer, #gform_wrapper_5 .gform_footer {
      background-image: url("images/sagepay-secure@2x.png");
      -webkit-background-size: 147px 49px;
      -moz-background-size: 147px 49px;
      -o-background-size: 147px 49px;
      background-size: 147px 49px; } }
  @media only screen and (max-width: 440px) {
    #gform_wrapper_3 .gform_footer, #gform_wrapper_5 .gform_footer {
      padding-bottom: 80px;
      height: auto;
      background-position: bottom center;
      padding-left: 0; } }
  #gform_wrapper_3 .gform_footer input, #gform_wrapper_5 .gform_footer input {
    margin-top: 5px;
    float: right;
    clear: both; }
  #gform_wrapper_3 .gform_footer img, #gform_wrapper_5 .gform_footer img {
    float: right;
    margin: 18px 16Ppx 0 0; }

/*  ==========================================================================
		BUTTONS
		========================================================================== */
.btn {
  background: #A4D65E;
  color: #FFF !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 13px; }
  .btn.btn-block {
	display:block;
	margin-right:5px;  
  }

  @media only screen and (max-width: 767px) {
    .btn {
      padding: 10px;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 12px;
      line-height: 0.75rem; } }
  .btn:hover {
    color: #FFF;
    background: #8dcc35; }

/*  ==========================================================================
		CORE
		========================================================================== */
html, body {
  font-size: 100%;
  color: #999; }

body {
  background: #3C1053; }

.container {
  max-width: 1055px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1095px) {
    .container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 20px !important;
      padding-right: 20px !important; } }

#page {
  overflow: hidden; }
  #page #primary {
    padding: 20px 0 0 0;
    background: #D0D0D0; }
    @media screen and (max-width: 1095px) {
      #page #primary {
        padding-top: 0; } }

::-moz-selection {
  background-color: #3C1053;
  color: #FFF;
  text-shadow: none; }

::selection {
  background-color: #3C1053;
  color: #FFF;
  text-shadow: none; }

/*  ==========================================================================
		UTILITY CLASSES
		========================================================================== */
.left {
  float: left !important; }

.right {
  float: right !important; }

.centered {
  text-align: center; }

.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 10px; }

.alignnone {
  float: none;
  margin: 10px auto; }

.aligncenter {
  display: block;
  margin: 10px auto; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
  width: auto !important; }

.full-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: url("/wp-content/themes/thursfields/utilities/rgba.php/rgba(0,0,0,0)");
  background: transparent; }
  .any-ie .full-link {
    background: url("/wp-content/themes/thursfields/utilities/rgba.php/rgba(0,0,0,0)"); }

/*  ==========================================================================
		HEADER
		========================================================================== */
#header {
  background: #3C1053;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 5000; }
  @media only screen and (max-width: 660px) {
    #header {
      padding-top: 20px; } }
  #header .top {
    margin: 0 0 22px 0; }
    #header .top .controls {
      float: right; }
      #header .top .controls .search-form {
        float: left;
        padding-right: 34px;
        position: relative;
        height: 24px;
        margin-right: 16px; }
        @media only screen and (max-width: 660px) {
          #header .top .controls .search-form {
            margin-right: 0; } }
        #header .top .controls .search-form input {
          height: 20px;
          border: none;
          background: none;
          color: #FFF;
          outline: none !important;
          border-bottom: solid 2px #8A7098;
          font-size: 14px; }
          @media only screen and (max-width: 490px) {
            #header .top .controls .search-form input {
              width: 100px; } }
        #header .top .controls .search-form button {
          background: none;
          border: none;
          color: #8A7098;
          outline: none !important;
          width: 26px;
          height: 24px;
          line-height: 24px;
          -webkit-transform: scaleX(-1);
          -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
          -o-transform: scaleX(-1);
          transform: scaleX(-1);
          position: absolute;
          top: 0;
          right: 0; }
      #header .top .controls .social {
        float: left; }
        @media only screen and (max-width: 660px) {
          #header .top .controls .social {
            display: none; } }
        #header .top .controls .social li {
          float: left;
          border-left: solid 1px #8A7098; }
          #header .top .controls .social li a {
            display: block;
            width: 38px;
            height: 24px;
            text-align: center;
            line-height: 24px;
            color: #8A7098;
            font-size: 16px; }
          #header .top .controls .social li:hover > a {
            color: #FFF; }

#header .top .controls .social li.mailing-list a {
	width: auto;
	padding: 0px 10px;
}
#header .top .controls .social li.mailing-list a span {
 margin-right:5px;
}
  #header #logo {
    float: left;
    width: 202px;
    height: 48px;
    background-image: url("images/logo.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #header #logo {
        background-image: url("images/logo@2x.png");
        -webkit-background-size: 202px 48px;
        -moz-background-size: 202px 48px;
        -o-background-size: 202px 48px;
        background-size: 202px 48px; } }
    @media only screen and (max-width: 490px) {
      #header #logo {
        width: 110px;
        height: 26px;
        background-size: 110px 26px !important; } }
  #header #nav {
    background: #210732;
    padding: 0 0 0 11px;
    position: relative;
    z-index: 3000; }
    @media only screen and (max-width: 1095px) {
      #header #nav {
        padding: 0 20px;
        margin: 0 -20px; } }
    @media only screen and (max-width: 959px) {
      #header #nav {
        padding: 0; } }
    #header #nav #toggle {
      float: left;
      padding-left: 20px;
      color: #FFF;
      text-transform: uppercase;
      font-size: 16px;
      height: 36px;
      line-height: 36px;
      font-weight: bold;
      font-family: "Lato", "Helvetica", "Arial", sans-serif;
      display: none;
      -webkit-tap-highlight-color: transparent;
      -webkit-tap-highlight-color: transparent;
      outline: none !important; }
      @media only screen and (max-width: 959px) {
        #header #nav #toggle {
          display: block; } }
      #header #nav #toggle .fa {
        font-size: 24px;
        color: #999;
        margin-right: 18px;
        height: 36px;
        line-height: 36px; }
        @media only screen and (max-width: 460px) {
          #header #nav #toggle .fa {
            margin-right: 8px; } }
        @media only screen and (max-width: 350px) {
          #header #nav #toggle .fa {
            margin-right: 0; } }
      #header #nav #toggle .menu {
        position: relative;
        top: -2px; }
        @media only screen and (max-width: 460px) {
          #header #nav #toggle .menu {
            top: -3px; } }
        @media only screen and (max-width: 350px) {
          #header #nav #toggle .menu {
            display: none; } }
        @media only screen and (max-width: 460px) {
          #header #nav #toggle .menu .main {
            display: none; } }
    #header #nav li {
      float: left; }
      #header #nav li.relative {
        position: relative; }
      @media only screen and (max-width: 959px) {
        #header #nav li {
          display: none; }
          #header #nav li.alt-1, #header #nav li.alt-2 {
            display: block; } }
      #header #nav li .mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFF;
        padding: 20px 20px 20px 10px;
        z-index: 4000;
        display: none; }
        #header #nav li .mega-menu > .container {
          overflow: hidden;
          padding-top: 3px; }
        #header #nav li .mega-menu .my-sub-menu {
          width: 100%; }
          #header #nav li .mega-menu .my-sub-menu li {
            float: none;
            width: 100%; }
            #header #nav li .mega-menu .my-sub-menu li.menu-item-has-children a:after {
              display: none; }
            #header #nav li .mega-menu .my-sub-menu li > a {
              display: block;
              background: none !important;
              color: #A4D65E;
              padding: 0 0 20px 10px;
              font-size: 22px;
              font-size: 1.375rem; }
              #header #nav li .mega-menu .my-sub-menu li > a:hover {
                color: #000; }
          #header #nav li .mega-menu .my-sub-menu > li {
            width: 33.25%;
            float: left;
            border-right: solid 1px #D9DBDB;
            margin-bottom: -9999px;
            padding-bottom: 9999px; }
            #header #nav li .mega-menu .my-sub-menu > li:last-child {
              border-right: none; }
          #header #nav li .mega-menu .my-sub-menu .my-sub-menu {
            width: 100%;
            float: none;
            border: none; }
            #header #nav li .mega-menu .my-sub-menu .my-sub-menu li, #header #nav li .mega-menu .my-sub-menu .my-sub-menu > li {
              width: 100%;
              float: left;
              border-right: none; }
              #header #nav li .mega-menu .my-sub-menu .my-sub-menu li a, #header #nav li .mega-menu .my-sub-menu .my-sub-menu > li a {
                color: #999;
                display: block;
                background: none !important;
                padding: 0 15px 10px 10px;
                font-size: 18px;
                font-size: 1.125rem;
                line-height: 22px;
                line-height: 1.375rem; }
              #header #nav li .mega-menu .my-sub-menu .my-sub-menu li:hover > a, #header #nav li .mega-menu .my-sub-menu .my-sub-menu > li:hover > a {
                color: #000; }
        #header #nav li .mega-menu .mega-menu {
          position: static;
          padding: 0;
          display: block; }
      #header #nav li .standard-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 230px;
        background: #FFF;
        padding: 20px; }
        #header #nav li .standard-menu .mega-menu {
          position: static;
          padding: 0;
          display: block; }
          #header #nav li .standard-menu .mega-menu .container {
            padding-left: 0 !important;
            padding-right: 0 !important; }
        #header #nav li .standard-menu li {
          float: none !important;
          width: 100% !important;
          margin: 0 !important;
          border: none !important;
          padding: 0 !important; }
          #header #nav li .standard-menu li a {
            background: none !important;
            color: #999 !important;
            font-size: 1.1rem !important;
            line-height: 1.4rem !important;
            margin-bottom: 6px;
            padding: 0 0 5px !important; }
            #header #nav li .standard-menu li a:hover {
              color: #000 !important; }
            #header #nav li .standard-menu li a:after {
              display: none; }
          #header #nav li .standard-menu li.current-menu-item a {
            color: #000 !important; }
      #header #nav li:hover > .mega-menu,
      #header #nav li:hover > .standard-menu {
        display: block; }
      #header #nav li > a {
        display: block;
        padding: 15px;
        font-family: "Lato", "Helvetica", "Arial", sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1rem;
        color: #FFF; }
        @media only screen and (max-width: 959px) {
          #header #nav li > a {
            padding: 12px;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 12px;
            line-height: 0.75rem; } }
        @media only screen and (max-width: 460px) {
          #header #nav li > a {
            padding: 13px 8px;
            font-size: 10px;
            font-size: 0.625rem;
            line-height: 10px;
            line-height: 0.625rem; } }
      #header #nav li.menu-item-has-children > a {
        position: relative; }
        #header #nav li.menu-item-has-children > a:after {
          content: "\f107";
          color: #ABBF8B;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 19px;
          line-height: 15px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-left: 10px; }
      #header #nav li.menu-item-has-children:hover > a:after {
        color: #3C1053; }
      #header #nav li.alt-1 > a, #header #nav li.alt-2 > a {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase; }
      #header #nav li.alt-1 > a {
        background: #8A7098; }
      #header #nav li.alt-2 > a {
        background: #B19FBA; }
      .single-person #header #nav li#menu-item-84 > a,
      #header #nav li:hover > a, #header #nav li.current_page_item > a, #header #nav li.current-page-ancestor > a, #header #nav li.current_page_parent > a,
	 .single-guides  #header #nav li#menu-item-173 > a {
        background: #A4A7AA; }
		
		.single-guides #header #nav li.current_page_parent > a {
			background:none;
		}
        .single-person #header #nav li#menu-item-84 > a:after,
        #header #nav li:hover > a:after, #header #nav li.current_page_item > a:after, #header #nav li.current-page-ancestor > a:after, #header #nav li.current_page_parent > a:after {
          color: #3C1053; }
      #header #nav li:hover.alt-1 > a, #header #nav li.current_page_item.alt-1 > a, #header #nav li.current_page_parent.alt-1 > a, #header #nav li.current-page-ancestor.alt-1 > a,
      #header #nav li:hover.alt-2 > a, #header #nav li.current_page_item.alt-2 > a, #header #nav li.current_page_parent.alt-2 > a, #header #nav li.current-page-ancestor.alt-2 > a {
        background: #FFF;
        color: #3C1053; }
    #header #nav #mobilemenu {
      background: #E7E7E7;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      top: 100%;
      display: none;
      z-index: 6000; }
      @media only screen and (min-width: 960px) {
        #header #nav #mobilemenu {
          display: none !important; } }
      #header #nav #mobilemenu li {
        display: block !important;
        float: none;
        border-bottom: solid 1px #DDD; }
        #header #nav #mobilemenu li.menu-item-has-children a:after {
          content: "\f105";
          color: #3C1053 !important;
          font-size: 22px;
          float: right;
          clear: both;
          margin-top: -2px; }
        #header #nav #mobilemenu li.menu-item-has-children a.active:after {
          content: "\f107"; }
        #header #nav #mobilemenu li a {
          display: block;
          width: 100%;
          padding: 14px 20px;
          color: #3C1053;
          font-weight: 400;
          font-size: 16px;
          font-size: 1rem; }
        #header #nav #mobilemenu li .mega-menu {
          position: static;
          background: #FFF;
          padding: 30px 30px 30px 20px;
          display: none; }
          #header #nav #mobilemenu li .mega-menu .container {
            overflow: visible !important;
            padding: 0 !important; }
          #header #nav #mobilemenu li .mega-menu .container .my-sub-menu li {
            width: 100%;
            border-right: none;
            border-bottom: solid 1px #D9DBDB;
            padding: 0 0 20px 0 !important;
            margin: 0 0 20px 0 !important; }
            #header #nav #mobilemenu li .mega-menu .container .my-sub-menu li a {
              font-size: 22px;
              font-size: 1.375rem;
              line-height: 24px;
              line-height: 1.5rem;
              color: #A4D65E; }
              @media only screen and (max-width: 380px) {
                #header #nav #mobilemenu li .mega-menu .container .my-sub-menu li a {
                  font-size: 18px;
                  font-size: 1.125rem;
                  line-height: 22px;
                  line-height: 1.375rem;
                  padding: 8px; } }
              #header #nav #mobilemenu li .mega-menu .container .my-sub-menu li a:hover {
                color: #000; }
            #header #nav #mobilemenu li .mega-menu .container .my-sub-menu li .mega-menu {
              padding: 0;
              display: block !important; }
            #header #nav #mobilemenu li .mega-menu .container .my-sub-menu li .mega-menu .my-sub-menu li {
              padding: 0 !important;
              margin: 0 !important;
              border-bottom: none;
              width: 50%;
              float: left; }
              #header #nav #mobilemenu li .mega-menu .container .my-sub-menu li .mega-menu .my-sub-menu li a {
                font-size: 18px;
                font-size: 1.125rem;
                line-height: 22px;
                line-height: 1.375rem;
                color: #999; }
                @media only screen and (max-width: 380px) {
                  #header #nav #mobilemenu li .mega-menu .container .my-sub-menu li .mega-menu .my-sub-menu li a {
                    font-size: 14px;
                    font-size: 0.875rem;
                    line-height: 18px;
                    line-height: 1.125rem;
                    padding: 8px; } }
                #header #nav #mobilemenu li .mega-menu .container .my-sub-menu li .mega-menu .my-sub-menu li a:hover {
                  color: #000; }

#header #nav li .mega-menu .my-sub-menu > li:first-child,
#header #nav li .mega-menu .my-sub-menu > li .my-sub-menu > li {
  padding-left: 0; }

/*  ==========================================================================
		HERO
		========================================================================== */
.g-recaptcha > div > div {
  width: inherit !important;
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  max-width: 302px;
  border-right: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08); }

.g-recaptcha iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.g-recaptcha > div {
  position: relative; }

.g-recaptcha > div:before {
  content: 'Loading captcha...';
  position: absolute;
  top: 38%;
  left: 0; }

.g-recaptcha:empty:before {
  content: 'Something wrong occured'; }

.hero {
  margin: 0 0 22px 0;
  min-height: 300px; }
  .hero h1 {
    color: #3C1053;
    font-size: 48px;
    font-size: 3rem;
    line-height: 48px;
    line-height: 3rem;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .hero h1 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 26px;
        line-height: 1.625rem; } }
  .hero h2 {
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #999; }
    @media only screen and (max-width: 767px) {
      .hero h2 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem; } }
  .hero p {
    color: #999;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem; }
    @media only screen and (max-width: 767px) {
      .hero p {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem; } }
  .hero .search-form {
    position: relative;
    padding-right: 38px; }
    .hero .search-form input {
      width: 100%;
      border: none;
      outline: none;
      height: 30px;
      border-bottom: solid 2px #DADCDC; }
    .hero .search-form button {
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      outline: none !important;
      width: 28px;
      height: 30px;
      line-height: 30px;
      font-size: 20px;
      text-align: center;
      color: #DADCDC;
      border: none;
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .hero .search-form button:hover {
        color: #000; }
  .hero.office {
    min-height: 300px; }
    .hero.office .office-map {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 100; }
  .hero.person p.smaller {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem; }
    @media only screen and (max-width: 740px) {
      .hero.person p.smaller {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    .hero.person p.smaller strong {
      font-weight: 400; }
    .hero.person p.smaller a {
      color: #999; }
      .hero.person p.smaller a:hover {
        color: #999;
        text-decoration: underline; }
  .hero.person h1 {
    margin: 0 0 2px 0; }
  .hero.person h2 {
    color: #A4D65E; }
  @media only screen and (max-width: 600px) {
    .hero.person .column {
      width: 50% !important; } }
  @media only screen and (max-width: 480px) {
    .hero.person .column {
      width: 100% !important; }
      .hero.person .column.col-2 {
        position: static !important;
        height: 200px !important; } }
  .hero.standard {
    border-bottom: solid 5px #A4D65E;
    background: #FFF;
    position: relative; }
    @media only screen and (max-width: 600px) {
      .hero.standard {
        margin: 0 -20px 20px -20px; } }
    .hero.standard .column {
      width: 50%;
      float: left; }
      @media only screen and (max-width: 600px) {
        .hero.standard .column {
          width: 100%; } }
      .hero.standard .column.col-1 {
        padding: 30px 30px 45px 30px; }
        @media only screen and (max-width: 600px) {
          .hero.standard .column.col-1 {
            padding: 25px;
            position: relative;
            z-index: 300;
            background: url("/wp-content/themes/thursfields/utilities/rgba.php/rgba(255,255,255,0.9)");
            background: rgba(255, 255, 255, 0.9); }
            .any-ie .hero.standard .column.col-1 {
              background: url("/wp-content/themes/thursfields/utilities/rgba.php/rgba(255,255,255,0.9)"); } }
      .hero.standard .column.col-2 {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background-size: cover;
        background-position: center center; }
  @media screen and (max-width: 1095px) {
    .hero.slider {
      margin: 0 -20px 20px -20px; } }
  .hero.slider .item {
    height: 562px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .hero.slider .item {
        background: #EDEAEB !important;
        height: auto; } }
    .hero.slider .item.item-1 {
      display: block;
      position: relative; }
    .hero.slider .item .responsive-image {
      display: none;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 260px; }
      @media only screen and (max-width: 767px) {
        .hero.slider .item .responsive-image {
          display: block; } }
    .hero.slider .item .text {
      position: absolute;
      width: 468px;
      top: 125px;
      left: 90px;
      background: url("/wp-content/themes/thursfields/utilities/rgba.php/rgba(255,255,255,0.9)");
      background: rgba(255, 255, 255, 0.9);
      border-bottom: solid 5px #A4D65E;
      padding: 38px; }
      .any-ie .hero.slider .item .text {
        background: url("/wp-content/themes/thursfields/utilities/rgba.php/rgba(255,255,255,0.9)"); }
      @media only screen and (max-width: 767px) {
        .hero.slider .item .text {
          padding: 20px;
          position: static;
          width: 100%; } }
  .hero.slider.slick-initialized .item {
    display: block;
    position: relative; }
  .hero.slider .slick-next, .hero.slider .slick-prev {
    width: 22px;
    height: 43px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-top: -21px; }
    @media only screen and (max-width: 767px) {
      .hero.slider .slick-next, .hero.slider .slick-prev {
        top: auto;
        bottom: 110px;
        z-index: 3000; } }
    .hero.slider .slick-next:before, .hero.slider .slick-prev:before {
      display: none; }
    .hero.slider .slick-next:hover, .hero.slider .slick-prev:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .hero.slider .slick-next {
    right: -45px;
    background-image: url("images/slide-next.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .hero.slider .slick-next {
        background-image: url("images/slide-next@2x.png");
        -webkit-background-size: 22px 43px;
        -moz-background-size: 22px 43px;
        -o-background-size: 22px 43px;
        background-size: 22px 43px; } }
    @media only screen and (max-width: 1200px) {
      .hero.slider .slick-next {
        right: 20px; } }
  .hero.slider .slick-prev {
    left: -45px;
    background-image: url("images/slide-prev.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .hero.slider .slick-prev {
        background-image: url("images/slide-prev@2x.png");
        -webkit-background-size: 22px 43px;
        -moz-background-size: 22px 43px;
        -o-background-size: 22px 43px;
        background-size: 22px 43px; } }
    @media only screen and (max-width: 1200px) {
      .hero.slider .slick-prev {
        left: 20px; } }

/*  ==========================================================================
		CONTENT
		========================================================================== */
.content {
  background: #FFF; }
  .content h2 {
    color: #3C1053;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 300;
    font-family: "Lato", "Helvetica", "Arial", sans-serif; }
    .content h2 span {
      font-size: 18px;
      font-size: 1.125rem; }
      .content h2 span.search-term {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 32px;
        line-height: 2rem;
        color: #A4D65E; }
  .content h3, .content h4, .content h5, .content h6 {
    color: #3C1053;
    font-weight: 300;
    font-family: "Lato", "Helvetica", "Arial", sans-serif; }
  .content p {
    line-height: 20px;
    line-height: 1.25rem;
    color: #475055;
    font-family: "Lato", "Helvetica", "Arial", sans-serif; }
  @media only screen and (max-width: 600px) {
    .content.what-we-do-content {
      margin: 0 -20px; } }
  .content.what-we-do-content .padding {
    padding: 45px; }
    @media only screen and (max-width: 768px) {
      .content.what-we-do-content .padding {
        padding: 20px; } }
    .content.what-we-do-content .padding .title {
      display: block;
      width: 100%;
      margin: 0 0 4px 0;
      color: #3C1053;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 22px;
      line-height: 1.375rem; }
      @media only screen and (max-width: 768px) {
        .content.what-we-do-content .padding .title {
          font-size: 16px;
          font-size: 1rem;
          line-height: 20px;
          line-height: 1.25rem; } }
    .content.what-we-do-content .padding .columns > div > *:last-child {
      margin-bottom: 0; }
    .content.what-we-do-content .padding .columns .one {
      float: left;
      width: 66.83938%; }
      @media only screen and (max-width: 768px) {
        .content.what-we-do-content .padding .columns .one {
          width: 100%; } }
    .content.what-we-do-content .padding .columns .two {
      float: right;
      width: 31.60622%; }
      @media only screen and (max-width: 768px) {
        .content.what-we-do-content .padding .columns .two {
          width: 100%; } }
  .content.post-content {
    overflow: hidden; }
    @media only screen and (max-width: 600px) {
      .content.post-content {
        margin: 0 -20px; } }
    .content.post-content .post-body, .content.post-content .sidebar {
      margin-bottom: -99999px;
      padding-bottom: 99999px; }
      .no-hashchange .content.post-content .post-body, .no-hashchange .content.post-content .sidebar {
        margin-bottom: -9999px;
        padding-bottom: 9999px; }
    .content.post-content .json-feed .pagination {
      padding: 20px; }
    .content.post-content.sub-service-content .introduction {
      padding: 0 0 25px 0;
      border-bottom: solid 1px #D0D0D0;
      margin: 0 0 25px 0; }
      .content.post-content.sub-service-content .introduction.no-cols {
        border: none;
        padding: 0;
        margin: 0; }
      .content.post-content.sub-service-content .introduction *:last-child {
        margin: 0; }
    .content.post-content.sub-service-content .columns h2 {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 22px;
      line-height: 1.375rem; }
      @media only screen and (max-width: 600px) {
        .content.post-content.sub-service-content .columns h2 {
          font-size: 17px;
          font-size: 1.0625rem;
          line-height: 20px;
          line-height: 1.25rem; } }
    .content.post-content.sub-service-content .testimonials {
      border-top: solid 1px #D0D0D0;
      border-bottom: solid 1px #D0D0D0;
      padding: 0 0 30px 0;
      margin: 25px 0; }
      .content.post-content.sub-service-content .testimonials.no-cols, .content.post-content.sub-service-content .testimonials.carousel {
        margin-top: 0;
        border-top: none; }
      .content.post-content.sub-service-content .testimonials.carousel {
        margin-bottom: 50px;
        border: none;
        padding: 0; }
      .content.post-content.sub-service-content .testimonials.no-add {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
    @media only screen and (max-width: 840px) {
      .content.post-content.people-finder-content {
        margin: 0 -20px; } }
    @media only screen and (max-width: 840px) {
      .content.post-content.people-finder-content .post-body {
        width: 100%; } }
    .content.post-content.people-finder-content .post-body .hentry {
      padding: 50px; }
      @media only screen and (max-width: 840px) {
        .content.post-content.people-finder-content .post-body .hentry {
          padding: 20px; } }
      .content.post-content.people-finder-content .post-body .hentry h2 {
        font-family: "Helvetica Light", "Helvetica", "Arial", sans-serif;
        color: #000;
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 38px;
        line-height: 2.375rem; }
        @media only screen and (max-width: 840px) {
          .content.post-content.people-finder-content .post-body .hentry h2 {
            font-size: 25px;
            font-size: 1.5625rem;
            line-height: 29px;
            line-height: 1.8125rem; } }
        @media only screen and (max-width: 440px) {
          .content.post-content.people-finder-content .post-body .hentry h2 {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 24px;
            line-height: 1.5rem; } }
      .content.post-content.people-finder-content .post-body .hentry p {
        font-family: "Helvetica Light", "Helvetica", "Arial", sans-serif;
        color: #999;
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 26px;
        line-height: 1.625rem; }
        @media only screen and (max-width: 840px) {
          .content.post-content.people-finder-content .post-body .hentry p {
            font-size: 16px;
            font-size: 1rem;
            line-height: 20px;
            line-height: 1.25rem; } }
        @media only screen and (max-width: 440px) {
          .content.post-content.people-finder-content .post-body .hentry p {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 18px;
            line-height: 1.125rem; } }
    .content.post-content.people-finder-content .sidebar {
      background: url("images/people-finder-search.jpg") top left repeat; }
      @media only screen and (max-width: 840px) {
        .content.post-content.people-finder-content .sidebar {
          width: 100%; } }
      .content.post-content.people-finder-content .sidebar .widget.people-finder {
        padding: 42px 30px; }
        @media only screen and (max-width: 840px) {
          .content.post-content.people-finder-content .sidebar .widget.people-finder {
            padding: 40px 20px;
           /* padding-left: 220px;*/
            position: relative; } }
        @media only screen and (max-width: 440px) {
          .content.post-content.people-finder-content .sidebar .widget.people-finder {
            padding-left: 20px; } }
        .content.post-content.people-finder-content .sidebar .widget.people-finder h2, .newsletter-signup h2 {
          color: #FFF;
          font-family: "Helvetica Light", "Helvetica", "Arial", sans-serif;
          font-size: 28.8px;
          font-size: 1.8rem;
          line-height: 30px;
          line-height: 1.875rem;
          margin: 0 0 10px 0; }
		  .newsletter-signup h2 {              font-size: 1.625rem;
}
 
.newsletter-signup .gform_confirmation_message {
  background: #b19fba none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px;
  width: 100%;
}
          @media only screen and (max-width: 840px) {
            /*.content.post-content.people-finder-content .sidebar .widget.people-finder h2, .newsletter-signup h2 {
              margin: 0;
              font-size: 26px;
              font-size: 1.625rem;
              line-height: 26px;
              line-height: 1.625rem;
              position: absolute;
              top: 40px;
              left: 20px; } */}
          @media only screen and (max-width: 440px) {
            .content.post-content.people-finder-content .sidebar .widget.people-finder h2 {
              position: static;
              margin: 0 0 10px 0; } }
        .content.post-content.people-finder-content .sidebar .widget.people-finder p {
          font-family: "Helvetica Light", "Helvetica", "Arial", sans-serif;
          font-size: 19px;
          font-size: 1.1875rem;
          line-height: 19px;
          line-height: 1.1875rem;
          color: #999; }
          @media only screen and (max-width: 840px) {
            .content.post-content.people-finder-content .sidebar .widget.people-finder p {
              display: none; } }
			  
			  .content.post-content .sidebar .widget.newsletter-signup {
  background: #3C1053;
  padding: 42px 30px;
}
        .content.post-content.people-finder-content .sidebar .widget.people-finder form,   .newsletter-signup form {
          position: relative;
          padding-right: 30px; }
          .content.post-content.people-finder-content .sidebar .widget.people-finder form input,  .newsletter-signup form input[type="text"],   .newsletter-signup form input[type="email"] {
            height: 26px;
            line-height: 26px;
            border: none !important;
            background: none;
            padding: 0;
            font-size: 12px;
            border-bottom: solid 2px #FFF !important;
            outline: none !important;
            color: #FFF; 
			background:transparent !important}
          .content.post-content.people-finder-content .sidebar .widget.people-finder form button,  .newsletter-signup form .gform_button {
            position: absolute;
            top: 0;
            right: 0;
            height: 26px;
            width: 30px;
            color: #FFF;
            background: none;
            outline: none !important;
            border: none; }
			
			
    .content.post-content .post-body {
      width: 68.24645%;
      float: left; }
      @media only screen and (max-width: 860px) {
        .content.post-content .post-body {
          width: 100%; } }
      .content.post-content .post-body .padding {
        padding: 30px; }
        @media only screen and (max-width: 860px) {
          .content.post-content .post-body .padding {
            padding: 20px; } }
        .content.post-content .post-body .padding.person h2 {
          margin-bottom: 8px; }
      .content.post-content .post-body .interests {
        margin: 35px 0;
        padding: 35px 0;
        border-top: solid 1px #D0D0D0;
        border-bottom: solid 1px #D0D0D0; }
        @media only screen and (max-width: 860px) {
          .content.post-content .post-body .interests {
            margin: 20px 0;
            padding: 20px 0; } }
        .content.post-content .post-body .interests.no-testimonial {
          border-bottom: none;
          padding-bottom: 0; }
        .content.post-content .post-body .interests p:last-child {
          margin-bottom: 0; }
      .content.post-content .post-body .testimonials .testimonial-wrap {
        margin-top: 30px;
        padding-left: 70px;
        position: relative; }
        @media only screen and (max-width: 860px) {
          .content.post-content .post-body .testimonials .testimonial-wrap {
            margin-top: 20px;
            padding-left: 50px; } }
        .content.post-content .post-body .testimonials .testimonial-wrap .icon {
          position: absolute;
          width: 50px;
          height: 47px;
          background-image: url("images/testimonials.png");
          top: 0;
          left: 0; }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .content.post-content .post-body .testimonials .testimonial-wrap .icon {
              background-image: url("images/testimonials@2x.png");
              -webkit-background-size: 50px 47px;
              -moz-background-size: 50px 47px;
              -o-background-size: 50px 47px;
              background-size: 50px 47px; } }
          @media only screen and (max-width: 860px) {
            .content.post-content .post-body .testimonials .testimonial-wrap .icon {
              width: 36px;
              height: 33px;
              background-size: 100% auto !important; } }
        .content.post-content .post-body .testimonials .testimonial-wrap p {
          color: #A4D65E;
          /*@include font-size(24px);
						@include line-height(28px);*/
          font-size: 1.1rem;
          line-height: 1.3rem;
          font-family: "Lato", "Helvetica", "Arial", sans-serif;
          margin: 0; }
          @media only screen and (max-width: 860px) {
            .content.post-content .post-body .testimonials .testimonial-wrap p {
              font-size: 16px;
              font-size: 1rem;
              line-height: 20px;
              line-height: 1.25rem; } }
          .content.post-content .post-body .testimonials .testimonial-wrap p.source {
            color: #000;
            font-size: 0.8rem;
            line-height: 1.125rem;
            margin-bottom: 10px; }
            @media only screen and (max-width: 860px) {
              .content.post-content .post-body .testimonials .testimonial-wrap p.source {
                margin-top: 8px;
                font-size: 13px;
                font-size: 0.8125rem;
                line-height: 16px;
                line-height: 1rem; } }
      .content.post-content .post-body .content-header {
        padding: 35px 35px 28px 35px; }
        .content.post-content .post-body .content-header.smaller {
          padding: 35px 0 0 0; }
        @media only screen and (max-width: 860px) {
          .content.post-content .post-body .content-header {
            padding: 20px; } }
        .content.post-content .post-body .content-header h1 {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 35px;
          line-height: 2.1875rem;
          color: #3C1053;
          font-weight: 400;
          font-family: "Lato", "Helvetica", "Arial", sans-serif;
          margin: 0; }
          @media only screen and (max-width: 860px) {
            .content.post-content .post-body .content-header h1 {
              font-size: 20px;
              font-size: 1.25rem;
              line-height: 26px;
              line-height: 1.625rem; } }
      .content.post-content .post-body .hentry {
        padding: 0 35px 40px 35px;
        color: #000; }
        @media only screen and (max-width: 860px) {
          .content.post-content .post-body .hentry {
            padding: 0 20px 20px 20px; } }
        .content.post-content .post-body .hentry.padding-top {
          padding-top: 40px; }
          @media only screen and (max-width: 480px) {
            .content.post-content .post-body .hentry.padding-top {
              padding-top: 20px; } }
        .content.post-content .post-body .hentry p {
          font-family: "Lato", "Helvetica", "Arial", sans-serif; }
        .content.post-content .post-body .hentry .intro {
          color: #A1A1A1;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 26px;
          line-height: 1.625rem; }
          @media only screen and (max-width: 860px) {
            .content.post-content .post-body .hentry .intro {
              font-size: 16px;
              font-size: 1rem;
              line-height: 20px;
              line-height: 1.25rem; } }
        .content.post-content .post-body .hentry a {
          color: #A4D65E; }
          .content.post-content .post-body .hentry a:hover {
            color: #3C1053; }
      .content.post-content .post-body #disqus_thread {
        padding: 36px 0 40px 0;
        margin: 0 35px;
        border-top: solid 1px #D0D0D0; }
    .content.post-content .sidebar {
      width: 31.75355%;
      float: right;
      background: #F0F1F1; }
	  
	  .content.post-content .sidebar .widget.team-link {padding-top:0px; padding-bottom:30px; }
	    .content.post-content .sidebar .widget.team-link .btn.btn-primary {background:  #3C1053; padding:20px;font-size:16px; text-align:center}
	    .content.post-content .sidebar .widget.team-link .btn.btn-primary:hover, .content.post-content .sidebar .widget.team-link .btn.btn-primary:focus {color:#3C1053 !important; background:#fff;}
	
      @media only screen and (max-width: 860px) {
        .content.post-content .sidebar {
          width: 100%; } }
      .content.post-content .sidebar h4 {
        background: #E3E4E4;
        margin: 0;
        padding: 26px 24px;
        font-weight: 400;
        font-family: "Lato", "Helvetica", "Arial", sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 20px;
        line-height: 1.25rem;
        color: #3C1053; }
        @media only screen and (max-width: 600px) {
          .content.post-content .sidebar h4 {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 18px;
            line-height: 1.125rem; } }
      .content.post-content .sidebar.smaller-titles h4 {
        padding: 18px 24px; }
      .content.post-content .sidebar .sidebar-content {
        padding: 20px; }
        .content.post-content .sidebar .sidebar-content form .gform_footer {
          position: static;
          margin-top: 20px;
          height: 39px; }
          .content.post-content .sidebar .sidebar-content form .gform_footer input {
            float: right; }
        .content.post-content .sidebar .sidebar-content p {
          font-size: 16px;
          font-size: 1rem;
          line-height: 18px;
          line-height: 1.125rem;
          margin-bottom: 10px; }
          @media only screen and (max-width: 600px) {
            .content.post-content .sidebar .sidebar-content p {
              font-size: 13px;
              font-size: 0.8125rem;
              line-height: 16px;
              line-height: 1rem; } }
        .content.post-content .sidebar .sidebar-content > *:last-child {
          margin-bottom: 0; }
        .content.post-content .sidebar .sidebar-content h5 {
          font-family: "Lato", "Helvetica", "Arial", sans-serif;
          font-weight: bold;
          color: #3C1053;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 20px;
          line-height: 1.25rem;
          margin-bottom: 10px; }
          @media only screen and (max-width: 600px) {
            .content.post-content .sidebar .sidebar-content h5 {
              font-size: 15px;
              font-size: 0.9375rem;
              line-height: 18px;
              line-height: 1.125rem; } }
        .content.post-content .sidebar .sidebar-content h6 {
          font-family: "Lato", "Helvetica", "Arial", sans-serif;
          font-weight: 400;
          color: #3C1053;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 14px;
          line-height: 0.875rem; }
          @media only screen and (max-width: 600px) {
            .content.post-content .sidebar .sidebar-content h6 {
              font-size: 10px;
              font-size: 0.625rem;
              line-height: 12px;
              line-height: 0.75rem; } }
      .content.post-content .sidebar .pagination-head {
        position: relative;
        padding-right: 60px; }
        .content.post-content .sidebar .pagination-head .next, .content.post-content .sidebar .pagination-head .prev {
          position: absolute;
          font-size: 34px;
          color: #bfbfbf;
          cursor: pointer;
          top: 12px; }
        .content.post-content .sidebar .pagination-head .prev {
          right: 40px; }
        .content.post-content .sidebar .pagination-head .next {
          right: 20px; }
      .content.post-content .sidebar .widget {
        padding: 18px 25px; }
        .content.post-content .sidebar .widget.posts .pages .page {
          display: none; }
          .content.post-content .sidebar .widget.posts .pages .page.active {
            display: block; }
        .content.post-content .sidebar .widget.related-contacts .pages .page {
          display: none; }
          .content.post-content .sidebar .widget.related-contacts .pages .page.active {
            display: block; }
          .content.post-content .sidebar .widget.related-contacts .pages .page .contact {
            background: #FFF;
            min-height: 72px;
            border: solid 1px #D0D0D0;
            position: relative;
            padding-left: 75px;
            margin: 0 0 10px 0; }
            .content.post-content .sidebar .widget.related-contacts .pages .page .contact figure {
              border-right: solid 1px #D0D0D0;
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 75px;
              background: #D0D0D0 url("images/item-placeholder.jpg") center center no-repeat;
              background-size: cover; }
            .content.post-content .sidebar .widget.related-contacts .pages .page .contact .inner {
              padding: 10px; }
              .content.post-content .sidebar .widget.related-contacts .pages .page .contact .inner p {
                font-family: "Lato", "Helvetica", "Arial", sans-serif;
                color: #A4D65E;
                font-weight: bold;
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 16px;
                line-height: 1rem;
                margin: 0; }
                .content.post-content .sidebar .widget.related-contacts .pages .page .contact .inner p strong {
                  color: #3C1053;
                  font-size: 14px;
                  font-size: 0.875rem;
                  line-height: 16px;
                  line-height: 1rem;
                  margin: 0 0 4px 0; }
        .content.post-content .sidebar .widget.related-contacts .pagination {
          margin-top: 10px; }
          .content.post-content .sidebar .widget.related-contacts .pagination a {
            display: block;
            width: 29px;
            height: 29px;
            line-height: 29px;
            background: #FFF;
            text-align: center;
            font-weight: bold;
            font-family: "Lato", "Helvetica", "Arial", sans-serif;
            font-size: 17px;
            color: #616063;
            float: left;
            margin-right: 2px;
            opacity: 0.6;
            filter: alpha(opacity=60);
            outline: none !important; }
            .content.post-content .sidebar .widget.related-contacts .pagination a.active {
              color: #FFF;
              opacity: 1;
              filter: alpha(opacity=100);
              background: #3C1053; }
        .content.post-content .sidebar .widget.posts {
          padding: 0; }
          .content.post-content .sidebar .widget.posts .row {
            padding: 22px;
            border-bottom: solid 1px #E7E7E7;
            position: relative; }
            .content.post-content .sidebar .widget.posts .row p {
              margin: 0;
              color: #000;
              font-family: "Lato", "Helvetica", "Arial", sans-serif; }
              .content.post-content .sidebar .widget.posts .row p strong {
                display: block; }
              .content.post-content .sidebar .widget.posts .row p a {
                font-weight: bold;
                display: block; }
            .content.post-content .sidebar .widget.posts .row .date-wrap {
              position: absolute;
              top: 22px;
              left: 22px; }
              .content.post-content .sidebar .widget.posts .row .date-wrap span {
                display: block;
                font-family: "Lato", "Helvetica", "Arial", sans-serif;
                color: #3C1053; }
              .content.post-content .sidebar .widget.posts .row .date-wrap .day {
                font-weight: bold;
                font-size: 29px;
                font-size: 1.8125rem;
                line-height: 29px;
                line-height: 1.8125rem; }
              .content.post-content .sidebar .widget.posts .row .date-wrap .mon {
                text-transform: uppercase;
                font-size: 17px;
                font-size: 1.0625rem;
                line-height: 17px;
                line-height: 1.0625rem; }
            .content.post-content .sidebar .widget.posts .row.date p {
              padding-left: 55px; }
            .content.post-content .sidebar .widget.posts .row .stats {
              text-align: center;
              margin-top: 20px; }
              .content.post-content .sidebar .widget.posts .row .stats p {
                padding-left: 0 !important;
                display: inline-block;
                *display: inline;
                zoom: 1;
                font-size: 11px;
                font-size: 0.6875rem;
                vertical-align: top; }
                .content.post-content .sidebar .widget.posts .row .stats p .fa {
                  color: #3C1053; }
                .content.post-content .sidebar .widget.posts .row .stats p.shares {
                  float: left; }
                .content.post-content .sidebar .widget.posts .row .stats p.comments {
                  float: right; }
        .content.post-content .sidebar .widget label {
          display: none; }
        .content.post-content .sidebar .widget form ul li {
          padding: 0;
          background: none; }
        .content.post-content .sidebar .widget form input[type="text"],
        .content.post-content .sidebar .widget form input[type="email"],
        .content.post-content .sidebar .widget form input[type="tel"],
        .content.post-content .sidebar .widget form input[type="password"],
        .content.post-content .sidebar .widget form textarea {
          height: 35px;
          background: #FFF;
          border: solid 1px #FFF;
          line-height: 35px; }
        .content.post-content .sidebar .widget form .gform_body .gfield.gfield_error input[type="text"],
        .content.post-content .sidebar .widget form .gform_body .gfield.gfield_error input[type="email"],
        .content.post-content .sidebar .widget form .gform_body .gfield.gfield_error input[type="tel"],
        .content.post-content .sidebar .widget form .gform_body .gfield.gfield_error input[type="password"],
        .content.post-content .sidebar .widget form .gform_body .gfield.gfield_error textarea,
        .content.post-content .sidebar .widget form .gform_body .gfield.gfield_error select {
          border-color: #E42620; }
        .content.post-content .sidebar .widget form .gform_footer {
          position: static;
          margin-top: 14px; }
        .content.post-content .sidebar .widget form textarea {
          height: 70px;
          line-height: normal; }
  .content.page-content {
    padding: 30px 35px; }
    @media only screen and (max-width: 860px) {
      .content.page-content {
        padding: 20px; } }
    @media only screen and (max-width: 600px) {
      .content.page-content {
        margin: 0 -20px; } }
    .content.page-content .columns {
      margin-bottom: 40px; }
      .content.page-content .columns .column p:last-child {
        margin-bottom: 0; }
    .content.page-content .footnotes {
      border: solid 1px #999;
      background: #F6F6F6;
      padding: 30px; }
      .content.page-content .footnotes p {
        font-family: "Lato", "Helvetica", "Arial", sans-serif;
        color: #3C1053;
        font-weight: 600; }
        .content.page-content .footnotes p:last-child {
          margin-bottom: 0; }
  .content .sidebar .sidebar-links {
    padding: 30px; }
    .content .sidebar .sidebar-links li {
      padding: 12px 4px;
      border-top: solid 1px #D0D0D0;
      background: none !important; }
      .content .sidebar .sidebar-links li.has-link {
        position: relative;
        padding-right: 80px; }
        .content .sidebar .sidebar-links li.has-link a {
          display: block;
          position: absolute;
          top: 12px;
          right: 0;
          height: 36px;
          line-height: 36px;
          font-size: 10px;
          font-size: 0.625rem;
          color: #999;
          padding-right: 20px;
          background-repeat: no-repeat;
          background-position: right center;
          background-image: url("images/sidebar-link.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
            .content .sidebar .sidebar-links li.has-link a {
              background-image: url("images/sidebar-link@2x.png");
              -webkit-background-size: 14px 26px;
              -moz-background-size: 14px 26px;
              -o-background-size: 14px 26px;
              background-size: 14px 26px; } }
          .content .sidebar .sidebar-links li.has-link a:hover {
            color: #000;
            background-image: url("images/sidebar-link-active.png"); }
            @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
              .content .sidebar .sidebar-links li.has-link a:hover {
                background-image: url("images/sidebar-link-active@2x.png");
                -webkit-background-size: 14px 26px;
                -moz-background-size: 14px 26px;
                -o-background-size: 14px 26px;
                background-size: 14px 26px; } }
      .content .sidebar .sidebar-links li:first-child {
        padding-top: 0;
        border-top: none; }
        .content .sidebar .sidebar-links li:first-child.has-link a {
          top: 0; }
      .content .sidebar .sidebar-links li p {
        margin: 0;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 16px;
        line-height: 1rem;
        font-family: "Lato", "Helvetica", "Arial", sans-serif; }
        .content .sidebar .sidebar-links li p strong {
          color: #A4D65E;
          display: block;
          font-size: 16px;
          font-size: 1rem;
          font-weight: 500;
          margin-bottom: 4px; }
  .content .sidebar .sidebar-items {
    padding: 30px; }
    .content .sidebar .sidebar-items li {
      position: relative;
      padding-left: 70px;
      min-height: 60px;
      margin-bottom: 2px;
      border-bottom: solid 1px #D0D0D0; }
      .content .sidebar .sidebar-items li a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 300; }
      .content .sidebar .sidebar-items li figure {
        width: 60px;
        position: absolute;
        top: 0;
        left: 0; }
     .content .sidebar .sidebar-items li p {
  color: #475055;
  display: block;
  font-size: 0.86rem;
  line-height: 1.12rem;
  margin: 0;
  padding: 16px 0 0;
}
        .content .sidebar .sidebar-items li p a {
          position: static; }
        .csstransforms .content .sidebar .sidebar-items li p {
          padding: 0;
          position: absolute;
          top: 50%;
          margin-top: -1px;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
    .content .sidebar .sidebar-items.downloads li {
      padding-left: 0;
      min-height: 0;
      padding: 15px 0; }
      .content .sidebar .sidebar-items.downloads li:first-child {
        padding-top: 0; }
      .content .sidebar .sidebar-items.downloads li:last-child {
        border-bottom: none;
        padding-bottom: 0; }
      .csstransforms .content .sidebar .sidebar-items.downloads li p {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: 0; }
  .content .latest-wrap {
    overflow: hidden; }
    .content .latest-wrap.top {
      border-bottom: solid 24px #D0D0D0; }
    @media only screen and (max-width: 600px) {
      .content .latest-wrap {
        margin: 0 -20px; } }
    .content .latest-wrap .latest {
      width: 50%;
      float: left;
      margin-bottom: -999999px;
      padding-bottom: 999999px;
      background: #FFF; }
      .content .latest-wrap .latest.full {
        width: 100%;
        border-bottom: solid 20px #D0D0D0;
        margin-bottom: 0;
        padding-bottom: 0; }
      .content .latest-wrap .latest.alt {
        background: #F0F1F1; }
      @media only screen and (max-width: 767px) {
        .content .latest-wrap .latest {
          width: 100%; } }
      .content .latest-wrap .latest .page {
        display: none; }
        .content .latest-wrap .latest .page.active {
          display: block; }
      .content .latest-wrap .latest .json-feed .row {
        padding: 22px 0; }
        .content .latest-wrap .latest .json-feed .row.half {
          width: 50%;
          float: left;
          padding: 22px 22px 22px 0; }
          @media only screen and (max-width: 767px) {
            .content .latest-wrap .latest .json-feed .row.half {
              width: 100%;
              height: auto !important;
              padding: 22px 0; } }
        .content .latest-wrap .latest .json-feed .row .date-wrap {
          left: 0; }
        .content .latest-wrap .latest .json-feed .row .stats {
          padding: 0 56px; }
          @media only screen and (max-width: 980px) {
            .content .latest-wrap .latest .json-feed .row .stats {
              padding: 0; } }
      .content .latest-wrap .latest .pagination {
        float: left;
        width: 100%;
        clear: both; }
      .content .latest-wrap .latest.news h2 {
        color: #3C1053; }
      .content .latest-wrap .latest.events {
        background: #F0F1F1; }
        .content .latest-wrap .latest.events.alt {
          background: #FFF; }
        .content .latest-wrap .latest.events .loader .bubbling span {
          background: #51AAB5;
          animation-name: bubbling-events;
          -o-animation-name: bubbling-events;
          -ms-animation-name: bubbling-events;
          -webkit-animation-name: bubbling-events;
          -moz-animation-name: bubbling-events; }
      .content .latest-wrap .latest .inner {
        padding: 40px; }
        @media only screen and (max-width: 767px) {
          .content .latest-wrap .latest .inner {
            padding: 25px; } }
      .content .latest-wrap .latest h2 {
        font-weight: 400;
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 0;
        font-family: "Lato", "Helvetica", "Arial", sans-serif;
        padding: 0 0 20px 0;
        border-bottom: solid 1px #D3D3D3; }
        .content .latest-wrap .latest h2.remove-border {
          border-bottom: none; }
        @media only screen and (max-width: 767px) {
          .content .latest-wrap .latest h2 {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 24px;
            line-height: 1.5rem;
            padding: 0 0 10px 0; } }
  .content .mobile-return {
    padding: 20px;
    display: none;
    background: #F0F1F1; }
    .content .mobile-return .btn {
      display: block;
      text-align: center; }
    @media only screen and (max-width: 860px) {
      .content .mobile-return {
        display: block; } }

/*  ==========================================================================
		COLUMNS
		========================================================================== */
.columns.no-margin {
  margin: 0 !important; }

.columns .column {
  width: 48%;
  float: left; }
  @media only screen and (max-width: 600px) {
    .columns .column {
      width: 100%;
      margin-bottom: 20px; } }
  .columns .column p:last-child {
    margin-bottom: 0; }
  .columns .column.full {
    width: 100%; }
  .columns .column.end {
    float: right; }
    @media only screen and (max-width: 600px) {
      .columns .column.end {
        margin-bottom: 0; } }

.column.half {
  width: 48%;
  float: left; }
  @media only screen and (max-width: 600px) {
    .column.half {
      width: 100%;
      margin-bottom: 20px; } }
  .column.half p:last-child {
    margin-bottom: 0; }
  .column.half.end {
    float: right; }
    @media only screen and (max-width: 600px) {
      .column.half.end {
        margin-bottom: 0; } }

.column p:last-child {
  margin-bottom: 0 !important; }

.fullwidth-column {
  margin-top: 20px; }

/*  ==========================================================================
		PAGE BLOCKS
		========================================================================== */
@media only screen and (max-width: 768px) {
  .page-blocks {
    margin-top: 20px; } }

.page-blocks .block {
  margin-top: 22px;
  float: left;
  width: 32.06919%;
  margin-right: 1.89573%;
  background: #FFF;
  position: relative;
  /*@media only screen and (max-width: 820px) and (min-width: 480px) {
			width: 48%;	
			margin-right: 4%;
			&:nth-child(2n) {
				margin-right: 0;
			}
			&.end {
				margin-right: 4%;
			}
		}*/ }
  @media only screen and (max-width: 768px) {
    .page-blocks .block {
      width: 100%;
      float: none;
      margin: 0 0 20px 0; } }
  .page-blocks .block.end {
    margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .page-blocks .block.end {
        margin-bottom: 0; } }
  .page-blocks .block figure img {
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .page-blocks .block figure {
      width: 128px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      overflow: hidden; }
      .page-blocks .block figure img {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: auto;
        max-width: none;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
  @media only screen and (max-width: 480px) {
    .page-blocks .block figure {
      width: 94px; } }
  .page-blocks .block article {
    padding: 40px 25px 35px 25px;
    position: relative; }
    @media only screen and (max-width: 1040px) {
      .page-blocks .block article {
        padding: 20px; } }
    @media only screen and (max-width: 768px) {
      .page-blocks .block article {
        padding: 30px 30px 30px 148px; } }
    @media only screen and (max-width: 480px) {
      .page-blocks .block article {
        padding: 10px 10px 10px 104px; } }
    .page-blocks .block article:before {
      content: '';
      height: 0;
      width: 0;
      border-bottom: 22px solid #FFF;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      position: absolute;
      bottom: 100%;
      left: 24px; }
      @media only screen and (max-width: 768px) {
        .page-blocks .block article:before {
          display: none; } }
    .page-blocks .block article h2 {
      font-family: "Lato", "Helvetica", "Arial", sans-serif;
      font-weight: 300;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 28px;
      line-height: 1.75rem;
      margin-bottom: 12px;
      color: #3C1053; }
      @media only screen and (max-width: 1040px) {
        .page-blocks .block article h2 {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 24px;
          line-height: 1.5rem; } }
      @media only screen and (max-width: 768px) {
        .page-blocks .block article h2 {
          font-size: 17px;
          font-size: 1.0625rem;
          line-height: 20px;
          line-height: 1.25rem;
          margin: 0 0 4px 0;
          font-weight: bold; } }
    .page-blocks .block article p {
      font-family: "Lato", "Helvetica", "Arial", sans-serif;
      color: #999;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27.2px;
      line-height: 1.7rem; }
      @media only screen and (max-width: 1040px) {
        .page-blocks .block article p {
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px;
          line-height: 1.5rem; } }
      @media only screen and (max-width: 768px) {
        .page-blocks .block article p {
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 18px;
          line-height: 1.125rem;
          margin: 0 0 4px 0; } }
    .page-blocks .block article .permalink {
      color: #000;
      text-decoration: underline;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 14px;
      line-height: 0.875rem;
      font-family: "Lato", "Helvetica", "Arial", sans-serif;
      font-weight: 600; }
      .page-blocks .block article .permalink:hover {
        color: #A4D65E; }

/*  ==========================================================================
		PAGE CHILDREN
		========================================================================== */
.page-children {
  background: #E3E4E4;
  padding: 0 35px 40px 35px; }
  @media only screen and (max-width: 600px) {
    .page-children {
      padding: 0 20px 20px 20px;
      margin: 0 -20px; } }
  .page-children.no-keyline .blocks {
    border-top: none !important; }
  .page-children .blocks {
    padding-top: 10px;
    border-top: solid 1px #D0D0D0; }
    .page-children .blocks .block {
      margin-top: 20px;
      float: left;
      width: 28.4673%;
      margin-right: 1.89573%;
      background: #FFF;
      border: solid 1px #D0D0D0;
      position: relative;
      min-height: 125px; }
      .page-children .blocks .block.active {
        background: #A4D65E;
        color: #FFF; }
        .page-children .blocks .block.active article p, .page-children .blocks .block.active article p strong {
          color: #FFF; }
      .page-children .blocks .block.end {
        margin-right: 0; }
      .page-children .blocks .block figure {
        width: 125px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: #D0D0D0 url("images/item-placeholder.jpg") center center no-repeat; }
        .page-children .blocks .block figure.has-thumb {
          background-size: cover; }
      .page-children .blocks .block article {
        padding: 10px;
        position: relative;
        padding-left: 135px; }
        .page-children .blocks .block article p {
          font-family: "Lato", "Helvetica", "Arial", sans-serif;
          color: #999;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 18px;
          line-height: 1.125rem;
          margin: 0 0 5px 0; }
          .page-children .blocks .block article p strong {
            min-height: 36px;
            display: block;
            color: #3C1053; }
        .page-children .blocks .block article .permalink {
          color: #000;
          text-decoration: underline;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 12px;
          line-height: 0.75rem;
          font-family: "Lato", "Helvetica", "Arial", sans-serif;
          font-weight: 600; }
          .page-children .blocks .block article .permalink:hover {
            color: #A4D65E; }
  .page-children.siblings {
    padding: 25px 30px;
    background: #E3E4E4; }
    .page-children.siblings .blocks {
      padding: 0;
      border: none; }
  .page-children.large .blocks .block {
    width: 32.0132%; }
    @media only screen and (max-width: 920px) {
      .page-children.large .blocks .block {
        width: 49%;
        margin-right: 2%; }
        .page-children.large .blocks .block.end {
          margin-right: 2%; }
        .page-children.large .blocks .block:nth-child(2n) {
          margin-right: 0; } }
    @media only screen and (max-width: 520px) {
      .page-children.large .blocks .block {
        width: 100%;
        margin-right: 0; }
        .page-children.large .blocks .block.end {
          margin-right: 0; } }
  .page-children.small .blocks .block {
    min-height: 0;
    width: 23.5782%; }
    @media only screen and (max-width: 1000px) {
      .page-children.small .blocks .block {
        width: 32%;
        margin-right: 2%; }
        .page-children.small .blocks .block.end {
          margin-right: 2%; }
        .page-children.small .blocks .block:nth-child(3n) {
          margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .page-children.small .blocks .block {
        width: 49%;
        margin-right: 2%; }
        .page-children.small .blocks .block.end, .page-children.small .blocks .block:nth-child(3n) {
          margin-right: 2%; }
        .page-children.small .blocks .block:nth-child(2n) {
          margin-right: 0; } }
    @media only screen and (max-width: 480px) {
      .page-children.small .blocks .block {
        width: 100%;
        margin-right: 0; }
        .page-children.small .blocks .block.end {
          margin-right: 0; } }
    .page-children.small .blocks .block figure {
      background-size: cover;
      width: 55px; }
    .page-children.small .blocks .block article {
      padding-left: 65px; }

/*  ==========================================================================
		PEOPLE SEARCH
		========================================================================== */
.people-search {
  display: none; }
  @media only screen and (max-width: 600px) {
    .people-search {
      margin: 0 -20px; } }
  .people-search.ng-scope {
    display: block; }
  .people-search .search-header {
    background: #3C1053;
    padding: 25px 35px; }
    @media only screen and (max-width: 860px) {
      .people-search .search-header {
        padding: 28px; } }
    @media only screen and (max-width: 600px) {
      .people-search .search-header {
        padding: 20px; } }
    .people-search .search-header .controls .control {
      width: 28%;
      float: left;
      margin-right: 2%; }
      @media only screen and (max-width: 860px) {
        .people-search .search-header .controls .control {
          width: 49% !important;
          margin-bottom: 14px; }
          .people-search .search-header .controls .control.specialism, .people-search .search-header .controls .control.search {
            margin-right: 0; } }
      @media only screen and (max-width: 480px) {
        .people-search .search-header .controls .control {
          width: 100% !important;
          margin-right: 0 !important; } }
      .people-search .search-header .controls .control.search {
        margin-right: 0;
        width: 10%;
        padding-top: 33px; }
        @media only screen and (max-width: 480px) {
          .people-search .search-header .controls .control.search {
            padding-top: 0; } }
      .people-search .search-header .controls .control label {
        display: block;
        margin: 0 0 8px 0;
        color: #FFF;
        font-family: "Lato", "Helvetica", "Arial", sans-serif;
        font-weight: 100;
        font-size: 18px;
        font-size: 1.125rem; }
      .people-search .search-header .controls .control input {
        border: none;
        height: 36px;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 12px; }
      .people-search .search-header .controls .control select {
        width: 100%;
        height: 36px;
        display: block; }
      .people-search .search-header .controls .control button {
        display: block;
        border-radius: 2px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: "Lato", "Helvetica", "Arial", sans-serif;
        font-size: 16px;
        font-size: 1rem;
        width: 100%;
        height: 36px;
        background: #9FC56B;
        color: #FFF;
        border: none;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .people-search .search-header .controls .control button:hover {
          background: #93be59; }
    .people-search .search-header .jumps {
      margin-top: 22px; }
      @media only screen and (max-width: 600px) {
        .people-search .search-header .jumps {
          margin-top: 0; } }
      .people-search .search-header .jumps .mobile-controls {
        display: none; }
        .people-search .search-header .jumps .mobile-controls select {
          width: 100%;
          height: 36px; }
        @media only screen and (max-width: 860px) {
          .people-search .search-header .jumps .mobile-controls {
            display: block; } }
      @media only screen and (max-width: 860px) {
        .people-search .search-header .jumps .desktop-controls {
          display: none; } }
      .people-search .search-header .jumps span, .people-search .search-header .jumps a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 100;
        color: #BCBCBC; }
      .people-search .search-header .jumps span {
        margin-left: 2px; }
      .people-search .search-header .jumps a {
        margin-left: 20px;
        text-transform: uppercase;
        color: #A4D65E; }
        @media only screen and (max-width: 1095px) {
          .people-search .search-header .jumps a {
            margin-left: 10px; } }
        .people-search .search-header .jumps a:hover {
          color: #FFF; }
  .people-search .search-wrap {
    padding: 38px 32px;
    background: #FFF; }
    @media only screen and (max-width: 860px) {
      .people-search .search-wrap {
        padding: 28px; } }
    @media only screen and (max-width: 600px) {
      .people-search .search-wrap {
        padding: 20px; } }
    .people-search .search-wrap .row > h4 {
      padding: 0 18px;
      display: block;
      height: 40px;
      line-height: 40px;
      font-family: "Lato", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem;
      background: #F0F1F1;
      margin: 0; }
      @media only screen and (max-width: 860px) {
        .people-search .search-wrap .row > h4 {
          font-size: 16px;
          font-size: 1rem; } }
      @media only screen and (max-width: 568px) {
        .people-search .search-wrap .row > h4 {
          position: relative;
          cursor: pointer; }
          .people-search .search-wrap .row > h4:after {
            content: "\f105";
            color: #3C1053;
            position: absolute;
            right: 18px;
            top: 11px;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 18px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          .people-search .search-wrap .row > h4.active:after {
            content: "\f107"; } }
    @media only screen and (max-width: 568px) {
      .people-search .search-wrap .row .items {
        margin-bottom: 5px; }
        .people-search .search-wrap .row .items .item {
          display: none; }
        .people-search .search-wrap .row .items.toggle .item {
          display: block; } }
    .people-search .search-wrap .row .items .item {
      width: 16.14531%;
      float: left;
      padding: 10px 10px 20px 10px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      position: relative; }
      @media only screen and (max-width: 860px) {
        .people-search .search-wrap .row .items .item {
          padding: 10px; } }
      @media only screen and (max-width: 700px) {
        .people-search .search-wrap .row .items .item {
          width: 25%; } }
      @media only screen and (max-width: 568px) {
        .people-search .search-wrap .row .items .item {
          width: 33.33333%; } }
      @media only screen and (max-width: 400px) {
        .people-search .search-wrap .row .items .item {
          width: 50%; } }
      .people-search .search-wrap .row .items .item p {
        font-weight: 400;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: "Lato", "Helvetica", "Arial", sans-serif;
        margin: 0; }
        @media only screen and (max-width: 860px) {
          .people-search .search-wrap .row .items .item p {
            line-height: 14px;
            line-height: 0.875rem; } }
        .people-search .search-wrap .row .items .item p strong {
          display: block;
          color: #3C1053;
          font-size: 14px;
          font-size: 0.875rem; }
          @media only screen and (max-width: 860px) {
            .people-search .search-wrap .row .items .item p strong {
              line-height: 16px;
              line-height: 1rem; } }
      .people-search .search-wrap .row .items .item .mobile-link {
        display: none; }
        @media only screen and (max-width: 1024px) {
          .touchevents .people-search .search-wrap .row .items .item .mobile-link {
            display: block; } }
        @media only screen and (max-width: 568px) {
          .people-search .search-wrap .row .items .item .mobile-link {
            display: block; } }
      .people-search .search-wrap .row .items .item .card {
        width: 280px;
        background: #FFF;
        position: absolute;
        left: 50%;
        top: 55px;
        margin-left: -140px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: scale(0.9) translate(0, 15px);
        -moz-transform: scale(0.9) translate(0, 15px);
        -ms-transform: scale(0.9) translate(0, 15px);
        -o-transform: scale(0.9) translate(0, 15px);
        transform: scale(0.9) translate(0, 15px);
        z-index: 400;
        border: solid 1px #D0D0D0; }
        .people-search .search-wrap .row .items .item .card.smaller {
          width: 150px;
          margin-left: -75px; }
        @media only screen and (max-width: 568px) {
          .people-search .search-wrap .row .items .item .card {
            display: none; } }
        .people-search .search-wrap .row .items .item .card:before {
          content: '';
          height: 0;
          width: 0;
          border-bottom: 10px solid #FFF;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          position: absolute;
          bottom: 100%;
          left: 50%;
          margin-left: -10px;
          z-index: 402; }
        .people-search .search-wrap .row .items .item .card:after {
          content: '';
          height: 0;
          width: 0;
          border-bottom: 12px solid #D0D0D0;
          border-left: 9px solid transparent;
          border-right: 9px solid transparent;
          position: absolute;
          bottom: 100%;
          left: 50%;
          z-index: 401;
          margin-left: -11px; }
        .people-search .search-wrap .row .items .item .card .inner {
          padding: 6px; }
          .people-search .search-wrap .row .items .item .card .inner figure {
            width: 110px;
            float: left; }
          .people-search .search-wrap .row .items .item .card .inner .info {
            width: 140px;
            float: right; }
            .people-search .search-wrap .row .items .item .card .inner .info.no-thumb {
              width: 100%;
              float: none; }
            .people-search .search-wrap .row .items .item .card .inner .info p {
              font-family: "Lato", "Helvetica", "Arial", sans-serif; }
            .people-search .search-wrap .row .items .item .card .inner .info .name {
              font-weight: bold;
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 16px;
              line-height: 1rem;
              color: #3C1053;
              margin: 0 0 3px 0; }
            .people-search .search-wrap .row .items .item .card .inner .info .sector {
              font-weight: normal;
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 16px;
              line-height: 1rem;
              color: #999;
              margin: 0 0 4px 0; }
              .people-search .search-wrap .row .items .item .card .inner .info .sector span {
                display: block;
                color: #A4D65E; }
            .people-search .search-wrap .row .items .item .card .inner .info span.sector {
              display: none; }
            .people-search .search-wrap .row .items .item .card .inner .info .details {
              font-size: 11px;
              font-size: 0.6875rem;
              line-height: 12px;
              line-height: 0.75rem;
              margin: 0 0 4px 0;
              color: #999; }
              .people-search .search-wrap .row .items .item .card .inner .info .details a {
                color: #999;
                text-decoration: underline; }
                .people-search .search-wrap .row .items .item .card .inner .info .details a:hover {
                  color: #000; }
            .people-search .search-wrap .row .items .item .card .inner .info .permalink {
              color: #000;
              text-decoration: underline;
              font-size: 11px;
              font-size: 0.6875rem;
              line-height: 11px;
              line-height: 0.6875rem;
              font-weight: bold; }
              .people-search .search-wrap .row .items .item .card .inner .info .permalink:hover {
                color: #A4D65E; }
      .people-search .search-wrap .row .items .item:hover {
        background: #E3E3E3; }
        .people-search .search-wrap .row .items .item:hover .card {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1) translate(0, 0);
          -moz-transform: scale(1) translate(0, 0);
          -ms-transform: scale(1) translate(0, 0);
          -o-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0); }

/*  ==========================================================================
		FEEDS
		========================================================================== */
.feeds {
  padding: 28px 0;
  background: #C7C7C7; }
  @media only screen and (max-width: 860px) and (min-width: 680px) {
    .feeds {
      padding: 20px 0; } }
  .feeds .boxes a {
    text-decoration: underline; }
  .feeds .boxes .box {
    float: left;
    margin-right: 1.89573%;
    width: 32.06919%;
    background: #F4F4F4; }
    @media only screen and (max-width: 680px) {
      .feeds .boxes .box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .feeds .boxes .box.news {
      color: #3C1053; }
      .feeds .boxes .box.news .stats .fa {
        color: #3C1053; }
      .feeds .boxes .box.news a {
        color: #3C1053 !important; }
        .feeds .boxes .box.news a:hover {
          text-decoration: none; }
    .feeds .boxes .box.twitter {
      color: #4FC6F8; }
      .feeds .boxes .box.twitter .stats .fa {
        color: #4FC6F8; }
      .feeds .boxes .box.twitter a {
        color: #4FC6F8 !important; }
        .feeds .boxes .box.twitter a:hover {
          text-decoration: underline; }
    .feeds .boxes .box.events {
      color: #51AAB5; }
      @media only screen and (max-width: 680px) {
        .feeds .boxes .box.events {
          margin-bottom: 0; } }
      .feeds .boxes .box.events .stats .fa {
        color: #51AAB5; }
      .feeds .boxes .box.events a {
        color: #51AAB5 !important; }
        .feeds .boxes .box.events a:hover {
          text-decoration: underline; }
    .feeds .boxes .box.end {
      margin-right: 0; }
    .feeds .boxes .box .title {
      font-family: "Lato", "Helvetica", "Arial", sans-serif;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem;
      padding: 0 20px;
      height: 40px;
      line-height: 40px;
      border-bottom: solid 1px #E5E5E5;
      background: #FFF;
      margin: 0; }
      @media only screen and (max-width: 860px) and (min-width: 680px) {
        .feeds .boxes .box .title {
          font-size: 16px;
          font-size: 1rem;
          padding: 0 10px; } }
      .feeds .boxes .box .title .handle {
        color: #A1A1A1;
        font-size: 12px;
        font-size: 0.75rem;
        vertical-align: bottom;
        display: inline-block;
        *display: inline;
        zoom: 1;
        height: 38px;
        line-height: 38px;
        margin-left: 3px; }
        @media only screen and (max-width: 786px) and (min-width: 680px) {
          .feeds .boxes .box .title .handle {
            display: none; } }
      .feeds .boxes .box .title .fa {
        float: right;
        display: block;
        height: 40px;
        line-height: 40px; }
    .feeds .boxes .box .row {
      padding: 22px;
      border-bottom: solid 1px #E7E7E7;
      position: relative; }
      @media only screen and (max-width: 860px) and (min-width: 680px) {
        .feeds .boxes .box .row {
          padding: 10px; } }
      @media only screen and (max-width: 680px) {
        .feeds .boxes .box .row {
          height: auto !important; } }
      @media only screen and (max-width: 380px) {
        .feeds .boxes .box .row {
          padding: 15px; } }
      .feeds .boxes .box .row:last-child {
        border-bottom: none; }
      .feeds .boxes .box .row p {
        margin: 0;
        color: #000;
        font-family: "Lato", "Helvetica", "Arial", sans-serif; }
      @media only screen and (min-width: 680px) {
        .feeds .boxes .box .row > p {
          padding-bottom: 74px; } }
      @media only screen and (min-width: 960px) {
        .feeds .boxes .box .row > p {
          padding-bottom: 32px; } }
      .feeds .boxes .box .row .date-wrap {
        position: absolute;
        top: 22px;
        left: 22px;
        text-align: center; }
        @media only screen and (max-width: 860px) and (min-width: 680px) {
          .feeds .boxes .box .row .date-wrap {
            top: 10px;
            left: 10px; } }
        @media only screen and (max-width: 380px) {
          .feeds .boxes .box .row .date-wrap {
            top: 15px;
            left: 15px; } }
        .feeds .boxes .box .row .date-wrap span {
          display: block;
          font-family: "Lato", "Helvetica", "Arial", sans-serif; }
        .feeds .boxes .box .row .date-wrap .day {
          font-weight: bold;
          font-size: 29px;
          font-size: 1.8125rem;
          line-height: 29px;
          line-height: 1.8125rem; }
        .feeds .boxes .box .row .date-wrap .mon {
          text-transform: uppercase;
          font-size: 17px;
          font-size: 1.0625rem;
          line-height: 17px;
          line-height: 1.0625rem; }
      .feeds .boxes .box .row.date p {
        padding-left: 55px; }
        @media only screen and (max-width: 860px) and (min-width: 680px) {
          .feeds .boxes .box .row.date p {
            padding-left: 45px; } }
        @media only screen and (max-width: 380px) {
          .feeds .boxes .box .row.date p {
            padding-left: 45px; } }
      .feeds .boxes .box .row .stats {
        text-align: center;
        margin-top: 20px; }
        @media only screen and (min-width: 680px) {
          .feeds .boxes .box .row .stats {
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px; } }
        @media only screen and (min-width: 860px) {
          .feeds .boxes .box .row .stats {
            position: absolute;
            left: 22px;
            right: 22px; } }
        .feeds .boxes .box .row .stats p {
          padding-left: 0 !important;
          display: inline-block;
          *display: inline;
          zoom: 1;
          font-size: 11px;
          font-size: 0.6875rem;
          vertical-align: top; }
          @media only screen and (max-width: 959px) and (min-width: 680px) {
            .feeds .boxes .box .row .stats p {
              float: none !important;
              display: block;
              text-align: left; } }
          .feeds .boxes .box .row .stats p.shares {
            float: left; }
          .feeds .boxes .box .row .stats p.comments {
            float: right; }

/*  ==========================================================================
		JSON FEEDS
		========================================================================== */
.json-feed .template {
  display: none; }

.guides-feed.json-feed .template {
  display: block; }

.guides-feed .large {font-size:40px;}
.json-feed .pagination {
  margin-top: 10px; }
  .json-feed .pagination a, .json-feed .pagination .next {
    cursor: pointer;
    display: block;
    width: 29px;
    height: 29px;
    line-height: 29px;
    background: #F0F1F1;
    text-align: center;
    font-weight: bold;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-size: 17px;
    color: #616063;
    float: left;
    margin-right: 2px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    outline: none !important; }
    .json-feed .pagination a.active, .json-feed .pagination .next.active {
      color: #FFF;
      opacity: 1;
      filter: alpha(opacity=100);
      background: #3C1053; }
  .json-feed .pagination .next:hover {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #3C1053; }

.json-feed .page {
  display: none; }
  .json-feed .page.active {
    display: block; }

.json-feed.ready .page, .json-feed.ready .pagination, .json-feed.ready .sorry {
  display: none !important; }

.json-feed[data-post-type="event"] .pagination a {
  background: #FFF; }

.json-feed[data-post-type="event"] .pagination a.active, .json-feed[data-post-type="event"] .pagination .next:hover {
  background: #51AAB5 !important; }

.json-feed[data-post-type="event"] .row .date-wrap span, .json-feed[data-post-type="event"] a {
  color: #51AAB5 !important; }

.json-feed[data-post-type="event"] a:hover {
  color: #000 !important; }

.json-feed[data-post-type="event"] .pagination a.active{
color:#fff !important;
}
.json-feed[data-post-type="event"] .stats span {
  color: #51AAB5 !important; }

.json-feed[data-post-type="event"] .stats .items a, .json-feed[data-post-type="event"] .stats .items span {
  color: #FFF !important; }

.json-feed .loader {
  display: block;
  margin: 20px auto; }

.json-feed.loaded .loader {
  display: none; }

.json-feed .sorry {
  margin: 20px 0 0 0; }

.json-feed .contact {
  border: solid 1px #E3E3E3;
  margin: 0 0 12px 0;
  padding-left: 112px;
  position: relative;
  min-height: 112px; }
  .json-feed .contact .inner {
    padding: 12px 0 0 0 !important; }
  .json-feed .contact figure {
    width: 112px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-right: solid 1px #D0D0D0;
    background: #D0D0D0 url("images/item-placeholder.jpg") center center no-repeat;
    background-size: cover; }
  .json-feed .contact p {
    padding-left: 12px; }
    .json-feed .contact p.name {
      color: #3C1053;
      font-weight: bold;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 24px;
      line-height: 1.5rem;
      margin: 0 0 10px 0; }
    .json-feed .contact p.job {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 22px;
      line-height: 1.375rem;
      color: #A4D65E;
      margin: 0;
      max-width: 260px; }

.json-feed .row {
  padding: 22px;
  border-bottom: solid 1px #E7E7E7;
  position: relative; }
  .json-feed .row p {
    margin: 0;
    color: #000;
    font-family: "Lato", "Helvetica", "Arial", sans-serif; }
    .json-feed .row p strong {
      display: block;
      font-size: 1rem; }
    .json-feed .row p a {
      font-weight: bold;
      display: block; }
      .json-feed .row p a.trigger-share {
        display: inline-block;
        *display: inline;
        zoom: 1; }
  .json-feed .row .date-wrap {
    position: absolute;
    top: 22px;
    left: 22px; }
    .json-feed .row .date-wrap span {
      display: block;
      font-family: "Lato", "Helvetica", "Arial", sans-serif;
      color: #3C1053; }
    .json-feed .row .date-wrap .day {
      font-weight: bold;
      font-size: 29px;
      font-size: 1.8125rem;
      line-height: 29px;
      line-height: 1.8125rem; }
    .json-feed .row .date-wrap .mon {
      text-transform: uppercase;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 17px;
      line-height: 1.0625rem; }
  .json-feed .row.date p {
    padding-left: 55px; }
  .json-feed .row .stats {
    text-align: center;
    margin-top: 20px; }
    .json-feed .row .stats p {
      padding-left: 0 !important;
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 11px;
      font-size: 0.6875rem;
      vertical-align: top; }
      .json-feed .row .stats p .fa {
        color: #3C1053; }
      .json-feed .row .stats p.shares {
        float: left; }
      .json-feed .row .stats p.comments {
        float: right; }

.bubbling {
  text-align: center;
  width: 68px;
  height: 42px;
  margin: auto; }
  .bubbling span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 21px auto;
    background: #3c1053;
    border-radius: 42px;
    -o-border-radius: 42px;
    -ms-border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    animation: bubbling 0.905s infinite alternate;
    -o-animation: bubbling 0.905s infinite alternate;
    -ms-animation: bubbling 0.905s infinite alternate;
    -webkit-animation: bubbling 0.905s infinite alternate;
    -moz-animation: bubbling 0.905s infinite alternate; }
    .bubbling span.bubbling-1 {
      animation-delay: 0s;
      -o-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s; }
    .bubbling span.bubbling-2 {
      animation-delay: 0.2695s;
      -o-animation-delay: 0.2695s;
      -ms-animation-delay: 0.2695s;
      -webkit-animation-delay: 0.2695s;
      -moz-animation-delay: 0.2695s; }
    .bubbling span.bubbling-3 {
      animation-delay: 0.549s;
      -o-animation-delay: 0.549s;
      -ms-animation-delay: 0.549s;
      -webkit-animation-delay: 0.549s;
      -moz-animation-delay: 0.549s; }

@keyframes bubbling {
  0% {
    width: 8px;
    height: 8px;
    background-color: #3c1053;
    transform: translateY(0); }
  100% {
    width: 20px;
    height: 20px;
    background-color: white;
    transform: translateY(-18px); } }

@-o-keyframes bubbling {
  0% {
    width: 8px;
    height: 8px;
    background-color: #3c1053;
    -o-transform: translateY(0); }
  100% {
    width: 20px;
    height: 20px;
    background-color: white;
    -o-transform: translateY(-18px); } }

@-ms-keyframes bubbling {
  0% {
    width: 8px;
    height: 8px;
    background-color: #3c1053;
    -ms-transform: translateY(0); }
  100% {
    width: 20px;
    height: 20px;
    background-color: white;
    -ms-transform: translateY(-18px); } }

@-webkit-keyframes bubbling {
  0% {
    width: 8px;
    height: 8px;
    background-color: #3c1053;
    -webkit-transform: translateY(0); }
  100% {
    width: 20px;
    height: 20px;
    background-color: white;
    -webkit-transform: translateY(-18px); } }

@-moz-keyframes bubbling {
  0% {
    width: 8px;
    height: 8px;
    background-color: #3c1053;
    -moz-transform: translateY(0); }
  100% {
    width: 20px;
    height: 20px;
    background-color: white;
    -moz-transform: translateY(-18px); } }

@keyframes bubbling-events {
  0% {
    width: 8px;
    height: 8px;
    background-color: #51AAB5;
    transform: translateY(0); }
  100% {
    width: 20px;
    height: 20px;
    background-color: white;
    transform: translateY(-18px); } }

@-o-keyframes bubbling-events {
  0% {
    width: 8px;
    height: 8px;
    background-color: #51AAB5;
    -o-transform: translateY(0); }
  100% {
    width: 20px;
    height: 20px;
    background-color: white;
    -o-transform: translateY(-18px); } }

@-ms-keyframes bubbling-events {
  0% {
    width: 8px;
    height: 8px;
    background-color: #51AAB5;
    -ms-transform: translateY(0); }
  100% {
    width: 20px;
    height: 20px;
    background-color: white;
    -ms-transform: translateY(-18px); } }

@-webkit-keyframes bubbling-events {
  0% {
    width: 8px;
    height: 8px;
    background-color: #51AAB5;
    -webkit-transform: translateY(0); }
  100% {
    width: 20px;
    height: 20px;
    background-color: white;
    -webkit-transform: translateY(-18px); } }

@-moz-keyframes bubbling-events {
  0% {
    width: 8px;
    height: 8px;
    background-color: #51AAB5;
    -moz-transform: translateY(0); }
  100% {
    width: 20px;
    height: 20px;
    background-color: white;
    -moz-transform: translateY(-18px); } }

.accordion h3 {
  padding: 10px 45px 10px 15px;
  color: #3C1053;
  font-weight: 400;
  background: #FFF;
  border: solid 1px #D0D0D0;
  font-size: 19px;
  font-size: 1.2rem; }
  .accordion h3#accordion-1-t1, .accordion h3:first-child {
    margin-top: 0; }
  .js .accordion h3 {
    margin: 20px 0 0 0;
    cursor: pointer;
    position: relative; }
    .js .accordion h3:after {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f105";
      position: absolute;
      font-size: 32px;
      line-height: 26px;
      right: 10px;
      top: 10px;
      color: #A9AAAC; }
    .js .accordion h3.open:after {
      content: "\f107"; }

.js .accordion .accordion-content {
  padding: 20px;
  background: #F2F2F2;
  border: solid 1px #D0D0D0;
  border-top: none;
  color: #53565A; }

.request-form {
	padding: 0;
}

/*  ==========================================================================
		FOOTER
		========================================================================== */
#footer {
  background: #3C1053; }
  #footer .top-bar {
    background: #BCBCBC;
    padding: 20px 0; }
    
    .copyright a {
	color:#a4d65e;    
    }
    @media only screen and (max-width: 767px) {
      #footer .top-bar {
        padding: 10px 0; } }
    #footer .top-bar .offices li {
      float: left;
      height: 24px;
      line-height: 24px;
      border-right: solid 1px #969696; }
      #footer .top-bar .offices li:last-child {
        border-right: none; }
      @media only screen and (max-width: 767px) {
        #footer .top-bar .offices li {
          margin: 4px 0; }
          #footer .top-bar .offices li:first-child {
            display: none; } }
      #footer .top-bar .offices li h4, #footer .top-bar .offices li a {
        line-height: 24px;
        height: 24px;
        display: block;
        font-family: "Lato", "Helvetica", "Arial", sans-serif; }
      #footer .top-bar .offices li h4 {
        font-size: 20px;
        font-size: 1.25rem;
        color: #000;
        font-weight: 400;
        padding-right: 18px; }
      #footer .top-bar .offices li a {
        padding: 0 18px;
        font-weight: normal;
        font-size: 16px;
        font-size: 1rem; }
        @media only screen and (max-width: 767px) {
          #footer .top-bar .offices li a {
            padding: 0 9px;
            font-size: 14px;
            font-size: 0.875rem; } }
        #footer .top-bar .offices li a:hover {
          color: #000; }
  #footer .main-footer {
    padding: 23px 0 36px 0; }
    #footer .main-footer .logos .logo {
      width: 18.48341%;
      height: 84px;
      background-color: #FFF;
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 1.89573%;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
	  display:inline-block; }
 #footer .main-footer .logos {
	 text-align:center;
 }
 
#footer .main-footer .logos .logo.height70 {background-size:auto 80px;}
#footer .main-footer .logos.logos-8 .logo, #footer .main-footer .logos.logos-9 .logo {
  background-size: contain;
  margin-bottom:10px;
}
#footer .main-footer .logos.logos-6 .logo, #footer .main-footer .logos.logos-8 .logo, #footer .main-footer .logos.logos-9 .logo {
  width: 15.05%;
  height:75px;
}
#footer .main-footer .logos.logos-2 .logo {
  width: 49.05%;
}
#footer .main-footer .logos.logos-3 .logo {
  width: 32.05%;
}
#footer .main-footer .logos.logos-4 .logo {
  width: 23.5%;
}


#footer .main-footer .logos.logos-6 .logo {
background-size: auto 68px; }
#footer .main-footer .logos.logos-6 .logo:first-child {
background-size: auto 37px; }

			#footer .main-footer .logos.logos-8 .logo.end, #footer .main-footer .logos.logos-9 .logo.end {
        margin-right: 2%; }
      @media only screen and (max-width: 1120px) {
        #footer .main-footer .logos .logo {
          background-size: auto 60px; }
          #footer .main-footer .logos .logo:first-child {
            background-size: auto 40px; }
			
			
			
			 }
      @media only screen and (max-width: 990px) {
        #footer .main-footer .logos .logo, #footer .main-footer .logos.logos-6 .logo, #footer .main-footer .logos.logos-8 .logo , #footer .main-footer .logos.logos-9 .logo {
          width: 32%;
          margin: 0 2% 20px 0; }
          #footer .main-footer .logos .logo:nth-child(3n) {
            margin-right: 0; }
			#footer .main-footer .logos.logos-8 .logo, #footer .main-footer .logos.logos-9 .logo {
			float:left;}
			 }
      @media only screen and (max-width: 660px) {
        #footer .main-footer .logos .logo, #footer .main-footer .logos.logos-6 .logo, #footer .main-footer .logos.logos-8 .logo, #footer .main-footer .logos.logos-9 .logo {
          width: 49%;
          margin: 0 2% 20px 0; }
		  #footer .main-footer .logos.logos-8 .logo, #footer .main-footer .logos.logos-9 .logo {
		  float:left;
		  }
          #footer .main-footer .logos .logo:nth-child(3n) {
            margin-right: 2%; }
          #footer .main-footer .logos .logo:nth-child(2n) {
            margin-right: 0 !important; } }
      @media only screen and (max-width: 420px) {
        #footer .main-footer .logos .logo, #footer .main-footer .logos.logos-6 .logo, #footer .main-footer .logos.logos-8 .logo, #footer .main-footer .logos.logos-9 .logo {
          width: 100%;
          margin: 0 0 20px 0 !important; }
          #footer .main-footer .logos .logo.end {
            margin-bottom: 0 !important; } }
      #footer .main-footer .logos .logo.end {
        margin-right: 0; }
		
      #footer .main-footer .logos .logo:hover {
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px); }
        @media only screen and (max-width: 420px) {
          #footer .main-footer .logos .logo:hover {
            -webkit-transform: scale(0.95) translate3d(0, 0, 0);
            -moz-transform: scale(0.95) translate3d(0, 0, 0);
            -ms-transform: scale(0.95) translate3d(0, 0, 0);
            -o-transform: scale(0.95) translate3d(0, 0, 0);
            transform: scale(0.95) translate3d(0, 0, 0);
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            -o-perspective: 1000;
            perspective: 1000; } }
      #footer .main-footer .logos .logo a {
        display: block;
        height: 84px;
        width: 100%; }
  #footer .bottom-bar {
    background: #210732;
    padding: 30px 25px 20px 25px; }
    @media only screen and (max-width: 830px) {
      #footer .bottom-bar {
        padding: 20px; } }
    #footer .bottom-bar .copyright {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 14px;
      line-height: 0.875rem;
      color: #808080;
      margin: 0;
      float: left;
      max-width: 340px; }
      @media only screen and (max-width: 830px) {
        #footer .bottom-bar .copyright {
          max-width: none;
          text-align: center;
          margin-bottom: 20px; } }
    #footer .bottom-bar .social {
      float: left;
      margin-left: 16.91542%; }
      @media only screen and (max-width: 830px) {
        #footer .bottom-bar .social {
          margin-left: 0; } }
      #footer .bottom-bar .social li {
        float: left;
        margin-right: 25px; }
        #footer .bottom-bar .social li.linkedin {
          margin-right: 0; }
        #footer .bottom-bar .social li a {
          color: #FFF !important;
          opacity: 0.6;
          filter: alpha(opacity=60);
          font-size: 20px;
          font-size: 1.25rem; }
          #footer .bottom-bar .social li a:hover {
            opacity: 1;
            filter: alpha(opacity=100); }
    #footer .bottom-bar .design-religion {
      float: right;
      width: 102px;
      height: 24px;
      background-image: url("images/by-design-religion.png");
      opacity: 0.6;
      filter: alpha(opacity=60); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        #footer .bottom-bar .design-religion {
          background-image: url("images/by-design-religion@2x.png");
          -webkit-background-size: 102px 24px;
          -moz-background-size: 102px 24px;
          -o-background-size: 102px 24px;
          background-size: 102px 24px; } }
      #footer .bottom-bar .design-religion:hover {
        opacity: 1;
        filter: alpha(opacity=100); }

b, mark, strong {
  font-weight: 500; }

.trigger-share {
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  text-decoration: none !important;
  position: relative; }
  .trigger-share .items {
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: 100%;
    left: -12px;
    margin-bottom: 6px;
    display: none;
    text-align: center !important; }
    .trigger-share .items a {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #FFF !important;
      float: left;
      font-size: 14px;
      position: relative;
      text-align: center !important; }
      .trigger-share .items a span {
        color: #FFF !important;
        text-align: center !important; }
      .trigger-share .items a.facebook {
        background: #3B5998; }
      .trigger-share .items a.twitter {
        background: #00ACED; }
        .trigger-share .items a.twitter:after {
          content: '';
          height: 0;
          width: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 6px solid #00ACED;
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -6px; }

.slick-dots li {
  background: none;
  width: 10px;
  height: 10px;
  background: #d0d0d0;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px; }
  .slick-dots li.slick-active {
    background: #A4D65E; }
  .slick-dots li button {
    padding: 0; }
    .slick-dots li button:before {
      display: none; }

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


/* Advertising Block - Homepage */

.homepage-advert, .homepage-advert-content {
  float: left;
  display: inline-block;
}
.homepage-advert {
  width: 68.2464%;
}
.homepage-advert-content {
  width: 31.7535%;
}
.generatedcontent .homepage-advert-content blockquote {
  padding-left: 0px;
  position: relative;
  padding-top: 70px;
  padding-right: 10px;
  
}
.homepage-advert-content {
padding:30px 30px 20px 30px;	
}

.cyber-footer img {
padding-left: 20px;
}
@media(max-width:768px) {
.homepage-advert, .homepage-advert-content {
width:100%;	
}
}

.mb20 {margin-bottom:20px;}