/* CSS Document */
/* HTML Styling */
body.site {
  border-top: 3px solid #0088cc;
  padding: 20px;
  background-color: #3333FF;
  background-image: url('/images/urban.gif');
}


body {font-family: ubuntu, Arial, Helvetica, sans-serif;
background-color: #FAFAFA} 

    header img {
        margin: 10px auto;
    max-width: 100%;
    display: block
    }

.bodyP-1 {size=10em;
}

   .breadcrumbs {
   min-height: 1px
   }

h1 {display: block;
    font-size: 1.2em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

  h2 {display: block;
    font-size: .95em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #66973F;
}

      h3 {display: block;
    font-size: .6em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}  

h4 {display: block;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 1.5em;
    font-weight: Bold;
    color: #66973F;
}  

p, ul {font-weight: normal;
	line-height: 1.2em;
	color: #ffffff;
  font-size: 1.8em}

.blog ul, .blog li,  {
 list-style-position:inside
 font-weight: normal;
	line-height: 18px;
	color: #72AB34;
}

.blog li, .item-page li {
 padding-right:1em;
 line-height: 1.2em;
}

/*Header Styling*/
Header {background-color: #FAFAFA;
min-height: 70px;}

.finder {2em 1em 0 0; 
float: right;
}

    
/*This "contains" all the website into a fixed width; or used to. Now it pads a middle "fluid" container (meaning responsive)    */
   .container-fluid {
       /*width: 950px ;
  margin-left: auto ;
  margin-right: auto ;  */
  padding: 0 15% 0 15%;
}    
   
/* Navbar coloring, taken from bootstrap.css */
     .navbar-inner {
  margin:0 auto;
  float: none;
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2A313F;
  background-image: -moz-linear-gradient(top, #4F5768, #2A313F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4F5768), to(#2A313F));
  background-image: -webkit-linear-gradient(top, #4F5768, #2A313F);
  background-image: -o-linear-gradient(top, #4F5768, #2A313F);
  background-image: linear-gradient(to bottom, #4F5768, #2A313F);
  background-repeat: repeat-x;
  border: 1px solid #353D50;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59c0e1', endColorstr='#ff59c0e1', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 10px 4px rgba(0, 0, 0, 0.065);
}

/*This is the code for Drop-Down Menus taken from Protostar Template */
    nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
nav .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
nav .nav li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child,
nav .nav li li:hover > .nav-child,
nav .nav li li > a:focus + .nav-child {
	display: block;
}
nav .nav > li > .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav > li > .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
nav .nav li li .nav-child {
	top: -8px;
	left: 100%;
}
nav .nav li li .nav-child:before {
	position: absolute;
	top: 9px;
	left: -7px;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid rgba(0,0,0,0.2);
	border-bottom: 7px solid transparent;
	content: '';
}
nav .nav li li .nav-child:after {
	position: absolute;
	top: 10px;
	left: -6px;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid transparent;
	content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}


  /*Above styling*/
   .maincontainer  {
     background-color: #3C5265;
     border-radius: 30px;
  }
    .random-imagetopleftimg {
    vertical-align: text-top;
    margin: 1 0em;
    }
    
  
  .textcontainer   {
   padding: 0 2em;
  }
  
       /*Abovebanner styling*/
   .breadcrumb  {
  background-color: #3C5265;
   border-radius: 30px;
  }
  
  
 
 /*TopBanner Styling*/
 
   
 
   .moduletabletopbanner   {
  background-color: #3C5265;
  vertical-align: text-top;
  padding: 0em;
  font-size: 1.01em;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  }
  
  .customtopbanner p {
  text-align: top;
  }
  
   .customtopbanner h2 {
    font-size: 2.55em;
    padding: 0em;
    margin: 0em; 
    font-weight: bold;
    color: #FFFFFF;
    }
    
    
    .customtopbanner img {
    vertical-align: top; 
    }
    
     .moduletabletopbanner img {
      //vertical-align: top;
          max-width: 98%;
  }
  
  .page-header  {
  background-color: #3C5265;
  padding: 3.5, 0em;
  font-size: 2em;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF}
  
   .tContainer {
         margin-top: 40px;
   }
  
     /*Blog Styling*/
     
     
  .blog-featured,  .item-page, .blog {
  padding: 0 4em;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  vertical-align: top;
  background-color: #3C5265;
   font-size: 1em;
   text-align: justify;
    text-justify: distribute; 
  }
  
    .blog-featured h2 {
     font-size: 2.2em;
     text-align: left;
	font-weight: normal;
	line-height: 1em;
	color: #66973F;
  }
  
   .page-header h2 {
   display: block;
   text-align: left;
     font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	 color: #66974B;
  } 
  
      .item column-1 h2, .item column-2 h2 {
     padding: 0 em;
     font-size: 0em;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
  } 
  
     .blog-featured p, .item-page p, .blog p  {
      padding: 0 0.5em;
      padding-bottom: 0.8em;
      margin-right: .5em;
      }   
  
   /*Bottom Styling*/
   .custom   {
  background-color: #467BAE;
  padding: 3.5, 0em;
  font-size: 3em;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF}   
  
  .moduletablesidemenu { 
    font-size: .7em;
       margin-top: 0.9em;
    float:left;  
}

     .moduletablesidemenu ul {  
    border-top: 1px solid #DBDBDB;
    list-style-type: none;
    margin: 0.9 0em;
    padding: 2 0em;
    width: 100%;
    background-color: #3C5265;
}

     .moduletablesidemenu li {  
     line-height: 23px;
     text-align: left;
    border-bottom: 1px solid #DBDBDB;
  }

    /* Change the link color on hover */
  .moduletablesidemenu li a:hover {
    background-color: #3C5265;
    color: white;
}

.moduletabletextscroll { 
    padding-bottom: 40px;
  }

  .moduletabletextscroll h4 { 
    font-size: 1.5em;
    margin-top: 2.2em;
  }
  
  .moduletabletextscroll p { 
    font-size: 1em
  }

/*Footer Styling */

footer {  margin-top: 1em;
  }
  
/* Styling for the Navigation Button for Mobiles and Tablets */

 .navbar .btn-navbar {
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* This sets styling for the menus */
@media (max-width=979px) {
nav .nav-child {
	position: static;
	top: auto;
	left: auto;
	z-index: 1000;
	display: block;
	float: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #C3F4E6;
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,0.2);
	*border-right-width: 0px;
	*border-bottom-width: 0px;
	/* if this was set to a value it would give you your curved borders - see original nav above */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}}

nav ul.nav-child a {
font-size: 16px}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
background-color: transparent;
}

        #placeholderdiv { 
    display: block;
     width: 150px ;
  margin-left: auto ;
  margin-right: auto ;
}   


  
  
 @media (min-width: @screen-sm) {
             p {
            text-align: top;
            }
            
            
  }
  
   @media (max-width: 1142px) { 
 
  .customtopbanner h2 {
    font-size: 2em;
    }
 }
  
  @media (max-width: 940px) { 
 
  .customtopbanner h2 {
    font-size: 1.6em;
    }
 }
 
 @media (max-width: 767px) {
 
 header {
      text-align: center;
      padding: 0;
      min-height: 0;
 }
    .container-fluid {
       text-align: left; 
       padding: 0 1% 0 1%;    
}

.span3 {
      display: none !important;
      }

h1 {display: block;
    font-size: 0.8em;
    line-height: px;
} 

  h2, .blog-featured h2, .page-header h2,  .item column-1 h2, .item column-2 h2 {
    font-size: 1em;
    line-height: 1em;
     font-weight: bold;
    }

         /*Blog Styling*/
     
     
  .blog-featured,  .item-page, .blog  {
    margin-top: 0em;
    }


     h3  {
    font-size: .25em;
    line-height: 10px;
     font-weight: bold;
    }
    
    p, ul {font-weight: normal;
    line-height: 17px;
  font-size: 1.2em}
    
    d#left {
    display:none;
    }

/*TopBanner Styling*/
   .moduletabletopbanner h2 {
    font-size: 4vw;
    line-height: 15px;
    padding: 0em;
    margin: 0em;
    font-weight: bold;
    }
  
    h2, .blog-featured h2, .page-header h2,  .item column-1 h2, .item column-2 h2 {
    font-size: 2em;
    line-height: 1em;
    color: #66973F;
     font-weight: bold;
    }
    
    
    .textcontainer {
    padding: none;
    }
    
     
 /*  .moduletabletopbanner {
   font-size: 3vw;
	font-weight: bold;
	line-height: 0.1vw;
	  }   
    
    
    .moduletablesidemenu {
       margin:0 auto; 
    float:none;
}

 .moduletablesidemenu ul {
        margin: 0 auto; 
    }

  .moduletablesidemenu li {  text-align: center;
  }
  
  */
  
    
  .blog-featured,  .item-page, .blog, .blog-featured h2,  .page-header h2,  .item column-1 h2, .item column-2 h2, .blog-featured p {
  padding: 0em;
  vertical-align: top;
  font-size: 1em;
  }
  
        .textscrollmobile {
              padding: 0em 1em 1em 1em
        }
        
        .textscrollmobile h4 {
              margin-bottom: 2em
        }
   
  
}  

.pwebcontact_toggler.pweb-toggler-blue {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #3C5265 #3C5265 #3C5265;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    background-color: #3C5265;
    background-image: -moz-linear-gradient(top,#08c,#3C5265);
    background-image: -ms-linear-gradient(top,#08c, #3C5265);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#3C5265));
    background-image: -webkit-linear-gradient(top,#08c,#3C5265);
    background-image: -o-linear-gradient(top,#08c,#3C5265);
    background-image: linear-gradient(to bottom,#08c,#3C5265);
}