/* Enter Your Custom CSS Here */

hr {clear: both;}

.page-id-13 .content-wrapper,.page-id-15 .content-wrapper, .page-id-17 .content-wrapper { margin-top:
 200px;}

.bluebtn  {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 9.5px 19px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.bluebtn:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.bluebtn:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


.add_links {padding: 70px 0px 70px 0px;text-align:center;}
#full {width:100%;float:left;padding:40px 0px 0px; }
#left {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right {
    width: 47%;
    float: left;
    font-size: 18px;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}
@media only screen and (max-width: 1023px){
  .page-id-13 .content-wrapper,.page-id-15 .content-wrapper, .page-id-17 .content-wrapper { margin-top: 50px;}
}

@media only screen and (max-width: 767px){
  #left { width: 100%; float: left; }
  #right { width: 100%; float: left; font-size: 14px; }
}
