/*Layouts css goes here*/


.profile-page-section {
    margin: 10px 0 20px 30px;
    border: 1px solid #aeb0b5;
    float: right;
    background: #dce4ef;
}

#profile h4 {
  
clear:none;
}



 .actions-template-default .sidebar-main .widget {
     padding:5px!important;
 }

  .actions-template-default .sidebar-main .widget-title {
     text-align:center;
 }



 .profile-page-section .profile-photo {
  position: relative;
  overflow: hidden;

  
}

.profile-photo img {
   margin-bottom:0!important;
}
 .profile-page-section .profile-photo img {
width:100%;

  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
   margin-bottom:0;
}
  .profile-page-section .profile-photo:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}


 .profile-page-section .profile-photo img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

 .profile-page-section .profile-body {
         padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align:center;
 }

.profile-page-section .profile-body h4 a {
     font-size:24px!important;
     text-transform:uppercase!important;
   color: #205493;
      }

.profile-page-section   .profile-body h4 a:hover {
    color:#0076c2
      }

#profile-header {
    background-color: #dce4ef;
    margin: -20px -35px 10px;
    padding: 20px 20px;
}

 #profile-header h1.entry-title {
     font-size:40px;
     font-weight:normal;
     color:#4773aa;
 }


   #profile-header h1 {
      margin: 10px 0 5px;
  }

  #profile-header h4 {
      margin: 0;
      font-size: 24px;
  }

  #profile-header h5 {
      margin: 0;
      font-size: 22px;
  }


 .related-profile {
    margin: 10px;
    width: 100%;
    border: 1px solid #aeb0b5;
    float: right;
    background: #dce4ef;
    min-height: 433px;
}

.related-profile .profile-body {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.related-profile .profile-photo {
  position: relative;
  overflow: hidden;

  
}
.related-profile .profile-photo img {
width:100%;

  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.related-profile .profile-photo:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}


.related-profile .profile-photo img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.related-profile .profile-body h4 a {
     font-size:20px!important;
     text-transform:uppercase!important;
      font-size: 21px!important;
    text-transform: uppercase!important;
    color: #205493;
      }

.related-profile .profile-body h4 a:hover {
    color:#0076c2
      }

.related-profile .profile-body h5 {
    margin-bottom:0px!important;
}

.profile-body h4 a {
    font-size: 26px!important;
    text-transform: uppercase!important;
    color: #205493;
}

#key-description h2 {
  text-transform:none;
}

 .tagline {
    position:absolute;
    z-index:1000;
    top:0;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}
  

.ast-theme-transparent-header .tagline {
    color:#fff;
}


.organization .uabb-creative-button-wrap a, .organization .uabb-creative-button-wrap a:visited {
    font-size: 22px;
    line-height: 24px;
    text-transform: ;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 200px;
    min-height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #205493;
    border: 1px solid #205493;
  color:#fff;
}

.organization .uabb-button-wrap {
 text-align:center; 
  margin-top:20px;
}