/*
Theme Name: AGP
Theme URI: http://www.sumitcreative.com.au/
Author: Summit Creative
Version: 1.0
*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 100%;
    background: #FFFFFF !important;
}

body.home {
    /*background: #FFFFFF url('images/home-bg.jpg') no-repeat 0px 0px !important;*/
    background: url('images/bg-pattern.jpg') repeat !important;
    background-size: cover;
    background-size: 250%;
    background-position-x: -380px;
    background-position-y: 90px;
}

/* Video */

.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;margin-top:20px}
.video-container iframe,
.video-container object,
.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}

.wow {
	visibility: hidden;
}

.content a {
    outline: 0;
}

.content a {
    color: #8dc53e;
    transition: all 0.4s;
    border-bottom: 1px solid #bdd274;
}

.content a:hover {
	color: #5b6f16;
	text-decoration: none;
	border-bottom: 1px solid #5b6f16;
}

h3, .h3 {
	margin-bottom: 1.25em;
}

.logolink {
	display: block;
	width: 64px;
	height: 89px;
	position: absolute;
	top: -24px;
}

h1, h2, h3, h4, #nav a, .btn {
	font-family: 'Source Sans Pro', sans-serif;
}
.btn-primary {
	background: #7fbdd4;
	border: 0;
	font-size: 1.3em !important;
	padding-left: 30px;
	padding-right: 30px;
	-moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

.btn-primary:hover {
	background: #427d97;
}

.menu li#menu-item-27 {
	position: relative;
}

.menu li#menu-item-27 span {
  display: none;
}

.menu li#menu-item-27 a {
	display: block;
	width: 100%;
	line-height: 1em;
	position: absolute;
	top: 0;
}

.menu li#menu-item-27:before {
  font-family: FontAwesome;
  content: "\f015";
}

h1.entry-title {
	font-size: 3.5em;
	color: #3e7e9a;
	line-height: 0.8em;
	text-transform: lowercase;
}

.home h1 {
	font-size: 3em;
	line-height: 0.85em;
	margin-bottom: 25px;
	margin-top: 20px;
}

.home.page h2,
.page footer h2 {
	font-family: 'Open Sans';
	color: #618a3b;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 15px;
	font-weight: 300;
}

.home p {
	margin-bottom: 35px;
	font-weight: 300;
}

.home #main .text-center {
	font-size: 0.8em;
	padding: 10px 0;
}

.page h2 {
	color: #3E7E96;
	margin-top: 0;
	line-height: 0.8em;
}

blockquote {
	border: 0;
	padding: 0;
	font-weight: 300;
}

p {
	margin-bottom: 15px;
}

ul, ol {
	padding-left: 19px;
	margin-bottom: 20px;
}

.content ul li {
	margin-bottom: 6px;
}

.gform_wrapper input[type=text],
.gform_wrapper textarea {
	font-size: 14px !important;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 140%;
}

ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 10px 2em; /* Give each list item a left margin to make room for the numbers */
    list-style:none; /* Disable the normal item numbering */
}
ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-1.4em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:1em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    font-size: 1.7em;
    color:#3E7E96;
    font-weight:bold;
    font-family: 'Rokkitt';
    text-align:center;
}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}

.col {
	border-right: 1px solid #ddd;
}

.col:last-child {
	border: 0;
}


body #top.fadeintop {
    -moz-transition: background-color 1.5s;
    -webkit-transition: background-color 1.5s;
    -o-transition: background-color 1.5s;
    transition: background-color 1.5s;
}

.fadein {
    opacity: 0;
    -moz-transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    transition-delay: 0.3s;
}

body.loadedhome .fadein,
body.loadedpage .fadein {
    opacity: 1;
}

/* fade in down */

.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
	-webkit-animation-delay: 1s;
} 

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

body.loadedhome .fadeInDown { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

/* */

.content {
	padding-bottom: 50px;
}

.btn {
	border-radius: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.btn-outline {
	border: 1px solid rgba(0, 0, 0, .2);
	margin: 10px 0;
	color: #000;
	text-transform: lowercase;
	margin-bottom: 25px;
	-moz-transition: border .5s;
    -webkit-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
}

.content .btn-outline:hover {
	color: #000;
	border: 1px solid rgba(0, 0, 0, 1);
}

.home .btn-outline,
footer .btn-outline  {
	border: 1px solid rgba(255, 255, 255, .5);
	color: #fff;
}

.home .btn-outline:hover,
footer .btn-outline:hover {
	border: 1px solid rgba(255, 255, 255, 1);
	color: #fff;
}


@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*
 *
 *  Copyright (c) David Bushell | http://dbushell.com/
 *
 */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  position: relative;
  width: 100%;
  min-width: 20em;
}

.highlight {
  background: #fff699;
  padding: 0 0.5em;
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 3.4em;
  padding: 0;
  border: 0;
  outline: none;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 124%;
}
.close-btn .fa {
	color: #fff;
	font-size: 35px;
}
.no-svg .close-btn {
  background-image: url("../img/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 140%;
}
.nav-btn .fa {
	color: #333;
	font-size: 30px;
}
.no-svg .nav-btn {
  background-image: url("../img/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#nav {
  z-index: 200;
  position: absolute;
  width: 100%;
  overflow: hidden;
  color: #fff;
  text-transform: lowercase;
  top: 0px;
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
}
#nav ul {
  *zoom: 1;
  display: block;
  padding-left: 0;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: #888888 !important;
  font-size: 110%;
  outline: none;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}
#nav li a:focus, #nav li a:hover {
  text-decoration: none;
}
#nav li.is-active a {
  color: #fff;
}
#nav .callback a {
	border: 1px solid rgba(255, 255, 255, .5);
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#nav .callback a:hover {
	border: 1px solid rgba(255, 255, 255, 1);
	color: #000;
}

#nav .callback a {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
}
.home.over {
	border: 1px solid #000;
	color: #000;
}
#top {
  z-index: 100;
  position: relative;
  padding: 0px;
}
#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
#top .nav-btn {
  position: absolute;
  top: 2.5em;
  left: 1.875em;
}
#main .block {
  padding: 2.625em 1.875em;
}

footer[role="contentinfo"] {
  padding: 0;
  /** background: url('images/footer_bg.png') repeat-x 0 0; **/
}

footer .buttons {
	padding-top: 40px;
}

.copyright {
	color: #fff;
	font-size: 0.8em;
	padding: 15px 0;
}

@media screen and (min-width: 768px) {
  
	.home #outer-wrap {
		background-position: 0 0;
	}
  
  footer[role="contentinfo"] {
	  padding: 0;
	  /** background: url('images/footer_bg.png') repeat-x 0 0; **/
	}
  
  #nav li a:focus, #nav li a:hover {
    color: #3E7E96;
  }
  #nav li a {
    color: #000;
    /**font-size: 1.1em;**/
  }
  header .text-center {
    text-align: left;
  }
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: center;
    white-space: nowrap;
  }
  #nav li {
    display: inline-block;
  }
  #nav li.current_page_item a {
	  color: #fff;
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.42857em 0.85714em;
  }
}

@media screen and (max-width: 767px) {

  #main-home {
    font-size: 70%;  
  }

  .gform_wrapper .top_label input.medium {
	  width: 100% !important;
  }
  #nav .pull-right {
	  float: none !important;
  }
  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }

  .js-ready #nav {
    height: 100%;
    width: 70%;
    background: #333333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }

  .js-nav #inner-wrap {
    left: 70%;
  }

  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.tight .row {
	margin-left: -8px;
	margin-right: -8px
}

.tight .col-sm-2,
.tight .col-xs-2,
.tight .col-xs-3,
.tight .col-sm-4,
.tight .col-xs-4,
.tight .col-sm-5,
.tight .col-xs-5,
.tight .col-sm-6,
.tight .col-md-6,
.tight .col-xs-7,
.tight .col-sm-8,
.tight .col-xs-8,
.tight .col-xs-9,
.tight .col-sm-12 {
	padding-left: 8px;
	padding-right: 8px;
}

body {
    background: url('images/bg-pattern.jpg') 0px 0px repeat !important;
}

body #main {
    min-height: 450px;
}

.home header {
  background-image: url('images/home-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

header {
    background: url('images/landing-bg.jpg') center 0px no-repeat #FFF;
    height: 175px;
}

.parent-pageid-30 header,
.page-id-30 header {
    background: url('images/landing-bg2.jpg') center 0px no-repeat #FFF;
}

.parent-pageid-11 header,
.page-id-11 header {
    background: url('images/landing-bg3.jpg') center 0px no-repeat #FFF;
}

.parent-pageid-9 header,
.page-id-9 header {
    background: url('images/landing-bg4.jpg') center 0px no-repeat #FFF;
}

.parent-pageid-16 header,
.page-id-16 header {
    background: url('images/landing-bg5.jpg') center 0px no-repeat #FFF;
}

#main-home {
	margin-top: -200px;
}

.home .body-copy p {
	font-size: 16px;
}

.home .body-copy p:first-child {
	font-size: 22px
}

.home-header {
    height: 350px;
}

.fa-home {
    font-size: 130% !important;
}

#blurb {
    margin: 50px 0px 0px 0px;
    font-size: 250%;
    color: #555555 !important;
}

#blurb > div {
   z-index: 100;
   font-weight: 300;
   overflow: hidden;
}

#blurb p {
    font-size: 23px;
}

#circles {
    height: 175px;
    z-index: 300;
}

#circles img {
  z-index: 300 !important;
  margin: 0px auto;
}

.circle-panel {
    z-index: 100;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*background: url('images/bg-pattern.jpg') repeat !important;*/

#main-home .body-copy {
    font-size: 195%;
    color: #777777;
    margin-top: 40px;
    overflow: hidden;
    font-weight: 300;
}
.text-content {
    /**height: 310px;**/
    overflow: hidden;
    margin: 0px 0px 25px 0px;
}

.btn-green {
    display: inline-block;
    color: #fff;
    background: #8dc53e;
    width: 198px;
    height: 40px;
    line-height: 40px;
    font-weight: bold !important;
    margin: 0px auto 40px auto !important;
    font-size: 160% !important;
    font-family: 'Montserrat', sans-serif;
}

.btn-green:hover {
    text-decoration: none;
    color: #fff;
}

.btn-more {
    display: inline-block;
    color: #fff;
    background: #8dc53e;
    margin: 0px auto !important;
    font-size: 150% !important;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 23px 9px 23px;
}

#assoc {
    background: #e1e7db !important;
    min-height: 204px;
    padding-bottom: 10px;
}

#assoc h2 {
    font-weight: bold;
    font-size: 200%;
    margin: 29px 0px 0px 0px;
    font-family: 'Montserrat', sans-serif;
}

#assoc .assoc-item {

}

#assoc img {
    margin: 15px 10px;
}

footer {
    min-height: 235px !important;
    display: block;
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
    background: #FFFFFF !important;
}

footer h3 {
    font-family: 'Montserrat', sans-serif !important;
    margin: 0px !important;
    font-weight: normal;
    font-size: 140%;
}

footer #contact {
    display: block !important;
    float: left;
    line-height: 16px;
    font-size: 100%;
    margin-top: 40px; 
}

footer p {
    font-size: 120%;
    margin: 16px 0px !important;
    line-height: 13px;
}

footer p > a {
    color: #555555 !important;
}

footer .btn-more {
    font-size: 110% !important;
}

footer #web {
    display: block !important;
    float: left;
    margin-top: 40px;
}

footer #web > a {
    font-size: 120%; 
    display: block;
    clear: both;
    color: #555555;
    text-decoration: underline;
    line-height: 28px;
}

footer #copy {
    margin-top: 40px;
}

.landing-page, .standard-page {
    position: relative;
    padding-top: 56px;
}

.landing-container {
    border-left: 1px solid #CBDDEF;
    padding: 0px 0px 0px 28px;
    margin: 0px 0px 62px 0px;
    min-height: 178px;
    display: inline-block;
}

.landing-page > .umbrella, .standard-page > .umbrella {
     width: 223px;
     height: 223px;
     position: absolute;
     right: 101px;
     top: -110px;
     z-index: 100;
}

.page-id-30 .umbrella,
.parent-pageid-30 .umbrella {
	background: url('images/circle-umbrella.png') 0px 0px no-repeat !important;
}

.page-id-9 .umbrella,
.parent-pageid-9 .umbrella {
	background: url('images/circle-forensic.png') 0px 0px no-repeat !important;
}

.page-id-11 .umbrella,
.parent-pageid-11 .umbrella {
	background: url('images/circle-stand.png') 0px 0px no-repeat !important;
}

body#tinymce.wp-editor {
    font-size: 50%;
}

.landing-page h2, .standard-page h2, body#tinymce.wp-editor h2 {
    font-size: 220% !important;
    font-family: 'Montserrat', sans-serif;
    color: #8dc53e;
    text-transform: uppercase;
    margin: 0px 0px 40px 0px;
    line-height: 1.1em;
}

.standard-page h2 {
    margin: 0px 0px 40px 0px;
}

.landing-page h3, .standard-page h3, body#tinymce.wp-editor h3 {
    font-size: 230% !important;
    font-family: 'Montserrat', sans-serif;
    color: #777777;
    margin-top: 0px !important;
    line-height: 1.3em;
}

.landing-page h4 {
    font-size: 180% !important;
    font-family: 'Source Sans Pro', sans-serif;
    color: #777777;
    overflow: hidden;
    font-weight: 300;
}

.standard-page h4, body#tinymce.wp-editor h4 {
    font-size: 140% !important;
    font-family: 'Montserrat', sans-serif;
    color: #777777;
}

.standard-page p, body#tinymce.wp-editor p, p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 150%;
    font-weight: 300;
    margin-bottom: 1.8em;
    color: #777777;
}

.standard-page p:first-of-type, body#tinymce.wp-editor p:first-of-type { 
    font-size: 175%;
}


.standard-page .special-heading p:first-of-type {
	font-size: 155%;
}

.standard-page ul li, body#tinymce.wp-editor ul li {
    font-size: 150%;
    color: #777777;
    font-weight: 300;
}

.standard-page .special-heading, body#tinymce.wp-editor .special-heading {
    padding: 0px 0px 0px 24px;
    border-left: 1px solid #CBDDEF;
    margin: 0px 0px 25px 1px !important;
}

body#tinymce.wp-editor .special-heading {
    margin-right: 1px !important;
    border-left: 2px solid #CBDDEF !important;
}

.parent-title {
    font-size: 150% !important;
    font-family: 'Montserrat', sans-serif;
    color: #777777;
    text-transform: uppercase;
}

.related-nav {
    border-left: 1px solid #CBDDEF;
    padding: 0px 0px 0px 28px;
    margin: 0px 0px 32px 0px;
}

.related-nav a {
    color: #777777;
    font-size: 75% !important;
}

.standard-page .related-nav > ul {
    list-style: none;
    padding: 0px;
    font-size: 150%;
    color: #777777;
    margin: 0;
}

.standard-page .related-nav > ul li {
    font-family: 'Source Sans Pro', sans-serif;
}

.standard-page .related-nav > ul li.heading {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 120% !important;
}

.standard-page #content {
    padding: 0px 25px;
}

.gplus {

}

.gplus .fa {
    font-size: 35px;
    color: #8dc53e;
    padding-top: 25px;
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
	
	header {
		height: 205px;
    }

	#circles {
    	height: 246px;
    }
	
	.home-header {
	    height: 450px;
	}

	#main-home {
		margin-top: -330px;
	}
	
	.parent-title {
	    font-size: 250% !important;
	}

	
	.landing-page h2, .standard-page h2, body#tinymce.wp-editor h2 {
	    font-size: 420% !important;
	}
	
	.nav-container {
	    margin: 30px 36px 0px 0px;
	}	

	
	#blurb > div {
	   height: 152px;
   }
	
	#blurb {
		font-size: 450%;
	}

	#blurb p {
	    font-size: 40px;
	}
	
	.home #main .text-center {
		font-size: 1em;
	}
	
	#circles {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	body.home {
		background-color: #0d1d24;
		background-size: 110%;
		background-position-x: 0;
		background-position-y: 0;
	}
	
	h1.entry-title {
		margin: 50px 0;
		font-size: 5em;
	}
		
	.home h1 {
		margin-top: 70px;
		font-size: 4.5em;
	}
	
	.home h2 {
		font-size: 1.3em;;
	}
	

	.page .content .row {
	    display: table;
	}
	
	.page .content .row [class*="col-"] {
	    float: none;
	    display: table-cell;
	    vertical-align: top;
	}

}

@media screen and (min-width: 992px) {
	.home .body-copy p {
		padding-left: 30px;
		padding-right: 30px;
	}
	#nav li a {
		font-size: 120%;
	}
	.btn {
		font-size: 1.3em;
	}
	
	.home h1 {
		font-size: 6em;
	}
	
	
}

@media screen and (min-width: 1200px) {
	#nav li a {
		font-size: 140%;
	}
	
}

@media screen and (min-width: 1750px) {
	body.home {
		background-position-y: -170px;
	}
}


@media screen and (max-width: 767px) {
    
    body {
        font-weight: 75% !important;
    }

    #main-home .container > .body-copy {
        /** margin-top: -100px; **/
    }

    #main .umbrella {
        display: none;
    }

    .body-copy {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 300px) {

    .body-copy {
        margin-top: -48px !important;
    }
}

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }