/*   
Theme Name: AFTAU
Theme URI: aftau.org
Description: A Theme for WordPress with Bootstrap for styling.
Author: Cathexis Partners
Author URI: cathexispartners.com
Version: 1.0
*/

.miamieventreg h3 {
  font-size: 20px;
}


html {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

body,
.myriad {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.4rem;
}

.simple-page {
    padding: 35px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.myriadsbsc {
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: 600;
    line-height: 1.4rem;
}

h2 {
    font-size: 54px;
    line-height: 60px;
}

h3 {
    font-size: 42px;
    line-height: 48px;
}

h4 {
    font-size: 28px;
    line-height: 34px;
}

a,
a:focus,
a:active {
    color: #00b7eb;
}

a:hover {
    color: #000;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    font-size: 1.4em;
    line-height: 1.2em;
    display: block;
    margin-top: -5px;
    color: #00b7eb;
}

.container-fluid {
    max-width: 1140px
}

img {
    max-width: 100%;
    height: auto;
}

.alignright {
    float: right;
    clear: right;
    margin-left: 20px;
}

.alignleft {
    float: left;
    clear: left;
    margin-right: 20px;
}

.white,
.white:hover,
.white:focus,
.white:visited {
    color: #fff;
}

.blue {
    color: #00b7eb;
}

.greybg {
    background: #ebebeb;
}

.btn,
.gform_button {
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: 700;
    padding: .4rem 1rem;
}

.gform_legacy_markup_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 0.4rem 1rem;
}

.break {
    flex-basis: 100%;
    height: 0;
}

header {
    background: #000;
}

.headnav {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.navbar {
    background: #000;
    padding: 10px;
}

.dropdown-item:hover {
    text-decoration: none;
    background-color: #00b7eb;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.social {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 99;
    font-size: 24px;
}

.social .nav-link {
    padding: .5rem .7rem;
}

#bs4navbar {
    margin-top: 67px;
}

#bs4navbar li {
    font-size: 18px;
    font-family: myriad-pro-semi-condensed, sans-serif;
}

.navbar-brand {
    width: 170px;
}

.navbar-brand img {
    width: 100%;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

button:focus {
    outline: none;
}

.headnav .nav-link {
    color: #fff;
}

.headnav .current-menu-parent .nav-link {
    color: #00B7EB;
    font-weight: 700;
}

#bs4navbar .nav-item:last-of-type {
    border: 0;
}

#bs4navbar .nav-item:last-of-type .dropdown-toggle {
    color: #00b7eb;
    text-transform: uppercase;
    font-weight: 700;
}

.menu-item-36 .dropdown-menu {
    right: 0;
    left: auto;
}

#menu-main-navigation {
    position: relative;
}

#menu-main-navigation .dropdown-item {
    color: #fff;
    font-size: 18px;
    padding: 14px 20px;
}

#menu-main-navigation .dropdown-menu {
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #000;
    border-radius: 0;
    border: none;
}

.btn-primary {
    background: #00b7eb;
    border-radius: 42px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus,
.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #000;
    border: none;
    color: #fff;
}

.btn-primary-white {
    background: #fff;
    border-radius: 42px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 22px;
    color: #00b7eb;
}

.btn-primary-white:hover,
.btn-primary-white:active,
.btn-primary-white:focus {
    background: #000;
    border: 0;
    color: #00b7eb;
}

.sidebar .btn-primary {
    width: 300px;
    max-width: 100%;
    margin: auto;
    display: block;
}

.btn-white {
    background: #fff;
    border-radius: 42px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 18px;
    color: #00b7eb;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    background: #000;
    border: 0;
    color: #00b7eb;
}

.btn-blue,
.gform_button {
    background: #00b7eb;
    border-radius: 42px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.btn-blue:hover,
.gform_button:hover,
.btn-blue:active,
.gform_button:active,
.btn-blue:focus,
.gform_button:focus {
    background: #000;
    border: 0;
    outline: 0;
    color: #fff;
}

.slanted {
    background: #ebebeb;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 20px 0 40px 0;
}

.slanted:before {
    content: "";
    background: #ebebeb;
    height: 150px;
    /*transform: skewY(357deg);*/
    position: absolute;
    left: 0;
    right: 0;
}

.constrain {
    max-width: 970px;
}

.bottom {
    margin-top: 40px;
    border-top: 1px solid #000;
    padding-top: 20px;
}

footer {
    padding: 35px 0;
    margin-top: 40px;
}

.home footer,
.page-id-126 footer {
    margin-top: 0;
}

footer .menu {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    padding: 0;
    font-size: 14px;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus {
    color: #fff;
}

#menu-footer-business-menu {
    text-transform: uppercase;
}

.site-footer {
    background: #000;
    color: #fff;
}

.footsocial a {
    font-size: 19px;
    color: #fff;
}

.footsocial .nav-link {
    padding: 0 0 0 .8rem
}

.footsocial {
    justify-content: flex-end;
}

.footlogo img {
    width: 170px;
    margin: 0 0 24px -6px;
}

.footbusiness p {
    font-size: 14px;
    margin: 0
}

.footbusiness a {
    color: #fff;
}

.footbusiness {
    margin-bottom: 16px;
}

#banner {
    margin-bottom: 40px;
    background-position: top center;
}

.grid {
    margin: 30px 0 40px 0;
}

.grid-item {
    width: 160px;
    float: left;
    margin-bottom: 10px;
}

.event-sidebar {
    padding-top: 40px;
}

.sidebaritem {
    margin-top: 40px;
}

.new {
    color: red;
    margin-bottom: 0;
    font-weight: 800;
}

.webinar-category {
    margin-bottom: 12px;
}

.tax-webinars .newshead {
    display: none;
}

.tax-webinars .newshead:first-of-type {
    display: block;
}

#cptsearch input {
    height: 40px;
    margin-bottom: 8px;
}

#cptsearch #searchsubmit {
    border-radius: 3px;
    padding-left: 6px;
    padding-right: 6px;
}

.category-menu ul.sub-menu {
    list-style-type: none;
    font-weight: 400;
}

.schools-programs .card-header {
    padding: 0;
}

.schools-programs .card-body {
    padding: 1.25rem 0;
}

.schools-programs .card {
    margin: 20px 0;
}

.schools-programs i {
    float: left;
}

.schools-programs img {
    margin: 0 0 20px 0;
    max-width: 90%;
    float: left;
}

.btn-link:hover {
    color: #000000;
}

.category-menu ul.sub-menu {
    padding-left: 20px;
}


/*Homepage*/

.adbanner p {
    font-size: 18px;
}

.adbanner h4 {
    font-size: 24px;
    font-weight: bold;
}

.happening h2 {
    margin: 40px auto;
    text-align: center;
}

.sliderhero {
    margin: 40px auto;
    text-align: center;
    max-width: 990px;
    padding: 0 20px 50px;
}

.sliderhero h1 {
    font-size: 70px;
    padding: 64px 0;
}

.slanted:before {
    top: -50px;
}

.video {
    width: 100%;
    height: 540px;
    min-width: 100%;
    position: relative;
}

.archive.video {
    height: 378px;
}

.video::before {
    background-image: url(/wp-content/uploads/2019/11/VideoTeaser-1.jpg);
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.video::after {
    background-color: #000;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.28;
}

.video-message {
    color: #fff;
    min-width: 100%;
    min-height: 12em;
    position: relative;
    text-align: center;
}

.video-title {
    font-size: 42px;
}

.video-message div {
    padding: 20px;
}

.archive .video-message div {
    padding: 12px;
}

.vidplay {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
}

.happening img {
    margin: 24px 0;
    width: 100%
}

.cattype {
    text-transform: uppercase;
    font-size: 18px;
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: 600;
}

.learnmore {
    color: #00b7eb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: myriad-pro-semi-condensed, sans-serif;
}

.photocredit {
    font-size: 13px;
    margin-bottom: 14px;
}

.logocontainer,
.covidcontainer {
    width: 100%;
    height: 540px;
    min-width: 100%;
    position: relative;
}

.logocontainer::before,
.covidcontainer::before {
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.covidcontainer,
.covidcontainer p {
    color: #fff;
}

.covidcontainer::before {
    background-image: url(/wp-content/uploads/2020/06/hero-images-2400-v1.jpg);
    background-position: top center;
}

.logocontainer::before {
    background-color: #00b7eb;
}

.logocontainer::after,
.covidcontainer::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.logocontainer::after {
    background-color: #00b7eb;
}

.hapcol {
    margin-bottom: 30px;
}

.slick-arrow {
    display: none !important;
}


/*Board Page*/

#accordion-advisor i,
#accordion-director i {
    font-size: 12px;
    float: right;
}

.location {
    clear: both;
}

#accordion-advisor button,
#accordion-director button {
    width: 100%;
    text-align: left;
    padding: 0;
}

.post-type-archive-board_member .card-header {
    height: 100px;
    background: #fff;
    margin: 20px 0 0;
    border-radius: 0;
    border: 1px solid #ededed;
}

.post-type-archive-board_member #accordion-advisor .card-header {
    height: 70px;
}

.btn-link {
    color: #00b7eb;
}

.card-header {
    background: #fff;
    border: 0;
    border-bottom: 0;
}

.card-img-top {
    border-radius: 100%;
    padding: 10px;
}

.card-header .location {
    color: #000;
}

.card {
    border: 0;
}

.alumleaders .card {
    margin-top: 30px;
}

.alumleaders .card-body {
    padding: 1.25rem 0;
}

.btn-link,
.btn-link:focus,
.btn-link:hover,
.btn-link:active,
.btn-link:visited {
    text-decoration: none;
    box-shadow: none;
    background: none;
    border: 0;
}

.boardtitle {
    text-transform: uppercase;
    color: #000;
    font-size: .8em;
    padding: 0;
    text-align: left;
}

.membername {
    color: #000;
}


/*Invest Page*/

.circleimage img {
    border-radius: 100%;
    margin: 30px auto;
    max-width: 290px;
    width: 100%;
}

.circlesection {
    padding-bottom: 150px;
}

.circlesection h4 {
    text-align: center;
}

.circlesection a {
    margin: 10px auto
}

.investcred,
.investcred.slanted:before {
    background: #00b7eb;
    color: #fff;
}

.investcred img {
    margin-top: 4px;
}

.investhero {
    background-size: cover;
    height: 440px;
    color: #fff;
    background-position: bottom;
}

.investvideo.slanted,
.investvideo.slanted:before {
    background: #fff;
    padding: 0;
}

.investhero h2 {
    max-width: 60%;
    margin-bottom: .6em;
    margin-top: -50px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sidebar .embed-container {
    margin: 5px 0 30px;
}

.ngg-pro-masonry-wrapper {
    margin: 35px 0;
}


/*News*/

.term-coronavirus .content-area {
    padding-top: 30px;
}

.top35 {
    margin-top: 35px;
}

.newshead {
    margin: 35px 0 40px;
}

.breadcrumbs ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.newsphoto {
    margin: 24px 0 30px;
    height: auto;
}

.archive .newsphoto {
    margin: 0 0 8px;
    height: auto;
}

.newsphoto img {
    width: 100%;
}

.single-news_item h4 {
    clear: both;
}

.newsbutton {
    margin: 24px 0;
}

.newscontent {
    margin: 10px 0 40px;
}

.post-meta {
    font-size: 13px;
}

.archive .content-area {
    padding-bottom: 35px;
}

.pullquote {
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    color: #666;
    margin: 39px 0 35px;
}

.signup {
    margin-top: -24px;
}

#menu-news-categories,
#menu-webinar-categories,
#menu-alum-locations {
    list-style-type: none;
    margin: 24px 0;
    padding: 0;
    font-weight: bold;
}

#menu-news-categories li,
#menu-webinar-categories li,
#menu-alum-locations li {
    margin: 10px 0;
}

.webinar.post img {
    border: 1px solid #000;
}

.archive .post img {
    margin: 24px 0;
}

.archsubscribe {
    margin-top: 24px;
}

.screen-reader-text {
    display: none;
}

nav.pagination {
    position: relative;
    display: block;
    margin-top: 35px;
}

.nav-links ul li span.current {
    background: #00b7eb;
    border: 0;
    display: block;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
}

.nav-links ul li a {
    background: rgba(11, 183, 235, 0.5);
    border: 0;
    display: block;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
}

.nav-links ul li a.next,
.nav-links ul li a.prev {
    background: transparent;
    border: 0;
    display: block;
    line-height: 30px;
    border-radius: 30px;
    color: #00b7eb;
    height: auto;
    width: auto;
    text-align: center;
}

.nav-links ul li a:hover {
    background: #00b7eb;
    color: #fff;
}

.nav-links {
    position: relative;
}

.nav-links ul {
    margin: 0;
    padding: 0;
}

.nav-links ul li {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}


/*Search styles*/

.searchresult {
    margin-bottom: 24px;
}

#searchsubmit {
    background: #000;
    color: #fff;
    border: 0;
    box-shadow: none;
}

#searchform {
    margin-bottom: 35px;
}


/*Form styles*/

#gform_wrapper_2 {
    margin: 40px 0;
}

.gform_wrapper select option:hover {
    background: #00b7eb;
}

.homesignup h3 {
    margin-top: 18px;
}

.gform_wrapper select {
    color: #666;
    height: 36px;
    border-radius: 0 !important;
    border-color: #ccc;
    margin-top: 8px;
}

.gchoice_1_5_1 input {
    vertical-align: top !important;
    margin-top: 3px !important;
    margin-right: 8px;
}


/*Search styles*/

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.searchicon i {
    color: #fff;
    margin-right: 10px;
    margin-top: 8px;
}

.searchicon2 i {
    color: #fff;
    margin-top: 12px;
}

.searchicon {
    cursor: pointer;
}

.search-form label {
    display: none;
}

.search-field {
    height: 30px;
    margin-top: 5px;
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
    background: #000;
    font-size: 16px;
    padding-left: 6px;
    margin-right: 10px;
}

.searchbox {
    width: 0;
    display: none;
}

.search-field:focus {
    outline: 0;
    border-radius: 0;
    outline: 0;
}

div.asl_m .probox .proclose svg {
    background: #fff;
    !important;
}

.searchbox.opensearch {
    width: 170px;
    display: block;
    transition: width 2s;
    -moz-transition: width 2s;
    /* Firefox 4 */
    -webkit-transition: width 2s;
    /* Safari and Chrome */
    -o-transition: width 2s;
    /* Opera */
    -ms-transition: width 2s;
    /* Explorer 10 */
}

@media only screen and (max-width: 991px) {
    .pullquote {
        font-size: 18px;
        line-height: 24px;
    }
    h3 {
        font-size: 36px;
        line-height: 42px;
    }
    h4 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .footsocial {
        justify-content: flex-start;
    }
    .footsocial .nav-link {
        padding: 0 1rem 0 0
    }
    .sliderhero {
        margin: 40px auto;
        text-align: center;
        max-width: 990px;
        padding: 0 20px 50px;
    }
    .sliderhero h1 {
        font-size: 60px;
        padding: 46px 0;
    }
    .video {
        height: 400px;
    }
    .archive.video {
        height: 280px;
    }
    .logocontainer,
    .covidcontainer {
        height: 440px;
    }
}

@media only screen and (max-width: 767px) {
    .webinar-sidebar {
        margin-top: 35px;
    }
    #banner {
        margin-bottom: 30px;
    }
    .sidebar {
        margin-top: 30px;
    }
    .embed-container {
        margin-top: 20px;
    }
    .pullquote {
        display: none;
    }
    h2 {
        font-size: 46px;
        line-height: 50px;
    }
    h3 {
        font-size: 32px;
        line-height: 36px;
    }
    h4 {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .cattype,
    .learnmore {
        font-size: 16px !important;
    }
    .utilities {
        display: none !important;
    }
    #bs4navbar {
        margin-top: 0;
    }
    #bs4navbar .ml-auto {
        margin-left: 10px!important;
    }
    #bs4navbar .align-items-end {
        -ms-flex-align: start!important;
        align-items: flex-start!important;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .dropdown-toggle::after {
        border-top: .2em solid;
        border-right: .2em solid transparent;
        border-left: .2em solid transparent;
    }
    .sliderhero {
        margin: 40px auto;
        text-align: center;
        max-width: 990px;
        padding: 0 20px 50px;
    }
    .sliderhero h1 {
        font-size: 40px;
        padding: 32px 0;
    }
    .slanted {
        padding: 0 20px 35px 0;
    }
    .video {
        height: 400px;
    }
    .archive.video {
        height: 280px;
    }
    .video-message div {
        padding: 16px;
    }
    .archive .video-message div {
        padding: 6px;
    }
    .logocontainer {
        height: 660px;
    }
    .covidcontainer {
        height: 400px;
    }
    .logocontainer .container {
        margin-top: -40px;
    }
    .logocontainer img {
        max-width: 170px;
        margin: 30px auto
    }
    .happening h2 {
        margin: 40px auto 16px;
    }
}

@media only screen and (max-width: 575px) {
    .newsslider .cattype {
        margin-top: 24px;
    }
    .investhero h2 {
        max-width: 100%;
        font-size: 28px;
        line-height: 32px;
    }
    .investhero {
        height: 340px;
    }
    .sliderhero {
        margin: 20px auto;
        text-align: center;
        max-width: 990px;
        padding: 0 20px 70px;
    }
    .sliderhero h1 {
        font-size: 24px;
        padding: 24px 0;
    }
    html {
        font-size: 13px !important;
        line-height: 16px !important;
    }
    .btn-primary,
    .button-primary-white {
        font-size: 18px;
    }
    .video-message div {
        padding: 14px;
    }
    .archive .video-message div {
        padding: 4px;
    }
    .video-title {
        font-size: 30px;
        line-height: 34px;
    }
    .investcred img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 36px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px;
        line-height: 29px;
    }
    h4 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .cattype,
    .learnmore {
        font-size: 14px !important;
    }
    .sliderhero {
        margin: 20px auto;
        text-align: center;
        max-width: 990px;
        padding: 0 20px 70px;
    }
    .sliderhero h1 {
        font-size: 24px;
        padding: 24px 0;
    }
    .slanted {
        padding: 0 0 35px 0;
    }
    .btn-primary {
        font-size: 18px;
    }
    .gform_button,
    .btn-blue,
    .btn-white {
        font-size: 14px;
    }
    .vidplay {
        font-size: 50px;
    }
    .vidplay a,
    .vidplay a:hover {
        color: #fff;
    }
    .video-title {
        font-size: 20px;
        line-height: 24px;
    }
    .video {
        height: 260px;
    }
    .archive.video {
        height: 182px;
    }
    .video-message div {
        padding: 6px;
    }
    .archive .video-message div {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .social .nav-item:last-of-type .nav-link {
        margin-right: 0;
        padding-right: 0;
    }
    .navbar-nav .nav-item:last-of-type .nav-link {
        margin-right: 0;
        padding-right: 0;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .dropdown-toggle::after {
        vertical-align: .1em;
    }
}