/* Enter Your Custom CSS Here */
page-id-115 .site-navigation .primary-navigation{ 

display: none; 

}

.flexing-away .et_pb_row .et_pb_column_1_2 {
    display: flex; /* add flexbox */
    justify-content: center; /* keep items centered horizontally */
    align-items: center; /* keep items centered vertically */
}
.flexing-away .et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-left: .2rem; /* change to whatever pixels you want */
    margin-right: .2rem; /* it's good to have the same margin on either side */
}
@media all and (max-width: 479px) {
    .flexing-away .et_pb_row .et_pb_column_1_2 {
        flex-wrap: wrap; /* let the items start switching lines */
    }
    .flexing-away .et_pb_row .et_pb_column_1_2 .et_pb_module {
        width: 100%; /* no more space left after 100%, so the buttons will break lines */
        text-align: center; /* leave this line in if you want the text inside the button to be centered */
    }
}
.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 5px;
}

.btn-inline {
    text-align: center !important;
}
body .gform_wrapper h3.gform_title {
  color: #0072bc;
  font-size: 20px;
  font-weight: bold;
  
   /* display: none !important;*/
}
/*.et-search-form input { 

  border: 2px;
  border-color: #000000;
  background: #eff0f2;


}*/
/*-------------------------*/
/*---Team Section Layout---*/
/*-------------------------*/


/*Transparent header text*/
.ds-team-header h1 {
    font-family: 'Open Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    line-height: 1.4em;
    text-align: center;
    padding: 7% 12%;
    background: rgba(0,0,0,.5);
    color: white !important;
    mix-blend-mode: multiply;
}

/*Transparent header text mobile settings*/
@media only screen and (max-width: 767px) {
.ds-team-header h1 {
    font-size: 2em;
    line-height: 1em;
    padding: 10% 12%;
    }
}


/*Animated gradient background*/
.ds-gradient-overlay {
/*  background: rgba(176,202,201,.7);*/
  
  background: rgba(51,153,255,0.7);
  -webkit-animation:colour 15s linear infinite;
  -moz-animation:colour 15s linear infinite;
}

@-webkit-keyframes colour{
	0%{
		background:rgba(51,153,255,0.8);
	}

	25%{
		background:rgba(51,153,255,0.2);
	}

	50%{
		background:rgba(51,153,255,0.4);
	}

	75%{
		background:rgba(51,153,255,0.6);
	}
    
    100%{
		background:rgba(51,153,255,0.8);
	}
}

@-moz-keyframes colour{
	0%{
		background:rgba(51,153,255,0.8);
	}

	25%{
		background:rgba(51,153,255,0.2);
	}

	50%{
		background:rgba(51,153,255,0.4);
	}

	75%{
		background:rgba(51,153,255,0.6);
	}
    
    100%{
		background:rgba(51,153,255,0.8);
	}
}


/*Person Module*/
.ds-person-module img {
    border-radius: 50%;
    margin-top: -50%;
}

.ds-person-module .et_pb_team_member_description {
    padding: 20px;
}

.ds-person-module .et_pb_member_social_links, .ds-person-module h4, .ds-person-module .et_pb_member_position {
    text-align: center !important;
}

.ds-person-module .et_pb_member_position {
    font-size: 20px;
    font-style: italic;
    color: #0072bc !important;
    padding-top: 10px;
}

.ds-person-module p {
    text-align: justify !important;
}

.ds-person-module .et_pb_member_social_links li {
    margin-right: 0;
}

.ds-person-module .et_pb_member_social_links a:before {
    color: #f7f7f7;
}

.ds-person-module .et_pb_member_social_links a {
    color: #fff;
    background: #0072bc;
    padding: 10px;
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 10px;
    border-radius: 50%;
    -webkit-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    transition: background-color .7s ease;
}

.ds-person-module .et_pb_member_social_links a:hover {
    background: transparent !important;
}

.ds-person-module .et_pb_member_social_links a:hover:before {
    color: #a6a39e;
}

/*Person module mobile settings*/
@media only screen and (max-width: 980px) and (min-width: 767px) {
    .ds-person-module .et_pb_member_social_links {
    width: 280px;
    margin: -50px 0 0 -325px;
    }
    
    .ds-person-module {
    margin-bottom: 50%;
    }
}

.ds-profile-button {
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-weight: normal !important;
    margin-top: 5px;
    -webkit-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    transition: background-color .7s ease;
}