@charset "utf-8";
/* CSS Document */

/*html*/
:root {
    --font-body: 'Lato', sans-serif;
    /* --font-headline: 'Bodoni Moda', serif; */
    --font-headline: 'Playfair Display', serif;
    --font-subhead: 'Playfair Display', serif;
    
    /* Walker & Dunlop Brand Colors */
    --navy-blue: #002A4E;
    --blue: #1A4060;
    --bright-blue: #14BEF0;
    --grey: #63676b;
    --light-grey: #F2F2F2;
    --copper: #8e5531;
    --light-yellow: #fdf4dc;

    /* Custom Accent Color */
    --custom-accent: #002A4E;
}

::selection {
    background-color: var(--custom-accent);
    color: white;
}

html {
    font-size: 16px;
}

*:focus {
    outline: 0;
    border: 0;
}

body {
    color: var(--grey);
    font-family: var(--font-body);
    padding-top: 0px;
    position: inherit !important;
}

.main-container.container {
    padding: 0px;
    width: 100%;
    overflow-x: hidden;

}

/*lightbox*/
.modal-backdrop.in {
	opacity: 85%;
    background-color: var(--custom-accent);
}

.ekko-lightbox.modal {
	padding-right: 0 !important;
}

.ekko-lightbox.modal .modal-dialog {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0;
}

.ekko-lightbox.modal .modal-dialog .modal-body {
	height: 100vh;
	padding: 25px;
}

.ekko-lightbox-container {
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;

}

.ekko-lightbox.modal .modal-dialog .modal-body .ekko-lightbox-container img {
	margin: auto;
	max-width: 90vw;
	max-height: 90vh;
}

.ekko-lightbox .modal-header {
	border: 0;
	position: absolute;
	right: 0;
	z-index: 200;
}

.ekko-lightbox .modal-header .close {
	color: white;
	font-weight: 300;
	font-size: 32pt;
	opacity: 1;
}

.ekko-lightbox .modal-content {
	background: none;
	border: 0;
	box-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	width: 50px;
	opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	width: 50px;
	opacity: 1;
}

.ekko-lightbox .modal-footer {
	display: block;
	width: 100%;
	border: 0;
	position: absolute;
	bottom: 0;
}

.ekko-lightbox-nav-overlay a {
	display: flex !important;
	align-content: center;
	align-items: center;
	padding: 0;
}

.ekko-lightbox-nav-overlay a.glyphicon-chevron-right {
	justify-content: flex-end;
	padding: 0;
}

.ekko-lightbox-nav-overlay a.glyphicon-chevron-left {
	justify-content: flex-start;
	padding: 0;
}

.carousel-inner>.item>a>img {
	width: 375px;
	height: 260px;
	object-fit: cover;
	border: 7px solid #fff;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
	background: white;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	text-shadow: none;
	color: var(--custom-accent);
}

.glyphicon-chevron-right::before,
.glyphicon-chevron-left::before {
	position: absolute;
}

.glyphicon-chevron-left::before {
	content: "\f104";
	font: normal normal normal 25px/30px FontAwesome;
	left: 10px;
}

.glyphicon-chevron-right::before {
	content: "\f105";
	font: normal normal normal 25px/30px FontAwesome;
	right: 9px;
}

.gallery-item {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*fonts*/

h1,
h2,
h3,
h4,
h5,
h6,
.main-nav,
section.statistics .stat .info,
section.statistics .stat .desc {
    font-family: var(--font-body);
    font-weight: 400;
}

h1,
h2,
section.statistics .stat .info {
    font-family: var(--font-headline);
    font-weight: 400;
}

/* animations*/

.fade-in-aniamtion {
    animation-duration: 400ms;
}

/*nav*/

#main-nav {
    clear: both;
    margin-top: 0px;
    padding: 0;
}

.logo {
    float: left;
}

.logo img {
    height: 60px;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    padding: 0px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2000;
    transition: all ease-in-out .3s;
}

.navbar-brand a {
    border: 0px !important;
}
nav.main-nav.affix, nav.main-nav {
    background: var(--custom-accent);
    border: none;
    color: white;
    min-height: 75px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: all ease-in-out .3s;
}
nav.main-nav {
    z-index: 2;
    position: fixed;
    top: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    transition: all ease-in-out .3s;
}

nav.main-nav.affix {
    background: var(--custom-accent);
    border: none;
    color: white;
    min-height: 75px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: ease;
}

nav.main-nav ul {
    margin: 0;
    width: 100%;
    height: 67px;
    display: flex;
    justify-content: flex-end;
}

.navbar-nav>li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

nav.main-nav ul,
nav.main-nav li,
nav.main-nav a {
    font-size: 0.875rem;
    text-align: center;
    text-transform: uppercase;
}

.navbar-nav>li>a {
    border: none;
    color: white;
    opacity: .75;
    margin: 0;
    padding: 8px 12px;
}

nav.main-nav a:hover,
nav.main-nav a:focus,
nav.main-nav li.active a {
    background: none;
    border: none;
    color: white;
    opacity: 1;
    text-transform: uppercase;
}

nav.main-nav li.active a {
    color: white;        
}

nav.main-nav li.active a::after {
    content: "";
    width: 60%;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: -1px;
    left: 20%;      
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}

.btn-mobile-nav {
    margin-top: 17px;
}

/*header*/

header {
    background: var(--custom-accent);
    margin-top: 0px;
    min-height: 360px;
    height: 85vh;
}

header.no-image {
    background: var(--custom-accent);
    margin-top: 0px;
    padding: 140px 40px 60px;
    min-height: 360px;
    height: auto;
    border-bottom: 1px solid white;
}

header {
    position: relative;
}

header .header-intro,
header .header-intro .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .header-intro {
    text-shadow: 0px 0px 20px #002A4EBF;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 200;
    padding: 40px;
}


header .header-intro .inner {
    margin-bottom: 0px;
}

h1.intro {
    color: #fff;
    font-size: 2.75rem;
    margin-top: 0;
}

header h2 {
    color: #fff;
    font-family: var(--font-body);
    font-size: 1rem;
    letter-spacing: .0625rem;
    font-weight: 500;
    text-transform: uppercase;
}

header hr {
    display: none;
}

/*buttons*/

.links {
    margin-top: 40px;
}

.btn-bar {
    width: 100%;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 12px;
    display: flex;
    justify-content: flex-end;
    padding: 0 18px 0 0;
}

.btn.btn-outline,
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: var(--custom-accent);
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 20px;
    padding: 8px 24px 12px;
    margin-right: 12px;
    position: relative;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
    background-color: var(--custom-accent);
    border: 2px solid white;
    color: white;
}

.btn-brochure {}

.ca {
    display: none !important;
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: auto;
    width: 100%;
    z-index: 1000;
}

.ca .btn.btn-outline {
    background: var(--custom-accent);
    color: #fff;
    font-size: 0.875rem;
    margin: 0;
    padding: 10px 24px;
    position: relative;
    width: 100%;
    opacity: 1;
}

/*main body*/

.main.container-fluid {
    min-height: 400px;
    padding: 0px;
}

section {
    background: #fff;
    padding: 0 15px 50px;
}

section .col-sm-4,
section .col-sm-6,
section .col-sm-3 {
    margin-bottom: 50px;
}

section .col-sm-4:last-child,
section .col-sm-6:last-child,
section .col-sm-3:last-child {
    margin-bottom: 0px;
}

section .section-title {
    text-align: center;
}

section .section-title h2 {
    color: #63676b;
    display: inline-block;
    font-size: 2.75rem;
    font-family: var(--font-subhead);
    font-weight: 400;
    line-height: 1.2;
    margin: 40px 0;
    padding: 10px 0;
    text-align: center;
    z-index: 999;
}

section h3.subtitle {
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 36px;
    margin: 20px 0 0 0;
    text-align: left;
}

section h3.subtitle.first {
    margin-top: 0px;
}

section hr {
    display: none;
    border-top: 2px solid #cccccc;
    height: 1px;
    margin: -83px 0 83px 0;
}

section .content {
    margin-top: 20px;
    line-height: 24px;
}

section img.pull-left {
    padding: 0 15px 5px 0;
}

section img.pull-right {
    padding: 0 0 5px 15px;
}

section.photo-section {
    background: var(--light-grey);
    color: #666;
}

section.photo-section h2 {
    background: var(--light-grey);
}

section.photo-section a,
section.photo-section a:hover {
    color: #fff;
}

section.photo-section a:hover {
    text-decoration: underline;
}

section.statistics {
    background-color: var(--custom-accent);
    background-image: linear-gradient(0deg, var(--custom-accent) 50%, #ffffff0D 50%);
    background-size: 140px 140px;
    padding: 0;
}

section.statistics .inner {
    padding: 60px 0;
    text-align: center;
}

section.statistics .stat {
    display: inline-block;
    color: #fff;
    font-size: 3rem;
    margin: 0;
    padding: 20px;
    width: 100%;
}

section.statistics .icon {
    border: 1px solid white;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    width: 75px;
    height: 75px;
}

section.statistics .icon i {
    font-size: 26px;
}

section.statistics .stat .desc {
    font-size: 1.375rem;
    text-transform: capitalize;
}

section.map {
    padding: 0px;
}

section.map .map_address {
    text-align: center;
    padding: 15px;
    background-color: var(--light-grey);
}

section .photos img {
    max-height: 250px;
}

section ul li {
    margin-bottom: 5px;
    word-wrap: break-word;
}


/*contacts*/

section.contacts {
    text-align: center;
}

section.contacts .contacts_wrapper {
    display: block;
    width: 100%;
}

section.contacts .contact {
    display: block;
    margin: 0;
    padding: 0 5px 40px 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

section.contacts .contact a {
    color: var(--custom-accent);
    font-size: 1.125rem;
    transition: all ease-in-out .3s;
}

section.contacts .contact a:hover {
    color: var(--custom-accent);
    opacity: .75;
    text-decoration: none;
}

section.contacts img {
    margin-top: 40px;
}

/*tables*/

table {
    border: 0px;
    width: 100%;
}

table th,
table td {
    padding: 12px 8px;
}

table th {
    background: none;
    color: #333333;
}

table tr:nth-child(even) {
    background: var(--light-grey);
}

table.first_column td:first-child {
    color: #333333;
    font-weight: bold;
}

.table-responsive {
    border: 0px;
}

/*footer*/

footer {
    background: var(--custom-accent)!important;
    color: white;
    min-height: 60px;
    padding: 35px 15px 40px 15px;
    position: relative;
    text-align: center;
    font-size: 0.875rem;
}

footer a {
    color: white;
    display: inline-block;
    margin: 10px;
    transition: all ease-in-out .3s;
    opacity: .75;
}

footer a:hover,
footer a:focus {
    color: white;
    text-decoration: none;
    opacity: 1;
}

footer .btn-top {
    color: white;
    display: inline-block;
    margin-bottom: 20px;
    opacity: .75;
    padding: 4px 8px;
    font-size: 1.375rem;
}

footer .btn-top:hover,
footer .btn-top:focus {
    color: white;
    opacity: 1;
}

footer .disclaimer {
    padding: 0 10px;
}

footer .footer-logo {
    margin: 20px 0;
}

footer .footer-logo img {
    width: 400px;
}

.social>a>i {
    color: white;
    opacity: .75;
    font-size: 28px;
    padding: 6px 12px 6px 0;
}
.social>a:hover>i {
    color: white;
    opacity: 1;
    font-size: 28px;
    padding: 6px 12px 6px 0;
}


.btn-bar>a:hover>i {
    color: var(--custom-accent);
    text-decoration: none;
}


.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.ui-widget {
    font-size: 13px;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 0;
}

.ui-front {
    z-index: 9500;
}

.ui-widget-header {
    background: #b1b1b1;
    border: 0;
    border-bottom: 1px solid #b1b1b1;
    border-radius: 0px;
    color: #fff;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
}

.ui-dialog {
    border: 1px solid #b1b1b1;
    border-radius: 0px;
    color: #333;
    font-family: var(--font-body);
    font-weight: 300;
    max-width: 300px;
    padding: 0px;
    width: 100% !important;
}

.ui-dialog .ui-dialog-content {
    height: auto !important;
}

.ui-dialog ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

.ui-dialog ol li {
    list-style-type: decimal;
}

.ui-dialog ol.lower-alpha li {
    list-style-type: lower-alpha;
}

.ui-dialog ul {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

.ui-dialog ul li {
    list-style-type: disc;
}

.ui-dialog ul.main-dlg li {
    line-height: 2em;
}

.ui-dialog a:link {
    color: #0645AD;
    font-weight: normal;
}

.ui-dialog a:visited {
    color: #0645AD;
    font-weight: normal;
}

.ui-dialog a:hover {
    color: #0645AD;
    font-weight: normal;
}

.ui-dialog a:active {
    color: #0645AD;
    font-weight: normal;
}

.ui-dialog .ui-dialog-buttonpane {
    border-top: 1px solid #b1b1b1;
}

.ui-widget-content,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    color: #333;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 300;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 12px;
    padding: 1px 10px;
}

.ui-widget-content label {
    font-size: 0.875rem;
    font-weight: 300;
    padding-right: 10px;
    vertical-align: top;
}

#question {
    width: 100%;
}

.ui-widget-content .ui-state-default {
    background: #fff;
    border-color: #ccc;
    color: #333;
}

.ui-widget-content .ui-state-default:hover {
    background: #e6e6e6;
    border-color: #adadad;
    color: #333;
}


/*desktop & tablet*/

@media (min-width: 768px) {

    /*html*/
    body {
        font-size: 1rem;
    }

    .main-wrapper.container {
        padding: 0 15px;
    }

    section .col-sm-4,
    section .col-sm-6,
    section .col-sm-3 {
        margin-bottom: 0px;
    }

    /*nav*/
    #main-nav {
        clear: none;
    }

    nav.main-nav ul {
        margin: 52px 0 0;
        padding: 0 18px 0 0;
    }

    nav.main-nav a {
        display: inline-block;
    }

    nav.main-nav a {
        text-transform: uppercase;
    }

    /*header*/
    h1.intro {
        font-size: 3.375rem;
    }

    header h2 {
        font-size: 1.25rem;
        letter-spacing: .0625rem;
        font-weight: 500;
    }

    header .logo_intro {
        max-width: 300px;
    }

    header {
        position: relative;
    }

    header .header-intro,
    header .header-intro .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header .header-intro {
        width: 100%;
        height: 100%;
        z-index: 200;
    }

    /*buttons*/
    .ca {
        left: auto;
        right: 0;
        width: auto;
    }

    .ca .btn.btn-outline {
        font-size: 0.875rem;
        width: auto;
    }

    .ca .btn.btn-outline .fa {
        font-size: 1rem;
    }

    /*main body*/
    section .section-title h2 {
        padding: 10px 44px;
    }

    section h3.subtitle {
        font-size: 1.375rem;
    }

    section.statistics .stat {
        width: 50%;
    }

    section .content {
        line-height: 28px;
    }

    section hr {
        display: block;
    }

    /*contacts*/
    section.contacts .contacts_wrapper {
        display: block;
        width: 100%;
    }

    section.contacts .contact {
        display: inline-block;
        vertical-align: top;
        width: 33%;
    }

    /*footer*/
    footer a {
        margin: 20px 10px;
    }

    /*modal*/
    .tech-supp-form .form-label {
        text-align: right;
        width: 100px;
    }

    .tech-supp-form textarea {
        width: 325px;
    }

    .tech-supp-form input[type="text"] {
        width: 325px;
    }

    .tech-supp-form .captcha-image {
        float: left;
        margin: 10px 0 0 100px;
        width: auto;
    }

    .tech-supp-form .captcha-image img {
        max-width: none;
    }

    .tech-supp-form .captcha-response-label {
        margin: 10px 0 0 100px;
    }

    .tech-supp-form #captcha-response {
        margin: 10px 0 0 100px;
    }

    .tech-supp-form #captcha_reload_btn {
        display: inline-block;
        margin: 30px 0 0 10px;
    }

    .ui-dialog {
        max-width: none;
        width: auto !important;
    }

    #question {
        width: 325px;
    }

    #support-choice {
        min-height: 120px !important;
        max-width: none;
        overflow-x: hidden;
    }

    #support-choice fieldset input[type="text"] {
        width: 250px;
    }

    #support-choice div:first-child {
        width: 280px !important;
    }

    #support-choice div:last-child {
        width: 280px !important;
    }
}

/*desktop only*/

@media (min-width: 992px) {

    /*header*/
    h1.intro {
        font-size: 3.375rem;
    }

    header h2 {
        font-size: 1.25rem;
        letter-spacing: .0625rem;
        font-weight: 500;
    }

    /*main body*/
    section.statistics .stat {
        width: 25%;
    }
}

/*collapse on tablet*/

@media (max-width: 991px) {
    .navbar-brand {
        top: 17.5px;
        left: 17.5px;
        height: 40px;   
    }

    .logo img {
        height: 40px;
    }

    nav.main-nav {
        background: var(--custom-accent);
        min-height: 75px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        color: #ffffff;
        box-shadow: none;
    }

    .navbar-fixed-top {
        top: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    nav.main-nav ul {
        height: auto;
        clear: both;
        float: none;
        margin: 0;
    }

    #main-nav {
        clear: both;
        padding: 0;
    }

    nav.main-nav {
    }

    nav.main-nav ul,
    nav.main-nav li,
    nav.main-nav a {
        text-align: center;
        width: 100%;
        display: block;
    }

    .navbar-nav>li {
        float: none;
    }

    nav.main-nav a:hover,
    nav.main-nav a:focus,
    nav.main-nav li.active a {
        background: none;
    }

    nav.main-nav li.active a {
        color: white;        
    }

    nav.main-nav li.active a::after {
        content: "";
        width: 60%;
        height: 2px;
        background-color: white;
        position: absolute;
        bottom: -1px;
        left: 20%;      
    }

    /*main body*/
    section .section-title h2 {
        padding: 10px 0;
    }

    /*nav*/

    /*buttons*/
    .btn-bar {
        right: 58px;
        top: 22px;
    }

    .btn-bar .btn.btn-outline,
    .btn-bar .btn.btn-outline:hover {
        display: inline-block;
        height: 24px;
        margin: 0px;
        text-align: center;
        width: 30px;
    }

    .ca {
        display: block !important;
    }

    /*sections*/
    section hr {
        display: none;
    }
}

header .embed-responsive {
    position: static;
}

