@charset "UTF-8";
/* CSS Document */

<!---.post-title{
	display: none;
}
p {
	font-size: 1.2em;
	line-height: 1.5;
}
.copy ol {
font-size: 1.1em;
}
reset.css:17
h2 {
	font-size: 1.2em;
	line-height: 1.3;
}
/*-- hover color --*/
	.copy a{color: #6E859A;}
	.copy a:hover{color: #1e3246;}
/*-- close hover color --*/

/*-- accordian --*/
.vc_tta-panel-title{
    background-color: #728598;
}
.vc_tta-title-text{
    color: #fff;
}

/* Create two equal columns that floats next to each other */
.columnhalf {
  float: left;
  width: 46%;
  padding: 0;
  margin:10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnhalf {
    width: 96%;
  }
}

@media screen and (min-width: 768px) {
 .mobile-icons {
    display: none !important;
}
}

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

#header .logo {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
	
	logo img {
    max-width: 180px;
}
	.mob-menu-header-holder.mobmenu {
    display: inherit !important;
    width: 40px !important;
    left: 50% !important;
}
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
/*-- close accordian --*/
#vc_tta-panel-title a:hover{
    background-color: red;
}
	
/*-- menu text size --*/
	ul#nav li a{display: block; padding: 0px 10px 0px; font-weight: 600; font-size: 13px; color: #777;}
/*-- close menu text size --*/
/*--footer open --*/

	#footer ul li.column{float: left; width: 45%; margin-right: 3%;}
#footer ul li.column ul li{ border-bottom: 0;
}

#footer-container{
	background: #c6cad2; 
}
#footer{
	color: #333333;
	font-size:.7em;
}
#footer h4{
	margin-bottom: 10px; 
	font-weight: 600; font-size: 16px; color: #333333;
}
/*-- footer link open --*/
#footer a{
	color: #fff; 
	font-weight: normal;
}
#footer a:hover{
	color: #333;
}
/*-- footer link close--*/

/*-- footer close--*/
/*-- black band spacing - footer close--*/

.footer-text p{
	
	display: flex !important;
		width: 100% !important;
	justify-content: space-between;
}

.footer-text p a{
	color: white !important;
	font-size: 0.8rem;
}

/*-- black band spacing - footer close--*/

/* circle color change - social media updates */
@import url('font-awesome.min-2.css');
#social {
  margin: 20px 10px;
  text-align: left;
}
.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border:2px solid #fff; /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
	margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    line-height: 1.7em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}
/* facebook button class*/
.facebookBtn{
    background: #3b5998;
}
.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f39e"; /* add facebook icon */
}
.facebookBtn:hover{
    color: #3b5998  !important;
    background: #fff;
    border-color: #3b5998; /* change the border color on mouse hover */
}

/* twitter button class*/
.twitterBtn{
    background: #00aced;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #00aced  !important;
      background: #fff;
      border-color: #00aced;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522 !important;
      background: #fff;
      border-color: #e64522;
}

/* linkedin button class*/
.linkedinBtn{
    background: #007bb6;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #007bb6 !important;
      background: #fff;
      border-color: #007bb6;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027 !important;
      background: #fff;
      border-color: #cb2027;
}
/* youtube button class*/
.youtubeBtn{
    background: #df1c31;
}
.youtubeBtn:before{
      font-family: "FontAwesome";
      content: "\f167"; /* add rss icon */
}
.youtubeBtn:hover{
      color: #df1c31 !important;
      background: #fff;
      border-color: #df1c31;
}

/* env button class*/
.envBtn{
    background: #444444;
}

.envBtn:before{
      font-family: "FontAwesome";
      content: "\f0e0"; /* add env icon */
}
.envBtn:hover{
      color: #444444 !important;
      background: #fff;
      border-color: #444444;
}

/* social media close */
	
/*---dewey buttons ---*/
.buttonboxtext {
  margin: auto;
  width: 60%;
  padding: 10px;
  text-align:center;
		line-height: 1.8em;
}
.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}

.box {
  position:relative;
  vertical-align: middle;
  display: inline-block;
	width: 90%;
	height: 100px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid #cccccc;
  -webkit-transition:0.5s;
}

.box:hover {
  border: 2px solid #fff;
}

.box::before, .box::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
/*--boxfull height--*/
.boxfull:hover::after, .boxfull:hover::before {
  -webkit-transform: scale(1);
}
.boxfull {
  position:relative;
  vertical-align: middle;
  display: inline-block;
	width: 90%;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid #cccccc;
  -webkit-transition:0.5s;
}

.boxfull:hover {
  border: 2px solid #fff;
}

.boxfull::before, .boxfull::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}
/*--close boxfull height--*/

.greenframebutton::before {
  border-top: 4px solid #80bd01;
  border-left: 0;
  -webkit-transform-origin: 50% 100%;
}

.greenframebutton::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}
.blueframebutton::before {
  border-top: 4px solid #2980B9;
  border-left: 0;
  -webkit-transform-origin: 50% 100%;
}

.blueframebutton::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}
.orangeframebutton::before {
  border-top: 4px solid #fd610d;
  border-left: 0;
  -webkit-transform-origin: 50% 100%;
}

.orangeframebutton::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}

.redframebutton::before {
  border-top: 4px solid #e71520;
  border-left: 0;
  -webkit-transform-origin: 50% 100%;
}

.redframebutton::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}
.yellowframebutton::before {
  border-top: 4px solid #f5e200;
  border-left: 0;
  -webkit-transform-origin: 50% 100%;
}

.yellowframebutton::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}

.purpleframebutton::before {
  border-top: 4px solid #a62980;
  border-left: 0;
  -webkit-transform-origin: 50% 100%;
}

.purpleframebutton::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}
.wp-image-20609{
	
	display: none !important;
	
}

.hide-field{
	
	display: none;
}
--->