.vc_custom_1538126415821 {
    background-position: top !important;
}

.header-bottom .site-navigation-wrapper {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    z-index: 99;
}

p {
  
    font-size: 0.9em;
}



.grow a:hover {
	font-weight:bold;
-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
     transform: scale(1.3);
	

}

	


ul {
    list-style: none;
}

#site-navigation ul li a {
    color: white  !important;
	font-size: 1.1em !important;
}

#site-navigation ul li .current_page_item a {
    color: white;

}

#site-navigation ul li {
    float: left;
    padding: 23px 20px 23px 0;
    position: relative;
}

.sub-toggle {
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#site-navigation ul.sub-menu, .menu ul li ul.children {
    background-color: #14314ae6;
}

#site-navigation .menu-toggle {

    cursor: pointer;
    font-size: 20px;
    color: white;

}

#site-navigation ul li a {
  position: relative;
  text-decoration: none;
		padding-bottom:5px;
}

#site-navigation ul li a:hover {
  color: white;
	
}

#site-navigation ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;

  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#site-navigation ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.header-bottom {
    background: #006ac1;
}

.breadcrumb-trail.breadcrumbs .trail-title {
    float: none;
    text-align: center;
}

.breadcrumb-trail.breadcrumbs .trail-title {
    float: none;
    text-align: center;
    color: #65a8df;
    font-size: 2.3em;
}

.wp-custom-header img{
    width: 100%;
}

.wp-custom-header {
    position: relative;
    text-align: center;

    z-index: 10;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child,.page-template-pagebuilder .breadcrumb-trail.breadcrumbs {
	margin: 0;
}

.bottom {
    background-color: #65a8df;
    color: white;
}

a {
    color: #65a8df;
}

.post .entry-thumbnail {
    display: none;
}

h2 {
font-size: 2.2em; 
    color: #65a8df !important;
		font-weight:400;
}



h3 {
    font-size: 1.4em;
	font-weight: 400;
}

h3 a {
font-size: 19px;
    font-family: 'Pt serif';
    color: #65a8df !important;
	font-weight:600;
}

.logo .logo-image a img {
    padding: 0;
    height: 90px;
    width: auto;
}

#site-navigation ul li a {
    font-size: 19px;
    font-family: 'Pt serif';
    text-transform: uppercase;
}

#site-navigation {
    float: left;
    margin-left: 32%;
}


.full-width #primary {
    float: none;
    width: 100%;
    margin-top: 0px important!important;
}

.panel-grid-cell .widget-title {
    color: #65a8df;
    margin-top: 0;
    font-size: 21px;
    font-family: 'Pt serif';
	font-weight:normal;
}

#comments {
    padding: 30px 0;
    display: none;
}

p {
    margin: 0 0 30px;
    text-align: justify;
}

#bottom-footer .copyright-text {
    color: #fff;
    font-size: 12px;
    display: none;
}



@media(max-width:980px) {
	
#site-navigation ul li.current-menu-ancestor a, #site-navigation ul li.current-menu-item a, #site-navigation ul li a
	{
 color: #65a8df !important;
		text-decoration:none;
		padding:0;
}
	
#site-navigation ul li {
 color: #65a8df;
	float:left !important;
	padding:2%;
	width:100%;
}
	 }