/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


html,
body,
p,
span {
    font-size: 14px;
    /*font-family: 'Montserrat', sans-serif!important;*/
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

h1 {
    text-transform: none;
}

.breadcrumb-item a,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus,
.breadcrumb-item a:active {
    color: #373737;
    /* Additional styling for hover, focus, and active states */
}

@media (min-width: 768px) {
    .col-sm-4 .carousel-caption {
        left: 63%;
        right: 20%;
        padding-bottom: 30px;
        width: 400px;
        background-color: transparent;
        padding: 20px;
        opacity: .8;
        bottom: 140px;
    }
}

h1 {
    color: #000;
    font-size: 2.2em;
    line-height: 1.2em;

    margin: 17px 0;
}

h2 {
    color: #333;
    font-size: 1.9em;
    line-height: 1.2em
}

h2.Tag-title {
    margin-top: 0;
    color: #008bb0 !important;
}

h3 {
    color: #666;
    font-size: 1.6em;
    line-height: 1.2em
}

h4 {
    color: #000;
    font-size: 1.4em;
    line-height: 1.2em;

}

h5 {
    color: #000;
    font-size: 1.3em;
    line-height: 1.2em;

}

h6 {
    color: #666;
    font-size: 1.3em;
    line-height: 1.2em
}

p {
    margin: 0 0 7.5px
}

h2 {
    color: #333;
    font-size: 1.9em;
    line-height: 1.2em;
}

h2 span {
    font-size: 25px;
    color: #008bb0;
    font-family: Unna-Regular !important;
    font-weight: 500;
}

h2,
.h2,
div.PanelTitle {
    border-bottom: none !important;
    margin: 0.2em 0;
}

h3 span {
    font-family: Unna-Regular !important;
    font-weight: 500;
}

h2.Tag-title {
    margin-top: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 17px;
    margin-bottom: 8.5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Unna-Regular !important;
    font-weight: 500;
    line-height: 1.1;
    color: #111;
}

a {
    font-weight: bold;
}

a {
    color: #007899;
    text-decoration: none;
}

a {
    background-color: transparent;
}

strong span {
    font-weight: bold;
}

header a {
    font-weight: 500;
}

button.btn.HomeBtn {
    padding: 15px 9px;
    width: 100%;
    text-transform: uppercase;
    font-family: Unna-Regular !important;
    font-size: 25px;
    font-weight: bold;
    background: url(/images/Web/AAA_Home/Angled_Triangles_Monotone_Footer.png);
}

a.btn.HomeBtn {
    padding: 15px 9px;
    width: 100%;
    text-transform: uppercase;
    font-family: Unna-Regular !important;
    font-size: 25px;
    font-weight: bold;
    background: url(/images/Web/AAA_Home/Angled_Triangles_Monotone_Footer.png);
}

.btn img {
    width: 68px;
    margin-top: -6px;
    /* margin-left: -6px; */
    /* font-size: 25px; */
    padding-right: 12px;
}

.btn,
.TextButton,
.TextButtonWithImage,
.ruButton,
#masterHeaderActionArea a,
.RadGrid input.TextButton {
    color: #fff;
    background-color: #008bb0;
    border-color: transparent;
}

.btn,
.TextButton,
.TextButtonWithImage,
.RadUpload .ruButton,
.RadUploadProgressArea .ruButton,
#masterHeaderActionArea a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: normal;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 1.6;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}


/*ELEMENTS*/
body {
    /* font-family: Tahoma;
    font-size: 12px; */
    line-height: 1.42857143;
    color: #373737;
    background-color: #fff
}

/*BUTTONS*/

/*HEADER*/
.header-top-container {
    height: 100px;
}

.header-logo-container {
    margin-left: 18px;
    float: left;
}

.RadMenu.RadMenu_London .rmColumn {
    /* display: block;
    vertical-align: top;
    padding-right: 5px; */
}

.RadMenu_London .rmSlide .rmTwoLevels>.rmItem:not(:last-child) {
    margin-bottom: 0.5em;
    border-bottom: #ccc 1px solid;
    padding: 10px;
    margin: 0 10px;
}

li.rmItem.rmFirst.rmLast.rmTemplate.MegaDropDownMenuOuter {
    width: 500px !important;
}

.SignIn {
    max-width: 21em;
}

@media only screen and (min-width: 768px) and (max-width: 1311px) {
    .VAGrid {
        margin-top: 30px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .carousel-caption {
        left: 50%;
    }
}

@media (min-width: 768px) {

    .navbar-toggle {
        display: none;
    }

    .assoc+.rmSlide {
        /* left: 10px!important; */
        /*transform: translate(-30%, 0%);*/
    }

    .prof+.rmSlide {
        /*left: -899px!important;*/
    }

    .reg+.rmSlide {
        /*left: -647px!important;*/
    }

    .news+.rmSlide {
        /* left: -387px!important;*/
    }

    .res+.rmSlide li.rmItem:not(div.rmColumnWrap .rmItem):not(:last-child) {
        width: 20%;
        border-right: none;
    }
}

@media (min-width: 768px) {
    .RadMenu.RadMenu_London .LargerWidth14 {
        min-width: 132px !important;
    }
}

@media (min-width: 768px) {
    .RadMenu.RadMenu_London .LargerWidth18 {
        min-width: 180px !important;
    }
}

@media (min-width: 768px) {
    .RadMenu.RadMenu_London .LargerWidth10 {
        min-width: 130px !important;
    }
}

@media (max-width: 767px) {
    .RadMenu.RadMenu_London {
        z-index: 1001 !important;
        position: relative;
        background-color: #d5d5d5;
    }
}

div#BannerArea {
    background-image: url(/images/AAA/AAA_Header_BG_2.jpg);
    min-height: 90px;
}

.RadMenu.RadMenu_London .rmRootGroup>.rmItem>.rmLink {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #fff, 0 0 4px #999;
}

.RadMenu.RadMenu_London .rmRootLink.rmSelected {
    color: #373737;
    background-color: transparent;
}

.RadMenu.RadMenu_London .rmRootLink.rmExpanded,
.RadMenu.RadMenu_London .rmRootLink:hover,
.RadMenu.RadMenu_London .rmRootLink.rmFocused {
    background-color: TRANSPARENT;
    color: #666;
}

.RadMenu.RadMenu_London .rmGroup {
    background: #f4f4f4;
}

.RadMenu.RadMenu_London .rmGroup:not(.rmLevel2) {
    border: 1px #ddd solid;
}

.RadMenu.RadMenu_London .rmTwoLevels .rmItem .rmItem {
    margin-right: 0;
}

.RadMenu_London .rmSlide .rmLink,
.RadMenu_London .rmSlide .rmLink {
    color: #666 !important;
}

.RadMenu .rmHorizontal .rmText {
    padding: 0;
}

.RadMenu.RadMenu_London .rmRootGroup>.rmItem {
    padding: 10px 10px;
}

.RadMenu.RadMenu_London .rmRootGroup>.rmItem .rmRootLink>.rmText {
    font-size: 16px !important;
}

.RadMenu_London .rmLevel1>.rmItem {
    margin-bottom: 0.5em;
    padding: 10px;
    margin: 0 10px;
}

.RadMenu.RadMenu_London .rmOneLevel .rmItem,
.RadMenu.RadMenu_London .rmTwoLevels .rmItem {
    padding: 5px 15px;
    margin: 0;
}

.RadMenu.RadMenu_London .rmLevel1 {
    padding: 10px !important;
}

.RadMenu.RadMenu_London .rmLevel1 .rmItem {
    padding-top: 10px;
}

.rmTwoLevels .rmLevel1>.rmItem>.rmLink {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    font-size: 1.16667em;
}

.rmTwoLevels .rmLevel1>.rmItem>.rmLink>.rmText {
    font-size: initial;
    font-weight: bold;
    text-transform: uppercase;
}

.RadMenu.MegaDropDownMenuOuter ul.rmLevel1 div.rmSlide {
    display: block !important;
    border-bottom: 1px #ccc solid;
    padding: 0 0 10px;
}

.RadMenu.MegaDropDownMenuOuter ul.rmLevel1 .rmLast div.rmSlide {
    border-bottom: 0;
}

/* mobile menu changes */
@media (max-width: 767px) {
    ul.rmRootGroup>.rmItem>.rmLink {
        display: flex;
        align-items: center;
    }

    ul.rmRootGroup>.rmItem>.rmLink>.rmToggle {
        margin-left: auto;
    }

    .RadMenu .rmGroup .rmToggle {
        display: none;
    }

    .RadMenu_London .rmSlide {
        width: 100% !important;
        left: 0 !important;
    }

    .RadMenu_London .rmSlide ul.rmVertical,
    .RadMenu_London .rmSlide ul.rmHorizontal,
    .RadMenu_London .rmSlide ul.rmRootScrollGroup {
        float: none;
    }

    .RadMenu_London .rmSlide .rmToggleHandles .rmSlide .rmText {
        /* if we have toggles on we don't want to add the extra padding */
        padding-right: 15px;
    }

    .rmRootGroup>.rmItem>.rmSlide {
        background: #f4f4f4;
        border: 1px #ddd solid;
    }

    .RadMenu.RadMenu_London .rmGroup {
        background: transparent;
    }

    .RadMenu.RadMenu_London .rmGroup:not(.rmLevel2) {
        border: 0;
    }
}

a.carousel-link {
    text-decoration: none;
    color: #000;
}

a.carousel-link h2 {
    color: #000;
}

.carousel-caption {
    width: 400px;
    background-color: #f4f4f4;
    padding: 20px;
    opacity: .8;
    left: 4%;
    background-color: #f4f4f4;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    color: #000;
}

.carousel-caption,
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    color: #000;
}

.carousel-caption a {
    text-decoration: none;
    color: #000;
}

@media (min-width: 768px) {
    div#ste_container_ciPrimaryNavigation {
        float: left;
    }

}

@media (min-width: 768px) and (max-width: 1094px) {

    /* Your CSS rules here */
    .carousel-caption {
        left: 40% !important;
    }
}

@media (min-width: 768px) {
    .carousel-caption {
        left: 63%;
        right: 20%;
        padding-bottom: 30px;
        width: 400px;
        background-color: #f4f4f4;
        padding: 20px;
        opacity: 1;
        bottom: 140px;
    }
}

@media (max-width: 767px) {
    .VAGrid {
        background-color: #f4f4f4;
        position: relative;
        padding: 10px;
        border: 1px solid #bbb;
        box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    }
}

@media (min-width: 768px) {
    button.navbar-toggle.collapsed[data-target='.searchbar-collapse'] {
        display: none;
    }
}

.panel-heading-options,
.PanelHeadOptions {
    float: right;
}

@media (min-width: 768px) {
    .carousel-control .icon-next {
        margin-right: -21px !important;
    }
}

@media (min-width: 768px) {
    .carousel-control .icon-prev {
        margin-left: -21px !important;
    }
}

/*BODY*/


.social iframe {
    width: 100%;
    background-color: #f4f4f4;
    padding: 10px;
    border: 1px solid #bbb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.Accordion .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.Accordion .panel-body-container {
    border: 1px solid #ddd;
}

.Accordion h2.panel-title {
    font-size: 18px;
}

.EventSummary {
    background-color: transparent;
}

.main-container {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    margin-top: -57px !important;
    margin-bottom: 37px;
    padding: 20px;
}

@media (max-width: 768px) {
    .VAGrid {
        margin-top: 30px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* takes out border from Home Page Full Width Area */
.HomePageFullWidthArea .panel {
    border: 0px;
}

.HomePageFullWidthArea .panel-body {
    padding: 0px;
}

.col-sm-4.career {
    height: 300px;
}

.col-sm-4.career {
    height: 300px;
    width: 350px;
    border: 1px solid #ccc;
    margin: 9px;
}

.career-container {
    position: relative;
}

.career-head {
    position: absolute;
    top: 0;
    /* margin-top: -13px; */
}

.career-body {
    position: absolute;
    top: 96px;
}

.VAGrid {
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    position: relative;
    height: 445px;
    padding: 10px;
    border: 1px solid #bbb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    margin: 12px 0;
}

.col-sm-4.VAGrid {
    background-color: #f4f4f4;
    margin: 12px;
    height: 455px;
    padding: 10px;
    border: 1px solid #bbb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.VAGrid img {
    border: 1px solid #ccc;
}

.col-sm-4 h3.feed-heading span {
    font-size: 21px;
}

a.btn.btn-read-more {
    color: #fff;
    background-color: #008bb0;
    border-color: transparent;
    border: 1px solid transparent;
    white-space: normal;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 1.6;
    border-radius: 5px;
}

h3.feed-heading span {
    color: #666;
    font-size: 17px;
}

img.image1 {
    border: 1px solid #ccc;
}

div#ctl01_TemplateBody_WebPartManager1_gwpciNewContentTaggedList2_ciNewContentTaggedList2_ListTitle_BodyContainer {
    padding: 10px 20px;
}

table.padded-table td {
    padding: 8px !important;
}

.AAAtable td {
    border: 1px solid !important;
    padding: 0;
}

.news-repeater-container .news-item:first-child {
    margin-top: 20px;
}

.news-repeater-container .news-item p {
    font-size: 21px;
    padding-left: 24px;
}

.card-border .panel {
    border-style: None;
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #bbb !important;
    height: 500px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15) !important;
    margin: 0 7px 10px;
}

.card-border .panel-heading {
    padding: 20px 22px;
}

.card-border a {
    font-weight: normal;
}

.card-body {
    /* border: 2px solid #ddd; */
    padding: 20px;
    border: 1px solid #ddd;
}

button#target {
    /* font-size: 14px!important; */
    width: 100%;
    text-align: left;
    /* color: #333!important; */
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    /* margin-top: 10px; */
}

button#target span {
    font-size: 14px;
    color: #333 !important;
    font-weight: bold;
}

.btn:focus,
.TextButton:focus,
.TextButtonWithImage:focus,
.RadUpload .ruButton:focus,
.RadUploadProgressArea .ruButton:focus,
#masterHeaderActionArea a:focus {
    /* outline: thin dotted #333; */
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}



/**/

/*FOOTER*/
/*Adds footer background image*/
#ft {
    /* background-color: #424242; */
    /* color: #fff; */
    background-image: url(/images/AAA/AAA-Footer-BG.png);
    background-color: #038eb3;
}

.footer-content {
    background-color: transparent;
    margin: 14px;
}

.footer-nav-copyright {
    background-color: transparent;
    color: rgba(255, 255, 255, .7);
    /* margin-bottom: 10px; */
}

.footer-nav-copyright .footer-copyright {
    /* display: inline-block; */
    margin: 0;
    float: right;
    margin-bottom: 15px;
}

.footer-address {
    text-align: left;
    color: rgba(255, 255, 255, .7);
}

.footer-content a {
    color: #038eb3;
    float: right;
}

.fa-social-icon {
    background: #ffffffb3;
    /* color: white; */
}

.fa {
    padding: 8px;
    font-size: 21px !important;
    border-radius: 9px;
    width: 45px;
    text-align: center;
    margin: 0 3px;
    text-decoration: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[id$='VA_TextBox_AAA_Courses_Title'] {
    width: 300px !important
}


input[id$='VA_TextBox_AAA_Courses_Image'] {
    width: 300px !important
}



input[id$='VA_TextBox_AAA_Courses_Description'] {
    width: 300px !important;
    height: 100px !important;

}


input[id$='VA_TextBox_AAA_Courses_Details'] {
    width: 400px !important;
    height: 150px !important;
}


.form-group {
    margin-top: 30px;
}

@media (min-width: 507px) {
    .searchbar-collapse {
        margin-left: calc(-1.4 * ((54vw - 100%) / 2));
    }
}

.navbar-toggle {
    height: auto;
    width: auto;
    margin-top: 6.5px;
    margin-bottom: 6.5px;
    padding: 9px 10px;
    vertical-align: middle;
    background-color: #008bb0;
    border-color: transparent;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #008bb0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.PayDuesBtnOnProfile button {
    color: #fff !important;
    box-shadow: 0 0 3px #aaa, 0 -5px 10px rgba(0, 0, 0, 0.2) inset;
}

/* overriding taglist styling */
.contentTaggedListImageThumbnail {
    border: 0;
    background-color: transparent;
}

@media (min-width: 768px) {
    .RadMenu.RadMenu_London .rmTwoLevels {
        min-width: unset !important;
    }
}

.rmSlide {
    min-width: 450px !important;
    width: unset !important
}

.RadMenu .rmRootGroup .rmItem .rmGroup {
    padding-bottom: 1px;
    width: 100%;
}