/***************************
		 General
***************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');


body { font-family: 'Montserrat', sans-serif; font-weight: normal; font-style: normal; font-size: 14px; line-height: 24px; color: #000; background-color:#ffffff;}
a, .btn {font-family: 'Montserrat', sans-serif; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; color: #000; }
a:focus { text-decoration: none !important; background:none; color:none;}
a:visited {color:none; background:none; }
a:hover { color:none; }
a, button, input { outline: 1px #fff !important; color: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: normal; color: #000; margin-top: 0px; margin-bottom: 0px; text-transform:uppercase;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 54px; font-style: normal; font-weight: 700; line-height: 54px; }
h2 { font-size: 40px; font-style: normal; font-weight: 700; line-height: 40px; }
h3 { font-size: 30px; font-style: normal; font-weight: 700; line-height: 34px; }
h4 { font-size: 24px; font-style: normal; font-weight: 400; line-height: 28px; }
h5 { font-size: 18px; font-style: normal; font-weight: 400; line-height: 24px; }
h6 { font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; }
ul { margin: 0px; padding: 0px; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #000; border-top: 0px; }
label { font-size: 15px; font-weight: 400; color: #aaaaaa; }
.label { color: #fff !important; font-size: 9px !important; }
input:focus {background:#fff; border:1px solid #ffa803; color:none;}
textarea:focus {background:#fff; border:1px solid #ffa803; color:none;}


/* ================================================================================== 
Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-transform:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    background: #fff;
    margin: 0 auto;
    color: #000;
}
ol, ul {
list-style: none;
}
ul li {
    padding: 0px;
    margin: 0px;
    line-height: 26px;
	display:inline-block;
    width: 100%;
}
a {
    color: #e31f26 !important;
    font-weight: 600 !important;
}
a:hover {
text-decoration: underline;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
button {
outline: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
margin:0;
padding: 0;
}
a:focus {
text-decoration: none;
outline: none;
}
a:hover {
color: #000;
}
button {
outline: none;
}
input {
outline: none;
}
textarea {
outline: none;
}
section {
float: left;
width: 100%;
position: relative;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
#more {display: none;}

/* ================ Typography Css =============== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}
h2, h3, h4, h5, h6 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}

.pageTitle main {
    padding-top: 25px;
    padding-bottom: 50px;
}

blockquote {
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}

.redTextCallout {
    color: #e31f26;
    font-weight: 600;
}

.redTextCalloutU {
    color: #e31f26;
    font-weight: 600;
    text-decoration: underline;
}

a .redTextCallout {
    color: #e31f26;
    font-weight: 700;
}

.redText {
    color: #e31f26;
}

.redTextPB25 {
    color: #e31f26;
    padding-bottom: 25px;
}

.slateText {
    color: #231F20;
}

.slateTextLarge {
    color: #231F20;
    font-size: 50px;
}

.BoldText{
    font-weight: 700;
}

@media (min-width: 43.75em) {
    h1 {
font-size: 2.5em;
/* 2.5x body copy size = 40px */
line-height: 1.125;
}
    h2, h3, h4, h5, h6 {
        font-size: 2em;
        /* 2x body copy size = 32px */
        line-height: 1.25;
    }
blockquote {
font-size: 1.5em;
/* 24px / 16px = */
line-height: 1.45833333;
/* 35px / 24px */
}
}
@media (min-width: 56.25em) {
h1 {
font-size: 3em;
/* 3x body copy size = 48px */
line-height: 1.05;
/* keep to a multiple of the 20px line height 
and something more appropriate for display headings */
}
    h2, h3, h4, h5, h6 {
        font-size: 2.25em;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }

}

/* Custom CSS to make all images behave like img-fluid */
.logo-box a img {
    max-width: 268px !important;
    height: 70px !important;
}
img {
    max-width: 100%;
    height: auto;
}

/* ================ Spacers Css =============== */
.content-bar-spacers {
    height: 30px;
    width: 100%;
    display: inline-block;
    background-color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-clear-spacer-small {
    height: 15px;
    width: 100%;
    display: inline-block;
}

.content-clear-spacer-med {
    height: 15px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.PB25{
    padding-bottom: 25px;
}
/****************************
    Homepage Header
****************************/
#homeIntro p {
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}

#homeAboutIntro p{
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
}

#homeFeatured .iText{
    padding-bottom: 50px;
}
#homeFeatured .grid {
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #homeFeatured .grid .col-lg-3 {
        padding-bottom: 50px;
    }
}


    #homeJoinUs #custom-section {
        width: 100%;
        min-height: 364px; /* Custom height */
        padding: 46px 0; /* Adjust padding for centering circles vertically */
    }

        #homeJoinUs #custom-section .col {
            background-color: #e31f26;
            width: 250px;
            height: 275px;
            border-radius: 50%; /* Makes the background a circle */
            margin: 0 auto; /* Centers the circle in the column */
            padding-left: 30px; /* Adds padding to the left */
            padding-right: 30px; /* Adds padding to the right */
            text-align: center;
            color: #e31f26;
        }

            #homeJoinUs #custom-section .col h3 {
                color: #fff;
                font-size: 24px;
            }

    /*** Header ***/
    #header.default {
        background: #ffffff;
        z-index: 999;
        padding: 0px;
        margin: 0px;
        position: relative;
        width: 100%;
    }

        #header.default .topbar {
            border-bottom: 0;
            background: #f3f3f3;
            padding: 7px 0px;
        }

    .topbar-left {
        text-align: left;
    }

    .topbar-right {
        text-align: right;
    }

    .topbar .list-inline {
        font-size: 12px;
        font-weight: 400;
    }

    .topbar-left li {
        padding-right: 28px;
    }

    .topbar-right i {
        margin-right: 6px;
        margin-left: 6px;
    }

    .topbar-right li {
        padding-left: 28px;
    }

    .topbar .list-inline a:hover {
        color: #000;
    }

    .topbar .list-inline a {
        color: #847577;
    }

    .nav-item {
        -webkit-transition: hide;
    }

    .dropdown-toggle {
    }

    .dropdown-menu {
        position: absolute;
        left: 0;
        z-index: 1;
        display: none;
        float: left;
        max-width: auto;
        padding: 0px;
        margin: 12px 0 0;
        font-size: 12px;
        color: #847577;
        text-align: left;
        list-style: none;
        background-clip: padding-box;
        border: 0px;
        border-radius: 0px;
        background-color: #fff;
        top: 34px;
        box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.07);
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 7px 20px;
        clear: both;
        font-weight: 700;
        color: #E31F26;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

.dropdown-menu a {
    color: #E31F26;
    list-style: none;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    background-color: #fff;
}

        .dropdown-menu a:focus {
            color: #fff;
            background-color: #000;
        }

    .caret {
        display: none;
    }

    .menu {
        border-bottom: 0;
        background: #fff;
    }

    .logo-box {
        padding: 16px 0px;
    }

    .menu-left {
        text-align: left;
    }

    .menu-right {
        text-align: right;
    }

    .menu-items {
        float: right;
        Display: inline-flex;
        padding-top: 15px;
    }

        .menu-items .dropdown-menu {
            margin: 9px 0;
        }

    .navbar {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0px;
    }

    .nav-link .dropdown-menu {
        position: absolute;
        left: 0;
        z-index: 1;
        display: none;
        float: left;
        min-width: 100%;
        padding: 0px;
        margin: 12px 0 0;
        font-size: 12px;
        color: #847577;
        text-align: left;
        list-style: none;
        background-clip: padding-box;
        border: 0px;
        border-radius: 0px;
        background-color: #f7f7f7;
        box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.07);
    }

    .nav-link {
        display: block;
        padding: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #e31f26;
        line-height: 30px;
    }

        .navbar-expand-lg .navbar-nav .nav-link i {
            margin-left: 10px;
        }

        .navbar-expand-lg .navbar-nav .nav-link .active {
            color: #ffa803;
        }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #ffa803;
    }

    .bg-light {
        background-color: #fff !important;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.0);
        border-color: rgba(0,0,0,.0);
    }

/* Media query for mobile screens */
@media (max-width: 767px) {
    .navbar-nav {
        width: 100%;
    }
}

    .icons-set {
        float: right;
        padding: 15px 0px;
    }

        .icons-set .icon-items {
            padding-left: 20px;
            padding-right: 20px;
        }

            .icons-set .icon-items a {
                color: #a1a1a1;
            }

                .icons-set .icon-items a:hover {
                    color: #ffa803;
                }

    .b-btn, a.b-btn, button.b-btn {
        padding: 10px 18px;
        height: 40px;
        vertical-align: middle;
        line-height: 30px;
    }

    .btn-link {
        font-size: 14px;
        font-weight: 600;
        color: #fff!important;
        border-radius: 3px;
        border: 1px solid #e31f26;
        background: #e31f26;
    }

        .btn-link:hover {
            color: #fff;
            text-decoration: none;
            background-color: #818284;
            border: 1px solid #818284;
        }

    .partner-btn a:hover {
        color: #fff;
    }

    .partner-btn {
        padding-left: 20px;
    }

    .partner-btn2 a:hover {
        color: #fff;
    }

   
    .search-details {
        padding: 5px 5px;
    }

    .form-control {
        display: block;
        padding: .375rem .75rem;
        font-size: 12px;
        line-height: 1.4rem;
        color: #b9b9b9;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .search-details .form-inline {
        float: right;
    }

    .s-btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: 4px 10px;
        font-size: 12px;
        line-height: 1.4rem;
        border-radius: 3px;
        background: #e31f26;
        color: #fff;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-control:focus {
        color: #b9b9b9;
        background-color: #fff;
        border-color: #ffa803;
        outline: 0;
        box-shadow: none;
    }

    .btn-link:focus {
        text-decoration: none;
    }

    /*** Footer ***/

    .footer {
        background: #000;
        clear: both;
    }

        .footer .line {
            border-bottom: 1px solid #2c2c2c;
        }

    .footer .img-title {
        padding-top: 50px;
        padding-bottom: 22px;
    }

    .footer p {
        color: #fff;
        line-height: 24px;
        font-size: 14px;
        padding-bottom: 20px;
    }

        .footer p a {
            color: #fff;
        }

    .footer .link-title {
        padding-top: 145px;
        padding-bottom: 50px;
    }

        .footer .link-title h4 {
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            padding-bottom: 20px;
        }

    .link-title li {
        display: block;
        line-height: 24px;
    }

        .link-title li a {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
        }

            .link-title li a:hover {
                color: #e31f26;
                text-decoration: underline;
            }

.footer .links li a {
    color: #fff!important;
}

    .footer .social-btns {
        padding-top: 22px;
        padding-bottom: 50px;
    }

    .footer .social-btn {
        padding: 8px 0px;
    }

    .footer .social-btns .soc-btn {
        border-radius: 50%;
        background-color: #e31f26;
        width: 40px;
        height: 40px;
        color: #fff;
        margin-left: 0px;
        margin-right: 5px;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        font-size: 12px;
        line-height: 1.4rem;
    }

        .footer .social-btns .soc-btn:hover {
            background-color: #818284;
            color: #fff;
        }

    .footer .privacy-cards {
        border-top: 1px solid #2c2c2c;
        border-bottom: 1px solid #2c2c2c;
    }

    .footer .cards {
        text-align: right;
        padding-top: 10px;
        padding-bottom: 6px;
    }

    .footer .privacy-terms {
        padding: 12px 0px;
    }

        .footer .privacy-terms li {
            display: inline;
            padding-right: 30px;
        }

            .footer .privacy-terms li a {
                color: #cdcdcd;
                font-size: 14px;
                font-weight: 400;
            }

                .footer .privacy-terms li a:hover {
                    color: #818284;
                    text-decoration: underline;
                }

    .footer .copyright {
        text-align: center;
        padding: 30px 0px;
    }

        .footer .copyright .copyright-text {
            font-size: 13px;
            font-weight: 400;
            color: #999999;
        }

            .footer .copyright .copyright-text i {
                margin-right: 5px;
            }

            .footer .copyright .copyright-text a {
                color: #e31f26;
            }

                .footer .copyright .copyright-text a:hover {
                    color: #818284;
                    text-decoration: underline;
                }

    .dropdown-item.active, .dropdown-item:active {
        color: #000;
        text-decoration: none;
        background-color: #f3f3f3;
    }

    .link-title h4 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }

    .link-dt {
        border: 1px solid #e1e1e1;
        padding: 15px 20px;
        margin-top: 30px;
        margin-bottom: 80px;
    }

        .link-dt p {
            font-size: 14px;
            font-weight: 400;
            color: #847577;
            line-height: 24px;
        }

        .link-dt label {
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 12px;
            line-height: 24px;
        }

        .link-dt .form-group {
            margin-top: 25px;
            margin-bottom: 5px;
        }


    .menu-bottom-bar {
    }

        .menu-bottom-bar .barContentArea {
            background-color: #000;
            color: #fff;
            height: 43px;
        }

@media (max-width: 767px) {
    .menu-bottom-bar .barContentArea {
        height: 62px;
    }
}

    #col1 h4 {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        padding-bottom: 20px;
    }

/* More Nav Dropdown */
#moreDropdown {
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #e31f26;
    text-align: center;
}

@media (max-width: 767px) {
    .icons-set {
        display: none;
    }
}

/* Hide the mobile links on screens with a minimum width of 768px (typical desktop screens) */
@media (min-width: 768px) {
    .mobile-link {
        display: none;
    }
}

/* Display the mobile links on screens with a maximum width of 767px (typical mobile devices) */
@media (max-width: 767px) {
    .mobile-link {
        display: block;
    }
}

/* Scroll to Top */
.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: red;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: background-color 0.3s ease-in-out;
}

    .scroll-to-top .circle {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scroll-to-top .triangle {
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 20px solid white;
    }


/****************************
    About Us
****************************/
#AboutIntro{
    padding-top: 25px;
}

#AboutIntro p {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
}

#AboutUsVideoSection,
#AboutInfo {
    padding-top: 25px;
}

#AboutInfo {
    padding-bottom: 50px;
}

    #AboutUsVideoSection .about-profile-grid {
        padding-top: 25px;        
    }

    #AboutUsVideoSection .about-profile-grid p{
        font-size: 14px;
    }

#AboutInfo ul{
    color: #000;
    font-size: 16px;
}

    .NormalBoldText {
        font-weight: 600;
    }

.ItalicNormalText {
    font-style: italic;
}

@media (min-width: 992px) {
    .embed-responsive-16by9 {
        padding-top: 100px;
    }
}

.pageTitle{
    padding-bottom: 50px;
}
/**********************************************
    Masters - Modernist Architects and Houses
***********************************************/
.warning-caption {
    background: rgba(255, 0, 8, 0.2);
    padding: 20px 10px 20px 10px;
}
/* Target all images within the table */
table img {
    max-width: 100%;
    height: auto;
    display: block; /* Remove any extra white space around the images */
    margin: 0 auto; /* Center the images horizontally within their parent container */
}

/* Make the table itself responsive on smaller screens */
table {
    width: 100%;
    max-width: 1600px; /* You can adjust this value as needed */
    margin: 0 auto;
    text-align: center;
}

strong {
    font-weight: 700;
}

/**********************************************
    Library
***********************************************/
#library{

}

    #library .LMenu,
    #resources .LMenu,
    #masters .LMenu {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #000;
        font-weight: 600;
    }

        #library .LMenu a.redTextCallout,
        #resources .LMenu a.redTextCallout,
        #masters .LMenu a.redTextCallout {
            color: #e31f26;
            font-weight: 600;
        }

#needed .table-container {
    overflow-x: auto;
}

#needed table {
    color: #000;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
#needed table a{
    color: #000;
}
    #needed table tr td:first-child {
        font-weight: 700;
    }

    #needed table tr td {
        white-space: nowrap;
    }

/**********************************************
    MOD Squad
***********************************************/
#modsquad ul {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

/**********************************************
    Misc
***********************************************/
.col-img-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* Style for images */
    .col-img-center img {
        max-width: 100%; 
        height: auto; 
    }
.col-img-container{
    height: 150px;
    padding-bottom: 15px;
}

#terms ol {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    list-style: decimal;
    margin: 1em 0;
    padding-left: 40px;
}

#london ul {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

/**********************************************
    Magazines
***********************************************/
#magazines .pageTitle {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
}

    #magazines .pageTitle a {
        color: #e31f26;
        font-weight: 600;
        text-decoration: underline;
    }