/* Nav Styling */
nav {
    width: 100%;
    padding: 1.5em 100px;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

nav .sub-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav img {
    object-fit: contain;
}

nav .vertical-divider {
    width: 2px;
    margin: 0 1.5em;
    border-radius: 2px;
    background-color: #dbdbdb;
}

.agent-nav-info {
    display: flex;
    align-items: center;
    flex: 1;
}

.agent-nav-info .phone-number {
    text-align: left;
}

.agent-nav-info h1 {
    font-size: 1.6em;
    font-weight: bolder;
    padding: 0;
    margin: 0;
}

.agent-nav-info .contact {
    display: flex;
    margin-left: auto;
    margin-right: 1em;
    white-space: nowrap;
}

.agent-nav-info .contact div:first-child {
    margin-right: 1em;
}

.agent-nav-info i {
    margin: .25em;
}

@media only all and (max-width: 1400px) {
    .agent-nav-info .contact {
        flex-direction: column;
    }
}

@media only all and (max-width: 1030px) {
    nav {
        padding: 1em .75em;
    }
    nav img {
        width: 25vw;
        object-fit: contain;
    }
    .agent-nav-info h1 {
        font-size: 1.2em;
    }
}

@media only all and (max-width: 680px) {
    .agent-nav-info .contact {
        display: none;
    }
    nav .vertical-divider {
        margin: 0 .5em;
    }
}


/* Header Section */
.agent-header {
    display: flex;
    flex-wrap: wrap;
}

.agent-header .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.agent-header .info img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.agent-header .info .agent-name {
    font-weight: bolder;
}

.agent-header .info hr {
    width: 30px;
    height: 3px;
    background-color: #4cbdf9;
    margin: 0;
}

.agent-header .info .contact-info {
    text-align: center;
    margin: .3em 0;
}

.agent-header .message h1 {
    color: #4cbdf9;
    font-weight: bold;
}

.agent-header .message hr {
    background-color: #dbf2fe;
    height: 7px;
    width: 60px;
    border: none;
    margin: 1em 0;
}

.agent-header .message h2 {
    color: #000000;
    font-weight: bolder;
}

.agent-header .message p {
    margin: .5em 0;
}

.section-divider {
    width: 100%;
    max-width: none;
    color: #c9c9c9;
}

.core-value {
    text-align: left;
    padding: 0 3.25rem;
}

/* Form Styling */
.form-title {
    font-weight: bolder;
}

.form-border {
    border: 1px solid #dbdbdb;
}

.form-hr {
    margin: 1.5rem auto;
    background-color: #4cbdf9;
    width: 50px;
    height: 5px;
}

.recruitment-form-legal-statement {
    padding: 0 0rem;
    margin: auto;
}

.recruitment-form-legal-statement p {
    font-size: .8rem;
    text-align: center;
    color: #808080;
    margin: -15px auto 0 auto;
    max-width: 58.5rem;
}

/* Footer Styling */
.footer-copyright {
    display: flex;
    justify-content: center;
    background-color: #69727A;
    color: #fff;
    padding-bottom: 2rem;
    text-align: center;
}

.footer-copyright .sub-container {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-copyright .sub-container div:first-child {
    margin: 0 auto;
}

@media (max-width: 400px) {
    .footer-copyright .sub-container div:last-child a:first-child {
        display: block;
        padding-bottom: .5em;
    }
}


/* Left over styling from inline style tags*/

input[type="text"],
input[type="email"] {
    background: #F5F5F5;
    height: 40px;
    border: 2px solid #c9c9c9;
}
/* Customize the label (the container) */
.container {
display: block;
position: relative;
padding-left: 35px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
height: 24px;
}

/* Hide the browser's default checkbox */
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #F5F5F5;
border: 2px solid #c9c9c9;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.checkmark:before {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after,
.container input:checked ~ .checkmark:before {
display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    top: 4px;
    left: 11px;
    width: 3px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}
.container .checkmark:before {
    top: 10px;
    left: 5.9px;
    width: 3px;
    height: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #000;
}
.owners_circle_hide {
    display: none;
}
#hide-quote-line, #hide-quote {
    display: none;
}
.recruitment-graph-padding {
    padding-right: 3rem;
}
@media screen and (max-width:1023px) {
    .form-width {
        padding-right: 0;
    }
    .recruitment-graph-padding {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 500px;
    }
    .recruitment-graph-padding img {
        width: 100%;
    }
    #form-2 .grid-x.small-12 > div:first-child {
        flex-wrap: wrap;
    }
    #form-2 .grid-x.small-12 > div:nth-child(2) {
        flex-direction: row-reverse;
    }
    #form-2 .grid-x.small-12 > div:nth-child(2) > :last-child {
        margin: 0 !important;
        margin-right: 1rem !important;
    }
    #agentInfo {
        display: flex;
        flex-direction: column-reverse; 
    }
    #agentInfo > div:first-child {
        margin-top: 3rem !important;
    }
    #agentInfoMeta {
        justify-content: center;
    }
}
@media screen and (max-width:576px) {
    #agentInfoMeta {
        display: flex;
        flex-direction: column;
    }
}

.recruitment-form-submit-button {
    border-radius: 5px;

    width: 100%;
    padding: 20px 20px;
}
.agent-image {
    border: 2px solid #4cbdf9;
    border-radius: 100px;
    height: 150px;
    width: 150px;
    overflow: hidden;
}

