/*
Theme Name: Push Button Child Theme
Theme URI: https://thinkpb.com
Version: 1.0
Description: Push Button Web Design theme framework.
Author: Push Button Web Design
Author URI: https://thinkpb.com
template: bb-theme
*/

/* Add your custom styles here... */
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
a,
a:before,
a:after {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.md-show {
  display: none !important;
}

/* Buttons */
.uabb-button,
.fl-button {
  min-width: 200px;
  text-align: center;
  position: relative;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.btn-border {
  background: none !important;
  border-color: #fff !important;
}
.btn-border:hover {
  background: #001941 !important;
  border-color: #001941 !important;
}
.button-with-arrow-circle i {
  border: 2px solid #00a0dc;
  border-radius: 50%;
}
.button-with-arrow-circle:hover i {
  border-color: #001941;
}
.button-with-arrow-circle i:before {
  font-size: 20px !important;
  height: 26px !important;
  line-height: 26px !important;
  width: 26px !important;
}
.brn-border-blue a.fl-button * {
  color: #001941 !important;
}
.brn-border-blue a.fl-button:hover * {
  color: #fff !important;
}
.brn-border-blue a.fl-button {
  background-color: transparent;
  border: 2px solid #001941 !important;
}
.brn-border-blue a.fl-button:hover {
  background-color: #00a0dc;
  border: 2px solid #00a0dc !important;
}

/* Video Gallery */
#video-carousel .uabb-video-gallery-wrap ul.slick-dots {
  margin-top: 0;
}
#video-carousel .slick-arrow:hover {
  border-color: #00a0dc;
}
#video-carousel .slick-arrow:hover i {
  color: #00a0dc;
}
.uabb-video-gallery-wrap ul.slick-dots {
  margin-top: 30px;
}
.uabb-video-gallery-wrap ul.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7px;
}
.uabb-video-gallery-wrap ul.slick-dots li button:before {
  display: none;
}
.uabb-video-gallery-wrap ul.slick-dots li button {
  width: 15px;
  height: 5px;
  padding: 0;
  background: #5f6676;
  border-radius: 0;
}
.uabb-video-gallery-wrap ul.slick-dots li.slick-active button {
  background: #00a0dc;
  width: 35px;
}

/* Tab Content */
#tab-content-v1 .fl-tabs-labels .fl-tabs-label {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#tab-content-v1 .fl-tabs-labels .fl-tabs-label.fl-tab-active {
  border-top: 0;
}
#tab-content-v1 .fl-tabs-labels .fl-tabs-label:first-child {
  border-top: 1px solid #e5e5e5;
}

/* Gravity Form */
textarea {
  padding: 20px !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727272 !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #727272 !important;
  opacity: 1 !important;
}
div.gform_wrapper .gform_footer {
  display: block !important;
}
div.gform_wrapper .gform_button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
div.gform_wrapper .gsection_title {
  margin-bottom: 0;
}
div.gform_wrapper .gfield_label {
  border: 0;
  line-height: 2 !important;
}

/* Useful Classes */
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.fileDetails {
  font-size: 14px;
}
.list-none {
  list-style: none;
  padding: 0;
}
ol.column-2,
ul.column-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ol.column-3,
ul.column-3 {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
ol.column-2 li,
ul.column-2 li,
ol.column-3 li,
ul.column-3 li {
  padding-right: 20px;
}
#cta-box-wrapper .pp-infobox,
#cta-box-wrapper .pp-highlight-box-content {
  background: #fcfcfc;
  border: 10px solid #f0f2f4;
}
#cta-box-wrapper.no-border .pp-highlight-box-content {
  border: 0;
}
.section-with-right-image .fl-col-group .fl-col:first-child {
  padding: 20px 0 30px;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.section-with-right-image .fl-col-group > .fl-col:first-child .fl-col-content {
  max-width: 570px;
  margin-right: 10%;
}
.section-with-right-image
  .fl-module-photo
  .fl-module-content
  .fl-photo
  .fl-photo-content,
.section-with-right-image .fl-module-photo .fl-module-content .fl-photo,
.section-with-right-image .fl-module-photo .fl-module-content,
.section-with-right-image .fl-module-photo {
  height: 100%;
}
.section-with-right-image:not(.not-cover) img.fl-photo-img {
  height: 100%;
  object-fit: cover;
}
.section-with-right-image .auto-height img.fl-photo-img {
  height: auto;
}
.section-with-left-image .fl-col-group .fl-col:last-child .fl-col-content {
  max-width: 650px;
  width: 100%;
  margin-left: 13%;
}
.section-with-left-image.v2 .fl-col-group .fl-col:last-child .fl-col-content {
  max-width: 530px;
}
.section-with-blue-white-bg .fl-row-content-wrap {
  padding-top: 140px;
  padding-bottom: 140px;
}
.section-with-blue-white-bg .fl-col-group .fl-col:last-child .fl-col-content {
  margin-left: 20%;
}

/* Careers page */
#portal-box-style-1 .uabb-bb-box {
  padding-top: 90px;
}
#portal-box-style-1 .uabb-bb-box .uabb-ib1-title {
  position: absolute;
  top: 0;
  left: 0;
}

/* New Course Layout */
.course-table-list table td {
  padding: 15px 10px;
  border-top: 2px solid #727272;
  border-bottom: 2px solid #727272;
}
.course-table-value {
  color: #001941;
  font-weight: 700;
  text-transform: uppercase;
}
.course-table-label {
  text-align: right;
}
.course-table-list .duration-online {
  font-size: 14px;
  font-weight: 400;
}
.course-table-list .course-table-value .level {
  display: block;
  width: 100%;
  padding: 5px 10px;
}

.course-table-list .course-table-value .level.basic {
  background: #95c11f;
  color: #ffffff;
}
.course-table-list .course-table-value .level.advanced {
  background: #ff8200;
  color: #ffffff;
}
.course-table-list .course-table-value .level.intermediate {
  background: #ffc803;
  color: #ffffff;
}
/*** Header ***/
#top-bar {
  background: #001941;
}
.top-bar-infos ul li:last-child {
  padding-left: 55px;
}
.top-bar-infos ul li .uabb-info-list-content-wrapper .uabb-info-list-icon {
  margin-right: 7px;
}
#menu-top-bar-menu {
  margin-right: -30px;
  z-index: 1;
}
#search-icon-wrapper {
  position: absolute;
  top: 8px;
  right: 0;
}
#menu-main-menu > li.menu-button {
  margin-left: 25px;
  margin-right: 0;
}
.menu-button a {
  background-color: #00a0dc;
  font-weight: 700;
  padding: 15px 20px 14px !important;
  display: inline-block;
}
.menu-button a span {
  color: #fff !important;
}
.menu-button a:hover {
  background-color: #001941;
}
body:not(.home) .menu-button a:hover {
  background-color: #fff;
}
body:not(.home) .menu-button a:hover span {
  color: #00a0dc !important;
}
.woocommerce-breadcrumb,
.woocommerce-products-header__title.page-title {
  text-transform: uppercase;
}
/*** Homepage ***/
#banner-slider .bx-wrapper {
  margin-bottom: 0;
}
#banner-slider .fl-content-slider-wrapper .fl-slide {
  height: 920px;
  min-height: 1px;
}
#banner-slider .fl-content-slider-wrapper .fl-slide-foreground {
  height: 100%;
  position: relative;
}
#banner-slider .fl-content-slider-wrapper .fl-slide-content-wrap {
  max-width: 830px;
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 1;
}
#banner-slider
  .fl-content-slider-wrapper
  .fl-slide-content-wrap
  .fl-slide-text
  p:first-child {
  padding: 7px 0 20px !important;
}
#banner-slider .fl-slide-content .btn-border {
  margin-left: 25px;
}
#banner-slider.home-slider .fl-slide-title {
  margin-bottom: 10px !important;
}
#banner-slider .fl-slide-text h1 {
  margin-bottom: 45px !important;
  line-height: 1.2 !important;
  font-size: 55px;
}
#banner-slider .fl-content-slider-navigation {
  max-width: 1620px;
  width: 100%;
  left: 50%;
  right: initial;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#banner-slider .fl-content-slider-navigation > a {
  border: 2px solid #fff;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#banner-slider .fl-content-slider-navigation a.slider-prev {
  left: 20px;
}
#banner-slider .fl-content-slider-navigation a.slider-next {
  right: 20px;
}
#banner-slider .fl-content-slider-navigation > a > div {
  width: 100%;
  height: 100%;
}
#banner-slider .fl-content-slider-navigation > a > div > svg {
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#banner-slider .bx-pager {
  text-align: left;
  max-width: 1450px;
  padding-left: 95px;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot span,
#testimonial-content-slider .bx-pager a.bx-pager-link,
#banner-slider .bx-pager a.bx-pager-link {
  margin: 0 7px;
  background: #5f6676;
  width: 15px;
  height: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
#testimonial-content-slider .bx-pager a.bx-pager-link.active,
#banner-slider .bx-pager a.bx-pager-link.active {
  background: #00a0dc;
  width: 35px;
}
#home-news-articles .uabb-post-wrapper > div {
  position: relative;
}
#home-news-articles .uabb-post-wrapper > div > div {
  padding-bottom: 80px;
}
#home-news-articles .uabb-post-thumbnail {
  height: 250px;
}
#home-news-articles .uabb-post-thumbnail a {
  height: 100%;
  display: block;
}
#home-news-articles .uabb-post-thumbnail img {
  height: 100%;
  object-fit: cover;
}
#home-news-articles .uabb-blog-post-content {
  position: static;
}
#home-news-articles div.uabb-blog-post-section a.uabb-button {
  min-width: 130px;
  padding: 10px 20px;
}
#home-news-articles div.uabb-blog-post-section {
  padding: 0;
  position: absolute;
  bottom: 35px;
  left: 35px;
}
#infobox-portals .fl-row-content .fl-col-group > div {
  width: 33.33% !important;
}
#infobox-portals .uabb-infobox-content {
  position: relative;
  padding-bottom: 100px;
  height: 100%;
  overflow: hidden;
}
#infobox-portals .uabb-infobox-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #00a0dc;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
#infobox-portals .uabb-infobox-content:hover:after {
  width: 100%;
}
#infobox-portals .uabb-infobox-title-wrap {
  position: relative;
  z-index: 1;
}
#infobox-portals .uabb-infobox-button {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}
#infobox-portals .uabb-infobox-title-wrap,
#infobox-portals .uabb-infobox-text-wrap {
  padding: 0 30px;
}
#icon-link-wrapper .fl-callout-photo {
  width: 80px;
  padding-right: 20px;
}
#icon-link-wrapper .fl-callout-photo > div {
  text-align: center;
}
#icon-link-wrapper .fl-callout-content {
  width: auto;
}
.section-with-right-image #icon-link-wrapper .fl-col-group .fl-col:first-child {
  padding: 0;
}

/*** Innerpage ***/
body:not(.home) #fl-main-content h1.fl-post-title {
  color: #fff;
  text-align: center;
}
body:not(.home) #fl-main-content .fl-post-content {
  min-height: 150px;
}
body.page-id-55 #fl-main-content {
  background: none;
  padding-top: 0;
}
.pp-logos-wrapper .logo-title {
  line-height: 1.2;
}

/*** Blog ***/
#post-listing .pp-content-post {
  border: 1px solid #f1f1f1;
  transition: 0.25s linear;
  transform: translateY(7px);
}
#post-listing .pp-content-post:hover {
  -moz-box-shadow: 0px 10px 20px rgba(68, 68, 68, 0.12);
  -webkit-box-shadow: 0px 10px 20px rgba(68, 68, 68, 0.12);
  box-shadow: 0px 10px 20px rgba(68, 68, 68, 0.12);
  border-color: #dcdcdc;
  transform: translateY(0);
}
#post-listing .pp-content-post .pp-post-image .pp-post-featured-img,
#post-listing .pp-content-post .pp-post-image .fl-photo-content {
  height: 165px;
}
#post-listing .pp-content-post .pp-post-image .fl-photo-content a {
  height: 100%;
}
#post-listing .pp-content-post .pp-post-image .pp-post-featured-img > img,
#post-listing .pp-content-post .pp-post-image .fl-photo-content img {
  height: 100% !important;
  object-fit: cover;
}
#post-listing .pp-content-post:hover .pp-post-title a {
  color: #00a0dc;
}
#post-listing .pp-content-grid-more-link {
  position: absolute;
  bottom: 12px;
  left: 20px;
  right: 20px;
  margin: 0;
}
#post-listing .pp-content-post:hover .pp-content-grid-more-link a {
  background-color: #00a0dc;
}
#single-blog-post .fl-module img {
  width: auto;
  display: block;
}
#single-blog-post .fl-module .wp-block-embed-youtube img {
  width: 100%;
}
#single-blog-post span.caption {
  max-width: 90% !important;
  display: block;
  font-style: italic;
  font-size: 15px;
  text-align: left;
  margin-bottom: 24px;
}
#single-blog-post blockquote {
  position: relative;
  padding: 36px;
  max-width: 780px;
  margin: 0 auto !important;
  float: none !important;
  margin: 3rem auto !important;
  font-size: 25px !important;
  line-height: 1.5 !important;
  clear: both;
  text-align: center;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  line-height: 1.45;
  text-align: center;
  color: #001941;
  text-transform: none;
}
#single-blog-post blockquote:before,
#single-blog-post blockquote:after {
  position: absolute;
  font-family: georgia, serif;
  font-size: 2em;
}
#single-blog-post blockquote:before {
  content: "\201C";
  top: 20px;
  left: 0;
}
#single-blog-post blockquote:after {
  content: "\201D";
  right: 0;
  bottom: 20px;
}
#single-blog-post blockquote p {
  margin-top: 8px;
  margin-bottom: 8px;
}
#single-blog-post blockquote em,
#single-blog-post blockquote em strong {
  color: #001941;
  padding-top: 0px;
  clear: both;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  margin: 8px 0;
  font-weight: bold;
}

/* Series - single post */
.pdf-lists {
  margin-top: 10px;
}
.pdf-lists li {
  position: relative;
  padding: 10px 0 10px 40px;
  font-size: 16px;
  line-height: 1.25;
}
.pdf-lists li a:active,
.pdf-lists li a {
  color: #001941;
}
.pdf-lists li:hover a {
  color: #00a0dc;
}
.pdf-lists h4 {
  line-height: 1.1;
}
.pdf-lists a:hover {
  color: #00a0dc;
}
.pdf-lists i.fi-page-export-pdf {
  font-size: 30px !important;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-request-quote-form {
  max-width: 850px !important;
}
#video-slider-wrapper {
  padding: 0 50px;
}
.video-slider {
  width: 100%;
  padding-bottom: 170px;
}
.video-slider.one-vid-only {
  padding-bottom: 0;
}
.video-slider .item {
  padding: 0;
  position: relative;
}
.video-slider .item img {
  max-width: 840px;
  width: 100%;
  padding: 10px;
  background-color: #00a0dc;
  padding: 10px;
}
.video-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: auto;
  padding: 5px 0 15px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.video-slider .owl-dots::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.video-slider .owl-dots::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.video-slider .owl-dots::-webkit-scrollbar-thumb {
  background: #ccc;
}
.video-slider .owl-dots::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.video-slider .owl-dot {
  height: 100%;
  width: 20%;
}
.video-slider button.owl-dot {
  background-size: cover;
  background-position: center;
  border: solid 6px #fff;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.22);
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.video-slider button.owl-dot.active {
  border-color: #00a0dc;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.video-slider .owl-nav {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 42px;
}
.video-slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -50px;
  transform: rotate(90deg);
}
.video-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -50px;
  transform: rotate(90deg);
}
.video-slider .fun-image {
  position: relative;
}
.video-slider .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #00a0dc;
  font-size: 100px;
  height: 68px;
  line-height: 68px;
}
.video-slider .play-icon:hover {
  color: #001941;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 0;
  background-color: transparent !important;
}
#video-section .owl-carousel .owl-nav button {
  background-color: rgba(0, 0, 0, 0.35) !important;
  width: 37px;
  height: 37px;
}
#video-section .owl-carousel .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 37px;
  height: 37px;
}
#video-section .video-slider .owl-nav button span {
  font-size: 0;
}
#video-section .video-slider .owl-nav button span:before {
  content: "\f346";
  font-family: dashicons;
  font-size: 21px;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.75);
}
#video-section .video-slider .owl-nav button:hover span:before {
  color: rgba(255, 255, 255, 1);
}
#video-section .video-slider .owl-nav button.owl-next span:before {
  content: "\f342";
}

/* Events */
body.post-type-archive-mec-events .mec-container > h1,
body.single-mec-events .mec-event-content h1.mec-single-title {
  display: none;
}
body.post-type-archive-mec-events .mec-container {
  width: 100%;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
}
.mec-event-list-minimal .mec-event-date {
  min-width: 90px;
}
.mec-event-list-minimal > div.mec-month-divider:first-child {
  margin-top: 30px;
}
.mec-event-list-minimal > div.mec-month-divider {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Stiles University */
.stiles-university-intro-section .icon-with-circle .uabb-image-content {
  max-width: 120px;
  line-height: 120px;
}
.stiles-university-categories-section .icon-with-circle .uabb-image-content {
  max-width: 184px;
  line-height: 184px;
}
.stiles-university-categories-section .icon-with-circle .uabb-image-content {
  background-color: #001941;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.stiles-university-categories-section
  .icon-with-circle
  .uabb-module-content:hover
  .uabb-image-content {
  transform: scale(1.075);
  -webkit-transform: scale(1.075);
  -moz-transform: scale(1.075);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.icon-with-circle .uabb-image-content {
  max-width: 120px;
  width: 100%;
  margin: auto;
  background-color: #00a0dc;
  line-height: 120px;
  border-radius: 50%;
}
.icon-with-circle:not(.v2) .uabb-image-content img {
  width: auto !important;
  border-radius: 0;
}
.contact-info-lists ul {
  text-align: center;
}
.contact-info-lists ul li {
  display: inline-block;
}
.contact-info-lists ul li:first-child {
  font-weight: 700;
}
.contact-info-lists ul li .uabb-info-list-content-wrapper {
  padding-left: 37px;
}
.contact-info-lists ul li:last-child .uabb-info-list-content-wrapper {
  padding-left: 33px;
}
.contact-info-lists ul li .uabb-info-list-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-info-lists ul li .uabb-info-list-content {
  width: 100% !important;
}
.contact-info-lists ul li:first-child + li {
  padding: 0 20px;
}
.contact-info-lists .ua-icon-phone-handset,
.contact-info-lists .ua-icon-phone-handset:before {
  font-size: 18px !important;
  line-height: 18px !important;
  height: 18px !important;
}
.stiles-university-courses-section .uabb-infobox > div {
  width: 100%;
}
.stiles-university-courses-section .uabb-infobox ul li a {
  color: #001941;
  padding: 10px 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #00a0dc;
}
.stiles-university-courses-section .uabb-infobox ul li a:hover {
  color: #00a0dc;
}
.stiles-university-courses-section .uabb-infobox ul li a:hover {
  color: #00a0dc;
}
.stiles-university-portals-section .uabb-infobox-content {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.stiles-university-portals-section .uabb-infobox-text-wrap {
  padding: 40px 20px 50px;
}
.stiles-university-experience-section .icon-with-circle .uabb-image-content {
  max-width: 95px;
  line-height: 95px;
}
#logo-carousel-slider .pp-logos-content {
  padding: 0 50px;
}
#logo-carousel-slider .pp-logos-content .fa:hover {
  color: #001941;
}

/* Software/Digital */
.info-box-content-4column .uabb-image {
  text-align: center;
}
.info-box-content-4column .uabb-infobox-title-wrap,
.info-box-content-4column .uabb-infobox-text-wrap {
  padding: 0 40px;
}
.info-box-content-4column .uabb-infobox-button .uabb-button {
  text-align: left;
}
#testi-content-slider .layout-4-container {
  position: relative;
  padding: 0 50px;
}
#testi-content-slider .layout-4-container .pp-arrow-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin: 0;
}
#testi-content-slider .layout-4-container .pp-arrow-wrapper .pp-slider-nav {
  position: absolute;
  top: initial;
  margin: 0;
}
#testi-content-slider .layout-4-container .pp-arrow-wrapper .pp-slider-prev {
  left: 0;
}
#testi-content-slider .layout-4-container .pp-arrow-wrapper .pp-slider-next {
  right: 0;
}
#testi-content-slider
  .layout-4-container
  .pp-arrow-wrapper
  .pp-slider-nav
  i:hover {
  color: #001941;
}
#testi-content-slider
  .layout-4-container
  .pp-arrow-wrapper
  .pp-slider-nav
  i:before {
  font-size: 45px;
}
#testi-content-slider .bx-wrapper {
  max-width: 800px !important;
  width: 100%;
  margin: auto;
}
#testi-content-slider .bx-wrapper .layout-4-content {
  padding-left: 100px;
  padding-right: 100px;
}
#testi-content-slider .bx-wrapper .pp-testimonials-title {
  margin-bottom: 0;
}
#testi-content-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 45px;
}
#testi-content-slider .bx-wrapper .bx-pager a.bx-pager-link {
  margin: 0 7px;
  background: #5f6676;
  width: 15px;
  height: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#testi-content-slider .bx-wrapper .bx-pager a.bx-pager-link:hover {
  background: #00a0dc;
}
#testi-content-slider .bx-wrapper .bx-pager a.bx-pager-link.active {
  background: #00a0dc;
  width: 35px;
}
.wc-product-table .product .add-to-cart-wrapper a.button {
  width: 100%;
  text-align: center;
}
/*** Footer ***/
.footer-menu > div {
  border-bottom: 3px solid #00a0dc;
}
#menu-footer-menu-left li:first-child a {
  padding-left: 0;
}
#menu-footer-menu-left li:last-child a {
  padding-right: 0;
}
#menu-footer-menu-right li:first-child a {
  padding-left: 0;
}
#menu-footer-menu-right li:last-child a {
  padding-right: 0;
}
footer .top-bar-infos ul li:last-child {
  padding-left: 30px;
}
#contact-form-wrapper .gform_fields .gfield_label,
#subscribe-form-overlay .gform_fields .gfield_label {
  margin-bottom: 0;
}
#subscribe-form-overlay .gform_fields input {
  border-radius: 0;
}
#subscribe-form-overlay .gform_footer .gform_button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  border: 0;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  text-transform: capitalize !important;
}
/*** Responsive Styles ***/
@media (min-width: 769px) {
  .w-50 > li {
    width: 50%;
    float: left;
  }

  /* Header */
  .top-bar-infos ul li {
    display: inline-block;
  }
}
@media (min-width: 993px) {
  body:not .media-frame-content h2,
  body:not(.home) h2 {
    font-size: 44px;
  }

  /* Header */
  /* #menu-top-bar-menu .uabb-has-submenu .sub-menu,
	#menu-main-menu .uabb-has-submenu .sub-menu{left: -50%;transform: translateX(-50%);-webkit-transform: translateX(-50%); } */

  .stiles-university-portals-section .uabb-infobox-text-wrap .uabb-button {
    min-width: 250px;
  }
}
@media (max-width: 1700px) {
  /* Footer */
  .footer-menu ul.menu > li a {
    padding-left: 9px;
    padding-right: 10px;
  }
}
@media (max-width: 1600px) {
  /* Header */
  #menu-top-bar-menu > li {
    margin-left: 4px;
    margin-right: 4px;
  }
  #menu-main-menu > li.menu-button {
    margin-left: 12px;
  }
  #menu-main-menu > li a {
    font-size: 15px;
  }

  /* Footer */
  .footer-menu ul.menu > li a {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  /* Header */
  #menu-main-menu > li {
    margin-left: 4px;
    margin-right: 4px;
  }

  /* Footer */
  .footer-menu ul.menu > li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  footer p,
  footer ul li a {
    font-size: 13px !important;
  }
}
@media (max-width: 1400px) {
  /* Header */
  .top-bar-infos ul li:last-child {
    padding-left: 30px;
  }
  #menu-top-bar-menu {
    margin-right: -20px;
  }
  .main-logo-column {
    width: 18%;
  }
  #menu-main-menu > li a {
    font-size: 14px;
  }

  /* Footer */
  .footer-menu ul.menu > li a {
    padding-left: 4px;
    padding-right: 5px;
  }
}
@media (max-width: 1300px) {
  /* Header */
  #menu-top-bar-menu li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .main-logo-column {
    width: 15%;
  }
  .header-menu-column {
    width: 82%;
  }
  #menu-main-menu > li a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }
  .menu-button a {
    padding: 13px 14px 12px !important;
    font-size: 15px !important;
  }

  /* Innerpage */
  .stiles-university-categories-section .icon-with-circle .uabb-image-content {
    max-width: 150px;
    line-height: 150px;
  }

  /* Footer */
  footer p,
  footer ul li a {
    font-size: 12px !important;
  }
}
@media (min-width: 993px) and (max-width: 1300px) {
  /* Footer */
  .footer-col1 {
    width: 38% !important;
  }
  .footer-col2 {
    width: 24% !important;
  }
  .footer-col2 .fl-node-j6dpxgfqv10w a.fl-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .footer-col3 {
    width: 38% !important;
  }
}
@media (max-width: 1200px) {
  /* Header */
  #menu-top-bar-menu {
    margin-right: -12px;
  }
  #menu-top-bar-menu > li {
    margin-left: 0;
    margin-right: 0;
  }
  .main-logo-column {
    width: 10%;
  }
  .main-menu-column {
    width: 85%;
  }
  /* #menu-main-menu > li a{font-size: 12px;} */
  #menu-main-menu > li.menu-button {
    margin-left: 10px;
  }
  .menu-button a {
    font-size: 14px !important;
  }

  /* Footer */
  footer p,
  footer ul li a {
    font-size: 11px !important;
  }
  .footer-menu ul.menu > li a {
    padding-left: 6px;
    padding-right: 7px;
  }

  #icon-link-wrapper .fl-callout-photo {
    padding-right: 10px;
  }
}
@media (max-width: 1100px) {
  /* Header */
  .top-bar-infos ul li:last-child {
    padding-left: 17px;
  }
  #menu-top-bar-menu > li a {
    font-size: 12px;
  }
  .menu-button a {
    padding: 11px 10px 10px !important;
    font-size: 13px !important;
  }
  #menu-main-menu > li {
    margin-left: 0;
    margin-right: 0;
  }
  #menu-main-menu > li a {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 992px) {
  /* Custom Style */
  .table-style-1 td,
  .table-style-2 td,
  .table-style-1 tr td:first-child,
  .table-style-2 tr td:first-child {
    padding-top: 10px !important;
  }

  /* Useful Classes */
  .md-show {
    display: block !important;
  }
  .br-none-md br {
    display: none !important;
  }
  .section-with-right-image .fl-col-group .fl-col:first-child .fl-col-content {
    margin-right: 30px;
  }
  .section-with-blue-white-bg .fl-row-content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-with-blue-white-bg .fl-col-group .fl-col:last-child .fl-col-content,
  .section-with-left-image .fl-col-group .fl-col:last-child .fl-col-content {
    margin-left: 30px;
  }

  /* Header */
  #search-bar-modal-popup-overlay .uabb-content {
    width: 100%;
  }
  #search-bar-modal-popup-overlay .uabb-content > div {
    padding: 0;
  }
  #search-icon-wrapper {
    position: absolute;
    top: 10px;
    right: 25px;
  }
  .menu-button a {
    background-color: #001941 !important;
    padding: 14px 15px 13px !important;
    font-size: 16px !important;
    margin-left: 12px;
    margin-top: 14px;
  }
  .menu-button a:hover {
    background-color: #fff !important;
  }
  .menu-button a:hover span {
    color: #001941 !important;
  }
  #menu-main-menu-1 > li.menu-item-has-children a {
    position: relative;
  }
  #menu-main-menu-1 > li.menu-item-has-children span.uabb-menu-toggle {
    display: block;
    background-color: rgba(255, 255, 255, 0.125);
    padding: 5px 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  #menu-main-menu-1
    > li.menu-item-has-children
    .sub-menu
    > li.menu-item-has-children
    span.uabb-menu-toggle {
    background-color: rgba(255, 255, 255, 0.45);
  }
  #menu-main-menu-1 > li.menu-item-has-children span.uabb-menu-toggle:hover {
    background-color: rgba(255, 255, 255, 0.75) !important;
  }
  #menu-main-menu-1 > li a {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #menu-main-menu-1 > li.uabb-active a .uabb-menu-toggle:before,
  #menu-main-menu-1 > li:hover a .uabb-menu-toggle:before {
    color: #001941;
  }
  #menu-main-menu-1 > li .sub-menu li a {
    background-color: #edecec;
    font-size: 15px;
    text-transform: uppercase;
  }
  #menu-main-menu-1 > li .sub-menu li a:hover {
    background-color: #c1c0c0 !important;
  }
  #menu-main-menu-1 > li .sub-menu li a span {
    color: #727272;
  }
  #menu-main-menu-1 > li .sub-menu li .sub-menu li a {
    background-color: #f5f5f5;
    padding-left: 30px;
    font-size: 14px;
  }
  .contact-mobile {
    background: #ffffff;
    padding: 20px !important;
  }
  .menu-text-wrapper {
    background: #ffffff;
  }
  .MM-feature-wrapper .feature-content a.fl-button,
  .MM-feature-wrapper .feature-button a.fl-button {
    padding: 12px;
    border: 0;
    background: #001941;
  }
  .MM-feature-wrapper .feature-content a.fl-button:hover,
  .MM-feature-wrapper .feature-button a.fl-button:hover {
    background: #00a0dc;
  }

  .menu-text-wrapper .MM-feature-wrapper .feature-content p {
    margin-bottom: 20px;
  }
  /* Homepage */
  #banner-slider .fl-slide-text h1 {
    font-size: 45px;
  }
  #banner-slider .bx-pager {
    bottom: 20%;
  }
  #banner-slider .fl-content-slider-wrapper .fl-slide {
    height: 750px;
  }
  #banner-slider .fl-content-slider-wrapper .fl-slide-content-wrap {
    max-width: 700px;
  }
  /* #banner-slider.home-slider .fl-slide-title{font-size: 20px !important;} */
  #infobox-portals .fl-row-content .fl-col-group > div {
    width: 50% !important;
  }
  #home-news-articles .uabb-post-wrapper > div {
    height: auto !important;
  }
  .section-with-right-image.v2
    .fl-col-group
    > .fl-col:first-child
    .fl-col-content {
    margin: 0 20px;
    max-width: 100%;
  }

  /* Innerpage */
  .stiles-university-categories-section .icon-with-circle .uabb-image-content {
    max-width: 110px;
    line-height: 110px;
    padding: 0 30px;
  }
  .stiles-university-portals-section .fl-row-content {
    max-width: 430px;
  }
  #testi-content-slider .bx-wrapper .layout-4-content {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* Footer */
  footer p,
  footer ul li a {
    font-size: 15px !important;
    text-transform: uppercase;
  }
}
@media (min-width: 769px) {
  .sm-show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  /* Useful Classes */
  .sm-show {
    display: block !important;
  }
  .sm-hide {
    display: none !important;
  }
  ol.column-3,
  ul.column-3 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .section-with-right-image * {
    text-align: center;
  }
  .section-with-right-image .fl-row-content-wrap {
    padding: 25px 0 50px;
  }
  .section-with-right-image .fl-col-group .fl-col:first-child {
    padding: 0 0 15px;
  }
  .section-with-right-image .fl-col-group .fl-col:first-child .fl-col-content {
    margin-right: 0;
  }
  .section-with-left-image .fl-row-content-wrap {
    padding: 65px 0 30px;
  }
  .section-with-left-image .fl-col-group .fl-col:last-child .fl-col-content {
    max-width: 100%;
  }
  .section-with-blue-white-bg * {
    color: #fff !important;
    text-align: center;
  }
  .section-with-blue-white-bg .fl-row-content-wrap {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .section-with-blue-white-bg .fl-row-content-wrap {
    background: #00a0dc;
  }
  .section-with-blue-white-bg .fl-col-group .fl-col:last-child .fl-col-content,
  .section-with-left-image .fl-col-group .fl-col:last-child .fl-col-content {
    margin-left: 0;
  }
  .section-with-blue-white-bg .uabb-button {
    border-color: #fff;
    border-width: 1px !important;
  }
  .section-with-blue-white-bg .uabb-button:hover {
    border-color: #001941;
  }
  .portal-grid-section .fl-row-content {
    max-width: 430px !important;
  }
  .pp-testimonial .pp-testimonials-content,
  .pp-testimonial .pp-testimonials-title {
    font-size: 16px !important;
  }

  /* Header */
  .fl-node-5e7u9o3tlahs .mfp-container .fl-search-form-input-wrap {
    width: 90%;
  }
  .top-bar-infos ul li {
    display: inline-block;
  }

  /* Homepage */
  #banner-slider .fl-content-slider-wrapper .fl-slide {
    height: 600px;
  }
  #banner-slider .fl-content-slider-navigation,
  #banner-slider .fl-slide-mobile-photo {
    display: none;
  }
  #banner-slider .fl-slide-bg-photo {
    position: absolute;
  }
  #banner-slider .fl-content-slider-wrapper .fl-slide-content-wrap {
    max-width: 600px;
    top: 57%;
  }
  #banner-slider .fl-slide-content {
    text-align: left;
    background: none;
  }
  #banner-slider .fl-slide-content .fl-button {
    min-width: 185px;
  }
  #banner-slider .fl-slide-content .btn-border {
    margin-left: 15px;
  }
  /* #banner-slider.home-slider .fl-slide-title{font-size: 16px !important;margin-bottom: 5px !important;line-height: 24px !important;} */
  #banner-slider .fl-slide-text h1 {
    margin-bottom: 30px !important;
    font-size: 30px !important;
  }
  #banner-slider .fl-slide-text h1 span {
    font-size: 30px !important;
  }
  #banner-slider .bx-pager {
    padding-left: 25px;
    bottom: 10%;
  }
  #infobox-portals .fl-row-content .fl-col-group > div {
    width: 100% !important;
  }
  .info-box-content-4column .uabb-infobox-content,
  #infobox-portals .uabb-infobox-content {
    min-height: 1px !important;
  }
  #icon-link-wrapper .fl-callout-photo {
    width: 100%;
    padding-right: 0;
  }
  #icon-link-wrapper .fl-callout-content .fl-callout-title {
    text-align: center;
  }

  /* Innerpage */
  .stiles-university-categories-section .icon-with-circle {
    width: 50%;
    float: left;
  }
  .stiles-university-categories-section .icon-with-circle > div {
    margin-bottom: 0;
  }
  .stiles-university-categories-section .icon-with-circle .uabb-infobox-title {
    margin-top: 10px;
  }
  #testi-content-slider .bx-wrapper .layout-4-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  #post-listing .pp-content-post {
    height: auto !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  ol.column-2,
  ul.column-2,
  ol.column-3,
  ul.column-3 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  /* Header */
  #top-bar .top-bar-col1 {
    width: 100% !important;
    padding: 5px 0 10px;
  }

  /* Homepage */
  #banner-slider .fl-content-slider-wrapper .fl-slide-content-wrap {
    max-width: 420px;
  }
  #banner-slider .fl-slide-content .btn-border {
    margin-left: 0;
    margin-top: 15px;
  }
  #banner-slider .bx-pager {
    bottom: 50px;
  }
}
