﻿html {
    -webkit-text-size-adjust: 100%;
}

body {}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: #81C3E7;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
    box-shadow: 3px 3px 10px #0c4a68;
}

#return-to-top img {
    position: absolute;
    height: 1.15em;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-out;
}

#return-to-top:hover img {
    top: 45%;
    height: 1.3em;
}

.large_nav li {
    position: relative;
}

.slider {
    position: absolute;
    width: 0;
    height: 1px;
    right: 0;
    background: #BAA83D;
    transition: width .3s ease-out;
}

.large_nav li:hover .slider {
    width: 100%;
    left: 0;
    right: unset;
}

header {
    padding: .95em 1.75em .6em 1.75em;
    background: #0c4a68;
    position: relative;
}

/*.header_content::after,
header::after {
    content:"";
    display: table;
    clear: both;
}*/

.header_content {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.dropdown_menu {
    display: none;
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: scroll;
}

.menu_link_wrapper {
    font-size: .9em;
    position: relative;
    margin: 2em auto;
    width: 75%;
}

.profiles_sec:after, .bottom_info_wrapper:after, .link_wrapper:after, .footer_bottom:after, .q_content_wrapper:after, .question_sec:after, .contact_sec:after, .bio_thumbnail:after, .bio_wrapper:after, .sec_wrapper, .footer_middle:after, .footer_top:after, .small_nav li:after, .nav_sec:after, .logo_sec:after, #header_logo a:after, header:after, .menu_link_wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.close_icon {
    display: block;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    width: 32px;
    height: 32px;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.close_icon:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.close_icon:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 0;
    border-top: 3px solid #0C4A68;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.close_icon:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 0;
    border-top: 3px solid #0C4A68;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.menu_primary_links {
    padding: 1.5em 0 .6em 0;
    font-size: 2.05em;
    font-family: Spread-light;
    color: #0c4a68;
}

.menu_primary_links li {
    padding: .45em 0;
}

.menu_secondary_links {
    color: #BAA83D;
    font-size: .8em;
    padding-bottom: 6em;
}

.menu_secondary_links li {
    padding: 1em 0;
}

.menu_copyright_line {
    color: #0C4A68;
    font-size: .8em;
}

.menu_company_division_line {
    color: #81C3E7;
    font-size: 1.05em;
    width: 16em;
    font-family: Spread-Italic-Light;
    margin-top: .75em;
}

#header_logo {
    font-size: .95em;
    float: left;
    width: auto;
    margin: 0;
    position: static;
}

#header_logo img {
    height: 3em;
    width: 3em;
}

#header_logo_title_wrap {
    left: 3.25em;
    display: none;
}

.header_icon_sec {
    position: relative;
    float: right;
    margin-top: .65em;
}

header#top {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 95%;
    padding-right: 50px;
}

.menu_wrapper {
    float: right;
}

.menu_icon {
    height: auto;
    width: 2em;
    float: right;
    margin-top: 4px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.menu_title {
    display: none;
    cursor: default;
    border: none;
}

.menu_icon div {
    border-bottom: solid 2px white;
}

.menu_icon div:nth-of-type(2) {
    margin: 7px 0;
}

.header_icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5em;
    height: 1.55em;
    margin-top: 2px;
    margin-right: 1.5em;
}

.header_icon.shrink {
    margin-top: 0 !important;
    height: .83em !important;
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.search_box {
    position: relative;
    display: none;
    float: right;
    width: 10em;
    width: 0;
    margin-top: 2px;
    margin-right: 1em;
    border-bottom: solid 1px #baa83d;
}

.search_box input[type=text] {
    color: #baa83d;
    width: 85%;
    font-size: .8em;
}

.search_box input[type=text]::-moz-placeholder {
    color: #baa83d !important;
}

.search_box input[type=text]:-ms-input-placeholder {
    color: #baa83d !important;
}

.search_box input[type=text]:-moz-placeholder {
    color: #baa83d !important;
}

.search_box input[type=text]::-webkit-input-placeholder {
    color: #baa83d !important;
}

.submit_glass {
    display: none;
    position: absolute;
    height: 1.25em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    top: 50%;
}

.nav_sec {
    display: none;
    overflow: hidden;
}

.small_nav {
    color: #BAA83D;
    font-size: .7em;
    float: right;
    text-align: justify;
    width: 30%;
    max-width: 36em;
    margin-top: 1.2em;
    position: relative;
}

.small_nav li.active {
    color: rgba(0, 0, 0, .5);
}

.desk_search {
    position: absolute;
    right: 105%;
    width: 13em;
}

.nav_glassW {
    height: 1.2em;
    position: absolute;
    right: 0;
    height: .95em;
}

.nav_submit_glass {
    height: .95em;
    float: right;
    margin: 0 !important;
    margin-bottom: 0;
}

.small_nav li .search_box {
    width: 0;
    margin-bottom: -4px;
    padding-bottom: 2px;
    font-size: 1.15em;
}

small_nav search_box input[type=text] {}

.small_nav:after {
    content: '';
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.large_nav {
    float: right;
    clear: right;
    color: white;
    font-family: Spread-Light;
    font-size: 1.2em;
    margin-top: .2em;
    text-align: justify;
    width: 100%;
    max-width: 40em;
}


.nav_sec li {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav_sec li.selected {
    color: #0c4a68;
}

.large_nav:after {
    content: '';
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.footer_top {
    background: #0c4a68;
    background: #baa83d;
    padding: .75em 0;
    position: relative;
}

.conversation_wrapper {
    padding: 2.2em 0;
    margin: 0 2em;
}

.conversation_text {
    margin: 0 auto;
    margin-bottom: .7em;
}

.convers_ready {
    font-family: Spread-Light;
    margin-bottom: -6px;
    font-size: 2.155em;
}

.convers_start {
    font-family: Spread-Italic-Light;
    color: white;
    font-size: 2.128em;
}

.convers_input_wrapper {
    margin: 0 auto;
    position: relative;
    height: 2.3em;
}

.convers_input_wrapper input[type=email] {
    width: 95%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    background: white;
    border-radius: 0;
    outline: none;
    padding-left: .75em;
    color: #0c4a68;
    font-size: .8em;
    box-sizing: border-box;
}

.convers_input_wrapper input[type=email]::-webkit-input-placeholder {
    color: #0c4a68;
}

.submit_btn {
    display: block;
    width: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    background: #0c4a68;
    text-indent: -9999px;
}

.convers_arrow {
    height: .45em;
    width: .45em;
    border-bottom: solid 1px white;
    border-right: solid 1px white;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 1em;
}

.model_wrapper {
    display: none;
    position: relative;
    margin: .25em auto;
    display: inline-block;
    font-size: .9em;
}

.sample_footer_images {
    float: left;
    margin: 0 1.5em 0 2em;
}

.sample_footer_images img {
    background: #81C3E7;
    height: 3.55em;
    border-radius: 50%;
    margin: .4em;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sample_footer_images img:hover {
    background: #baa83d;
}

.model_text_wrapper {
    display: inline-block;
    margin-top: 4em;
}

.model_text_wrapper span {
    display: block;
}

.sample_sample {
    color: #baa83d;
    font-family: Spread-Light;
    font-size: 2.2em;
    margin-right: 2px;
}

.sample_model {
    color: white;
    font-size: 2.35em;
    font-family: Spread-Italic-Light;
    margin-bottom: 2px;
    margin-top: 2px;
}

.sample_free {
    font-size: .8em;
    color: #81C3E7;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.footer_middle {
    padding: 0em 2em 5em 2em;
    color: #0c4a68;
    font-size: .85em;
}

.profiles_sec {
    border-bottom: solid 1px #baa83d;
    padding: 3.75em 0 2.75em 0;
}

.profiles_header {
    font-size: 2.3em;
    font-family: Spread-Light;
    margin-bottom: .35em;
}

.bio_thumbnail {
    padding: .85em 0;
    cursor: pointer;
    display: block;
}

.bio_thumbnail:hover .rep_name, .bio_thumbnail:hover .rep_title {
    color: rgba(0, 0, 0, .7);
}

.bio_thumbnail:hover .image_background {
    background: #000;
}

.bio_thumbnail:hover img {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bio_thumbnail img {
    border-radius: 35px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.image_background {
    background: #fff;
    width: 4.85em;
    height: 4.85em;
    border-radius: 50%;
    float: left;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
}

.image_background img {
    display: block;
    width: 100%;
}

.rep_wrapper {
    float: left;
    margin: 1.5em 0 0 1em;
}

.rep_name {
    font-family: Spread-Light;
    font-size: 2em;
    margin-bottom: -4px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rep_title {
    font-size: .75em;
    color: #baa83d;
    line-height: 1.1em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 0 0 .5em 0;
}

.contact_question {
    padding: 3.25em 0 .5em 0;
}

.contact_sec {
    margin-bottom: 2.5em;
}

.c_content_wrapper {
    font-size: .9em;
    letter-spacing: .05em;
    line-height: 1.65em;
}

.contact_adress {
    margin-bottom: 2em;
    font-size: 100%;
}

.add_first_line {
    color: #baa83d;
    font-size: 100%;
}

.contact_numbers {
    margin-bottom: 1em;
}

.c_q_header {
    font-size: 2.35em;
    font-family: Spread-Light;
    margin: .35em 0 .35em 0;
}

.q_content_wrapper textarea {
    overflow: auto;
}

.q_content_wrapper textarea::-webkit-input-placeholder, .q_content_wrapper input[type=text]::-webkit-input-placeholder {
    color: #0c4a68;
    font-size: .8em;
}

.q_content_wrapper textarea::-moz-placeholder, .q_content_wrapper input[type=text]::-moz-placeholder {
    color: #0c4a68;
    font-size: .8em;
}

.q_content_wrapper textarea:-ms-input-placeholder, .q_content_wrapper input[type=text]:-ms-input-placeholder {
    color: #0c4a68;
    font-size: 1.1em;
}

.q_content_wrapper textarea:-moz-placeholder, .q_content_wrapper input[type=text]:-moz-placeholder {
    color: #0c4a68;
    font-size: .8em;
}

.q_content_wrapper input[type=text], .q_content_wrapper textarea {
    width: 100%;
    color: #0c4a68;
    box-sizing: border-box;
    border: solid 1px #baa83d;
    margin: .4em 0;
    padding: .85em .9em .65em .9em;
    border-radius: 0;
}

.q_content_wrapper textarea {
    height: 6em;
    font-family: AzoSans-Regular;
    margin-bottom: .6em;
}

.question_submit {
    COLOR: white;
    background: #0c4a68 !important;
    font-size: .75em;
    padding: .7em 1.2em .5em 1.2em !important;
    letter-spacing: .05em;
    float: left;
    border-radius: 0 !important;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    border: none;
    outline: none;
}

.question_submit:hover {
    background: #baa83d !important;
}

.required {
    font-size: .95em;
    font-family: Spread-Italic-Light;
    color: #baa83d;
    float: right;
    line-height: 4.5em;
    letter-spacing: .05em;
}

/* Bottom section of footer*/

.footer_bottom {
    background: #0c4a68;
    padding: 1em 2em 3em 2em;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: .05em;
    position: relative;
}

.footer_bottom .sec_wrapper {
    max-width: 1400px !important;
}

.footer_primary_links {
    color: white;
    font-family: Spread-Light;
    letter-spacing: .04em;
    font-size: 1.95em;
}

.footer_primary_links li {
    padding: .4em 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.large_nav li.selected, .large_nav li:hover, .footer_primary_links li:hover, .footer_primary_links li.selected {
    color: #baa83d;
}

.footer_secondary_links {
    color: #baa83d;
    font-size: .8em;
    margin-top: 2em;
}

.footer_secondary_links li {
    padding: 1em 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.small_nav li.active, .small_nav li:hover, .footer_secondary_links li.selected {
    color: rgba(0, 0, 0, .5);
}

.footer_secondary_links li:hover {
    color: white;
}

.link_wrapper {
    margin: 2em 0 4em 0;
}

.bottom_info_wrapper {
    position: relative;
}

.logo_sec {
    position: relative;
    margin-bottom: 2.75em;
    width: 17em;
}

.logo_sec img {
    height: 4.15em;
    width: 4.15em;
}

.logo_title_wrapper {
    position: absolute;
    left: 2.6em;
    top: 14%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-size: 1.9em;
}

.logo-lease-probe-wrap, .logo-real-physical-wrap {
    display: inline-block;
    vertical-align: top;
}

.logo-real-physical-wrap {
    border-left: 1px solid #BAA83D;
    padding-left: 15px;
    margin-left: 5px;
    color: #BAA83D;
}

.logo-real-physical-wrap_footer {
    left: 252px;
    width: 160px;
}

#footer_logo .logo-lease-probe-wrap {
    margin-top: 30px;
}

.logo_lease {
    font-family: Spread-Italic-Light;
}

.logo_real {
    font-family: Spread-Light;
}

.copyright_line {
    color: white;
    font-size: .7em;
    margin-bottom: 1em;
}

.copyright_line:hover {
    color: #baa83d;
}

.company_division_line {
    color: #81c3e7;
    font-family: Spread-Italic-Light;
    font-size: .85em;
    width: 15.5em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.company_division_line:hover {
    color: rgba(0, 0, 0, 6);
}

.submitMessage {
    font-family: Spread-Italic-Light;
    font-size: 1.6em;
    margin-left: .5em;
    display: inline-block;
    line-height: .9em;
    margin-top: .09em;
}

@media only screen and (max-width: 1092px) {
    .submitMessage {
        margin-top: .1em;
        font-size: 1.5em;
        margin-left: .5em;
    }
}

@media only screen and (max-width: 1092px) {
    .submitMessage {
        margin-top: .3em;
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 1400px) {
    .large_nav {
        font-size: 1em;
    }
}

@media only screen and (max-width: 858px) {
    .submitMessage {
        margin-top: -.5em;
        width: 100%;
        margin-left: 0;
        font-size: 1.4em;
    }
}

@media only screen and (min-width: 335px) {
    .model_text_wrapper {
        margin-top: 3.5em;
    }
}

@media only screen and (min-width: 375px) {
    .header_icon {
        margin-right: 2.25em;
    }
    .search_box {
        margin-right: 1.75em;
    }
    .footer_top {
        font-size: 1.05em;
    }
    .conversation_wrapper {
        margin: 0 2.5em;
    }
    .menu_link_wrapper {
        margin: 2.5em auto;
        font-size: 1.07em;
    }
    .rep_wrapper {
        margin-top: 1.5em;
    }
    .footer_top {
        font-size: 1.1em;
    }
    .footer_middle {
        font-size: .9em;
        padding: 0em 2.5em 4em 2.5em;
    }
    .footer_bottom {
        font-size: 1.1em;
        padding: 1em 2.5em 5.5em 2.5em;
    }
}

@media only screen and (min-width: 410px) {
    .footer_middle {
        font-size: .95em;
        padding: 0em 2.5em 4em 2.5em;
    }
    .footer_bottom {
        padding: 3em 2.5em;
    }
}

@media only screen and (min-width: 470px) {
    .model_text_wrapper {
        font-size: 1.2em;
        margin-top: 2.65em;
    }
    .company_division_line {
        width: auto;
    }
}

@media only screen and (min-width: 480px) {
    header {
        height: 3.95em;
        font-size: 1.1em;
    }
    .dropdown_menu {
        font-size: .9em;
    }
    .close_icon {
        right: 1.75em;
        top: 1.75em;
    }
    .close_icon:after, .close_icon:before {
        width: 25px;
        border-top: 3px solid #0C4A68;
    }
    .menu_link_wrapper {
        width: 82%;
        margin: 7em auto;
        font-size: .85em;
    }
    .menu_primary_links {
        padding: 0;
        display: inline-block;
    }
    .menu_primary_links li {
        padding: .35em 0;
    }
    .menu_primary_links li:hover, .menu_primary_links li.selected {
        color: #BAA83D;
    }
    .menu_primary_links li:first-of-type {
        padding-top: 0;
    }
    .menu_secondary_links {
        float: right;
        margin-top: 2%;
    }
    .menu_secondary_links li:first-of-type {
        padding-top: 0;
    }
    .menu_secondary_links li {
        padding: .9em 0;
    }
    .menu_secondary_links li:hover, .menu_secondary_links li.selected {
        color: rgba(0, 0, 0, .5);
    }
    .menu_copyright_line {
        font-size: .7em;
        margin-top: 6em;
    }
    .menu_company_division_line {
        width: 20em;
    }
    .menu_company_division_line br {
        display: none;
    }
    #header_logo_title_wrap {
        display: block;
        font-size: 1.5em;
        left: 1.5em;
        transform: scale(0.8)
    }
    #header_logo img {
        height: 3.5em !important;
        width: 3.5em !important;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .menu_title {
        display: block;
        position: absolute;
        font-size: 1.65em;
        top: 50%;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
        right: 1.75em;
        font-family: Spread-Light;
        color: white;
    }
    .header_icon_sec {
        margin-top: 1.1em;
    }
    .header_icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 8.5em;
        height: 1.25em;
        margin-top: 2px;
        margin-right: 0;
    }
    .search_box {
        margin-right: 6.5em;
        margin-top: 2px;
    }
    .footer_top {
        font-size: .7em;
        text-align: center;
    }
    .conversation_wrapper {
        padding: 2em 0;
        font-size: .95em;
    }
    .conversation_text {
        width: 85%;
        text-align: left;
        box-sizing: border-box;
        font-size: 1.26em;
    }
    .convers_start, .convers_ready {
        display: inline-block;
    }
    .convers_ready {
        margin-right: 2px;
    }
    .convers_input_wrapper {
        width: 85%;
        height: 2.6em;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
    }
    .convers_input_wrapper input[type=email] {
        position: static;
        -webkit-transform: none;
        transform: none;
        font-size: .865em;
        width: 100%;
    }
    .submit_btn {
        width: 6em;
        font-size: 1.15em;
        text-transform: uppercase;
        height: 100%;
        color: white;
        text-indent: 0;
    }
    .submit_wrapper {
        position: absolute;
        height: 100%;
        width: 6.1em;
        text-align: center;
        line-height: 2.65em;
        color: white;
        background: #baa83d;
        right: 0;
        top: 0;
        cursor: pointer;
    }
    .convers_arrow {
        display: none;
    }
    .model_wrapper {
        margin: .9em auto .75em auto;
    }
    .sample_footer_images {
        display: inline-block;
        float: right;
    }
    .sample_footer_images li {
        display: inline-block;
    }
    .sample_footer_images img {
        height: 3.95em;
    }
    .model_text_wrapper {
        position: relative;
        top: .35em;
        margin: 0 2em 0 0;
    }
    .model_text_wrapper span {
        display: inline-block;
    }
    .sample_free {
        text-align: left;
        display: block !important;
        margin-top: -1px;
        font-size: .9em;
    }
    .footer_middle {
        width: 80%;
        margin: 0 auto;
        padding: 0 0em 2.5em 0;
        font-size: .9em;
    }
    .profiles_sec {
        font-size: .95em;
        padding: 4.5em 0 4em 0;
    }
    .profiles_header {
        font-size: 2.1em;
        margin-bottom: .25em;
    }
    .thumb_pair_wrapper {
        width: 50%;
        margin: 0;
        padding: 0;
        font-size: .95em;
    }
    .bio_thumbnail {
        width: 100%;
        padding: .75em 0;
    }
    .thumb_pair_wrapper:first-of-type {
        float: left;
    }
    .thumb_pair_wrapper:last-of-type {
        float: right;
    }
    .bio_thumbnail:first-of-type, .bio_thumbnail:nth-of-type(2) {
        padding: 1em 0;
    }
    .image_background {
        height: 4em;
        width: 4em;
    }
    .rep_wrapper {
        margin: 1.2em 0 0 .5em;
    }
    .rep_name {
        font-size: 1.95em;
    }
    .rep_title {
        font-size: .61em;
    }
    .contact_question {
        padding: 5.25em 0 .5em 0;
    }
    .c_q_header {
        float: left;
        margin: 5px 0 0 0;
        font-size: 2em;
    }
    .q_content_wrapper, .c_content_wrapper {
        float: right;
        width: 56%;
        font-size: .55em;
    }
    .c_content_wrapper {
        font-size: .6em;
    }
    .contact_sec {
        margin-bottom: 1.75em;
    }
    .contact_numbers {
        float: right;
    }
    .contact_adress {
        float: left;
    }
    .q_content_wrapper {
        font-size: .7em;
    }
    .q_content_wrapper input[type=text], .q_content_wrapper textarea {
        padding: .9em 1em .65em 1em;
        margin: .4em 0;
        font-size: 1.05em;
    }
    .q_content_wrapper textarea {
        height: 7em;
    }
    .question_submit {
        padding: .8em 1.3em .6em 1.3em !important;
        font-size: 1.1em !important;
    }
    .footer_bottom {
        padding: 4em 3.5em;
        font-size: .7em;
    }
    .sec_wrapper {
        font-size: .78em;
        width: 100%;
        max-width: 1150px;
    }
    .logo_sec {
        margin-bottom: 0;
        position: absolute;
        right: -1em;
        bottom: 0;
        font-size: 1.1em;
    }
    .footer_primary_links {
        float: left;
    }
    .footer_secondary_links {
        float: right;
        margin-top: 0;
    }
    .link_wrapper {
        margin: 0em 0 7em 0;
    }
    .company_division_line {
        font-size: 1em;
    }
    #footer_logo .logo-lease-probe-wrap {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 525px) {
    .sec_wrapper {
        font-size: .85em;
    }
    .logo_title_wrapper {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 565px) {
    .sec_wrapper {
        font-size: .93em;
    }
    #header_logo_title_wrap {
        font-size: 1.7em;
        left: 1.7em;
        margin-top: 0;
    }
    #footer_logo .logo-lease-probe-wrap {
        margin-top: 19px;
    }
}

@media only screen and (min-width: 606px) {
    .menu_link_wrapper {
        font-size: 1.07em;
    }
    .sec_wrapper {
        font-size: 1em;
    }
    .profiles_sec {
        padding: 4.5em 0 4em 0;
    }
}

@media only screen and (min-width: 650px) {
    .conversation_wrapper {
        font-size: 1.2em;
    }
    .footer_middle {
        font-size: 1.1em;
        font-size: .95em;
    }
    .footer_bottom {
        font-size: .8em;
    }
}

@media only screen and (min-width: 675px) {
    .footer_middle {
        font-size: 1em;
    }
    .profiles_sec {
        padding: 5em 0 4.5em 0;
    }
}

@media only screen and (min-width: 736px) {
    .footer_middle {
        font-size: 1.1em;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown_menu {
        font-size: 1.2em;
    }
    .close_icon:after, .close_icon:before {
        width: 35px;
        border-top: 3px solid #0C4A68;
    }
    .conversation_text, .convers_input_wrapper {
        width: 85%;
    }
    .conversation_wrapper {
        font-size: 1em;
    }
    .footer_top {
        font-size: 1em;
    }
    .footer_middle {
        font-size: 1.05em;
    }
    .profiles_sec {
        padding: 5.5em 0 5em 0;
    }
    .footer_bottom {
        font-size: .95em;
    }
    .profiles_sec {
        font-size: .95em;
    }
    #footer_logo .logo-lease-probe-wrap {
        margin-top: 28px;
    }
}

@media only screen and (min-width: 960px) {
    header {
        font-size: .9em;
        height: 5em;
        padding: .95em 1.9em .6em 1.9em;
        background: white;
    }
    .header_content {
        font-size: 1.07em;
    }
    .large_nav, #header_logo_title_wrap {
        color: #0c4a68;
        margin-top: 5px;
    }
    .header_icon_sec {
        display: none;
    }
    .nav_sec {
        display: block;
    }
    .nav_glassW {
        right: 0;
        top: -1px;
        height: 1em;
    }
    .nav_submit_glass {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        height: 1em;
        float: right;
        margin: 0 !important;
        display: none;
    }
    .small_nav li .search_box {
        position: relative;
        width: 0;
        margin: 0 !important;
        margin-top: -3% !important;
        padding-bottom: 0px;
    }
    .small_nav .search_box input[type=text] {
        float: right;
        font-size: inherit !important;
        width: 100%;
    }
    #header_logo {
        font-size: .89em;
    }
    .conversation_wrapper {
        font-size: .85em;
        position: relative;
        margin: 1em auto;
        width: 85%;
        max-width: 1150px;
    }
    .conversation_text {
        display: inline-block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 54.5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 23.5em;
    }
    .convers_ready {
        margin-right: 4px;
    }
    .convers_input_wrapper {
        font-size: 1em;
        display: inline-block;
        float: right;
        right: 0;
        width: 27em;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .conversation_wrapper input[type=submit], .submit_btn {
        width: 5.75em;
    }
    .footer_middle {
        padding: 0em 0em 1em 0em;
        font-size: 1.15em;
        width: 85%;
        max-width: 1150px;
        margin: 0 auto;
    }
    .sec_wrapper {
        max-width: 1150px;
        margin: 0 auto 4em auto;
    }
    .footer_middle .sec_wrapper {
        margin: 5.75em auto 4em auto;
    }
    .profiles_sec {
        padding: 3em 0;
        width: 50%;
        box-sizing: border-box;
        float: left;
        border-bottom: none;
    }
    .profiles_header {
        width: 85%;
        font-size: 2em;
    }
    .bio_wrapper {
        width: 95%;
    }
    .thumb_pair_wrapper {
        float: none !important;
        width: 100%;
        font-size: 1em;
    }
    .bio_thumbnail {
        display: block;
        float: none !important;
        padding: .75em 0;
        width: 100%;
    }
    .rep_wrapper {
        margin: 1.35em 0 0 1.5em;
    }
    .rep_title {
        margin-top: -6px;
    }
    .contact_question {
        float: right;
        width: 50%;
        padding: 3em 0 6.5em;
        border-left: solid 1px #baa83d;
        box-sizing: border-box;
    }
    .c_q_header {
        margin: 0 0 .35em 0;
    }
    .contact_sec {
        width: 85%;
        float: right;
        margin-top: 0;
        margin-bottom: 3em;
    }
    .contact_adress {
        margin-bottom: 0;
    }
    .q_content_wrapper {
        position: relative;
        font-size: .7em;
    }
    .question_sec {
        width: 85%;
        float: right;
    }
    .c_content_wrapper, .q_content_wrapper {
        width: 100%;
    }
    .required {
        position: absolute;
        right: 0;
        top: -55px;
    }
    .footer_bottom {
        padding: 4em 0 0 0;
    }
    .link_wrapper {
        margin: 0em 0 5em 0;
    }
    .footer_bottom .sec_wrapper {
        width: 89%;
    }
    .footer_secondary_links {
        float: left;
        margin-left: 8em;
        font-size: .76em;
    }
    .copyright_line {
        float: left;
        font-size: .65em;
    }
    .company_division_line {
        float: right;
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 1024px) {
    .footer_bottom .logo_sec {
        bottom: 14.79em;
        font-size: 1.05em;
    }
}

@media only screen and (min-width: 1150px) {
    #header_logo_title_wrap {
        left: 2.4em;
        transform: scale(1)
    }
}


@media only screen and (min-width: 1200px) {
    header {
        height: 5.65em;
    }
    .header_content {
        font-size: 1.3em;
    }
    .small_nav {
        margin-top: .9em;
    }
    .small_nav li .search_box {
        font-size: 1em;
        margin-top: -2px !important;
        padding-bottom: 2px;
    }
    .nav_glassW {
        height: .9em;
        top: 1px;
    }
    .nav_submit_glass {
        top: 45%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .conversation_wrapper {
        width: 67.5em;
        font-size: 1em;
    }
    .convers_input_wrapper {
        width: 35.5em;
    }
    .footer_middle {
        padding: 0;
    }
    .profiles_sec {
        font-size: 1.06em;
    }
    .profiles_header {
        margin-bottom: .45em;
    }
    .rep_title {
        margin-top: -6px;
    }
    .required {
        line-height: 1em;
        top: -37px;
        font-size: 1.15em;
    }
    .contact_sec {
        margin-bottom: 4em;
    }
    .contact_sec, .question_sec {
        width: 75%;
    }
    .c_content_wrapper {
        font-size: .71em;
    }
    .q_content_wrapper {
        font-size: .71em;
    }
    .q_content_wrapper input[type=text], .q_content_wrapper textarea {
        padding: .65em .85em .65em .85em;
        margin: .4em 0;
        font-size: 1.1em;
    }
    .footer_bottom {
        padding: 5em 0 1em 0;
    }
}

@media only screen and (min-width: 2000px) {
    header {
        font-size: 1.3em;
    }
    .header_content {
        max-width: 1900px;
    }
    footer {
        font-size: 1.35em;
    }
    .conversation_wrapper, .sec_wrapper, .footer_middle {
        max-width: 1587px;
    }
    .footer_bottom .sec_wrapper {
        max-width: 1900px !important;
    }
    .small_nav li .search_box {
        padding-bottom: 0 !important;
        margin-top: -5px !important;
    }
    .nav_submit_glass {
        height: 1.5em;
        top: 50%;
    }
    .contact_numbers{
        float: left;
    }
}