@import url('https://fonts.googleapis.com/css?family=Roboto:400,900,900i');
@import url('styles/boots-bones.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}


/* styles
-------------------------------------------------------------- */

/*
font-family: 'Muli', sans-serif;
font-family: 'Arsenal', sans-serif;
*/
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
	
font-family: 'Muli', sans-serif;
  line-height: 26.64px;
  font-size: 18px !important;
  font-size: 1.8rem;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Muli', sans-serif;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 30px;
  font-size: 30px;
  font-size: 3.0rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 5em 1.5em 3em;
}
ul {
  list-style: disc;
}
li{	margin-bottom:10px;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: 900;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Muli', sans-serif;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #fff;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #007998;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}

#submenu{
	display:none;
}

#main-nav {
    height: 75px;
    width: 640px;
    float: right;
}

#main-nav ul    {
margin: 0; padding: 0;
}

#main-nav li    {
display: block;
float: left;
height: 60px;
margin: 0 4%; 
padding: 0; 
position: relative; 
}

#main-nav li:hover a{
color: #fff;
}

#dottedline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-63.8%,-50%);
    width: 530px;
    /* margin-left: -250px; */
    /* margin-top: -483px; */
    padding: 15px;
    box-sizing: border-box;
}

#dottedline2 {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(64.5%, -50%);
    width: 504px;
    /* margin-right: -250px; */
    /* margin-top: -483px; */
    left: auto;
}

#dottedline3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-63.7%,-50%);
    width: 530px;
    /* margin-left: -250px; */
    /* margin-top: -483px; */
    padding: 15px;
    box-sizing: border-box;
}

#dottedline4 {
    position: absolute;
    /* top: 50%; */
    /* left: 0%; */
    /* transform: translate(-2%,-48.5%); */
    width: 52%;
    margin-left: -1%;
    margin-top: -1%;
    /* margin-left: -250px; */
    /* margin-top: -483px; */
    padding: 15px;
    box-sizing: border-box;
}

#dottedline #path1 {
    fill-opacity: 0;
    stroke: #fff;
    stroke-width: 4px;
    stroke-dasharray: 1200,1200;
    stroke-dashoffset: 0;
    animation: draw 6s linear;
    animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: paused;
}
.rectangle #path1 {
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dasharray: 0,6;
    fill: none;
    margin: auto;
	stroke-linecap: round;
    stroke: #365e9f;
    stroke-dasharray: 0,11.2;
    stroke-width: 5px;
    animation: draw3 15s linear;
    animation-iteration-count: 1;
    animation-direction: reverse;
    background: transparent;
    animation-play-state: running;
}

#homecontent_left li,
#homecontent li,
#homecontent_left p,
#homecontent p{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
#dottedline .cls-1 {
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dasharray: 0,6;
    stroke-linecap: round;
    stroke: #365e9f;
    stroke-dasharray: 0,7.2;
    stroke-width: 3px;
}
#dottedline .cls-2 {
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dasharray: 0,6;
    stroke-linecap: round;
    stroke: #365e9f;
    stroke-dasharray: 0,7.2;
    stroke-width: 3px;
	animation: draw2 6s linear;
    animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: paused;
}

#dottedline2 #path2 {
    fill-opacity: 0;
    stroke: #fff;
    stroke-width: 4px;
    stroke-dasharray: 1200,1200;
    stroke-dashoffset: 0;
    animation: draw 6s linear;
    animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: paused;
}
#dottedline2 .cls-12 {
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dasharray: 0,6;
    stroke-linecap: round;
    stroke: #76bd23;
    stroke-dasharray: 0,7.2;
    stroke-width: 3px;
}
#dottedline2 .cls-22 {
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dasharray: 0,6;
    stroke-linecap: round;
    stroke: #76bd23;
    stroke-dasharray: 0,7.2;
    stroke-width: 3px;
	animation: draw2 6s linear;
    animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: paused;
}

#dottedline3 #path3 {
    fill-opacity: 0;
    stroke: #fff;
    stroke-width: 4px;
    stroke-dasharray: 1200,1200;
    stroke-dashoffset: 0;
    animation: draw 6s linear;
    animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: paused;
}
#dottedline3 .cls-13 {
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dasharray: 0,6;
    stroke-linecap: round;
    stroke: #ee7624;
    stroke-dasharray: 0,7.2;
    stroke-width: 3px;
}
#dottedline3 .cls-23 {
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dasharray: 0,6;
    stroke-linecap: round;
    stroke: #ee7624;
    stroke-dasharray: 0,7.2;
    stroke-width: 3px;
	animation: draw2 6s linear;
    animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: paused;
}

#dottedline4 #path4 {
    fill-opacity: 0;
    stroke: #fff;
    stroke-width: 4px;
    stroke-dasharray: 1200,1200;
    stroke-dashoffset: 0;
    animation: draw 6s linear;
    animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: paused;
}
#dottedline4 .cls-14 {
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dasharray: 0,6;
    stroke-linecap: round;
    stroke: #404040;
    stroke-dasharray: 0,7.2;
    stroke-width: 3px;
}
#dottedline4 .cls-24 {
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dasharray: 0,6;
    stroke-linecap: round;
    stroke: #404040;
    stroke-dasharray: 0,7.2;
    stroke-width: 3px;
	animation: draw2 6s linear;
    animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: paused;
}

#sidenav{
    position: fixed;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
	
}
#sidenav div {
    background: url(/wp-content/uploads/2018/01/sidenavbg2.png);
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-top: 15px;
    opacity: 0.35;
}

.fp-viewing-home .sidenav1,
.fp-viewing-home1 .sidenav2,
.fp-viewing-home2 .sidenav3,
.fp-viewing-home3 .sidenav4,
.fp-viewing-how .sidenav5,
.fp-viewing-how1 .sidenav6,
.fp-viewing-how2 .sidenav7,
.fp-viewing-who .sidenav8,
.fp-viewing-contact .sidenav9{
	opacity:1 !important;
}

body {
    background: #222;
}

.arrow {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
}

.arrow-first {
    animation: arrow-movement 2s ease-in-out infinite;
}
.arrow-second {
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
    background: #375e9e;
    content: '';
    display: block;
    height: 3px; 
    position: absolute;
        top: 0;
        left: 0;
    width: 30px;
}

.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}

.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}

@keyframes arrow-movement {
    0% { 
        opacity: 0;
        top: 45%;
    }
    70% {
        opacity: 1;
    }
    100% { 
        opacity: 0;
    }
}

#homeid a{
    display: block;
    position: absolute;
    bottom: 0px;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 84%;
    transform: translate(-50%,-50%);
}




.fp-viewing-home1 #dottedline #path1{
	animation-play-state: running !important;
}
.fp-viewing-home1 #dottedline .cls-2{
	animation-play-state: running !important;
}
.fp-viewing-home2 #dottedline2 #path2{
	animation-play-state: running !important;
}
.fp-viewing-home2 #dottedline2 .cls-22{
	animation-play-state: running !important;
}
.fp-viewing-home3 #dottedline3 #path3{
	animation-play-state: running !important;
}
.fp-viewing-home3 #dottedline3 .cls-23{
	animation-play-state: running !important;
}
.fp-viewing-who #dottedline4 #path4{
	animation-play-state: running !important;
}
.fp-viewing-who #dottedline4 .cls-24{
	animation-play-state: running !important;
}

.fp-viewing-contact .site-footer{
    background: #484848;
    padding: 0;
    height: 70px;
    width: 100%;
    z-index: 9999999;
    position: absolute;
    bottom: 0px;

}
.fp-viewing-contact .rectangle #path1{
	animation-play-state: running !important;
}

circle{
	fill-opacity: 0;
}


@keyframes draw {
 from {
	stroke-dashoffset: 0;
	}
  to {
    stroke-dashoffset: 1200;
}
}
@keyframes draw2 {
 from {
opacity:1;
	}
1% {
opacity:0;
	}
  to {
opacity:0;
}
}
@keyframes draw3 {
 from {
	stroke-dashoffset: 0;
	}
  to {
    stroke-dashoffset: 4088;
}
}


#main-nav li a {
    display: block;
    padding: 0 8px;
    line-height: 75px;
    font-size: 25px;
    /* font-style: italic; */
    font-weight: 400;
    color: #63666a;
}

#main-nav li a:hover{
color:#404040;
}

#main-nav ul ul li a:hover{
color:#c5c5c5;
}

.fp-viewing-home1 #menu #homemenu,
.fp-viewing-home2 #menu #homemenu,
.fp-viewing-home3 #menu #homemenu,
.fp-viewing-how1 #menu #howmenu,
.fp-viewing-how2 #menu #howmenu{
    background: url(/wp-content/uploads/2017/12/bluecircle-01.png);
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: -5px 17px;
}

#menu .active {
    background: url(/wp-content/uploads/2017/12/bluecircle-01.png);
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: -5px 17px;
} 

#menu .active a{
color:#63666a !important;
}

#main-nav ul ul { 
display: none; 
position: absolute;
background: #484848;
}

#main-nav ul ul li { 
float: none;
width: 150px; 
height:40px;
line-height: 40px;
background: #484848;
}

#main-nav ul ul li a {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: left;
}

#main-nav ul li:hover > ul {
display: block;
}
.mobileimage{
display:none;
height: 400px;
background-size: cover;
background-position: center center;
}
header nav ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

header {
    background: #fff;
    position: fixed;
    z-index: 2;
    width: 100%;
}

.section{
background-size:cover !important;
	background-position:center center!important;
	padding: 20px;
    box-sizing: border-box;
	    overflow: hidden;
}


#logo img{
width:100%;
}

#logo {
    width: 169px;
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 50px;
	cursor: pointer;
}


nav{
    margin-left: 300px;
}

header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  margin:1em 0;
}
header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h1 a {
  color: #565656;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header nav {
 font-family: 'Muli', sans-serif;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}
header nav ul li a {
  color: #888888;
  font-size: 14px;
}
.mobilemenu{
display:none;
}

#homeid h1 {
    width: 62%;
    /* height: 100px; */
    /* padding: 20px; */
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    /* margin: 50px 0 0 -31%; */
    color: #63666a;
    font-size: 65px;
    line-height: 70px;
    transform: translate(-50%, -50%);
}
#homeid h1 span{
	font-weight:900;
}

.blue{color:#375e9e;}
.green{color:#76bd23;}
.orange{color:#ee7624;}

.bluebg{background:#375e9e;}
.greenbg{background:#76bd23;}
.orangebg{background:#ee7624;}

#homebutton{
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 75px;
}

#homebutton img{
	width:100px;
	height:100px;
	opacity:1;
}
#homebutton img:hover{
	opacity:0.8;
}
#whoimage {
    position: static;
    z-index: 9;
    /* top: 50%; */
    /* left: 50%; */
    /* width: 390px; */
    /* margin-top: -243px; */
    /* margin-left: -236px; */
    /* transform: translate(-100.5%,-61.5%); */
}
#homecontent ul,
#homecontent ol {
	
    margin: 0 1em 1.5em 1em;
}


#whoimage img{
	
width:100%;
	height:auto;
}
#whorelative{
    position: absolute;
    width: 60%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.homeimage {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 480px;
    /* margin-top: -243px; */
    /* margin-left: -236px; */
    transform: translate(-65%,-50%);
}
#sectionhome3 .homeimage {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 495px;
    /* margin-top: -243px; */
    /* margin-left: -236px; */
    transform: translate(-64.5%,-50%);
}
.homequote {
    position: absolute;
    width: 350px;
    font-size: 50px;
    line-height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-125%,-50%);
    /* margin-left: -400px; */
    /* margin-top: -190px; */
    z-index: 11;
    font-weight: 900;
    font-family: 'Arsenal', sans-serif;
}
.whoquote {
    position: absolute;
    font-size: 42px;
    line-height: 47px;
    text-align: center;
    /* margin-left: -400px; */
    margin-top: -194px;
    /* z-index: 11; */
    font-weight: 900;
    font-family: 'Arsenal', sans-serif;
    margin-top: -22px;
    width: 50%;
    padding: 15px 42px 22px 15px;
    box-sizing: border-box;
}
#homecontent {
    position: absolute;
    width: 300px;
    top: 50%;
    left: 50%;
    /* margin-left: 267px; */
    /* margin-top: -205px; */
    transform: translate(62%,-50%);
}


#homecontent h1{
    font-family: 'Arsenal', sans-serif;
    padding: 15px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}

#whocontent {
    position: static;
    /* width: 350px; */
    /* top: 50%; */
    /* left: 50%; */
    /* margin-left: 267px; */
    /* margin-top: -205px; */
    /* transform: translate(7%,-50%); */
    font-size: 15px;
    line-height: 18px;
}
#whoid h1 {
    font-family: 'Arsenal', sans-serif;
    padding: 19px;
    font-size: 40px;
    line-height: 25px;
    font-weight: 400;
    width: 100%;
    margin-top: -66px;
    /* margin-left: 20%; */
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 19px;
    position: static;
    top: 15%;
    transform: translateY(12%);
}
#homecontent_left h1{
    font-family: 'Arsenal', sans-serif;
    padding: 15px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}
.halves{
	width:50%;
	height:auto;
	float:left;
	padding:15px;
	box-sizing:border-box;
}


.homequote_left {
    position: absolute;
    width: 350px;
    font-size: 50px;
    line-height: 60px;
    top: 50%;
    right: 50%;
    /* margin-right: -400px; */
    /* margin-top: -190px; */
    z-index: 11;
    font-weight: 900;
    font-family: 'Arsenal', sans-serif;
    transform: translate(148%,-50%);
}

.homeimage_left {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 50%;
    left: auto;
    width: 500px;
    /* margin-top: -250px; */
    /* margin-right: -250px; */
    transform: translate(65%,-50%);
}

#homecontent_left {
    position: absolute;
    width: 300px;
    top: 50%;
    right: 50%;
    /* margin-right: 267px; */
    /* margin-top: -205px; */
    transform: translate(-58%,-50%);
}

.how1 {
background-position: center right -214px !important;}

#howcontent{
    position: absolute;
    width: 60%;
    height: 80%;
    background: #000;
	outline: 5px dotted #375e9e;
    outline-offset: 10px;
    background: rgba(55, 94, 158,0.75);
    border: 0px solid blue;
    margin: -15px;
	max-width: 900px;
}


#hownumberrelative {
    width: 33.33%;
    box-sizing: border-box;
    padding: 25px;
    float: left;
    overflow: auto;
    height: 100%;
}
#hownumber {
    position: static;
    bottom: 15px;
}

#hownumber h2 {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background: #63666a;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    max-width: 75%;
    font-family: 'Arsenal', sans-serif;
}
#howtextrelative {
    width: 100%;
    float: none;
    padding: 25px;
    /* height: calc(100% - 70px); */
    /* margin-top: 70px; */
    box-sizing: border-box;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-46%);
}
#hownumber img{
    width: calc(100% - 50px);
}

.how2{background:url(/wp-content/uploads/2017/12/home2bg.jpg) !important;
background-size:cover !important;
	background-position:top center !important;
}
.how2 #howcontent {
    position: absolute;
    width: 60%;
    height: 80%;
    background: #000;
	outline: 5px dotted #76bd23;
    outline-offset: 10px;
    background: rgba(118, 189, 35, 0.8);
    border: 0px solid blue;
    max-width: 900px;
    margin-left: -30%;
    left: 50%;
}

.how3{
background-size:cover !important;
	background-position:top center !important;
}

.how3 #howcontent {
    position: absolute;
    width: 60%;
    height: 80%;
    background: #000;
	outline: 5px dotted #ee7624;
    outline-offset: 10px;
    background: rgba(238, 118, 36,0.8);
    border: 0px solid blue;
    margin: 0px;
    right: -15px;
    max-width: 900px;
}
#contactid{
background:url(/wp-content/uploads/2018/01/Depositphotos_165564948_l-2015.png)!important;	
	background-size:cover !important;
	background-position:top center !important;
}
.homemenu{display:none;}
.othermenu{display:block;}

.home .homemenu{display:block;}
.home .othermenu{display:none;}

#contactcontent {
    position: absolute;
    width: 80%;
    height: calc(90% - 190px);
    background: #000;
    outline-offset: 10px;
    background: rgba(55, 94, 158,0.75);
	outline: 5px dotted #375e9e;
    border: 0px solid blue;
    /* margin-left: -40%; */
    left: 50%;
    top: 50%;
    margin-top: 0px;
    transform: translate(-50%, -50%);
}
.contactanchor .rectangle {
    position: absolute;
    width: 82%;
    height: calc(77% - 190px);
    /* background: #000; */
    /* outline: 3px dashed #375e9e; */
    /* outline-offset: 10px; */
    /* background: rgba(55, 94, 158,0.75); */
    /* border: 0px solid blue; */
    /* margin-left: -40%; */
    left: 50%;
    top: 50%;
    fill: none;
    padding: 15px;
    margin-top: 0px;
    transform: translate(-50%, -50%);
}
.contactanchor #path1, 
.contactanchor #cls_1{
	width:100%;
	height:100%;
}
.site-footer a{
	color:#fff;
}
.site-footer a:hover{
	color:#ccc;
}


body, button, input, select, textarea {
    padding: 4px 20px;
    margin: 0;
    background: #ffffff;
    font-family: 'Muli', sans-serif;
    line-height: 14.64px;
    font-size: 14px !important;
    font-size: 1.8rem;
    width: 100%;
    box-sizing: border-box;
}
#halves{
	width:50%;
	float:left;
	padding:15px;
	box-sizing:border-box;
}

	.thirds{
    width: 100%;
    height: auto;
    float: none;
    padding: 4px 15px;
    box-sizing: border-box;
}
#halves p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

input[type="submit"]{
    width: 200px;
    -webkit-appearance: none;
    margin: auto;
    text-align: center;
    display: block;
}
#centered{
position:absolute;
	top:50%;
	transform: translateY(-50%);
	padding: 50px;

}
	.formsother{
    padding: 4px 15px;
}








@media only screen and (max-width: 1150px){
#whorelative {
    position: absolute;
    width: 80% !important;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
}

@media only screen and (max-width: 900px){
#whorelative {
    position: absolute;
    width: 100% !important;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
}

@media only screen and (min-width: 1200px){
#howtext {
    color: #fff;
    /* margin-top: 15px; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    font-size: 18px;
    line-height: 24px;
}
	#homeid h1 {
    width: 80%;
    /* height: 100px; */
    /* padding: 20px; */
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    /* margin: 50px 0 0 -31%; */
    color: #63666a;
    font-size: 50px;
    line-height: 55px;
    transform: translate(-50%, -50%);
}
}
@media only screen and (max-width: 1200px){

#howtext {
    color: #fff;
    /* margin-top: 15px; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    font-size: 15px;
    line-height: 18px;
}	
}
@media screen and (max-width: 980px) and (max-height: 900px) {

#howtext {
    color: #fff;
    /* margin-top: 15px; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    font-size: 13px !important;
    line-height: 16px !important;
}
	#contactcontent {
    position: absolute;
    width: 80%;
    height: calc(100% - 190px);
    background: #000;
	outline: 5px dotted #375e9e;
    outline-offset: 10px;
    background: rgba(55, 94, 158,0.75);
    border: 0px solid blue;
    /* margin-left: -40%; */
    left: 50%;
    top: 50%;
    margin-top: 0px;
    transform: translate(-50%, -50%);
}
}
@media only screen and (max-height: 900px){

#howtext {
    color: #fff;
    /* margin-top: 15px; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    font-size: 15px;
    line-height: 18px;
}	
}


@media only screen and (max-height: 800px){

#whocontent {
    /* position: absolute; */
    /* width: 350px; */
    /* top: 50%; */
    /* left: 50%; */
    /* margin-left: 267px; */
    /* margin-top: -205px; */
    /* transform: translate(7%,-39%); */
    font-size: 14px;
    line-height: 16px;
}
.whoquote {
    position: absolute;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    /* margin-left: -400px; */
    margin-top: -194px;
    /* z-index: 11; */
    font-weight: 900;
    font-family: 'Arsenal', sans-serif;
    margin-top: -5px;
    width: 50%;
    padding: 15px 42px 22px 15px;
    box-sizing: border-box;
}
#dottedline4 {
    position: absolute;
    /* top: 50%; */
    /* left: 0%; */
    /* transform: translate(-2%,-48.5%); */
    width: 52%;
    margin-left: -1%;
    margin-top: -1%;
    /* margin-left: -250px; */
    /* margin-top: -483px; */
    padding: 15px;
    box-sizing: border-box;
}
#whoimage {
    position: static;
    z-index: 9;
    /* top: 50%; */
    /* left: 50%; */
    /* width: 390px; */
    /* margin-top: -243px; */
    /* margin-left: -236px; */
    /* transform: translate(-100.5%,-61.5%); */
}
	#whoimage h1 {
    font-family: 'Arsenal', sans-serif;
    padding: 15px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 4px;
}
}

@media only screen and (max-height: 700px){

#howcontent {
    position: absolute;
    width: 60%;
    height: 90%;
    background: #000;
	outline: 5px dotted #375e9e;
    outline-offset: 10px;
    background: rgba(55, 94, 158,0.75);
    border: 0px solid blue;
    margin: -5px -15px;
    max-width: 900px;
}
	
	.how2 #howcontent {
    position: absolute;
    width: 80%;
    height: 90%;
    background: #000;
	outline: 5px dotted #76bd23;
    outline-offset: 10px;
    background: rgba(118, 189, 35, 0.8);
    border: 0px solid blue;
    max-width: 900px;
    margin-left: -40%;
    left: 50%;
}
	.how3 #howcontent {
    position: absolute;
    width: 70%;
    height: 90%;
    background: #000;
	outline: 5px dotted #ee7624;
    outline-offset: 10px;
    background: rgba(238, 118, 36,0.8);
    border: 0px solid blue;
    margin: 0px;
    right: -15px;
    max-width: 900px;
}
}

@media only screen and (max-width: 1050px){

#howtext {
    color: #fff;
    /* margin-top: 15px; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    font-size: 14px;
    line-height: 17px;
}	
}

@media only screen and (max-width: 980px){

#homeid h1 {
    width: 80%;
    /* height: 100px; */
    /* padding: 20px; */
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    /* margin: 50px 0 0 -31%; */
    color: #63666a;
    font-size: 40px;
    line-height: 48px;
    transform: translate(-50%, -50%);
}
.homequote {
    position: absolute;
    width: 250px;
    font-size: 35px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-139%,-50%);
    /* margin-left: -400px; */
    /* margin-top: -190px; */
    z-index: 11;
    font-weight: 900;
    font-family: 'Arsenal', sans-serif;
}	
.homeimage {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 350px;
    /* margin-top: -243px; */
    /* margin-left: -236px; */
    transform: translate(-72%,-50%);
}
	
#sectionhome3 .homeimage {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 350px;
    /* margin-top: -243px; */
    /* margin-left: -236px; */
    transform: translate(-72%,-50%);
}
	
#homecontent_left {
    position: absolute;
    width: 258px;
    top: 50%;
    left: 50%;
    /* margin-left: 267px; */
    /* margin-top: -205px; */
    transform: translate(-140%,-50%);
}
.homequote_left {
    position: absolute;
    width: 250px;
    font-size: 35px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(42%,-50%);
    /* margin-left: -400px; */
    /* margin-top: -190px; */
    z-index: 11;
    font-weight: 900;
    font-family: 'Arsenal', sans-serif;
}	
.homeimage_left {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 350px;
    /* margin-top: -243px; */
    /* margin-left: -236px; */
    transform: translate(-28%,-50%);
}
#homecontent {
    position: absolute;
    width: 258px;
    top: 50%;
    left: 50%;
    /* margin-left: 267px; */
    /* margin-top: -205px; */
    transform: translate(44%,-50%);
}
#dottedline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70.2%,-50%);
    width: 396px;
    /* margin-left: -250px; */
    /* margin-top: -483px; */
}
#dottedline2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-29%,-50%);
    width: 359px;
    /* margin-left: -250px; */
    /* margin-top: -483px; */
}
#dottedline3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-69.5%,-50%);
    width: 394px;
    /* margin-left: -250px; */
    /* margin-top: -483px; */
}
}

@media only screen and (max-width: 850px){

#main-nav {
    height: 75px;
    width: 400px;
    float: right;
}

#main-nav li {
    display: block;
    float: left;
    height: 60px;
    margin: 0 4%;
    padding: 0 5px;
    position: relative;
}

#main-nav li a {
    display: block;
    padding: 0 0px;
    line-height: 75px;
    font-size: 17px;
    /* font-style: italic; */
    font-weight: 400;
    color: #63666a;
}

#menu .active {
    background: url(/wp-content/uploads/2017/12/bluecircle-01.png);
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: -4px 23px;
}
.fp-viewing-home1 #menu #homemenu,
.fp-viewing-home2 #menu #homemenu,
.fp-viewing-home3 #menu #homemenu,
.fp-viewing-how1 #menu #howmenu,
.fp-viewing-how2 #menu #howmenu{
    background: url(/wp-content/uploads/2017/12/bluecircle-01.png);
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: -4px 23px;
}	

	
	
}

@media only screen and (max-width: 767px){

.fp-section,
.fp-slide,
.fp-tableCell{
    height: auto !important;
}
	#sidenav{display:none;}

#whoid h1 {
    font-family: 'Arsenal', sans-serif;
    padding: 15px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    width: 100%;
    margin-top: -66px;
    /* margin-left: 20%; */
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 19px;
    position: static;
    top: 15%;
    position: relative !important;
    z-index: 55555;
}	
	#fullpage *{
position:static !important;
transform:none !important;
}
	
	.rectangle{display:none;}

	.halves{
		width:100% !important;float:none;
	}
	#whorelative {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
	.whoquote{width:100%;}
	
	#homeid a {
    display: block;
    width: 75px;
    height: 75px;
    margin: auto;
    /* left: 50%; */
    /* top: 84%; */
    /* transform: translate(-50%,-50%) !important; */
}
	.arrow {
    opacity: 0;
    position: absolute !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
		top:auto;
}
#homeid h1 {
    width: 100%;
    /* height: 100px; */
    /* padding: 20px; */
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    text-align: center;
    margin-top: 150px;
    /* margin: 50px 0 0 -31%; */
    color: #63666a;
    font-size: 35px;
    line-height: 40px;
    transform: translate(-50%, -50%);
}
	
	#homecontent{
	font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}	
	#homebutton {
    position: absolute;
    /* left: 50%; */
    /* margin-left: -50px; */
    /* bottom: 75px; */
    margin: auto;
    width: 100px;
}
	#homebutton img {
width:100%;
}
.homequote,.homequote_left {
    position: relative !important;
    width: 100%;
    float: none;
    text-align: center;
    margin-right: -150px;
    z-index: 15;
    font-weight: 900;
    font-family: 'Arsenal', sans-serif;
}
	#sectionhome3 .homeimage,
	.homeimage_left,
.homeimage {
    position: absolute;
    z-index: 9;
    /* top: 50%; */
    /* left: 50%; */
    width: 80%;
    margin: 0 10%;
    float: none;
    transform: translate(-72%,-50%);
}
	#homecontent_left,
	#homecontent {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    /* margin-left: 267px; */
    /* margin-top: -205px; */
    transform: translate(44%,-50%);
}
	.homemenu{
		display:none !important;
	}
	#dottedline,#dottedline2,#dottedline3,#dottedline4{
		display:none;
	}
	.how #howcontent,.how1 #howcontent,.how2 #howcontent,.how3 #howcontent,.how4 #howcontent, #contactcontent {
    width: 90%;
    height: auto;
    margin: 50px auto;
}
	#halves{
		float:none;
		width:100%;
	}
	#centered {
    padding: 10px;
}
	#logo {
    width: 50%;
position:static;
    margin: auto;
		cursor: pointer;
}
	nav{display:none;}
.site-footer {
    background: #484848;
    padding: 0;
    height: 70px;
    width: 100%;
    z-index: 9999999;
    position: static !important;
    bottom: 0px;
    line-height: 29px;
    height: auto !important;
}
	#whoimage{width:100%;}
}