@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    font-family: 'Montserrat';
    font-size: 22px;
    position: relative;
    overflow: auto;
    height: auto;
    min-height: 100% !important;
}

.menu-icon::after {
    background: #7c161a;
    -webkit-box-shadow: 0 7px 0 #7c161a, 0 14px 0 #7c161a;
    box-shadow: 0 7px 0 #7c161a, 0 14px 0 #7c161a;
}

.menu-icon:hover::after {
    background: #7c161a;
    -webkit-box-shadow: 0 7px 0 #7c161a, 0 14px 0 #7c161a;
    box-shadow: 0 7px 0 #7c161a, 0 14px 0 #7c161a;
}

.left-content-container {
    position: relative;
    background: #ffffffc4;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

/*button.orbit-previous {
  margin-top: 68px;
  background-color: #2c2824;
  border-radius: 30px;
  padding: 12px 22px 12px 22px;
}

button.orbit-next {
  margin-top: 68px;
  margin-right: 10px;
  background-color: #2c2824;
  border-radius: 30px;
  padding: 12px 22px 12px 22px;
  width: 102px;
}

button.orbit-next:hover {
  background-color: rgb(150, 105, 94, 1);
}*/

.topbar-responsive {
    padding: 1rem 1.5rem;
    /*background-color: rgb(150, 105, 94, 0.4);*/
    background-color: rgb(255 255 255 / 40%);
    position: absolute;
    height: 90px;
    width: 100%;
    z-index: 999;

}

img.get-assured-logo-top {
    width: 90px;
    height: auto;
}

.topbar-responsive .topbar-responsive-logo {
    color: #fefefe;
    vertical-align: middle;
}

.topbar-responsive .menu {
    color: #000000;
    background: none;
}

.topbar-responsive .menu li:last-of-type {
    margin-right: 0;
}

.topbar-responsive .menu a {
    color: #000000;
    transition: color 0.15s ease-in;
    padding-right: 20px;
    font-size: 18px;
}

.topbar-responsive .menu a:hover {
    color: #000000;
}


.orbit-slide {
    width: 100%;
    position: relative;
}

ul.orbit-container {
    height: auto !important;
}

li.orbit-slide {
    max-height: none !important;
}
.orbit-controls {
    text-align: center;
    margin: 1em 0;
}
.orbit-previous, .orbit-next {
    background-color: #000;
    position: unset;
    transform: unset;
}

/*button.orbit-previous {*/
/*  !* top: 675px; *!*/
/*  left: 420px;*/
/*  position: relative;*/
/*}*/

/*button.orbit-next {*/
/*  !* top: 676px; *!*/
/*  !* left: 760px; *!*/
/*  position: relative;*/
/*}*/

.submenu-container {
    background: rgb(202 184 178);
    border: none;
    margin-top: 10px!important;
    border-radius: 12px;
}

.submenu > a {
    padding: 10px!important;
    display: block;
    transition: .5s;
}


.submenu > a:hover {
    background-color: rgb(150, 105, 94, 0.4);
}



.banner {
    background-image: url(../img/Get\ Assured\ Banner.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    /*min-height: 95vh;*/
    padding-bottom: 12px;
    margin-top: 0px;
    position: initial;
}


.spacing-first {
    padding-top: 370px;
}

.spacing-first-home {
    padding-top: 150px;
}

.spacing {
    padding-top: 140px;
}

.spacing.about-us {
    padding-top: 20px;
}

.spacing-agent {
    padding-top: 40px;
}

p.get-assured-title {
    font-size: 92px;
    font-family: auto;
    color: #96695e;
    margin-bottom: 0;
    /*margin-left: -60px;*/
}

span.sub {
    font-weight: 500;
    font-size: 32px;
    /*margin-left: -56px;*/
}

p.sub2 {
    /*margin-left: -33px;*/
    margin-bottom: 0;
    font-size: 18px;
}

a.button-apply {
    background: #7c161a;
    color: #ffffff;
    padding: 16px 80px 16px 80px;
    border-radius: 34px;
    text-transform: uppercase;
    /*margin-left: -60px;*/
    font-size: 20px;
}

a.button-apply:hover {
    background: #a22c30;
}

a.button-apply:active, a.button-apply:focus {
    background: #696969!important;
}

p.btm-text {
    text-transform: uppercase;
    font-size: 30px;
    /*margin-left: -60px;*/
    /*margin-top: -60px;*/
}


:root {
    --primary: rgba(255, 255, 255, 0.85);
    --secondary: rgba(255, 255, 255, 0.85);
}

.all-background {
    background: linear-gradient(135deg, var(--primary), var(--secondary)),
    url('../img/ga-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    position: initial;
    height: auto;
    min-height: 90vh;
    padding-bottom: 40px;
    overflow-x: hidden;

}


p.cont-title {
    text-align: center;
}

span.cont-sub {
    font-size: 36px;
}

.second-content {
    /*text-align: center;*/
    padding-top: 60px;
}

.box-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box-container .box {
    background: #cb8e7e;
    color: #fff;
    font-size: 22px;
    padding: 45px 35px;
    border-radius: 20px;
    box-shadow: -4px 6px 22px #989898;
    text-align: center;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    cursor: pointer;
    transition: .5s;
}
.box-container .box input[type="radio"] {
    display: none;
}
.box-container .box.active, .box-container .box.active:hover {
    background: #9d4129;
}

.box-container .box:hover {
    background: #e19e8c;
}

.choice-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.choice-container .choice {
    text-align: center;
    padding: 25px 12px;
}

.choice-container .choice input[type="radio"] {
    display: none;
}

.choice-container .choice .choice-img {
    width: 214px;
    height: 172px;
}

.choice-container.column-2 {
    justify-content: flex-start!important;
}
.choice-container.column-2 .choice {
    width: 50% !important;
}


.choice-btn {
    margin-top: 16px;
    background: #d6ad60;
    color: #000000;
    padding: 14px 55px 14px 55px;
    border-radius: 20px;
    font-size: 20px;
    cursor: pointer;
    transition: .5s;
}
.choice-btn:hover {
    background: #eaaa32;
}

.choice-btn.active, .choice-btn.active:hover {
    background: #9d4129;
    color: #fff;
}

.choice-table {
    border-collapse: separate;
    border-spacing: 10px 15px;
}
.choice-table .choice-row {
    cursor: pointer;
}
.choice-table .choice-row input[type="radio"] {
    display: none;
}

.choice-table .choice-row td {
    border: none;
    font-weight: lighter;
    font-size: 20px;
    transition: .5s;
}

.choice-table .choice-row td.primary {
    background-color: #cb8e7e;
}

.choice-table .choice-row td.secondary {
    background-color: #e1c1ae;
}

.choice-table .choice-row:hover td.primary {
    background-color: #e19e8c;
}

.choice-table .choice-row:hover td.secondary {
    background-color: #e19e8c;
}

.choice-table .choice-row.active td, .choice-table .choice-row.active:hover td {
    background: #9d4129!important;
    color: #fff;
}







.box-left {
    background: #cb8e7e;
    color: #fff;
    font-size: 26px;
    padding: 72px 20px 70px 20px;
    border-radius: 20px;
    box-shadow: -4px 6px 22px #989898;
    text-align: left;
}

.box-mid {
    text-align: left;
    background: #cb8e7e;
    color: #fff;
    font-size: 26px;
    padding: 62px 20px 40px 20px;
    border-radius: 20px;
    box-shadow: -4px 6px 22px #989898;
}

.box-right {
    background: #cb8e7e;
    color: #fff;
    font-size: 26px;
    padding: 40px 20px 20px 20px;
    border-radius: 20px;
    box-shadow: -4px 6px 22px #989898;
    text-align: left;
}

button.sec-button-apply {
    background: #7c161a;
    color: #ffffff;
    padding: 12px 50px 12px 50px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-left: 100px;
    font-size: 20px;
}


a.single-btn {
    background: #d6ad60;
    color: #000000;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 20px;
}

a.multifamily-btn {
    background: #d6ad60;
    color: #000000;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 20px;
}

a.condominium-btn {
    background: #d6ad60;
    color: #000000;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 20px;
}

a.commercial-btn {
    background: #d6ad60;
    color: #000000;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 20px;
}

.product-img {
    width: 214px;
    height: 172px;
}


img.property-img {
    width: auto;
    height: 186px;
}

a.primary-btn {
    background: #d6ad60;
    color: #000000;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 20px;
}

a.secondary-home-btn {
    background: #d6ad60;
    color: #000000;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 20px;
}

a.investment-property-btn {
    background: #d6ad60;
    color: #000000;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 20px;
}


a.first-grp-btn {
    background: #d6ad60;
    color: #000000;
    padding: 14px 55px 14px 55px;
    border-radius: 20px;
    font-size: 20px;
    margin-bottom: -6px;
}

a.first-grp-btn.offer {
    padding-left: 62px;
    padding-right: 62px;
}

a.first-grp-btn.buying {
    padding-left: 120px;
    padding-right: 120px;
}

a.first-grp-btn.buying2 {
    padding-left: 90px;
    padding-right: 90px;
}


a.second-grp-btn {
    background: #d6ad60;
    color: #000000;
    padding: 14px 55px 14px 55px;
    border-radius: 20px;
    font-size: 20px;
    margin-bottom: -6px;
}

a.second-grp-btn.buying3 {
    padding-left: 100px;
    padding-right: 100px;
}

a.second-grp-btn.buying4 {
    padding-left: 120px;
    padding-right: 120px;
}

a.second-grp-btn.research {
    padding-left: 120px;
    padding-right: 120px;
}

a.second-grp-btn.others {
    padding-left: 110px;
    padding-right: 110px;
}


img.yes-img {
    margin-bottom: 6px;
    margin-left: 20px;
    width: 216px;
}

img.no-img {
    margin-bottom: -2px;
    margin-left: 20px;
    width: 210px;
}

a.yes-btn {
    background: #d6ad60;
    color: #000000;
    padding: 14px 55px 14px 55px;
    border-radius: 20px;
    text-transform: uppercase;
}


a.no-btn {
    background: #d6ad60;
    color: #000000;
    padding: 14px 55px 14px 55px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-left: 26px;
}


a.button.star-btn {
    background: #d6ad60;
    color: #000000;
    padding: 14px 40px 14px 40px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}

p.cont-sub {
    text-align: center;
    font-size: 42px;
    margin-top: -40px;
}

table {
    border-collapse: separate;
    border-spacing: 10px 15px;
}

th.th1 {
    background-color: #cb8e7e;
    border: none;
    font-weight: lighter;
    font-size: 20px;
}

th.th2 {
    background-color: #cb8e7e;
    border: none;
    font-weight: lighter;
    font-size: 20px;

}


th,
td {
    width: 150px;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    font-weight: lighter;
}

td.td.\32 nd-row {
    background-color: #e1c1ae;
    border: none;
}

td.td.\31 st-row {
    background-color: #cb8e7e;
    border: none;
}

.table-btn-container {
    text-align: center;
    padding-top: 40px;
}

a.button.tbl-button {
    padding: 16px 40px 16px 40px;
    border-radius: 20px;
    font-size: 18px;
    background-color: #282c24;
}


.page-title {
    font-size: 60px;
    /*margin-bottom: -30px;*/
    padding-top: 80px;
}

p.about-us-sub {
    font-size: 30px;
    text-transform: uppercase;
}

p.about-us-p {
    text-align: justify;
    font-size: 20px;
}


p.our-agents-title {
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    padding-top: 70px;
}

p.our-agents-title-2 {
    font-size: 44px;
    text-transform: uppercase;
}

p.our-agents-sub {
    text-align: justify;
    font-size: 22px;
}

.by-office {
    text-align: center;
}

.by-name {
    text-align: center;
}


.search {
    text-align: center;
    margin-left: 120px;
    display: flex;
}

.searchTerm {
    width: 64%;
    padding: 23px;
    border-radius: 10px 0 0 10px;
    outline: none;
    border: none;
}

.searchTerm:focus {
    color: #000000;
}

.searchButton {
    width: 50px;
    height: 46px;
    background: #ffffff;
    text-align: center;
    color: #fff;
    border-radius: 0px 10px 10px 0;
    cursor: pointer;
    font-size: 20px;
    outline: none;
}

i.fa-solid.fa-magnifying-glass {
    color: #a9a9a9;
}

img.agent-img {
    height: 300px;
    width: 100%;
}

p.agent-name {
    text-align: left;
    font-size: 28px;
    padding-top: 20px;
}

p.agent-occ {
    text-align: left;
    font-size: 28px;
    margin-top: -16px;
}

p.agent-spec {
    text-align: left;
    font-size: 16px;
}

/*button.orbit-previous.agent {*/
/*  margin-left: -120px;*/
/*  background: #000;*/
/*}*/

/*button.orbit-next.agent {*/
/*  margin-right: -120px;*/
/*  background: #000000;*/
/*}*/


p.mortgage-cont {
    font-size: 60px;
    margin-bottom: -30px;
}

p.mortgage {
    font-size: 60px;
    padding-top: 80px;
    text-align: left;
}

.contact-info {
    margin-left: 50px;
}

p.contact-us {
    font-size: 40px;
    margin-left: 20px;
}

p.mailing-address {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -4px;
}

span.mailing-address-sub {
    font-size: 16px;
}

.mailing {
    padding-bottom: 24px;
}

p.email-address {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -4px;
}

span.email-address-sub {
    font-size: 16px;
}

.email {
    padding-bottom: 24px;
}

p.contact-type {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -4px;
}

span.contact-type-sub {
    font-size: 16px;
}

.contact {
    padding-bottom: 24px;
}

p.phone-number {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -4px;
}


span.phone-number-sub {
    font-size: 16px;
}


.first-form {
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

.second-form {
    padding-top: 80px;
}

textarea.textarea {
    height: 150px;
}


.ga-logo {
    text-align: center;
    margin-top: 70px;
}


input.button.sec-button-apply {
    background: #7c161a;
    font-size: 24px;
    text-transform: uppercase;
    padding: 16px 60px 16px 60px;
    border-radius: 20px;
    /*margin-top: -240px;*/
    /*margin-left: 40px;*/
}
input.button.sec-button-apply:hover {
    background: #a22c30;
}

input.button.sec-button-apply:active, input.button.sec-button-apply:focus {
    background: #696969!important;
}

.topbar-responsive .menu .topbar-responsive-button {
    color: #fefefe;
    border-color: #fefefe;
    border-radius: 5000px;
    transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {
    color: #c6d1d8;
    border-color: #c6d1d8;
}

label.required:after {
    content: " *";
    color: #ff0000;
}

.has-loading {
    height: 120px;
    background: url('../../admin/images/loading.gif') center no-repeat;
    background-size: 80px 80px;
    -moz-background-size: 80px 80px;
    -o-background-size: 80px 80px;
    -webkit-background-size: 80px 80px;
}

.success.callout {
    background-color: #ffe1d9;
}

.warning.callout {
    background: #ab5f62;
    color: #fff;
}

.staff-image-container {
    overflow: hidden;
}

.staff-image-container img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive {
        padding: 0.75rem;
    }

    .topbar-responsive .top-bar-title {
        position: relative;
        width: 100%;
    }

    .topbar-responsive .top-bar-title span {
        position: absolute;
        right: 0;
        border: 1px solid #fefefe;
        border-radius: 5px;
        padding: 0.25rem 0.45rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .topbar-responsive .top-bar-title span .menu-icon {
        margin-bottom: 4px;
    }

    .topbar-responsive .menu a {
        padding: 0.875rem 0;
    }

    .topbar-responsive .menu .topbar-responsive-button {
        width: 100%;
        margin: 0.875rem 0;
    }

    .topbar-responsive-links {
        /*-webkit-animation-fill-mode: both;*/
        animation-fill-mode: both;
        /*-webkit-animation-duration: 0.5s;*/
        animation-duration: 0.2s;
        width: 100%;
        /*-webkit-animation: fadeIn 1s ease-in;*/
        animation: fadeIn 0.1s ease-in;
    }

    .box-container .box, .choice-container.column-2 .choice {
        width: 100% !important;
    }

    #flash-messages2 {
        width: 85% !important;
    }
}

@media only screen and (max-width: 768px) {

    .topbar-responsive {
        margin-top: 0px;
        position: inherit;
    }

    img.get-assured-logo-top {
        width: 70px;
        height: auto;
    }

    div#topbar-responsive {
        /*background-color: #db9987;*/
        background-color: #d4c2be;
        margin-top: -8px;
    }

    .spacing-first-home {
        padding-top: 10vh;
    }

    .spacing {
        padding-top: 20px;
    }


    .banner {
        background-image: url(../img/Get\ Assured\ Banner.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        padding-bottom: 10px;
        margin-top: 0px;
        position: initial;
        background-position: center;
    }

    .left-content {
        text-align: center;
    }

    .left-content-container {
        margin: 0 auto 20px;
    }

    p.get-assured-title {
        font-size: 2em;
        text-align: center;
        margin: 0 auto;
    }

    span.sub {
        font-weight: 500;
        font-size: 1em;
        margin: 0 auto;
    }

    p.sub2 {
        font-size: 0.8em;
    }

    a.button-apply {
        padding: 14px 40px 14px 40px;
        font-size: 16px;
        margin-left: 1px;
    }


    .btn-apply {
        text-align: center;

    }

    p.btm-text {
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        margin-top: -60px;
    }

    /*button.orbit-previous {*/
    /*  left: 32px;*/
    /*}*/
    /*****  LETS GET TO KNOW YOUR NEEDS SECTION  */
    .box-left {
        font-size: 20px;
        padding: 50px 10px 50px 10px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .box-mid {
        font-size: 20px;
        padding: 50px 10px 50px 10px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .box-right {
        font-size: 20px;
        padding: 50px 10px 50px 10px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    a.button.sec-button-apply {
        margin: 0 auto;
    }

    .an-btn-container {
        margin: 0 auto;
    }

    /*****  LETS GET TO KNOW YOUR NEEDS SECTION  */
    /*****  HOME DESCRIPTION SECTION  */
    .product-img {
        width: 280px;
        height: 200px;
    }

    a.single-btn {
        margin-top: 16px;
    }

    a.multifamily-btn {
        margin-top: 16px;
    }

    a.condominium-btn {
        margin-top: 16px;
    }

    a.commercial-btn {
        margin-top: 16px;
    }

    a.primary-btn {
        margin-top: 20px;
    }

    a.secondary-home-btn {
        margin-top: 20px;
    }

    a.investment-property-btn {
        margin-top: 20px;
    }

    a.button.sec-button-apply {
        margin: 0 auto;
    }

    .an-btn-container {
        margin: 0 auto;
    }


    .fifth-spacer {
        margin: 0 auto;
        margin-top: 30px;
    }

    a.second-grp-btn.buying3 {
        padding-left: 88px;
        padding-right: 88px;
    }

    a.second-grp-btn.buying4 {
        padding-left: 106px;
        padding-right: 106px;
    }

    a.second-grp-btn.research {
        padding-left: 106px;
        padding-right: 106px;
    }

    a.second-grp-btn.others {
        padding-left: 98px;
        padding-right: 98px;
    }

    img.yes-img {
        width: 144px;
    }

    img.no-img {
        width: 140px;
        max-width: 100%;
    }


    span.cont-sub {
        font-size: 36px;
        top: 30px;
        position: relative;
    }

    .first-form {
        padding-top: 0px;
    }

    .second-form {
        padding-top: 0px;
    }


    .page-title {
        text-align: center;
    }

    p.about-us-sub {
        text-align: center;
        font-size: 28px;
    }

    /*****  AGENT SECITON  */
    .search {
        text-align: center;
        margin-left: 0px;
        display: flex;
        padding-bottom: 30px;
    }

    .searchTerm {
        width: 100%;
    }

    /*****  END AGENT SECITON  */
    th.th1 {
        font-size: 14px;
    }

    td.td.\31 st-row {
        font-size: 14px;
    }

    th.th2 {
        font-size: 14px;
    }

    td.td.\32 nd-row {
        font-size: 14px;
    }

    /*****  CONTACT US SECITON  */
    .contact-info {
        padding-bottom: 25px;
    }

    .ga-logo {
        text-align: center;
        margin-top: -30px;
    }

    input.button.sec-button-apply {
        /*margin-top: -150px;*/
    }

    .contact-us-wrapper {
        padding-bottom: 140px;
    }

    /*****  END CONTACT US SECITON  */
    /*  button.orbit-next.agent {*/
    /*    margin-right: 0px;*/
    /*    background: #000000;*/
    /*}*/


}


.select2-selection {
    border-radius: 0!important;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1) !important;
    border: 1px solid #cacaca !important;
    padding: 0!important;
    height: 40px!important;
}
.select2-selection__choice{
    line-height: 19px!important;
    vertical-align: middle;
}
.select2-search__field {
    margin: 0!important;
    padding: .3rem!important;
    min-height: 30px !important;
}
span.select2-selection__arrow {
    height: 40px!important;
}
.select2-selection__rendered {
    line-height: 40px!important;
}

.policy-popper {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 1006;
    background-color: rgb(124 22 26 / 83%);
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: .3s;
}
.policy-popper:hover {
    background-color: rgb(124 22 26);
}

.policy-popper .close {
    font-size: 15px;
    border: 1px solid #d6ad60;
    padding: 7px 13px;
    border-radius: 12px;
    /* margin-top: 5px; */
    margin-left: 10px;
    color: #ffe2ad;
}
.policy-popper .close:hover {
    background: #d6ad60;
    color: #000;
}
.policy-popper a {
    color: #d6ad60;
}
.policy-popper a:hover {
    text-decoration: underline;
}

/*----------------------
----- Footer Styles ----
------------------------*/

#site-footer {
    padding-top:25px;
    padding-bottom:25px;
    /*background-color: rgb(150, 105, 94);*/
    background-color: #7c161a;
    color: #fff;
}

#site-footer p a {
    font-size: 25px;
    text-decoration: none;
}

#site-footer p {
    text-align: center;
}

.social-links {
    list-style:none;
    margin:0;
    padding:0;
}

.social-links li{
    display:inline-block;
    margin:0 5px;
    border-radius:3px;
    box-shadow:0 4px 0 transparent;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a {
    display:block;
    background: #7c161a;
    border: 1px solid #a22c30;
    color: #ffffff;
    font-size:21px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:50%;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a:hover {
    background: #a22c30;
    color: #ffffff;
}

ul.contact-links {
    margin: 0;
    list-style: none;
    font-size: 16px;
}

ul.affiliation-links {
    list-style: none;
    margin: 0 0 10px;
    font-size: 16px;
}

ul.affiliation-links li {
    display: inline-block;
}

ul.affiliation-links img{
    width:50px;
}


ul.affiliation-links a{
    color: #fff;
}
