/* Dependencies */
.purple-colour {
  background: #B884CB; }

.orange-colour {
  background: #ffa400; }

.green-colour {
  background: #b5bd00; }

.lightblue-colour {
  background: #4ec3e0; }

.pink-colour {
  background: #ef426f; }

.darkblue-colour {
  background: #007fa3; }

.grey-colour {
  background: #3f4443; }

* {
  font-family: "Source Sans Pro", sans-serif; }

/* ------------------------ Headings ------------------------ */
h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Bitter", sans-serif;
  margin: 30px 0; }

h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 10px 0;
  font-family: "Bitter", serif;
  text-transform: uppercase; }

/* ------------------------ Copy ------------------------ */
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Source Sans Pro", sans-serif; }

a:hover {
  text-decoration: underline; }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(1rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.hide-start {
  opacity: 0; }

.animate-fade {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.125s; }
  .animate-fade.delay-fade-25 {
    animation-delay: 0.375s; }
  .animate-fade.delay-fade-50 {
    animation-delay: 0.525s; }

@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translate(-1rem, 1rem); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.hide-start-left {
  opacity: 0; }

.animate-fade-left {
  animation-name: fadeleft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.125s; }
  .animate-fade-left.delay-fade-25 {
    animation-delay: 0.375s; }
  .animate-fade-left.delay-fade-50 {
    animation-delay: 0.525s; }

@keyframes faderight {
  0% {
    opacity: 0;
    transform: translate(1rem, 1rem); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.hide-start-right {
  opacity: 0; }

.animate-fade-right {
  animation-name: faderight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.125s; }
  .animate-fade-right.delay-fade-25 {
    animation-delay: 0.375s; }
  .animate-fade-right.delay-fade-50 {
    animation-delay: 0.525s; }

@keyframes heroAnimation {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1.1, 1.1); } }
.animate-hero-pan {
  animation-name: heroAnimation;
  animation-duration: 10s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards; }

/* Sections */
body {
  position: relative; }

.navbtn, .scroll-nav {
  display: none; }

header {
  background-color: #000000;
  background-image: url(../img/header-top-right.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 85px 0;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 70px;
  margin-bottom: 40px; }
  header img {
    width: auto;
    max-height: 70px; }

.site-nav .section-sep {
  margin-bottom: 20px; 
}
div#page-nav.list-group a.list-group-item + a.list-group-item.active{
	margin-top: 4px;
}

.site-nav .list-group {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }
  .site-nav .list-group .list-group-item {
    font-size: 14px;
    color: #BBBCBC;
    border: 0;
    padding: 0;
    margin: 4px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	  text-transform: uppercase;
}
    .site-nav .list-group .list-group-item:hover {
      text-decoration: none;
      color: #40C1AC; }
    .site-nav .list-group .list-group-item.active {
      color: #40C1AC;
      background-color: transparent; }
    .site-nav .list-group .list-group-item.section-sep {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 18px;
      border-bottom: 1px solid #000000;
      letter-spacing: 2px;
      padding: 10px 0;
      margin: 20px 0;
      font-weight: 600;
    color: #483698;}
.site-nav.sticky-top {
  top: 50px; }

footer {
  background: #000000;
  padding: 25px 0 15px 0; }
  footer .col-12 {
    text-align: right; }
  footer .created {
    font-size: 15px;
    font-weight: bold;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    color: #ffffff;
    line-height: 45px;
    text-transform: uppercase; }
    footer .created img {
      max-height: 45px;
      margin-left: 30px;
      position: relative;
      top: -5px; }

/* Pages */
.section-sep {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #000;
  letter-spacing: 2px;
  padding: 10px 0;
  margin-bottom: 20px; 
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	color: #483698;
}

.section-border {
  margin: 60px 0;
  height: 1px;
  border: 0;
  background: #BBBCBC; }

.dl-btn {
  font-weight: bold;
  font-size: 16px;
  color: #000000; }
  .dl-btn img {
    display: inline-block;
    margin-right: 15px; }
  .dl-btn:hover {
    color: #000000; }

.table .thead-dark th {
	background: #000;
}


.mission-section {
  padding: 60px 140px 60px 0;
  position: relative; }
  .mission-section:after {
    content: "";
    height: calc(100% - 120px);
    width: 64px;
    background-image: url(../img/everbuddy-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .mission-section p {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300; }

.values-section {
  padding: 60px 0; }
  .values-section .tile-row .col-12 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .values-section .value-tile {
    text-align: center;
    padding: 50px 40px 30px 40px; }
    .values-section .value-tile img {
      max-height: 81px; }
    .values-section .value-tile h4 {
      color: #ffffff;
      font-weight: 700;
      font-size: 20px;
      line-height: 25px;
      min-height: 50px;
      margin: 25px 0 0 0; }

.attributes-section {
  padding: 60px 0; }
  .attributes-section .tile-row .col-12 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .attributes-section .attr-tile {
    position: relative; }
    .attributes-section .attr-tile .tile-img {
      width: 100%;
      height: auto; }
    .attributes-section .attr-tile .tile-content {
      position: absolute;
      width: calc(100% - 20px);
      top: 50%;
      left: 0;
      text-align: center;
      transform: translateY(-50%); }
      .attributes-section .attr-tile .tile-content p {
        color: #ffffff;
        font-size: 20px;
        line-height: 27px;
        font-weight: bold;
        margin: 0;
        padding: 0; }

.voice-section {
  padding: 60px 0; }
  .voice-section .smiley {
    line-height: 66px;
    margin-bottom: 30px; }
    .voice-section .smiley img {
      display: inline;
      margin-right: 15px; }
    .voice-section .smiley h3 {
      display: inline;
      text-transform: uppercase;
      margin: 0; }
  .voice-section .why-doesnt {
    background: #000000;
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 15px; }
  .voice-section .voice-disclaimer {
    background: #E5E5E5;
    margin-top: 60px;
    padding: 50px 25px; }
    .voice-section .voice-disclaimer p {
      margin-bottom: 0; }

.table-bordered thead th, .table-bordered td {
	font-family: "Source Sans Pro", sans-serif;
	text-align:center;
}

section#style-voice table th{
	font-weight: 600;
}
section#style-voice table b {
	font-family: "Source Sans Pro", sans-serif;
    color: #483698;
}
.visual-vocab-section {
  padding: 60px 0;
background-image: none !important;

}
  .visual-vocab-section .vocab-img {
    width: 100%;
    height: auto; }

.logo-section {
  padding: 60px 0; }
  .logo-section .main-logo-row {
    margin-bottom: 30px; }
  .logo-section .logo-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px; }
  .logo-section .logo-col {
    margin-top: 30px;
    margin-bottom: 30px; }
  .logo-section .logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    margin-bottom: 30px; }
    .logo-section .logo-wrap.is-white {
      background: #000000;
      padding: 40px 60px; }
  .logo-section .logo-incorrect h3 {
    text-transform: none;
    color: #53565A;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px; }
  .logo-section .logo-incorrect-col {
    margin-top: 30px;
    margin-bottom: 30px; }
    .logo-section .logo-incorrect-col .logo-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      margin-bottom: 30px; }
      .logo-section .logo-incorrect-col .logo-wrap.is-white {
        background: #000000;
        padding: 40px 60px; }
    .logo-section .logo-incorrect-col .tile-content {
      font-weight: bold;
      text-transform: uppercase; }
section#about-the-logo img {padding:50px;}

.clear-space-section {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size:18px;
}
.clear-space-section p {
	font-size: 18px;
}
.colour-details li span {
	position:relative;
	top:2px;
}
.colour-section {
  padding: 60px 0; }
  .colour-section h2 {
    margin-bottom: 0; }
  .colour-section h3 {
    text-transform: none;
    color: #53565A;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0; }
.colour-details ul, .colour-details ul li, .colour-details ul li strong, .colour-details ul li span {
	font-family: 'Source Sans Pro', sans-serif;
}
.color-swatch {
  padding: 40px;
  color: #ffffff;
  margin: 10px 0; }
  .color-swatch .color-swatch-name {
    display: flex;
    align-items: center; }
    .color-swatch .color-swatch-name h4 {
      font-size: 20px;
      text-transform: uppercase;
      line-height: 30px;
      font-weight: bold; }
  .color-swatch .color-swatch-details {
    text-align: right;
    line-height: 25px; }
    .color-swatch .color-swatch-details strong {
      padding-right: 30px;
      text-align: right;
      text-transform: uppercase; }
    .color-swatch .color-swatch-details span {
      display: inline-block;
      width: 145px;
      text-align: left; }
  .color-swatch.partner {
    padding: 0 15px; }
    .color-swatch.partner .color-swatch-name {
      padding: 40px; }
      .color-swatch.partner .color-swatch-name h4.partner {
        flex: 0 0 40%;
        max-width: 40%; }
    .color-swatch.partner .color-swatch-details {
      padding: 40px;
      border-left: 15px solid #ffffff; }
      .color-swatch.partner .color-swatch-details.partner {
        padding: 0;
        border: 0;
        align-self: flex-end;
        flex: 0 0 60%;
        max-width: 60%; }

.typography-section {
  padding: 60px 0; }
  .typography-section .font-example {
    padding: 30px 0;
    border-bottom: 1px solid #BBBCBC; }
    .typography-section .font-example .font-alpha {
      display: flex;
      align-items: center; }
      .typography-section .font-example .font-alpha img {
        max-width: 420px; }
  .typography-section .font-download {
    margin: 30px 0; }
  .typography-section .examples h3 {
    text-transform: none;
    color: #53565A;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 30px 0; }

section#typography {
	border-bottom: 0;
}

.everbuddy-section {
  padding: 60px 0; }
  .everbuddy-section .eb-content {
    display: flex;
    align-items: center; }

.illustration-section {
  padding: 60px 0; }
  .illustration-section .illustration-example {
    padding: 30px 0;
    border-bottom: 1px solid #BBBCBC; }
    .illustration-section .illustration-example .cols-3 .col {
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
      margin: 15px 0; }
    .illustration-section .illustration-example .cols-5 .col {
      flex: 0 0 25%;
      max-width: 25%;
      margin: 15px 0; }
    .illustration-section .illustration-example .cols-5 .col {
      flex: 0 0 20%;
      max-width: 20%;
      margin: 15px 0; }

.disclaimer-section {
  padding: 0 0 60px 0; }
  .disclaimer-section p {
    font-size: 14px;
    line-height: 26px; }

/* --------------------------------------------------------------------------
Media Queries.
-------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  header .col-md-8 {
    padding-right: 60px; }

  .mission-section {
    padding: 30px 140px 30px 0; }
    .mission-section:after {
      width: 95px; }

  .values-section, .attributes-section, .voice-section, .visual-vocab-section, .logo-section, .colour-section, .typography-section, .everbuddy-section, .illustration-section {
    padding: 30px 0; }

  .disclaimer-section {
    padding-bottom: 30px; }

  .color-swatch.partner .color-swatch-name {
    display: block; }
  .color-swatch.partner .color-swatch-details {
    border: 0;
    margin-top: 10px; }
    .color-swatch.partner .color-swatch-details.partner {
      max-width: 100%; }

  .everbuddy-section .eb-content {
    padding-bottom: 30px; } }
@media (max-width: 480px) {
  .hidden-mobile {
    display: none; }

  #page_wrap {
    padding-top: 110px; }

  .typography-section .font-example .font-alpha img {
    max-width: 100%; }

  .illustration-section .illustration-example .cols-3 .col, .illustration-section .illustration-example .cols-4 .col, .illustration-section .illustration-example .cols-5 .col {
    max-width: 50%;
    flex: 0 0 50%; }

  .mission-section {
    padding: 0 0 30px 0; }
    .mission-section:after {
      display: none; }
    .mission-section p {
      font-size: 25px;
      line-height: 35px; }

  .logo-section .logo-main {
    padding-top: 30px; }

  .color-swatch .color-swatch-details span {
    width: 135px; }

  header {
    background-image: none;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 1001;
    top: 0;
    left: 0; }
    header img {
      max-height: 65px; }

  .navbtn {
    width: 40px;
    height: 25px;
    position: absolute;
    top: 37px;
    right: 25px;
    margin: 0;
    display: block;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1001; }
    .navbtn span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #ffffff;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }

  .navbtn.open span {
    background: #ffffff; }

  .navbtn span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

  .navbtn span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

  .navbtn span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

  .navbtn.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 0px; }

  .navbtn.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }

  .navbtn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
    left: 0px; }

  .scroll-nav {
    display: flex;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease; }
    .scroll-nav.active {
      right: 0; }
    .scroll-nav .inner {
      width: 80%; } }

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


#am-header {
    background-size: 100% 100%;
    padding: 65px 0;
    margin-bottom: 25px;
}
#am-header img {
    max-height: 100%;
}
#am-header .am-header-text {
    font-family: 'Bitter', serif;
    font-weight: 700;
}
.am-page-wrapper section {
    padding: 60px 0;
	background-image: linear-gradient(to right, black 10%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 11px 2px;
	background-repeat: repeat-x;
}
.about-section{
  padding: 60px 0;
}
.am-text-block {
    padding: 140px 0;
}
.am-text-block p {
    font-size: 30px;
    line-height: 44px;
    color: #003865;
    margin: 0;
    font-weight: bold;
    font-family: 'Source Sans Pro';
}
.am-header-text {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
}
.mission-section{
  padding-right: 0;
}
.mission-section:after{
  display: none;
}
.mission-section p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.am-page-wrapper section h2 {
    margin: 0 0 18px;
    font-family: 'Bitter', serif;
	letter-spacing: 2px;
    font-size: 34px;
}
.am-page-wrapper section h3{
  margin: 0 0 5px;
}
.am-page-wrapper section p {
    margin: 0;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    color: #000;
}
.logo-variations-section .col-12 .img-holder {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-variations-section strong,
.clear-space-section strong,
.colour-section h6,
.visual-elements-section strong {
    font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	color: #483698;
	letter-spacing: 1px;
}
#logo-variations {
	padding-bottom: 10px;
}
.clear-space-section strong {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	color: #483698;
}
.visual-elements-section p{
	margin-bottom: 20px !important;
}
.logo-variations-section .col-12:nth-child(2) .img-holder {
    background: #483698;
    padding: 20px;
}
.logo-variations-section .col-12:nth-child(4) .img-holder{
	background: #A9C23F;
    padding: 20px;
	
}
.am-page-wrapper section.promise-section p {
    font-size: 25px;
    line-height: normal;
}
.am-page-wrapper section.vision-section p {
    font-size: 25px;
    line-height: normal;
}
.am-page-wrapper section.tagline-section p {
    font-size: 40px;
    line-height: normal;
}
.table .thead-dark th{
	background-color: #483698;
	width: 50%;
	padding: 17px 15px;
}
.table-bordered td {
    padding: 27px 15px;
    vertical-align: middle;
}
.am-page-wrapper section.style-voice-section td {
    font-weight: 400;
}
.values-section h3 {
    color: #000;
    font-size: 25px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;

}
.values-section .col-lg-3:nth-child(2) .content {
    margin-left: -30px;
}
.purpose-section p {
    font-size: 40px;
    line-height: 50px;
}
.table-bordered td, .table-bordered th {
    border: 2px solid #000 !important;
}
.visual-vocab-section {
    border: 0 !important;
    padding-bottom: 150px !important;
}
.incorrect-logo-usage-section .img-holder {
    margin: 0 0 25px;
}
.incorrect-logo-usage-section strong {
    text-transform: uppercase;
    margin: 65px 0 0;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Source Sans Pro', sans-serif;
	color: #483698;
}
.incorrect-logo-usage-section div.col-12:nth-of-type(3) strong {
	margin-top:56px;
}
.incorrect-logo-usage-section div.col-12:nth-of-type(4) strong {
	margin-top:30px;
}
.incorrect-logo-usage-section div.col-12:nth-of-type(5) strong {
	margin-top:70px;
}
.incorrect-logo-usage-section .img-holder {
    position: relative;
	height:200px;
}
.incorrect-logo-usage-section .img-holder:before {
    content: '';
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/wp-content/themes/oraq/img/cross.png) no-repeat;
    margin: 0 auto;
    background-position: center top;
}
.incorrect-logo-usage-section .img-fluid {
  margin-top: 20px;
}
.incorrect-logo-usage-section strong span {
    margin-right: 5px;
    color: #A9C23F;
}
.incorrect-logo-usage-section {
    padding-bottom: 35px !important;
}
.colour-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #ac1f24;
    padding: 40px 50px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.typography-section strong {
    margin-bottom: 10px;
    display: block;
}
.typography-section .font-families.ExtraBold {
    margin-top: 15px;
    border-top: 1px solid #999;
    padding-top: 35px;
}
.colour-card ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.colour-card .colour-title {
    color: #fff;
    font-size: 20px;
	text-transform: none;
	letter-spacing: 2px;
}
.colour-details ul li strong {
    margin-right: 20px;
    text-align: right;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.colour-details ul, .colour-details ul li {
	line-height:20px;
}
.colour-card.navy{background: #003865}
.colour-card.red{background: #AB2328}
.colour-card.blue{background: #298fc2}
.colour-card.gold{background: #b9975b}
.colour-card.black{background: #000}
.colour-card.dark-grey{background: #333}
.colour-card.light-grey{background: #999}
.row.font-families {
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #999;
}
.colour-card .colour-title {
		font-family: 'Bitter', serif;
}
.font-families .content-block {
    background: #483698;
    padding: 40px 30px;
}
.font-families .content-block p {
    color: #fff;
    font-size: 42px;
    line-height: 44px;
}
.font-families h4 {
    text-transform: capitalize;
    color: #000;
    margin: 0 0 15px;
    font-size: 30px;
}
.font-families.ExtraBold h4, .font-families.ExtraBold p {
    font-weight: 800;
    font-family: 'Bitter', sans-serif;
}
.font-families.Light h4, .font-families.Light p {
    font-weight: normal;
    font-family: 'Bitter', sans-serif;
}

.font-families.Source_Sans_Pro_Regular h4, .font-families.Source_Sans_Pro_Regular P {
    font-weight: 400;
    font-family: 'Source Sans Pro';
}
.font-families.Source_Sans_Pro_Bold p, .font-families.Source_Sans_Pro_Bold h4 {
    font-weight: 700;
    font-family: 'Source Sans Pro';
}
.font-families.Light .content-block p {
    font-size: 24px !important;
    line-height: 35px;
}
.font-families.Source_Sans_Pro_Bold .content-block p {
   	font-size: 23px !important;
    line-height: 28px;
    letter-spacing: 1.5px;
	text-transform: uppercase;
}
.font-families.Source_Sans_Pro_Regular .content-block p {
    font-size: 18px !important;
    line-height: 28px;
}
.font-families .content-block{
	min-height: 258px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.font-families.Bitter_Semi-Bold h4,
.font-families.Bitter_Semi-Bold p {
    font-weight: 700;
    font-family: 'Bitter', sans-serif;
}
.font-families .content {
    padding-right: 40px;
}
.asset-examples-section img{
  margin:16px 0;
}

svg {
	margin-top: 10px;
}
svg ~ a {
	color: #483698;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 0 10px;
    text-transform: uppercase;
	position: relative;
    top: 6px;
}
svg ~ a:hover {
	color: #483698;
}
.clear-space-section .img-holder {
    min-height: 219px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.visual-elements-section p {
    margin-bottom: 24px;
}
header .col-md-8 {
    padding-right: 15px;
}
section#colour div.colour-card:nth-of-type(5), section#colour div.colour-card:nth-of-type(5) h6 {
	color: #000;
}
section#prefooter {
	border-bottom: 0;
	background-image: none !important;
}
section#download {
	background-image: none !important;
}
/* Media */
@media (max-width: 991px) {
	.am-text-block p {
	    font-size: 26px;
	    line-height: 36px;
	}
	.am-text-block{
		padding-top: 100px
		padding-bottom:100px;
	}
	.purpose-section p {
	    font-size: 30px;
	    line-height: 40px;
	}
	.am-page-wrapper section h2 {
	    font-size: 28px;
	    line-height: 34px;
	}
	.asset-examples-section p {
	    margin-top: 60px !important;
	}
	.am-scroll-nav{
		top: 70px;
		z-index: 9999;
	}
	.am-page-wrapper section h3 {
	    font-size: 20px;
	    line-height: 24px;
	}
	.values-section .col-lg-3:nth-child(2) .content {
	    margin-left: 0;
	}
}
@media (min-width: 767.98px) {
	.colour-card {
	    flex-direction: row;
	}
	.colour-card .colour-title {
	    margin: 0;
	}
}
@media (max-width: 480px) {
	#page_wrap{
		padding: 0;
	}
}