
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }


audio:not([controls]) {
  display: none;
  height: 0; }


[hidden],
template {
  display: none; }
  
  div.donate:nth-child(5) > a:nth-child(1) a:link, a:visited:link {
	  color: white!important;}
	  
	  .white {
		  color:white;}

/* ==========================================================================
   Base
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */

a {
  background: transparent;
   }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  }
  
 .orange {
	 font-color: #f68520;
	 } 
	 



abbr[title] {
  border-bottom: 1px dotted; }

b,
strong,
.strong {
  font-weight: bold; }


dfn,
em,
.em {
  font-style: italic; }


hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width:100%;
      border-width: 0;
    height:1px;
    background-image: -webkit-linear-gradient(left,  rgba(246,133,32,0) 0%,rgba(246,133,32,1) 8%,rgba(0,0,0,1) 50%,rgba(240,130,31,1) 91%,rgba(246,133,32,0.89) 92%,rgba(246,133,32,0) 100%);
	background-image: linear-gradient(to right,  rgba(246,133,32,0) 0%,rgba(246,133,32,1) 8%,rgba(0,0,0,1) 50%,rgba(240,130,31,1) 91%,rgba(246,133,32,0.89) 92%,rgba(246,133,32,0) 100%);
	background-image: -moz-linear-gradient(left,  rgba(246,133,32,0) 0%, rgba(246,133,32,1) 8%, rgba(0,0,0,1) 50%, rgba(240,130,31,1) 91%, rgba(246,133,32,0.89) 92%, rgba(246,133,32,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f68520', endColorstr='#00f68520',GradientType=1 ); /* IE6-9 */ }

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
  
  #orangesurvey_side > div.donate > a {color:white!important;}


pre {
  margin: 0; }


code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }


pre {
  white-space: pre-wrap; }


q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }


q:before,
q:after {
  content: '';
  content: none; }

small, .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; }

/* ==========================================================================
  Lists
========================================================================== */
ul li span {
    display: inline-block;  
    vertical-align: middle;
	    
}




dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

menu {
  padding: 0 0 0 40px; }

ul {
    list-style: none;
    padding:0;
    margin-left:20px!important;
	list-style-position:outside!important;
}

li a {color: #f68520;}


ul li:before {
    content: "• ";
    color: #f68520;
	position: absolute;
    left: 25px;
	display: list-item;
	
	
}

.page-id-190 ul li:before {
    content: "• ";
    color: #f68520;
    position: absolute;
    left: 2px!important;
    display: list-item;
}




.nav > li:before {
    content: "• ";
    color: #f68520;
	position: absolute;
}




nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }
  
  
  ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    background: #ccc;
    counter-reset: numList;
	list-style-position:outside!important;
	
}
ol li {
    width: 100%;
    margin-right: 65px;
    float: left;
    position: relative;
    padding: 10px 0px 10px 42px!important;
}
ol li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    font: bold 13px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: #000;
    -moz-border-radius: 999px;
    border-radius: 999px;
    margin-right: 8px;
    position: absolute;
    left: 10px;
}


.page-id-5 ol li:before {
    left: -2px!important;
}

ol li::after {
    position: absolute;
    top: 100%;
    left: 0px;
    margin-bottom: 10px;
    content: " ";
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(246,133,32,0) 0%,rgba(246,133,32,1) 8%,rgba(0,0,0,1) 50%,rgba(240,130,31,1) 91%,rgba(246,133,32,0.89) 92%,rgba(246,133,32,0) 100%);
    background-image: linear-gradient(to right, rgba(246,133,32,0) 0%,rgba(246,133,32,1) 8%,rgba(0,0,0,1) 50%,rgba(240,130,31,1) 91%,rgba(246,133,32,0.89) 92%,rgba(246,133,32,0) 100%);
    background-image: -moz-linear-gradient(left, rgba(246,133,32,0) 0%, rgba(246,133,32,1) 8%, rgba(0,0,0,1) 50%, rgba(240,130,31,1) 91%, rgba(246,133,32,0.89) 92%, rgba(246,133,32,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f68520', endColorstr='#00f68520',GradientType=1 );
}

.page-id-5 ol li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    font: bold 18px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 37px;
    width: 37px;
    height: 37px;
    background: #000;
    -moz-border-radius: 999px;
    border-radius: 999px;
    margin-right: 8px;
}

#et_builder_outer_content span {
	vertical-align: top;}




/* ==========================================================================
  Embedded content
========================================================================== */

img {
  border: 0; }
  
  
.imgborder {
    margin: 0 10px 0 0!important;
    border: 1px solid black!important;
    padding: 5px!important;
    background: none;
    border-radius: 0;
}


svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }


legend {
  border: 0;
  padding: 0;
 }

#et_pb_contact_form_0 > div.et_pb_contact > form > div > div > p > span {
	vertical-align: baseline;}


button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal; }


button,
select {
  text-transform: none; }


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html 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;
}

/* ==========================================================================
   Tables
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }


p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }


.last-col {
  float: right;
  padding-right: 0 !important; }
  
  
  .et_divi_builder #et_builder_outer_content .et_pb_toggle {
  border: 1px solid #64aa45;
}
.et_divi_builder #et_builder_outer_content .et_pb_toggle_close {
  background-color: #fff;
  padding: 20px;
}
.et_divi_builder #et_builder_outer_content .et_pb_toggle_open {
  padding: 20px;
  background: #FFF;
}
.et_divi_builder #et_builder_outer_content .et_pb_toggle h5.et_pb_toggle_title {
  cursor: pointer;
  position: relative;
  padding: 0 50px 0 0;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold;
}
.et_divi_builder #et_builder_outer_content .et_pb_toggle_close h5.et_pb_toggle_title {
  color: #000;
}
.et_divi_builder #et_builder_outer_content .et_pb_toggle_open h5.et_pb_toggle_title {
  color: #f68520;
}
.et_divi_builder #et_builder_outer_content .et_pb_toggle_title:before {
  content: "\e050";
  position: absolute;
  right: 0px;
  font-size: 16px;
  color: #64aa45;
  top: 50%;
  margin-top: -0.5em;
}
.et_divi_builder #et_builder_outer_content .et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\e04f";
}
.et_divi_builder #et_builder_outer_content .et_pb_toggle_content {
  padding-top: 20px;
}
.et_divi_builder #et_builder_outer_content .et_pb_toggle_content p:last-of-type {
  padding-bottom: 0px;
}

#short_code_si_icon {
	text-align: left!important;}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; 
	margin: 50px;}
	

  .d-5of7 {
    float: left;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }
/*********************

Stylesheet: Alert Styles


******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Stylesheet: Button Styles
*********************/

/******************************************************************

Stylesheet: Form Styles

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 320px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  
  
 #searchsubmit {
    float: right;
    top: -39px;
    border-radius: 9%;
    right: 15px;
    position: relative;
    background-color: #F68520;
    border-width: none;
    border-style: none;
    padding: 10px;
    color: white;
}

#search-2 {
    padding: 23px 10px .2px 10px;
    height: 90px;
    background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/funbar.png');
	background-repeat: no-repeat;
}
#s {
    width: 218px;
    margin: 0px 0px 0px 20px;
}
  
 #searchform > div > label {display:none;}
 
 
 .page-id-234 h1::after {

    background-image: none;}
	
.et_divi_builder #et_builder_outer_content .et_pb_contact_field {
    padding: 0 0 0 3%;
    margin-bottom: 3%!important;
}




/*********************
BASE (MOBILE) SIZE

/******************************************************************
Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
  background-color: #333;
  -webkit-font-smoothing: antialiased; }
  
#inner-content {
background-color: white;
position: relative;
z-index: 0;}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: black;
  text-decoration:none;
 }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: black;
	text-decoration:none; }
  a:link, a:visited:link {
   
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
	
.white {
	color: white;}	
	
	
#inner-footer > p > a:visited {
  color: #f68520!important;
  text-decoration:none;
 }	
 
 
 .greensurvey a:visited {
    color: #fff!important;
    text-decoration: none;
}
 
#survey_m > a:visited {
    color: #fff!important;
    text-decoration: none;
}

#survey > a:visited {
    color: #fff!important;
    text-decoration: none;
}

#black-studio-tinymce-5 > div > div > a:visited {
    color: #fff!important;
    text-decoration: none;
}
	

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-color: #000;
  
 }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.0em;
  line-height: 1.333em; 
  position:relative;
}

h1::after{ 
	position:absolute;
    top:100%;
    left:0px;
	margin-top: 10px;
    content:" ";    
    width:100%;
    height:1px;
    background-image: -webkit-linear-gradient(left,  rgba(246,133,32,0) 0%,rgba(246,133,32,1) 8%,rgba(0,0,0,1) 50%,rgba(240,130,31,1) 91%,rgba(246,133,32,0.89) 92%,rgba(246,133,32,0) 100%);
	background-image: linear-gradient(to right,  rgba(246,133,32,0) 0%,rgba(246,133,32,1) 8%,rgba(0,0,0,1) 50%,rgba(240,130,31,1) 91%,rgba(246,133,32,0.89) 92%,rgba(246,133,32,0) 100%);
	background-image: -moz-linear-gradient(left,  rgba(246,133,32,0) 0%, rgba(246,133,32,1) 8%, rgba(0,0,0,1) 50%, rgba(240,130,31,1) 91%, rgba(246,133,32,0.89) 92%, rgba(246,133,32,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f68520', endColorstr='#00f68520',GradientType=1 ); /* IE6-9 */
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em;
  font-color: #f68520; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; 
  font-color: #f68520!important;}

h5, .h5 {
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
	font-weight: bold;
    font-size: 1em;
}











.nav {
  border-bottom: 0;
  margin: 0;
}
  .nav li {
 }
    .nav li a {
      display: block;
      color: white;
      text-decoration: none;
      padding: 0.75em;
 }
 

    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 0; }
  


.hentry {
  background-color: white;
  margin-bottom: 0; }
  .hentry header {
    border-bottom: 1px solid #f8f9fa;
    padding: 1.5em; }
 .hentry footer {
    padding: 1.5em;
    background-color: #f68520;
    text-align: center;
    color: white;
}
    .hentry footer p {
      margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }


.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  padding: 1.5em 1.5em 50px;
 }
 

  .entry-content p {
    margin: 0 0 1.5em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #eaedf2; }
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em!important;
    padding: 0 0 0 0.75em!important;
    border-left: none!important;
    font-style: italic!important;
    color: #666!important;
    font-size: .9em!important;
}
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
     }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
}
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #2980b9;
      color: white; }
  .pagination .current {
    cursor: default;
    color: #5c6b80; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: white;
      color: #5c6b80; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: white; }
  .comment.even {
    background: #f8f9fa; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #5c6b80; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }
  
  
 #sidecircles {
	 width:100%;
	 height: 200px;
	 }
	 
.greencircle {
	background-color: white;
	border-radius: 50%;
	border: 15px solid #64aa45;
	width: 163px;
    height: 163px;
    padding: 30px;
    margin: auto;
    float: left;
    text-align: center;
    font-size: 12px;
	
}

.greencircle a:hover {
	color: white!important;
	
}

.orangecircle {
    background-color: white;
    border-radius: 50%;
    border: 15px solid #f68520;
    width: 163px;
    height: 163px;
    padding: 24px;
    margin: auto;
    float: right;
    text-align: center;
    font-size: 12px;
}


.orangecircle a:hover {
    color: white!important;
   
}

.orangesurvey_side {
    background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/surveybox.png')no-repeat;
    width: 650px;
    height: 834px;
    right: 0;
    position: absolute;
    top: 20px;
    border-width: 1px;
	border-left: none;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F68520), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #F68520, rgba(0, 0, 0, 0)) 1 100%;
}

#orangesurvey_side > div:nth-child(4) {padding-bottom:30px;}


.gradientlogo_side {
    text-align: center;
    padding-top: 31px;
}

.agentorange_side {
    text-align: center;
    color: white;
    font-size: 23px;
    padding-top: 30px;
}
.sentences_side {
    text-align: center;
    color: white;
    font-size: 25px;
}
.period_side {
    color: #f68520;
    font-size: 54px;
    line-height: .5;
}


#black-studio-tinymce-3 {
	background-color:black;
	padding: 0 10px 2px 10px;}


	
.orange {
	color:#f68520;}
	
.page-id-5 .donate {
    color: white;
    text-align: center;
    padding: 10px;
    border: 2px solid #64aa45;
    width: 200px;
    margin: 80px auto 66px auto;
}

.donate {
    color: white;
    text-align: center;
    padding: 10px;
    border: 2px solid #64aa45;
    width: 200px;
    margin: 0px auto 65px auto;
}

.donate:hover {
    background-color:#648845;
	cursor:pointer;
}

#survey {
    color: white;
    text-align: center;
    padding: 10px;
    background-color: #f68520;
    width: 95%;
    margin: auto auto 0 auto;
}

#survey:hover {
    background-color: #222;
	cursor:pointer;

}

.greensurvey {
    color: white;
    text-align: center;
    padding: 10px;
    background-color: #64aa45;
    width: 100%;
    margin: auto auto 0 auto;
}

.greensurvey:hover {
    background-color: #222;
	cursor:pointer;

}

#inner-content > footer {
    background-color: #f68520;
    width: 1300px;
    bottom: 0;
    position: absolute;
    height: 50px;
	color: white;
    text-align: center;
	padding-top: 12px;
}

.footer2 {
    background-color: #F68520;
    left: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 12px;
	color: white;
}
  

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #000;
  color: #f8f9fa; }


/* end .footer-links */

@media only screen and (min-width: 320px) {

	#plane {display:none;}
	#orangesurvey {display:none;}
	
#inner-content {
    padding-bottom: 40px;
}	
	
.page-id-5 	#inner-content {
    padding-bottom: 0px;
}	

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent {
	padding-bottom:0px;}
	
	
#et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_2 > div.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_left.et_pb_image_0.et_always_center_on_mobile.et-animated > img {
	display:none;}

.page-id-5 #et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_2 > div.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_fade_in.et_pb_image_1.et_always_center_on_mobile.et-animated > img {
    max-width: 28%;
    margin: 10px;
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
}

.et_divi_builder #et_builder_outer_content .et_pb_text_align_left {
    text-align: center;
}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_6.et_section_regular.et_section_transparent > div > div.et_pb_column.et_pb_column_1_3.et_pb_column_13 > div > p {
	text-align: center!important;}
	
	#short_code_si_icon {
    text-align: center!important;
}
	
#search-2 {
    padding: 16px;
    background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/funbar.png');
    background-repeat: no-repeat;
    background-size: 104% 96%;
}

#s {
    width: 90%;
    margin: auto 107px auto auto;
}	
	
.page-id-5 .entry-content {
    padding: 0px;
    background: #f2f2f3 url('http://www.covvha.net/new/wp-content/uploads/2016/07/mobilerugged.png');
    background-repeat: repeat-x;
    background-size: 109%;
    background-position-x: -12px;
}



/*BIG CIRCLES HOME PAGE*/

.page-id-5 #et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 {
    margin: 0 0;
	width: 95%!important;
}

.page-id-5 #et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_0 {
    width: 90%!important;
}



.greencircle_big {
	background-color: white!important;
	border-radius: 50%!important;
	border: 13px solid #64aa45!important;
	width: 140px;
    height: 140px;
    padding: 20px!important;
    text-align: center!important;
	font-size:12px;
	float:none;
	position: absolute;
	top:0;
	left: 5px!important;
	
}


.orangecircle_big {
    background-color: white!important;
	border-radius: 50%!important;
	border: 13px solid #f68520!important;
	width: 140px;
    height: 140px;
    padding: 15px!important;
    text-align: center!important;
	font-size:12px;
	float:none;
	position: absolute;
	top:0;
	right: 5px!important;
	
}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_3.et_pb_with_background.et_section_regular > div > div > div > p > span{
font-size: 18pt;}

#mobileheader {
	width:100%;
	background: #000;
	background-repeat:no-repeat;
	padding-bottom:50px;}
	
	#responsive-menu-pro-container li.responsive-menu-pro-item:before {
    list-style: none;
	content: none;
}


#agentorange_m {
    color: white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 1.3em;
}	

#gradientlogo_m img{
    width:100%
}	

.sentences_m {
    color: white;
    text-align: center;
    padding-top: 20px;
	font-size: 1.3em;
}

.period_m {
	color: #f68520;
	font-size: 2em;
	line-height: .5;}
	
	.page-id-5 .donate {
    color: white;
    text-align: center;
    padding: 10px;
    border: 2px solid #64aa45;
    width: 200px;
    margin: 42px auto 27px auto;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.et_divi_builder #et_builder_outer_content .et_pb_cta_1.et_pb_promo .et_pb_button {
    color: #ffffff !important;
    background: #64aa45 !important;
    border-color: #ffffff;
    letter-spacing: 0px;
    font-size: 20px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

#survey_m {
	color:white;
	background-color: #f68520;
	text-align:center;
	padding:10px;}
	
	#survey_m:hover {
	color:white;
	background-color: #333;
	text-align:center;
	padding:10px;}
	

.sentences_side {
    text-align: center;
    color: white;
    font-size: 21px;
}

.agentorange_side {
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 30px;
}

.greensurvey {
    color: white;
    text-align: right;
    padding: 10px;
    background-color: #64aa45;
    width: 100%;
    margin: auto auto 0 auto;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.planeheader {
	background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/mobileplane.jpg') no-repeat;
	background-size:cover;
	width: 100%;
	height: 100px;}

#logo a:visited {
	text-align:center;
	color: #f68520!important;
}

#logo {
    font-size: 2em;
    text-align: center;
    background-color: #000;
    margin: 0;
    padding: 22px;
}


h1, .h1 {
    font-size: 1.5em;
    line-height: 1.333em;
    position: relative;
}

.orangecircle {
    background-color: white;
    border-radius: 50%;
    border: 15px solid #f68520;
    width: 150px;
    height: 150px;
    padding: 19px;
    margin: auto;
    float: right;
    text-align: center;
    font-size: 12px;
}

.greencircle {
    background-color: white;
    border-radius: 50%;
    border: 15px solid #64aa45;
    width: 150px;
    height: 150px;
    padding: 30px;
    margin: auto;
    float: left;
    text-align: center;
    font-size: 12px;
}
	
	#black-studio-tinymce-3 {
    background-color: black;
    padding: 0 10px 2px 10px;
    margin-bottom: 20px;
}
	
	h4, .h4 {
    font-size: 1.1em;
    font-weight: 700;
    font-color: #f68520!important;
    text-align: center;
}
	
}

@media only screen and (min-width: 375px) {
.page-id-5 .et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 50px 10px;
}

#sidecircles {
    width: 88%!important;
    height: 200px;
    margin: auto;
}
 
}
@media only screen and (min-width: 481px) {
  /******************************************************************
Stylesheet: 481px and Up Stylesheet
  
  ******************************************************************/
 
 
 .greencircle_big {
	background-color: white!important;
	border-radius: 50%!important;
	border: 13px solid #64aa45!important;
	width: 165px;
    height: 165px;
    padding: 20px!important;
    text-align: center!important;
	font-size:14px;
	float:none;
	position: absolute;
	top:0;
	left: 5px!important;
	
}


.orangecircle_big {
    background-color: white!important;
	border-radius: 50%!important;
	border: 13px solid #f68520!important;
	width: 165px;
    height: 165px;
    padding: 15px!important;
    text-align: center!important;
	font-size:14px;
	float:none;
	position: absolute;
	top:0;
	right: 5px!important;
	
}


 
 
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
 }
    .menu ul {
 }
      .menu ul li {
         }
        .menu ul li a {
         }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
 
  /* end .footer-links */ }
/*********************

*********************/


@media only screen and (min-width: 667px) {
  /******************************************************************
Stylesheet: 481px and Up Stylesheet
  
  ******************************************************************/
 .page-id-5 #et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_2 > div.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_fade_in.et_pb_image_1.et_always_center_on_mobile.et-animated > img {
    max-width: 28%;
    margin: 10px;
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_2 > div.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_left.et_pb_image_0.et_always_center_on_mobile.et-animated > img {
	width: 26%;
	display: inline;}
	
	#sidecircles {
    width: 67%!important;
    height: 200px;
    margin: auto;
}

#s {
    width: 90%;
    margin: 9px auto auto auto;
}
 
 .greencircle_big {
	background-color: white!important;
	border-radius: 50%!important;
	border: 13px solid #64aa45!important;
	width: 200px;
    height: 200px;
    padding: 38px!important;
    text-align: center!important;
	font-size:16px;
	float:none;
	position: absolute;
	top:0;
	left: 5px!important;
	
}




.orangecircle_big {
    background-color: white!important;
	border-radius: 50%!important;
	border: 13px solid #f68520!important;
	width: 200px;
    height: 200px;
    padding: 22px!important;
    text-align: center!important;
	font-size:16px;
	float:none;
	position: absolute;
	top:0;
	right: 5px!important;
	
}

.page-id-5 .et_divi_builder #et_builder_outer_content .et_pb_section {
    padding: 81px 10px;
}

.planeheader {
    background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/mobileplane.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 215px;
}


}


@media only screen and (min-width: 768px) {
  /******************************************************************
 
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
 
#et_builder_outer_content > div > div.et_pb_section.et_pb_section_6.et_section_regular.et_section_transparent {
	padding:30px;}
  
h1, .h1 {
  font-size: 2.0em;
  line-height: 1.333em; 
  position:relative;
}

h1::after{ 
	position:absolute;
    top:100%;
    left:0px;
	margin-top: 10px;
    content:" ";    
    width:100%;
    height:1px;
    background-image: -webkit-linear-gradient(left,  rgba(246,133,32,0) 0%,rgba(246,133,32,1) 8%,rgba(0,0,0,1) 50%,rgba(240,130,31,1) 91%,rgba(246,133,32,0.89) 92%,rgba(246,133,32,0) 100%);
	background-image: linear-gradient(to right,  rgba(246,133,32,0) 0%,rgba(246,133,32,1) 8%,rgba(0,0,0,1) 50%,rgba(240,130,31,1) 91%,rgba(246,133,32,0.89) 92%,rgba(246,133,32,0) 100%);
	background-image: -moz-linear-gradient(left,  rgba(246,133,32,0) 0%, rgba(246,133,32,1) 8%, rgba(0,0,0,1) 50%, rgba(240,130,31,1) 91%, rgba(246,133,32,0.89) 92%, rgba(246,133,32,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f68520', endColorstr='#00f68520',GradientType=1 ); /* IE6-9 */
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }
  
  
  #gradientlogo {
    text-align: center;
    padding-top: 31px;
}

#agentorange {
    text-align: center;
    color: white;
    margin-top: 92px;
    font-size: 34px;
}

#s {
    width: 57%!important;
    margin: 9px auto auto 10px!important;
}



.sentences {
    text-align: center;
    color: white;
    font-size: 38px;
}

.period {
    color: #f68520;
    font-size: 94px;
    line-height: .5;
}



.et_divi_builder #et_builder_outer_content .et_pb_text_align_left {
    text-align: left;
}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_6.et_section_regular.et_section_transparent > div > div.et_pb_column.et_pb_column_1_3.et_pb_column_13 > div > p {
	text-align: left!important;}
	
	#short_code_si_icon {
    text-align: left!important;
}

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 760px; }
	

  /*********************
  NAVIGATION STYLES
  *********************/
  #logo {
    font-size: 2em;
    text-align: left;
}
  
  
  .nav {
    border: 0;
     }
    .nav ul {
      background: #000;
      margin-top: 0;
	  margin-left: 0px!important; }
    .nav li {
      float: left;
      position: relative;
	  text-transform:uppercase;
       }
      .nav li a {
        border-bottom: 0;
       }
        .nav li a:hover, .nav li a:focus {
          color: white!important;
          text-decoration: none; 
		  cursor:pointer;}
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border: 1px solid #fff;
        position: absolute;
        visibility: hidden;
        z-index: 99999;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
           }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible; }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em; }

  .widgettitle {
	text-transform:uppercase!important;
	border-bottom: 1px solid #64aa45;
}



  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }
		
		
#black-studio-tinymce-4 {
    background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/funbar.png') no-repeat top center;
    padding-top: 118px;
    margin-top: -79px;
    background-size: 106%;
}


/* Fade */
.hvr-fade {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #f68520;
  color: white;
}

.hvr-fade-green {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade-green:hover, .hvr-fade-green:focus, .hvr-fade-green:active {
  background-color: #64aa45;
  color: white;
}
	 .et_divi_builder #et_builder_outer_content .et_pb_image_0 {

margin-top: 0!important;

} 
	 
}
 
  /*********************
  FOOTER STYLES
  *********************/

  .footer-links ul li {
  }
  
  
  
  @media only screen and (min-width: 1024px) {
	  
	.wrap {
    width: 960px;
}

.planeheader {
    background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/mobileplane.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 320px;
}




#agentorange_m {
    color: white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 2.3em;
}

.sentences_m {
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: 3em;
}

.page-id-5 #et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 {
    width: 67%!important;
}
		
.page-id-5 #et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_2 > div.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_left.et_pb_image_0.et_always_center_on_mobile.et-animated {
    text-align: center;
    margin-bottom: 0;
}


#et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent {
    padding-bottom: 68px;
}

.et_divi_builder #et_builder_outer_content .et_pb_gutters3 .et_pb_column_1_3, .et_divi_builder #et_builder_outer_content .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
    width: 100%;
}
		  }


	

	@media only screen and (min-width: 1100px) {
  /******************************************************************
 */
 
 
 .wrap {
    width: 1100px;
}
  	
	#plane {display:inline;}
	#orangesurvey {display:inline;}  
.entry-content {
    padding: 1.5em 1.5em 50px;
}	

#s {
    width: 203px!important;
    margin: 9px 0px 0px 20px!important;
}

#menu-main {
    float: none;
    margin-top: 17px;
    font-size: 14px;
}

.page-id-5 #et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_2 > div.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_left.et_pb_image_0.et_always_center_on_mobile.et-animated {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 32px;
}

.et_divi_builder #et_builder_outer_content .et_pb_image_0 {

margin-top: 0!important;

}  

 .page-id-5 #et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_2 > div.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_fade_in.et_pb_image_1.et_always_center_on_mobile.et-animated > img {
    max-width: 100%;
    margin: 10px;
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_2 > div.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_left.et_pb_image_0.et_always_center_on_mobile.et-animated > img {
	width: 100%;
	display: inline;}
	
	#sidecircles {
    width: 100%!important;
    height: 200px;
    margin: auto;
}  
/*BIG CIRCLES HOME PAGE*/



.et_divi_builder #et_builder_outer_content .et_pb_row_1 {
    margin: 0 20%;
}
.greencircle_big:hover {
background-color: #64aa45!important;
cursor:pointer;}

.greencircle_big a:hover {
	color: white!important;
	cursor:pointer;
	
	
}

.greencircle_big {
	background-color: white!important;
	border-radius: 50%!important;
	border: 20px solid #64aa45!important;
	width: 225px!important;
	height: 225px!important;
	padding:45px 40px!important;
    float: left!important;
    text-align: center!important;	
	position:relative;
	font-size: 13px;
}

.orangecircle_big {
    background-color: white!important;
	border-radius: 50%!important;
	border: 20px solid #f68520!important;
	width: 225px!important;
	height: 225px!important;
	padding:45px 40px!important;
    float: right!important;
    text-align: center!important;
	position:relative;
	font-size: 13px;

}

.orangecircle_big:hover {
background-color: #f68520!important;
cursor:pointer;}

.orangecircle_big a:hover {
    color: white!important;
	cursor:pointer;
	
}
	  
	  
.page-id-5 .entry-content {
    padding: 0;
    background: none;
}

.et_divi_builder #et_builder_outer_content .et_pb_gutters3 .et_pb_column_1_3, .et_divi_builder #et_builder_outer_content .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
    width: 29.666%!important;
}
	  
.page-id-5 #et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 {
    width: 70%;
}	

.page-id-5 #et_builder_outer_content > div > div.et_pb_section.et_pb_section_4.et_pb_with_background.et_section_regular > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_8 > div.et_pb_promo.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_left.et_pb_cta_0{
text-align: center;
padding:20px;}


.et_divi_builder #et_builder_outer_content .et_pb_blog_grid .et_pb_post {
    border: 0px!important; 
    padding: 10px;
    background-color: #fff;
    word-wrap: none;
}

  /*********************
  HEADER STYLES
  *********************/
  
.grid {

    position: Absolute;
    top: 74px;
    left: 0;
	border-width: 1px 1px 0 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F68520), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #F68520, rgba(0, 0, 0, 0)) 1 100%;
    z-index: 99999;
}


    
.grid div{
    border: 1px solid #f68520;
    border-width: 0 1px 1px 0;
    float: left;
}


div.grid > div:nth-child(3) {
	border-right:0px;
	}
	
div.grid > div:nth-child(6) {
	border-right:0px;
	}
div.grid > div:nth-child(9) {
	border-right:0px;
	}
	
	
div.grid > div:nth-child(7) {
	border-width: 0px 1px 0 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F68520), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #F68520, rgba(0, 0, 0, 0)) 1 100%;}
	
div.grid > div:nth-child(8) {
	border-width: 0px 1px 0 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F68520), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #F68520, rgba(0, 0, 0, 0)) 1 100%;
	}


.pe-thumbs:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(1,1,1, 0.2);
}
.pe-thumbs li{
	float:left;
	position: relative;
}
.pe-thumbs li a,
.pe-thumbs li a img{
	display: block;
	position: relative;
}
.pe-thumbs li a img{
	width: 183px;
	opacity: 0;
}
.pe-thumbs li a div.pe-description{
	width: 200px;
	height: 100px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	left: -200px;
	color: white;
	display: none;
	z-index: 1001;
}

.pe-thumbs li:before {
    content: none;
}

.page-id-5 ul {
	margin-left: 0px!important;}
	  
#mobileheader {
		  display:none;}



.page-id-5 #inner-content {
    background-color: white;
    position: inherit;
}

#et_builder_outer_content > div > div > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_1_3.et_pb_column_2 > div {
	text-align: center;
	}
	
#et_builder_outer_content > div > div.et_pb_section.et_pb_section_3.et_section_regular.et_section_transparent {
	padding: 0!important;
	}
	
#et_builder_outer_content > div > div.et_pb_section.et_pb_section_3.et_pb_with_background.et_section_regular > div {
		padding: 0px;
		}
		
#et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent {
	padding-bottom:0px;
	}
		
.page-id-5	#et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent {
		padding-top:72px;
		}
		
/*********************
CONTENT
**********************/

.page-id-5 #content {
  margin-top: 1.5em; }
  
.page-id-5 .et_pb_image_container {
    margin: 0!important;
    width: 100px!important;
    float: left!important;
    padding-right: 10px!important;
}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular {
	padding-bottom: 0px;}
	
	#et_builder_outer_content > div > div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular {
	padding-top: 0px;}

.et_divi_builder #et_builder_outer_content .et_pb_blog_grid h2 {
    font-size: 18px;
   margin-top: 0px;
}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_6.et_section_regular.et_section_transparent > div > div.et_pb_column.et_pb_column_1_3.et_pb_column_13 {width:33.3%;}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_6.et_section_regular.et_section_transparent > div > div.et_pb_column.et_pb_column_1_3.et_pb_column_14 {width:33.3%;}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_6.et_section_regular.et_section_transparent > div > div.et_pb_column.et_pb_column_1_3.et_pb_column_15 {width:22%;}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_6.et_section_regular.et_section_transparent > div > div.et_pb_column.et_pb_column_1_3.et_pb_column_15 > div > img {float:right;}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_6.et_section_regular.et_section_transparent > div > div.et_pb_column.et_pb_column_1_3.et_pb_column_14 > div {text-align:center;}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_6.et_section_regular.et_section_transparent {padding: 0px;}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_7.et_pb_with_background.et_section_regular {padding: 0px;}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_7.et_pb_with_background.et_section_regular > div {padding: 10px 0;}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_6.et_section_regular.et_section_transparent > div > div.et_pb_column.et_pb_column_1_3.et_pb_column_15 > div > img {width:46%;}

#et_builder_outer_content > div > div.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1 {margin: auto;}

.page-id-5 .hentry {
  background-color: #f2f2f3;
  margin-bottom: 0em; }		
		
/*********************
HEADER STYLES
*********************/
.header {
background-color:transparent;
 }
 
 #inner-header {
	  position: relative;
	  background-color: transparent;
	  height:75px;
	  z-index: 9999;
 }
 
.page-id-5  #inner-header {
	  position: relative;
	  background-color: #000;
 }
 
 

#logo {
  margin: 0;
background: -moz-linear-gradient(left,  rgba(61,61,61,0.65) 0%, rgba(0,0,0,1) 43%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(61,61,61,0.65) 0%,rgba(0,0,0,1) 43%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(61,61,61,0.65) 0%,rgba(0,0,0,1) 43%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a63d3d3d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
border-bottom:1px solid #F68520;
  position: absolute;
  top: 0;
  width: 100%;
 padding: 14px;
   }
  #logo a {
    color: #F68520; 
	font-size:44px;}
	
#menu-main {
    float: right;
    margin-right: 16px;
    margin-top: 10px;
}

 .pe-thumbs{
	width: 550px;
    height: 540px;
    margin: 75px 0;
    position: relative;
    background: transparent url(http://www.covvha.net/new/wp-content/uploads/2016/07/Asset-1.png) center center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
	
#plane {
	background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/plane.png')no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-repeat:no-repeat;
	width:550px;
	height:689px;
	float:left;
	border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F68520), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #F68520, rgba(0, 0, 0, 0)) 1 100%;
	border-top: 0;
	border-bottom: 0;
	
	}	
	
#orangesurvey {
    background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/surveybox.png')no-repeat;
    width: 550px;
    height: 689px;
    right: 0;
    position: absolute;
	background-size: 114%;
    top: 20px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F68520), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #F68520, rgba(0, 0, 0, 0)) 1 100%;
}		

#plane > div:nth-child(3) {
	width: 550px!important;
    height: 545px!important;
    overflow: hidden;
}
		
/*********************
NAVIGATION STYLES
*********************/
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f68520;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f68520;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}		

#plane > div:nth-child(3) > div:nth-child(1){
	  width:183px!important;
	  height:183px!important;}
	  #plane > div:nth-child(3) > div:nth-child(2){
	  width:183px!important;
	  height:183px!important;}
	  #plane > div:nth-child(3) > div:nth-child(3){
	  width:183px!important;
	  height:183px!important;}
	  #plane > div:nth-child(3) > div:nth-child(4){
	  width:183px!important;
	  height:183px!important;}
	  #plane > div:nth-child(3) > div:nth-child(5){
	  width:183px!important;
	  height:183px!important;}
	  #plane > div:nth-child(3) > div:nth-child(6){
	  width:183px!important;
	  height:183px!important;}
	  #plane > div:nth-child(3) > div:nth-child(7){
	  width:183px!important;
	  height:183px!important;}
	  #plane > div:nth-child(3) > div:nth-child(8){
	  width:183px!important;
	  height:183px!important;}
	  #plane > div:nth-child(3) > div:nth-child(9){
	  width:183px!important;
	  height:183px!important;}
  
  }

  
    @media only screen and (min-width: 1300px) {
  /******************************************************************
Stylesheet: Desktop Stylsheet
  
  ******************************************************************/
  .wrap {
    width: 1300px; } 
	
	
#menu-main {
    float: right;
    margin-right: 16px;
    margin-top: 17px;
}	
	
	#plane > div:nth-child(3) > div:nth-child(1){
	  width:216px!important;
	  height:216px!important;}
	  #plane > div:nth-child(3) > div:nth-child(2){
	  width:216px!important;
	  height:216px!important;}
	  #plane > div:nth-child(3) > div:nth-child(3){
	  width:216px!important;
	  height:216px!important;}
	  #plane > div:nth-child(3) > div:nth-child(4){
	  width:216px!important;
	  height:216px!important;}
	  #plane > div:nth-child(3) > div:nth-child(5){
	  width:216px!important;
	  height:216px!important;}
	  #plane > div:nth-child(3) > div:nth-child(6){
	  width:216px!important;
	  height:216px!important;}
	  #plane > div:nth-child(3) > div:nth-child(7){
	  width:216px!important;
	  height:216px!important;}
	  #plane > div:nth-child(3) > div:nth-child(8){
	 width:216px!important;
	  height:216px!important;}
	  #plane > div:nth-child(3) > div:nth-child(9){
	  width:216px!important;
	  height:216px!important;}
	
	.pe-thumbs li a img{
	width: 216px;
	opacity: 0;
}
	
	 .pe-thumbs{
	width: 650px;
    height: 672px;
    margin: 75px 0;
    position: relative;
    background: transparent url(http://www.covvha.net/new/wp-content/uploads/2016/07/Asset-1.png) center center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
	
#plane {
	background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/plane.png')no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-repeat:no-repeat;
	width:650px;
	height:810px;
	float:left;
	border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F68520), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #F68520, rgba(0, 0, 0, 0)) 1 100%;
	border-top: 0;
	border-bottom: 0;
	
	}	
	
#orangesurvey {
    background: url('http://www.covvha.net/new/wp-content/uploads/2016/07/surveybox.png')no-repeat;
    width: 650px;
    height: 834px;
    right: 0;
    position: absolute;
    top: 20px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F68520), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#F68520, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #F68520, rgba(0, 0, 0, 0)) 1 100%;
}		

#plane > div:nth-child(3) {
	width: 650px!important;
    height: 645px!important;
    overflow: hidden;
}

.greencircle_big {
	background-color: white!important;
	border-radius: 50%!important;
	border: 22px solid #64aa45!important;
	width: 275px!important;
	height: 275px!important;
	padding:65px 60px!important;
    float: left!important;
    text-align: center!important;	
	position:relative;
	font-size: 16px;
}

.orangecircle_big {
    background-color: white!important;
	border-radius: 50%!important;
	border: 22px solid #f68520!important;
	width: 275px!important;
	height: 275px!important;
	padding:65px 60px!important;
    float: right!important;
    text-align: center!important;
	position:relative;
	font-size: 16px;

}}
  
  @media only screen and (min-width: 1440px) {
  /******************************************************************
Stylesheet: Desktop Stylsheet
  
  ******************************************************************/
	
	.page-id-5 #content {
    margin-top: 0;
}}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
