/* Less Variables */
/* Arrow Mixon */
/*!
/*
Theme Name: Ridley College Theme 
Description: Bespoke Theme for Ridley College 
Author: Jordan Gillman
Author URI: http://jordesign.com
Version: 1.0
*/
/*

/* Import Less Mixins */
/* Grid HTML Classes - based on Foundation */
.row {
  clear: both;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60em;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container.collapse .column,
.container.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.container .container {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.container .container:before,
.container .container:after {
  content: " ";
  display: table;
}
.container .container:after {
  clear: both;
}
.container .container.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.container .container.collapse:before,
.container .container.collapse:after {
  content: " ";
  display: table;
}
.container .container.collapse:after {
  clear: both;
}
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    position: relative;
    width: 8.33333%;
  }
  .small-2 {
    position: relative;
    width: 16.66667%;
  }
  .small-3 {
    position: relative;
    width: 25%;
  }
  .small-4 {
    position: relative;
    width: 33.33333%;
  }
  .small-5 {
    position: relative;
    width: 41.66667%;
  }
  .small-6 {
    position: relative;
    width: 50%;
  }
  .small-7 {
    position: relative;
    width: 58.33333%;
  }
  .small-8 {
    position: relative;
    width: 66.66667%;
  }
  .small-9 {
    position: relative;
    width: 75%;
  }
  .small-10 {
    position: relative;
    width: 83.33333%;
  }
  .small-11 {
    position: relative;
    width: 91.66667%;
  }
  .small-12 {
    position: relative;
    width: 100%;
  }
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 760px; */
@media only screen and (min-width: 760px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }
  .large-2 {
    position: relative;
    width: 16.66667%;
  }
  .large-3 {
    position: relative;
    width: 25%;
  }
  .large-4 {
    position: relative;
    width: 33.33333%;
  }
  .large-5 {
    position: relative;
    width: 41.66667%;
  }
  .large-6 {
    position: relative;
    width: 50%;
  }
  .large-7 {
    position: relative;
    width: 58.33333%;
  }
  .large-8 {
    position: relative;
    width: 66.66667%;
  }
  .large-9 {
    position: relative;
    width: 75%;
  }
  .large-10 {
    position: relative;
    width: 83.33333%;
  }
  .large-11 {
    position: relative;
    width: 91.66667%;
  }
  .large-12 {
    position: relative;
    width: 100%;
  }
  .container .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .container .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .container .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .container .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .container .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .container .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .container .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .container .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .container .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .container .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .container .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  .container .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Main Menu */
body {
  overflow-x: hidden;
}
#wrapper {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 auto;
}
#wrapper.active {
  left: 90%;
}
.menu-link:link,
.menu-link:visited,
a.menu-link:hover {
  position: absolute;
  top: 30px;
  right: 15px;
  padding: 10px 45px 10px 15px;
  border: 1px solid #ac975f;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #ac975f;
  text-transform: uppercase;
}
a.menu-link:before {
  content: "";
  width: 22px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(images/mobMenu.png) no-repeat 0 0;
}
#close-menu {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  background: #111111 url(images/close.png) no-repeat 50% 50%;
  height: 30px;
  color: #111;
  z-index: 20;
  display: none;
  text-indent: -999em;
}
#mainNav {
  background: #3a0642;
  clear: both;
  position: relative;
  z-index: 10;
  padding: 0;
}
.js #mainNav.slide-in {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -90%;
}
.js #mainNav.slide-down {
  display: none;
}
#mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainNav li {
  border-bottom: 1px solid #25042b;
  background: #3a0642;
  position: relative;
}
#mainNav li:last-child {
  border-bottom: none;
}
#mainNav li i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 64px;
  display: block;
  text-align: center;
  line-height: 64px;
  background: #2e0534;
  height: 64px;
  cursor: pointer;
  color: #fff;
  font-style: normal;
}
#mainNav li h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  display: block;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 300;
}
.homeNav #mainNav li h4 {
  font-family: 'Roboto Slab', Georgia, serif;
  font-style: normal;
}
#mainNav li a {
  padding: 20px 15px ;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  display: block;
  text-decoration: none;
}
#mainNav p {
  display: none;
}
#mainNav li li {
  background: #7a1876;
  border-bottom: 1px solid #6d1569;
}
#mainNav li li:last-child {
  border-bottom: none;
}
#mainNav li li a {
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  font-size: 20px;
}
#mainNav ul ul {
  -webkit-transition: max-height 0.4s ease;
  max-height: 0;
  overflow: hidden;
}
#mainNav ul ul.expand {
  max-height: 500px;
}
@media only screen and (min-width: 620px) {
  #wrapper.active {
    left: 40%;
  }
  .js #mainNav.slide-in {
    width: 40%;
    left: -40%;
  }
}
/*/mediaquery*/
@media only screen and (min-width: 760px) {
  /* Menu */
  a.menu-link {
    display: none;
  }
  #wrapper #mainNav.slide-in,
  #wrapper #mainNav.slide-up {
    max-width: none;
    position: relative;
    left: 0;
    width: 66.66667%;
    height: auto;
    float: right;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    clear: none;
    -webkit-transition: none !important;
    background: none;
    padding-top: 6.8%;
  }
  #mainNav ul ul,
  #mainNav ul i {
    display: none;
  }
  .homeNav {
    position: relative;
    z-index: 20;
    overflow: hidden;
  }
  .home .menu-main-menu-container,
  .homeNav .menu-ridley-certificate-menu-container {
    height: 100%;
    background: #3a0642;
  }
  .home #menu-main-menu,
  .homeNav #menu-ridley-certificate-menu {
    height: 100%;
  }
  .homeNav #mainNav {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32.65%;
    z-index: 20;
  }
  .homeNav #mainNav li {
    height: 0;
    height: 20.1%;
    background: #3a0642;
    position: static;
    border: none;
    width: 100%;
    border-right: 6px solid #871a82;
    border-left: 20px solid #3a0642;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .homeNav #mainNav li li {
    border-left: none;
  }
  .page-template-ridleyCertificate-php .homeNav #mainNav li {
    height: 25.25%;
    border-right: none;
    color: #fff;
    border-left: 20px solid #9a66bf;
  }
  .page-template-ridleyCertificate-php .homeNav #mainNav li li {
    border-left: none;
  }
  .page-template-ridleyCertificate-php .homeNav #mainNav li a {
    color: #fff;
  }
  .homeNav #mainNav h4 {
    height: 100%;
    position: relative;
    margin-bottom: 5px;
  }
  #mainNav li h4 {
    font-size: 26px;
    font-style: normal;
  }
  #mainNav li .drop h4 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    line-height: 26px;
  }
  #mainNav li .drop h4 a:link,
  #mainNav li .drop h4 a:visited {
    font-size: 16px;
    padding: 0;
    color: #ac975f !important;
    font-family: 'Roboto Slab', Georgia, serif;
    text-decoration: none;
    font-weight: 300;
  }
  #mainNav li .drop h4 a:hover {
    text-decoration: underline;
    color: #fff !important;
  }
  .page-template-ridleyCertificate-php #mainNav li .drop h4,
  .page-template-ridleyCertificate-php #mainNav li .drop h4 a:link,
  .page-template-ridleyCertificate-php #mainNav li .drop h4 a:visited {
    color: #9a66bf !important;
  }
  #mainNav li .drop p {
    font-size: 13px;
    line-height: 18px;
    font-family: Arial, sans-serif;
    color: #ac975f;
    margin-bottom: 20px;
  }
  #mainNav li .drop p strong {
    font-size: 16px;
    padding: 0;
    color: #ac975f !important;
    font-family: 'Roboto Slab', Georgia, serif;
    text-decoration: none;
    font-weight: 300;
    display: block;
  }
  .page-template-ridleyCertificate-php #mainNav li .drop p,
  .page-template-ridleyCertificate-php #mainNav li .drop p strong {
    color: #9a66bf !important;
  }
  #mainNav li .drop a:link,
  #mainNav li .drop a:visited {
    font-size: 18px;
    background: none;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #fff;
    padding: 0;
  }
  .page-template-ridleyCertificate-php #mainNav li .drop a {
    text-decoration: underline !important;
  }
  #mainNav li .drop a:hover {
    text-decoration: underline;
  }
  .homeNav #mainNav li a {
    display: block;
    border-bottom: 1px solid #871a82;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    line-height: 1;
    border-right: none;
  }
  .homeNav #mainNav .drop {
    position: absolute;
    top: 0;
    left: 100%;
    height: 99.9%;
    background: #3a0642;
    display: none;
    width: 205.8%;
  }
  .page-template-ridleyCertificate-php .homeNav #mainNav .drop {
    background: #fff;
    border-top: 1px solid #9a66bf;
    border-bottom: 1px solid #9a66bf;
    height: 100%;
    box-sizing: border-box;
  }
  .homeNav #mainNav li:hover .drop {
    display: block;
  }
  .homeNav #mainNav .drop ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 20;
    padding: 0;
    background: none;
  }
  .homeNav #mainNav .drop ul li {
    width: 25%;
    float: left;
    height: 50%;
    border-bottom: 1px solid #871a82;
    background: none;
    border-right: 1px solid #871a82;
    padding: 10px;
    overflow: hidden;
    -moz-border-sizing: border-box;
    -webkit-border-sizing: border-box;
    box-sizing: border-box;
  }
  .page-template-ridleyCertificate-php .homeNav #mainNav .drop ul li {
    border-color: #9a66bf;
  }
  .page-template-ridleyCertificate-php .homeNav #mainNav .drop ul li:nth-child(4n+4) {
    border-right: none;
  }
  .page-template-ridleyCertificate-php .homeNav #mainNav .drop ul li:nth-child(n+5) {
    border-bottom: none;
  }
  .homeNav #mainNav .drop ul li p {
    display: block;
  }
  .homeNav #mainNav .drop ul li a {
    position: relative;
    border-bottom: none;
  }
  .homeNav #mainNav .drop h4 {
    height: auto;
  }
  /* Inner Pages */
  #mainNav {
    margin-bottom: 30px;
    height: 70px;
  }
  #mainNav li {
    display: block;
    float: left;
    width: 20%;
    border: none;
    position: relative;
  }
  .page-template-page-certificate-php #mainNav li {
    width: 25%;
  }
  .page-template-page-certificate-php #mainNav li li {
    width: 100%;
  }
  .page-template-page-certificate-php #mainNav li li a:hover {
    text-decoration: underline;
  }
  #mainNav li a {
    border-right: 1px solid #871a82;
    background: #3a0642;
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 16px;
    line-height: 1;
    padding: 18px 00px 37px 20px;
    font-weight: 300;
  }
  .homeNav #mainNav li a {
    padding-left: 0;
    font-weight: 100;
  }
  #mainNav li:last-child a {
    border-right: none;
  }
  #mainNav li a:hover,
  #mainNav li:hover a {
    color: #ac975f;
  }
  #mainNav li ul {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    background: #3a0642;
    display: none;
    max-height: 1000px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #mainNav li:hover ul {
    display: block;
  }
  #mainNav li li {
    width: 100%;
    border: none;
    float: none;
    line-height: 1.3;
    font-family: Arial, sans-serif;
  }
  #mainNav li li a {
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 18px;
    color: #ac975f;
    font-family: Arial, sans-serif;
  }
  #mainNav li li a:hover {
    color: #fff;
  }
}
/*/mediaquery*/
@media only screen and (min-width: 840px) {
  .homeNav #mainNav li a:link,
  #mainNav li a:visited {
    font-size: 26px;
  }
  .homeNav #mainNav .drop li a {
    font-size: 13px;
    line-height: 18px;
  }
  #mainNav li li a:link,
  #mainNav li li a:visited {
    font-size: 13px;
  }
  .homeNav #mainNav .drop ul li {
    padding: 20px;
  }
}
/*/mediaquery*/
@media only screen and (min-width: 940px) {
  .homeNav #mainNav li a:link,
  #mainNav li a:visited {
    font-size: 26px;
  }
  .homeNav #mainNav .drop li a {
    font-size: 13px;
  }
  #mainNav li li a:link,
  #mainNav li li a:visited {
    font-size: 13px;
  }
}
/*/mediaquery*/
/* styles for Event Organiser plugin */
/* Event Widget */
.eo-events-widget {
  margin: 0 0 20px 0;
  padding-left: 0px;
  list-style: none;
}
.eo-events-widget li {
  margin-bottom: 10px;
  font-size: 13px;
  color: #999;
}
.eo-events-widget li a {
  display: block;
  font-size: 16px;
  margin-bottom: -3px;
}
/* ---------------------------------------------------------------------------------------------------------- 
01 Typography & Images -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
input,
textarea {
  /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */
}
body,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
}
/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', Georgia, serif;
}
h1.pageTitle,
h2,
body .gform_wrapper h3.gform_title {
  color: #7D6D0E;
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 26px 0;
}
h1.pageTitle a {
  color: #7D6D0E;
}
h2 {
  margin: 26px 0 ;
}
h3,
h4,
h5,
h6 {
  font-size: 28px;
  color: #7D6D0E;
  margin: 0 0 26px 0;
  line-height: 35px;
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 100;
}
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  text-decoration: none;
  color: #7D6D0E;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
/* PARAGRAPHS */
p,
td,
li,
div {
  font-size: 15px;
  line-height: 26px;
  font-family: 'Roboto Slab', Georgia, serif;
  color: #7D6D0E;
  font-weight: 300;
}
p a,
td a,
li a,
div a {
  color: #7D6D0E;
}
p strong,
td strong,
li strong,
div strong {
  font-weight: 700;
}
p {
  margin: 0 0 26px 0;
}
p.p2,
li.p2,
tr.p2,
div.p2,
h2.p2,
h3.p2,
h4.p2,
h5.p2,
h6.p2,
span.p2,
p.p2 strong,
li.p2 strong,
tr.p2 strong,
div.p2 strong,
h2.p2 strong,
h3.p2 strong,
h4.p2 strong,
h5.p2 strong,
h6.p2 strong {
  font-weight: 700;
}
p.smallPara,
td.smallPara,
li.smallPara,
td p.smallPara,
li p.smallPara,
span.smallPara,
div.ridleyBox,
p.ridleyBox,
h2.smallPara,
h3.smallPara,
h4.smallPara,
h5.smallPara,
h6.smallPara,
.resourceMeta p {
  font-size: 13px;
  line-height: 23px;
  font-family: Arial, sans-serif;
  color: #7D6D0E;
}
p.p4,
td.p4,
li.p4,
td p.p4,
li p.p4,
span.p4,
h2.p4,
h3.p4,
h4.p4,
h5.p4,
h6.p4,
span.h4 {
  font-weight: bold;
  font-size: 13px;
  line-height: 23px;
  font-family: Arial, sans-serif;
  color: #7D6D0E;
}
h2.smallHeading,
h3.smallHeading,
h4.smallHeading,
h5.smallHeading span.smallHeading,
p.smallHeading,
td.smallHeading,
li.smallHeading,
thead td.smallHeading,
thead .smallHeading,
div.ridleyBox strong,
p.ridleyBox strong {
  font-family: 'open-sans', 'Open Sans', arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  font-style: normal;
}
thead td.smallHeading {
  color: #fff;
}
span.extraBold {
  font-weight: 700;
}
/* LINKS */
a:link,
a:visited {
  color: #7D6D0E;
  text-decoration: underline;
  -webkit-transition: color .4s ease;
}
a:hover {
  text-decoration: none;
}
thead td,
td.goldCell,
tr.goldCell,
tr.goldCell td,
th.goldCell {
  background: #ac975f;
  color: #fff;
}
thead td,
td.goldBorderCell,
tr.goldBorderCell,
tr.goldBorderCell td,
th.goldBorderCell {
  border: 1px solid #ac975f;
}
td.goldCell h1,
td.goldCell h2,
td.goldCell h3,
td.goldCell h4,
td.goldCell h5,
td.goldCell h6,
tr.goldCell h1,
tr.goldCell h2,
tr.goldCell h3,
tr.goldCell h4,
tr.goldCell h5,
tr.goldCell h6 {
  color: #fff;
}
p.featurePara {
  font-size: 18px;
  font-family: 'Noto Serif', georgia, serif;
  font-style: italic;
  line-height: 30px;
}
img,
object,
embed {
  max-width: 100%;
  height: auto !important;
}
iframe {
  max-width: 100%;
}
a.button:link,
a.button:visited,
input.button p.button a:link,
p.button a:visited,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.button a:link,
.button a:visited,
.postNavigation a:link,
.postNavigation a:visited {
  padding: 8px 15px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #7D6D0E;
  font-size: 13px;
  text-transform: uppercase;
  color: #7D6D0E;
  border-radius: none;
  font-weight: bold;
  background: #fff;
  font-family: 'open-sans', 'Open Sans', arial, sans-serif;
  text-decoration: none;
}
input.button {
  border: none;
}
a.button:hover,
input.button:hover,
a.button.fade:hover,
p.button a:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.button a:hover,
.postNavigation a:hover {
  border: 1px solid #AC975F;
  color: #fff !important;
  background-color: #AC975F;
  text-decoration: none;
  opacity: 1;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 12px !important;
}
#main img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.45);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.45);
}
#content img.attachment-post-thumbnail {
  max-width: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: -10px 0 -5px;
}
img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
img.alignleft {
  float: left;
  margin: 0 20px 10px;
}
.ridleyBox {
  border: 1px solid #ac975f;
  padding: 15px;
}
.moreLink {
  padding: 0 0 30px 0;
  clear: both;
}
.page-template-ridleyCertificate-php .moreLink {
  padding-left: 20px;
}
/* Form Styles */
.innerContent .gform_wrapper input.medium,
.innerContent .gform_wrapper input[type="text"],
.innerContent .gform_wrapper textarea {
  border: 1px solid #ac975f;
  padding: 4px 2px !important;
}
.innerContent .gform_wrapper input {
  text-indent: 5px;
}
.innerContent .gform_wrapper label {
  font-weight: bold;
  font-size: 13px;
  line-height: 23px;
  font-family: Arial, sans-serif;
  color: #ac975f;
}
.innerContent .gform_wrapper label.gfield_label {
  font-size: 13px;
  line-height: 23px;
  font-family: Arial, sans-serif;
  color: #ac975f;
}
/* ---------------------------------------------------------------------------------------------------------- 
02 Cornerstone Base Layout Stuff  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.header {
  position: relative;
}
.header h1.columns,
.header h5.columns {
  margin: 0;
  padding: 0;
  width: 100%;
}
.header h1.columns a,
.header h5.columns a {
  display: block;
  width: 50%;
  max-width: 196px;
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.header h1 img,
.header h5 img {
  display: block;
}
.header > p {
  display: none;
}
.innerIntro {
  position: relative;
}
.innerIntro .innerImage {
  padding: 0;
}
.innerIntro .innerImage img {
  display: block;
  width: 100%;
  height: auto !important;
}
.innerTitle {
  background: #3a0642;
  min-height: 70px;
}
.innerTitle h6 {
  font-family: 'Roboto Slab', Georgia, serif;
  padding: 0;
  color: #fff;
  font-weight: 100;
  margin: 0;
  font-size: 24px;
  line-height: 70px;
  font-style: normal;
}
.page-id-39 .innerTitle h6 {
  font-size: 38px;
}
.page-template-page-certificate-php .innerTitle h6 {
  font-size: 38px;
  line-height: 45px;
}
.breadcrumbs {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  background: #ac975f;
  padding: 25px  60px 25px 0.9375em ;
  color: #fff;
  margin-bottom: 18px;
  font-size: 16px;
  font-family: 'Roboto Slab', Georgia, serif;
  position: relative;
  line-height: 20px;
  font-weight: 300;
}
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs span {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9.5px 5.5px 0 5.5px;
  border-color: #ac975f transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 20px;
}
.page-75 .breadcrumbs {
  background: #ac975f url(images/iconAbout.png) no-repeat 100% 50%;
}
.page-110 .breadcrumbs {
  background: #ac975f url(images/iconCofE.png) no-repeat 100% 50%;
}
.page-109 .breadcrumbs {
  background: #ac975f url(images/iconContactUs.png) no-repeat 100% 50%;
}
.page-34 .breadcrumbs {
  background: #ac975f url(images/iconCurrentStudents.png) no-repeat 100% 50%;
}
.page-54 .breadcrumbs {
  background: #ac975f url(images/iconERidley.png) no-repeat 100% 50%;
}
.page-39 .breadcrumbs {
  background: #ac975f url(images/iconFormation.png) no-repeat 100% 50%;
}
.page-35 .breadcrumbs {
  background: #ac975f url(images/iconLibrary.png) no-repeat 100% 50%;
}
.page-111 .breadcrumbs {
  background: #ac975f url(images/iconMarketplaceInstitute.png) no-repeat 100% 50%;
}
.page-33 .breadcrumbs {
  background: #ac975f url(images/iconPartner.png) no-repeat 100% 50%;
}
.page-47 .breadcrumbs {
  background: #ac975f url(images/iconRidleyCertificate.png) no-repeat 100% 50%;
}
.page-40 .breadcrumbs {
  background: #ac975f url(images/iconSubjects.png) no-repeat 100% 50%;
}
.post-38 .breadcrumbs {
  background: #ac975f url(images/iconCourses.png) no-repeat 100% 50%;
}
.search .breadcrumbs {
  background: #ac975f url(images/iconSearch.png) no-repeat 100% 50%;
}
.single-post .breadcrumbs,
.category .breadcrumbs,
.archive .breadcrumbs {
  background: #ac975f url(images/iconLatestNews.png) no-repeat 100% 50%;
}
.single-event .breadcrumbs,
.archive.tax-event_type .breadcrumbs,
.post-type-archive-event .breadcrumbs {
  background: #ac975f url(images/iconUpcomingEvents.png) no-repeat 100% 50%;
}
.single-resource .breadcrumbs,
.archive.tax-resource_category .breadcrumbs,
.archive.tax-resource_type .breadcrumbs,
.archive.tax-resource_author .breadcrumbs,
.post-type-archive-resource .breadcrumbs {
  background: #ac975f url(images/iconLatestResources.png) no-repeat 100% 50%;
}
/* Inner Nav */
.innerNav {
  margin-bottom: 20px;
}
.innerMenuBox {
  border: 1px solid #871a82;
}
.innerMenuBox h6 {
  font-family: 'open-sans', 'Open Sans', arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 0;
}
.innerMenuBox h6 a {
  color: #871a82;
}
.innerNav .innerMenuBox > ul {
  padding: 5px 20px 20px;
}
.innerNav .innerMenuBox.accordion > ul {
  padding-left: 35px;
}
.js .innerMenuBox > ul,
.js .innerMenuBox h6 {
  display: none;
}
.innerMenuBox h6 {
  padding-left: 20px;
  color: #871a82;
}
.innerNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.innerNav h5 {
  color: #fff;
  font-weight: 300;
  padding: 0 10px 0 20px ;
  height: 70px;
  line-height: 70px;
  margin: 0;
  background: #871a82;
  cursor: pointer;
  font-style: normal;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  white-space: nowrap;
}
.innerNav h5:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9.5px 5.5px 0 5.5px;
  border-color: #871a82 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 20px;
}
.innerNav li {
  font-size: 12px;
  font-family: 'open-sans', 'Open Sans', arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 0px;
  margin-bottom: 10px;
}
.innerNav li a:link,
.innerNav li a:visited {
  text-decoration: none;
}
.innerNav li a:hover {
  text-decoration: underline;
}
.single-event .innerNav li,
.tax-event_type .innerNav li,
.post-type-archive-event .innerNav li,
.single-resource .innerNav li,
.tax-resource_type .innerNav li,
.tax-resource_category .innerNav li,
.tax-resource_author .innerNav li,
.post-type-archive-resource .innerNav li {
  padding-left: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  background: none;
  margin-bottom: 4px;
}
.innerNav a {
  display: block;
  padding: 2px 0;
  line-height: 17px;
  color: #871a82;
}
.innerNav ul ul {
  padding-bottom: 10px;
}
.innerNav li li {
  padding-left: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  background: none;
  margin-bottom: 4px;
}
.innerNav ul ul ul {
  padding-bottom: 0;
}
.innerNav li li li,
.innerNav li ul.children li {
  padding-left: 20px;
}
.innerNav .accordion li {
  position: relative;
}
.accordion i {
  top: -5px;
  left: -17px;
  color: #871a82;
  font-size: 21px;
  font-style: normal;
  cursor: pointer;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9.5px 5.5px 0 5.5px;
  border-color: #871a82 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 20px;
  top: 5px;
  left: -14px;
  border-width: 8px 4px 0 ;
}
.accordion .hide i {
  border-width: 4px 0 4px 8px ;
  border-color: transparent transparent transparent #871a82;
  top: 5px;
  left: -13px;
}
/* Home Search */
#homeSearch {
  margin: 0 0.9375em;
  margin-bottom: 20px;
}
#homeSearch form {
  border: 1px solid #ac975f;
  position: relative;
  height: 30px;
}
#homeSearch .submit {
  position: absolute;
  top: 1px;
  right: 0px;
}
#homeSearch .field {
  border: none;
  display: block;
  margin-right: 40px;
  font-size: 11px;
  font-family: Arial, sans-serif;
  color: #ac975f;
  line-height: 28px;
  height: 28px;
  text-indent: 10px;
  width: 85%;
  background: none;
}
::-webkit-input-placeholder,
:-moz-input-placeholder,
::-moz-input-placeholder,
::-ms-input-placeholder {
  color: #ac975f;
}
/* Top Menu */
.menu-top-menu-container {
  background: #ac975f;
  padding: 10px;
}
.menu-top-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
}
.menu-top-menu-container li {
  display: inline-block;
  margin: 0 5px 5px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 21px;
}
.menu-top-menu-container li a {
  color: #fff;
  transition: background .4s ease;
}
.menu-top-menu-container li a:hover {
  background: #8e7d4f;
  text-decoration: none;
}
/* Footer */
.container .container.utilities {
  margin: 0;
  clear: both;
  padding-top: 15px;
}
.footer .columns {
  display: none;
}
.footer .columns.contact {
  display: block;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul.sub-menu {
  margin-bottom: 30px;
}
.footer h4,
.footer li a,
.footer h4 a,
.footer p {
  font-size: 12px;
  line-height: 14px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #7D6D0E;
  text-transform: none;
  font-weight: normal;
}
.footer h4 a {
  margin-bottom: 0;
}
.footer a,
.footer li a,
.footer h4 a {
  color: #7D6D0E;
  font-family: 'open-sans', 'Open Sans', arial, sans-serif;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
  text-transform: none;
  text-transform: uppercase;
  font-style: normal;
  line-height: 12px;
}
.footer a:link,
.footer a:visited {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .sub-menu li a {
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
}
.footerSocial {
  padding: 0 0 20px 0;
  text-align: center;
}
.footerSocial a {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 0 0px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(images/socialIcons.png) no-repeat 0 0;
  opacity: 1;
  transition: opacity .4s ease;
  background-size: auto 30px;
  text-decoration: none;
}
.footerSocial a:hover {
  opacity: .8;
}
.footerSocial .socialTwitter {
  background-position: -34px 0;
}
.footerSocial .socialVimeo {
  background-position: -68px 0;
}
.footerSocial .socialRSS {
  background-position: -101px 0;
}
.footerContent {
  margin: 30px 0.9375em 30px;
  border-top: 1px solid #7D6D0E;
  border-bottom: 1px solid #7D6D0E;
  padding: 60px 0 50px;
  width: auto;
  text-align: center;
}
.home .footerContent,
.page-template-ridleyCertificate-php .footerContent {
  margin-top: 0;
  border-top: 0;
}
.footerContent p {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
}
.footerContent p span {
  display: block;
  margin: 10px 0;
}
.footerContent p a {
  color: #7D6D0E;
}
.footerDisclaimer {
  margin: 30px 0.9375em 250px;
  border-top: 1px solid #7D6D0E;
  padding: 30px 0 0;
  width: auto;
  text-align: center;
}
.footerDisclaimer p {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
}
/* Homepage */
.slideNav {
  float: left;
  position: relative;
  text-align: left;
}
.slideNav a:link,
.slideNav a:visited {
  color: #871a82;
  text-decoration: none;
}
.slideNav ol {
  list-style: none;
  margin: 0;
  padding: 0 30px 0 20px;
}
.slideNav ol li {
  display: inline-block;
  color: #871a82;
}
.page-template-ridleyCertificate-php .slideNav ol li {
  color: #ac975f;
}
.slideNav ol li a {
  display: inline-block;
  color: #871a82;
  margin: 0 8px;
  font-size: 13px;
  cursor: pointer;
  padding-bottom: 1px;
  padding-top: 4px;
  line-height: 1;
}
.page-template-ridleyCertificate-php .homeNews .slideNav ol li a {
  color: #ac975f;
}
.homeNews .slideNav ol li a {
  color: #3a0642;
}
.slideNav ol li a:hover,
.slideNav ol li a.flex-active {
  padding-bottom: 0;
  border-bottom: 1px solid;
}
.slideNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slideNav ul .flex-prev {
  position: absolute;
  top: 2px;
  left: 0;
}
.slideNav ul .flex-next {
  position: absolute;
  top: 2px;
  right: 10px;
  --ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.homeNews .slideNav ul a {
  color: #3a0642;
}
.page-template-ridleyCertificate-php .homeNews .slideNav ul a {
  color: #ac975f;
}
.slideNav ul a:hover {
  color: #7b3288;
  text-decoration: none;
  cursor: pointer;
}
.page-template-ridleyCertificate-php .slideNav ul a:hover {
  color: #8e7d4f;
}
.homeVimeo {
  margin-bottom: 30px;
}
.homeEvents h2 {
  color: #fff;
  font-weight: 300;
  padding: 0 20px ;
  background: #871a82 url(images/homeEventIcon.png) no-repeat 100% 50%;
  cursor: pointer;
  margin: 0px 0 20px 0;
  font-size: 16px;
  line-height: 70px;
  height: 70px;
  position: relative;
  text-decoration: none !important;
}
.homeEvents h2:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9.5px 5.5px 0 5.5px;
  border-color: #871a82 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 20px;
}
.homeEvents > a {
  text-decoration: none;
}
.homeEvents ul {
  padding: 0;
  margin: 0;
}
.homeEvent {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  font-size: 14px;
  color: #871a82;
}
.homeEvent .eventDate {
  margin: 0 ;
  font-style: normal;
}
.homeEvent .eventImage img {
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}
.homeEvent .singleTime {
  margin-bottom: 15px;
  color: #871a82;
  line-height: 1.5;
  font-style: normal;
}
.homeEvent p.singleSpeaker {
  color: #871a82;
  line-height: 1.2;
  font-style: normal;
  margin-bottom: 15px;
}
.homeEvent h3 {
  font-size: 28px;
  color: #871a82;
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 300;
  margin: 0 0 15px 0px;
  line-height: 1.3;
  font-style: normal;
}
.homeEvent h3 a {
  color: #871a82;
}
.homeEvent p {
  font-size: 18px;
  color: #871a82;
  font-family: 'Roboto Slab', Georgia, serif;
  margin: 0 0 10px 0;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
}
.homeEvent p strong {
  font-weight: 300;
}
a.eventMore,
a.newsMore {
  font-family: 'open-sans', 'Open Sans', arial, sans-serif;
  font-size: 12px;
  color: #871a82;
  text-transform: uppercase;
  display: block;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
  padding-bottom: 1px;
}
a.eventMore:hover {
  padding-bottom: 0px;
  border-bottom: 1px solid #871a82;
  line-height: 1;
}
a.newsMore:hover {
  padding-bottom: 0px;
  border-bottom: 1px solid #3a0642;
  line-height: 1;
}
.eventDetails {
  padding-top: 15px;
}
.moreLink.moreEvents {
  padding-bottom: 10px;
  position: relative;
  top: -40px;
  float: left;
}
.homeLinks {
  padding: 0 0 30px 0;
}
.homeLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.homeLinks a {
  display: block;
  padding: 0 0 0 25px;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  color: #fff;
  background: #ac975f;
  border-bottom: 1px solid #fff;
  transition: all .4s ease;
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 300;
  text-decoration: none;
}
.homeLinks a:hover {
  background: #8e7d4f;
  text-decoration: none;
}
a.viewAll {
  float: left;
  font-family: 'open-sans', 'Open Sans', arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 9px;
  margin-right: 0px;
  color: #871a82;
  padding-bottom: 1px;
  display: inline-block;
  line-height: 1;
}
a.viewAll:hover {
  padding-bottom: 0;
  border-bottom: 1px solid;
}
.page-template-ridleyCertificate-php a.viewAll {
  color: #ac975f;
}
.page-template-ridleyCertificate-php a.viewAll:hover {
  color: #8e7d4f;
}
.eventSlideNav {
  margin-bottom: 20px;
}
.resourceSlideNav {
  margin-left: 26px;
}
.newsSlideNav {
  margin-left: 26px;
}
#homeResources {
  border: 1px solid #871a82;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
#homeResources:after {
  content: '';
  clear: both;
  display: table;
}
#homeResources ul {
  padding-left: 0;
  margin: 0;
}
#homeResources h2 {
  color: #fff;
  font-weight: 300;
  padding: 0 20px ;
  height: 70px;
  line-height: 70px;
  background: #871a82 url(images/homeResourcesIcon.png) no-repeat 100% 50%;
  cursor: pointer;
  margin: 0 0 30px 0;
  font-size: 16px;
  position: relative;
  text-decoration: none !important;
}
#homeResources h2:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9.5px 5.5px 0 5.5px;
  border-color: #871a82 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 20px;
}
#homeResources > a {
  text-decoration: none;
}
#homeResources h3 {
  font-size: 18px;
  line-height: 26px;
  color: #871a82;
  font-weight: 300;
  margin-bottom: 0;
  font-style: normal;
  margin-top: 0;
}
#homeResources h3 a {
  color: #871a82;
  text-decoration: none;
}
#homeResources h3 a:hover {
  text-decoration: underline;
}
#homeResources p {
  font-weight: 300;
}
.homeResource {
  margin: 0 30px 24px;
}
#homeResources .resourceAuthor {
  font-size: 18px;
  color: #871a82;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 3px;
}
#homeResources .resourceAuthor a {
  display: none;
  color: #871a82;
  text-decoration: none;
}
#homeResources .resourceAutor a:hover {
  text-decoration: underline;
}
#homeResources .resourceAuthor a:first-child {
  display: block;
}
a.resourceMore {
  font-size: 12px;
  color: #871a82;
  font-family: 'open-sans', 'Open Sans', arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 1px;
  line-height: 1;
  display: inline-block;
}
a.resourceMore:hover {
  padding-bottom: 0;
  border-bottom: 1px solid #871a82;
}
.resourceIcons {
  display: inline-block;
}
.resourceIcon {
  display: inline-block;
  margin: 3px 5px 0px 0;
  height: 11px;
  width: 14px;
}
.homeResource .resourceIcon.audio {
  background: url(images/R_Icon_ResourcesHomePage_Audio.png) no-repeat 0 0;
}
.homeResource:hover .resourceIcon.audio {
  background: url(images/R_Icon_ResourcesHomePage_Audio_Over.png) no-repeat 0 0;
}
.homeResource .resourceIcon.book,
.homeResource .resourceIcon.text {
  background: url(images/R_Icon_ResourcesHomePage_Doc.png) no-repeat 0 0;
}
.homeResource:hover .resourceIcon.book,
.homeResource:hover .resourceIcon.text {
  background: url(images/R_Icon_ResourcesHomePage_Doc_Over.png) no-repeat 0 0;
}
.homeResource .resourceIcon.document {
  background: url(images/R_Icon_ResourcesHomePage_Doc.png) no-repeat 0 0;
}
.homeResource:hover .resourceIcon.document {
  background: url(images/R_Icon_ResourcesHomePage_Doc_Over.png) no-repeat 0 0;
}
.homeResource .resourceIcon.video {
  background: url(images/R_Icon_ResourcesHomePage_Video.png) no-repeat 0 0;
}
.homeResource:hover .resourceIcon.video {
  background: url(images/R_Icon_ResourcesHomePage_Video_Over.png) no-repeat 0 0;
}
.resourceIcon.audio {
  background: url(images/R_Icon_Resources_Audio.png) no-repeat 0 0;
}
.resourceListItem:hover .resourceIcon.audio {
  background: url(images/R_Icon_Resources_Audio_Over.png) no-repeat 0 0;
}
.resourceIcon.book {
  background: url(images/R_Icon_Resources_Doc.png) no-repeat 0 0;
}
.resourceListItem:hover .resourceIcon.book {
  background: url(images/R_Icon_Resources_Doc_Over.png) no-repeat 0 0;
}
.resourceIcon.document {
  background: url(images/R_Icon_Resources_Doc.png) no-repeat 0 0;
}
.resourceListItem:hover .resourceIcon.document {
  background: url(images/R_Icon_Resources_Doc_Over.png) no-repeat 0 0;
}
.resourceIcon.video {
  background: url(images/R_Icon_Resources_Video.png) no-repeat 0 0;
}
.resourceListItem:hover .resourceIcon.video {
  background: url(images/R_Icon_Resources_Video_Over.png) no-repeat 0 0;
}
.homeNews {
  border: 1px solid #3a0642;
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.homeNews:after {
  clear: both;
  content: '';
  display: table;
}
.homeNews ul {
  padding: 0;
  margin: 0;
}
.page-template-ridleyCertificate-php .homeNews {
  padding-right: 0;
}
.homeNews h2 {
  color: #fff;
  font-weight: 300;
  padding: 0 20px;
  background: #3a0642 url(images/homeNewsIcon.png) no-repeat 100% 50%;
  cursor: pointer;
  margin-bottom: 25px ;
  margin-top: 0;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  position: relative;
}
.homeNews > a {
  text-decoration: none;
}
.homeNews h2:after {
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9.5px 5.5px 0 5.5px;
  border-color: #3a0642 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 20px;
}
.homeNews h3 {
  font-size: 28px;
  color: #3a0642;
  font-family: 'Roboto Slab', Georgia, serif;
  margin: 0 0 26px 0 ;
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
}
.homeNews h3 a {
  color: #3a0642;
}
.homeNews .blogDate {
  font-size: 18px;
  color: #3a0642;
  font-family: 'Roboto Slab', Georgia, serif;
  margin: 0;
  line-height: 1.1;
  font-weight: normal;
}
.homeNews p {
  font-size: 18px;
  color: #3a0642;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 300;
}
.homeNewsItem {
  margin-bottom: 0px;
}
.homeNewsItem.columns {
  padding: 0 30px;
}
.homeNews {
  margin: 0 .925em;
  width: auto;
  float: none;
}
.moreLink.moreNews {
  margin-left: .925em;
  margin-top: 20px;
}
.homeNews a.newsMore,
.homeNews .viewAll {
  color: #3a0642;
}
.rssFeedIcon {
  position: absolute;
  top: 77px;
  right: 6px;
  width: 11px;
  height: 11px;
  background: url(images/R_Icon_RSS.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.rssFeedIcon:hover {
  background: url(images/R_Icon_RSS_Over.png) no-repeat 0 0;
}
/* Events */
.singleAside {
  width: 35%;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.singleAside img {
  display: block;
  margin-bottom: 20px;
}
.socialcount a {
  display: block;
  height: 20px;
  width: 66px;
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 13px;
  text-indent: 30px;
  opacity: 0.8;
  transition: opacity .4s ease;
  color: #8e7d4f;
  float: left;
  margin-right: 10px;
  text-decoration: none;
}
.socialcount a:hover {
  opacity: 1;
  text-decoration: none;
}
.socialcount #twitter a,
.socialcount #twitter2 a {
  background: url(images/R_Icon_Tally_Twitter_Over.png) no-repeat 0 0;
}
.socialcount #facebook a,
.socialcount #facebook2 a {
  background: url(images/R_Icon_Tally_Facebook_Over.png) no-repeat 0 0;
}
.single .eventDetails {
  padding-top: 0;
  margin-left: 0;
}
.single-event h1.pageTitle {
  margin-bottom: 0;
}
.single-post h1.pageTitle {
  margin-bottom: 0;
}
.post-edit-link {
  display: inline-block;
  padding: 3px 5px;
  font-size: 13px;
  background: #eee;
  color: #111;
  text-transform: uppercase;
  border-radius: 5px;
}
h3.eventSubtitle {
  margin: 9px 0 30px;
}
h5.singleDate {
  font-size: 15px;
  line-height: 26px;
  font-family: 'Roboto Slab', Georgia, serif;
  color: #7D6D0E;
  font-weight: 400;
  margin: 0;
}
h5.singleTime {
  font-size: 15px;
  line-height: 26px;
  font-family: 'Roboto Slab', Georgia, serif;
  color: #7D6D0E;
  font-weight: 400;
  margin: 0 0 15px;
}
p.singleSpeaker {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Roboto Slab', Georgia, serif;
  color: #7D6D0E;
  font-weight: 400;
}
p.singleSpeaker strong {
  font-weight: 400;
}
h5.venueTitle {
  margin-bottom: 0;
}
.eventMap p {
  font-weight: bold;
}
.eventDetails .singleSpeaker {
  line-height: 24px;
}
.eventMap .smallPara {
  line-height: 1.3;
}
.nextPost a {
  font-size: 13px;
  color: #7D6D0E;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: right;
  margin-bottom: 20px;
}
.previousPost a {
  font-size: 13px;
  color: #7D6D0E;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.eventListItem {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.eventThumb {
  float: right;
  width: 30%;
  max-width: 130px;
  margin: 0 0 0px 20px;
  position: relative;
}
.eventThumb:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.eventListItem h2 {
  margin: 0 0 3px 0;
  font-size: 28px;
  color: #7D6D0E;
  line-height: 35px;
  font-weight: 300;
}
.eventListItem h2 a {
  color: #7D6D0E;
}
.eventListItem p.listDate {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
.eventListItem p {
  margin-bottom: 20px;
}
.eventListItem h3 {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  font-weight: 300;
}
.eventListItem strong {
  font-size: 13px;
  line-height: 18px;
  font-family: Arial, sans-serif;
  color: #7D6D0E;
  display: inline;
  font-weight: bold;
}
.eventListItem .rsvpLink {
  float: none;
}
.rsvpLink {
  float: left;
}
#socialLinks {
  padding-top: 6px;
  float: right;
  width: 153px;
}
.postNavigation {
  clear: both;
  padding-top: 50px;
}
.postNavigation a {
  font-size: 12px;
  color: #ac975f;
  font-weight: bold;
  text-transform: uppercase;
}
.navigation {
  clear: both;
  padding-top: 10px;
}
.navigation a:link,
.navigation a:visited {
  float: left;
  width: 100px;
  padding: 0;
  border: 0;
  margin-left: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #ac975f;
  border-radius: none;
  font-weight: bold;
  font-family: 'open-sans', 'Open Sans', arial, sans-serif;
  text-decoration: none;
}
.navigation a:hover {
  background: none;
  color: #8e7d4f !important;
  text-decoration: underline;
}
.navigation a:nth-child(2) {
  margin-left: 50%;
  float: none;
  white-space: nowrap;
  display: block;
  position: relative;
}
.post-type-archive-event .navigation a:nth-child(2),
.category .navigation a:nth-child(2) {
  float: right;
  margin-right: 0;
  width: auto;
}
/* Resources */
.tax-resource_type h1.pageTitle {
  margin-bottom: 40px;
}
.tax-resource_type.archive .innerContent,
.tax-resource_category.archive .innerContent,
.post-type-archive-resource .innerContent {
  padding-right: 0;
}
.resourceListItem {
  width: 40%;
  margin-right: 10%;
  float: left;
  min-height: 100px;
  margin-bottom: 20px;
}
.resourceListItem:nth-child(2n+ 1) {
  clear: left;
}
.resourceListItem .listDate {
  font-family: 'open-sans', 'Open Sans', arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 0;
}
.resourceListItem .listDate a:link,
.resourceListItem .listDate a:visited {
  color: #ac975f;
  text-decoration: none;
}
.resourceListItem .resourceAuthor {
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.resourceListItem .resourceAuthor a {
  color: #ac975f;
}
.resourceListItem h2 {
  font-size: 13px;
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 15px;
}
.resourceListItem h2 a {
  color: #ac975f;
}
.resourceMeta {
  border: 1px solid #ac975f;
  padding: 10px;
}
.resourceMeta p {
  margin: 0 0 5px;
  font-size: 13px;
}
/* Search Results */
.searchItem h2 {
  color: #ac975f;
  font-size: 18px;
  margin-bottom: 0px;
}
.searchItem h2 a {
  color: #ac975f;
}
.searchItem p {
  font-size: 13px;
  line-height: 18px;
  font-family: Arial, sans-serif;
}
.searchItem p.searchPermalink {
  color: #8e7d4f;
  font-ize: 12px;
  margin: 0;
}
.searchItem p.searchPermalink a {
  color: #8e7d4f;
}
.searchItem p.searchPermalink span {
  text-transform: capitalize;
}
/*404*/
.content.fourOhfour {
  text-align: center;
}
.fourOhfour h1 {
  font-size: 36px !important;
}
/* Ridley Certificate Specific Styles */
.page-template-ridleyCertificate-php .header h1.columns a,
.page-template-ridleyCertificate-php .header h5.columns a,
.page-template-page-certificate-php .header h1.columns a,
.page-template-page-certificate-php .header h5.columns a {
  margin-top: 0;
  margin-left: 0 !important;
}
.page-template-ridleyCertificate-php .homeNav {
  background: #fff;
}
.page-template-ridleyCertificate-php .homeNav #mainNav {
  border-left-color: #9a66bf;
  background: #fff;
  padding-right: 0;
}
.homeNav .menu-ridley-certificate-menu-container {
  background: #fff;
}
.page-template-ridleyCertificate-php .homeNav #mainNav li {
  background: #9a66bf;
  border-bottom-color: #fff;
}
.page-template-ridleyCertificate-php .homeNav #mainNav li a {
  background: #9a66bf;
  border-bottom-color: #fff;
}
.page-template-ridleyCertificate-php .homeNav #mainNav li a:hover {
  color: #fff;
}
.page-template-ridleyCertificate-php .homeNav #mainNav .drop,
.page-template-ridleyCertificate-php .homeNav #mainNav ul {
  background: #fff;
}
.page-template-ridleyCertificate-php .homeNav #mainNav li li {
  background: #fff;
}
.page-template-ridleyCertificate-php .homeNav #mainNav .drop li a {
  background: #fff;
  color: #9a66bf;
}
.page-template-ridleyCertificate-php .homeNews {
  border-color: #ac975f;
  float: left;
  margin: 0;
}
.page-template-ridleyCertificate-php .homeNews h2 {
  background: #ac975f url(images/iconLatestNews.png) no-repeat 100% 50%;
}
.page-template-ridleyCertificate-php .homeNews h2:after {
  border-color: #ac975f transparent transparent transparent;
}
.page-template-ridleyCertificate-php .homeNews h3 a,
.page-template-ridleyCertificate-php .homeNews .blogDate,
.page-template-ridleyCertificate-php .homeNews p,
.page-template-ridleyCertificate-php a.newsMore {
  color: #ac975f;
}
.page-template-ridleyCertificate-php .homeNews p a {
  display: none;
}
.page-template-ridleyCertificate-php .homeLinks a {
  background: #9a66bf;
  color: #fff;
}
.page-template-ridleyCertificate-php .homeLinks a:hover {
  background: #b07fe5;
}
.page-template-page-certificate-php #mainNav li {
  background: #9a66bf;
}
.page-template-page-certificate-php #mainNav li a {
  background: #9a66bf;
  border-right-color: #fff;
  color: #fff;
}
.page-template-page-certificate-php #mainNav li ul {
  background: #9a66bf;
}
.page-template-page-certificate-php .innerIntro,
.page-template-page-certificate-php .innerTitle {
  background: #9a66bf;
}
.page-template-page-certificate-php .innerMenuBox {
  border: 1px solid #9a66bf;
}
.page-template-page-certificate-php .innerMenuBox h5 {
  background: #9a66bf;
}
.page-template-page-certificate-php .innerMenuBox h5:after {
  border-color: #9a66bf transparent transparent transparent;
}
.page-template-page-certificate-php .innerNav a {
  color: #9a66bf;
}
/* Forms */
.container .wrapper .gform_wrapper input[type=text],
.container .wrapper .gform_wrapper textarea {
  border: 1px solid #ac975f !important;
  padding: 5px 10px !important;
  font-size: 18px !important;
  color: #ac975f !important;
  width: 90% !important;
  box-sizing: border-box;
}
/***************** 480px *****************/
@media only screen and (min-width: 480px) {
  .homeEvent img {
    max-width: 47.62%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
/***************** 760px *****************/
@media only screen and (min-width: 760px) {
  .header {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: auto;
  }
  .header h1.columns,
  .header h5.columns {
    width: 33.3333333%;
    height: 165px;
    background: none;
  }
  .header h1.columns a,
  .header h5.columns a {
    width: 100%;
    margin-left: 20px;
    margin-top: 31px;
  }
  .header > p a {
    color: #ac975f;
  }
  .js #mainNav.slide-down {
    clear: both;
    display: block;
  }
  .homeNav {
    float: left;
    width: 100%;
    background: #871a82;
    margin-bottom: 30px;
    height: 61.2%;
  }
  .slideshow {
    border: 1px solid #ac975f;
    border-left: none;
    background: #fff;
    width: 68.45%;
    padding: 0;
    border-top: none;
  }
  .page-template-ridleyCertificate-php .slideshow {
    border-color: #9a66bf;
  }
  .homeEvents h2 {
    margin-top: 0;
  }
  .eventSlideNav {
    margin-left: 51.5%;
  }
  .homeNews {
    height: 430px;
    overflow: hidden;
  }
  .homeNews ul {
    height: 300px;
    overflow: hidden;
  }
  .page-template-ridleyCertificate-php .homeNews ul {
    height: 280px;
    margin-bottom: 20px;
  }
  .newsSlideNav {
    margin-left: 50%;
    position: relative;
    left: 30px;
  }
  .homeNews a.viewAll {
    position: relative;
    left: 30px;
  }
  .wrapper {
    margin: 0 auto;
  }
  #homeSearch {
    position: absolute;
    top: 123px;
    right: -3px;
    width: 370px;
  }
  .footerSocial {
    position: absolute;
    top: 85px;
    right: 10px;
  }
  .menu-top-menu-container {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
  }
  .menu-top-menu-container li {
    margin: 0;
    text-align: right;
  }
  .menu-top-menu-container li a {
    font-size: 11px;
    line-height: 1;
    padding: 10px 10px;
    display: inline-block;
    border-right: 1px solid #fff;
    text-decoration: none;
  }
  .menu-top-menu-container li:last-child a {
    border-right: none;
  }
  .footer .columns {
    display: block;
  }
  .footer h4 {
    margin: 0 0 10px 0;
    font-weight: bold;
  }
  .innerIntro {
    margin: 0 auto 30px;
    background: #3a0642;
    width: auto;
    padding: 0;
    border-left: .9375em solid #fff;
    border-right: .9375em solid #fff;
  }
  .innerIntro .innerImage {
    width: 71% !important;
    left: 29% !important;
  }
  .innerIntro .innerTitle {
    padding: 0;
    width: 29%;
    right: 71%;
    background: none;
  }
  .innerTitle h6 {
    padding: 20px;
    overflow: hidden;
  }
  .main {
    border-left: .9375em solid #fff;
    border-right: .9375em solid #fff;
    width: auto;
  }
  .innerNav {
    padding-right: 0;
    padding-left: 0;
  }
  .js .innerMenuBox > ul,
  .js .innerMenuBox h6 {
    display: block;
  }
  .innerContent {
    padding-left: 54px;
    padding-right: 0;
  }
  .innerContent .breadcrumbs {
    margin: 0 0 33px -23px;
    padding: 25px 50px 25px 20px;
    line-height: 20px;
  }
  .singleAside {
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
  }
  .button.topRight {
    position: absolute;
    top: 95px;
    right: -10px;
  }
  .boxLeft {
    width: 40%;
    float: left;
    margin: 0 30px 10px 0;
    border: 1px solid #ac975f;
    padding: 15px;
  }
  .boxRight {
    width: 40%;
    float: right;
    margin: 0 -80px 10px 30px;
    border: 1px solid #ac975f;
    padding: 15px;
  }
  .innerTitle h6 {
    font-size: 35px;
    line-height: 45px;
  }
  .tax-resource_type.archive .innerContent .breadcrumbs,
  .tax-resource_category.archive .innerContent .breadcrumbs,
  .post-type-archive-resource .innerContent .breadcrumbs {
    margin-right: 0;
  }
  .footerContent p span {
    display: inline;
  }
  .eventDetails {
    margin-left: 51.5%;
  }
  .innerNav h5 {
    font-size: 15px;
  }
}
/*/mediaquery*/
@media only screen and (min-width: 890px) {
  .innerTitle h6 {
    font-size: 43px;
    line-height: 50px;
  }
  .innerNav h5 {
    font-size: 16px;
  }
}
/***************** 930px *****************/
@media only screen and (min-width: 960px) {
  #homeSearch,
  .footerSocial,
  .menu-top-menu-container,
  .header > p {
    right: 50%;
    margin-right: -450px;
  }
  .menu-top-menu-container li a {
    padding: 10px 15px;
  }
  .footerContent {
    margin: 30px auto;
  }
  .footerDisclaimer {
    margin: 30px auto 18px;
  }
  .innerTitle h6 {
    font-size: 43px;
    line-height: 50px;
  }
  .slideshow {
    padding: 0;
  }
  .large-8 {
    padding-left: 0;
  }
  .large-4.sidebar {
    padding-right: 0;
  }
  .home .large-12 {
    padding: 0;
  }
  .footer .columns:first-child {
    padding-left: 0;
  }
  .footer .columns:last-child {
    padding-right: 0;
  }
}
/***************** 1000px *****************/
@media only screen and (min-width: 1000px) {
  .wrapper {
    margin: 0 auto;
  }
}
/*/mediaquery*/
/* ---------------------------------------------------------------------------------------------------------- 
03 Customising the theme styles  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
05 Include Styles from Plugins  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.columns.slideshow {
  padding: 0;
}
.cs_slides_wrapper {
  position: relative;
}
#cs_slides {
  position: relative;
  max-height: 50.78%;
  overflow: hidden;
}
#cs_slides ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul > li {
  display: none;
}
.flexslider ul > li:first-child {
  display: block;
}
#cs_slides img {
  width: 100% !important;
  display: block;
  position: relative;
  z-index: 20;
}
#cs_slides a {
  text-decoration: none;
}
.slideCaption {
  padding: 54px 10px 0;
  text-align: center;
}
.slide a .slideCaption h6 {
  font-weight: 700;
  color: #ac975f;
  font-style: normal;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  text-decoration: none;
}
.slide a .slideCaption p {
  font-size: 15px;
  line-height: 16px;
  color: #ac975f;
  font-family: Arial, sans-serif;
  display: block !important;
  padding: 5px 10px 0;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  text-indent: 0;
  margin-bottom: 12px;
}
.slide a .page-template-ridleyCertificate-php .slideCaption h6,
.slide a .page-template-ridleyCertificate-php .slideCaption p {
  color: #9a66bf;
}
#cs_slides a:hover h6,
#cs_slides a:hover p,
#cs_slides a:hover {
  color: #8e7d4f;
  text-decoration: none;
}
.page-template-ridleyCertificate-php #cs_slides a:hover h6,
.page-template-ridleyCertificate-php #cs_slides a:hover p,
.page-template-ridleyCertificate-php #cs_slides a:hover {
  color: #b07fe5;
}
#cs_slides .flex-control-nav {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  padding-top: 54.5%;
  width: 100%;
}
#cs_slides .flex-control-nav li {
  width: 8px;
  height: 8px;
  margin-left: 5px;
  display: inline-block;
}
#cs_slides .flex-control-nav li a {
  display: block;
  height: 8px;
  width: 8px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #ac975f;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background .4s ease;
  border: 1px solid #ac975f;
}
.page-template-ridleyCertificate-php #cs_slides .flex-control-nav li a {
  background: #9a66bf;
  border: 1px solid #9a66bf;
}
#cs_slides .flex-control-nav li a.flex-active {
  background: none;
}
@media only screen and (min-width: 540px) {
  #cs_slides .flex-control-nav {
    padding-top: 54.5%;
  }
}
/*/mediaquery*/
@media only screen and (max-height: 650px) and (min-width: 760px) {
  .header h1.columns,
  .header h5.columns {
    height: 140px;
  }
  #homeSearch {
    top: 100px;
  }
  .footerSocial {
    top: 60px;
  }
}
@media only screen and (max-height: 577px) and (min-width: 760px) {
  .header h1.columns,
  .header h5.columns {
    width: 25%;
    height: 110px;
  }
  #homeSearch {
    top: 73px;
  }
  .footerSocial {
    top: 37px;
  }
}
@media only screen and (max-height: 550px) and (min-width: 760px) {
  .header h1.columns,
  .header h5.columns {
    width: 140px;
    height: 72px;
  }
  #homeSearch {
    top: 37px;
    width: 487px;
  }
  #homeSearch form {
    margin-right: 145px;
  }
}
.post-33 #socialLinks,
.post-76 #socialLinks {
  top: 38px;
  position: relative;
  left: 11px;
}
