/*

Theme Name: LDV Jobs
Description: Dedicated Wordpress theme for LDV Jobs

*/

html {
	background-color:#444;
}

body {
	display:block;
	color:#e4e5e7;
	font-family:'Open Sans', sans-serif;
	font-size:17px;
	margin:0 auto !important;
	line-height:28px;
	width:100%;
	max-width:1920px;
}

/*** Header styles ***/

.page-header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #e4e5e7;
    text-transform: uppercase;
    text-align: center;
    background-color: #1c2230;
    border-bottom: 1px solid #aaa;
	min-height:130px;
}

.page-header .container {
    position: relative;
}

.page-header .container:after,
.page-header .container:before {
    content: "";
    display: table
}

.page-header .container:after {
    clear: both
}

.page-header a {
    color: #e4e5e7;
    text-decoration:none;
}

.page-header-logo {
	position:absolute;
	float:left;
	left:0;
	padding:33px 7% 33px 7%;
    width: calc(22.666666% - 97px);
    height: 100%;
}

#location-map {
	width:77.333334%;
	float:right;
    padding-top:60px;
    padding-right:7%;
}

#location-map a {
    position:relative;
    float:right;
    bottom:0;
    margin-right:25px;
    margin-bottom:33px;
}

/*** Masthead styles ***/

#mobile-top-banner {
    display:none;
}

#top-banner {
    background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	-webkit-background-size:cover !important;
    display:-webkit-flexbox;
  	display:-ms-flexbox;
  	display:-webkit-flex;
  	display:flex;
    min-height:544px;
}

h1.main-heading {
    color: #e4e5e7;
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    line-height: 107%;
    margin:-100px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 29px #000, -1px -1px 0 #eae8e5, 1px -1px 0 #eae8e5, -1px 1px 0 #eae8e5, 1px 1px 0 #eae8e5, 1px 1px 5px #000, -1px -1px 5px #fff;
    -webkit-align-self:center;
  	align-self:center;
    width:100%;
}

h1.main-heading span.large-heading {
    font-size:100.5px;
    line-height:75%;
}

h1.main-heading span.small-heading {
    font-size:42px;
    letter-spacing:3px;
}

/*** Main Content styles ***/

#main-content {
	background-color:#2f3a7c;
    display:inline-block;
    margin-bottom:-7px;
	padding:75px 7%;
    width:86%;
    max-width:1920px;
}

#main-content p {
	letter-spacing:1.7px;
}

.main-copy {
    width:100%;
}

.main-copy.half {
    float:left;
    display:inline;
    padding-right:25px;
    width:calc(53% - 25px);
}

.main-video {
    float:right;
    display:inline;
    display:-webkit-flexbox;
  	display:-ms-flexbox;
  	display:-webkit-flex;
  	display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-align-items:center;
    -ms-align-items:center;
  	align-items:center;
    width:40%;
}

.button {
    background: linear-gradient(180deg, #f49235 35%, #e65e39 65%);
    display: inline-block;
    width: 270px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-right: 5px;
    margin-top: 40px;
    padding: 7px 15px;
    color: #e4e5e7;
    border: 2px solid #a9a9a9;
    border-radius: 0;
    cursor: pointer;
}

/*** Footer styles ***/

.page-footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1.2px;
    background-color: #302f2f;
}

.page-footer-main {
    padding: 45px 7% 60px 7%;
    border-top: 2px solid #5e5e5e;
}

.page-footer-main h4 {
    font-size:20px;
    text-transform:uppercase;
}

.page-footer-main a {
    color:#ffffff;
}

.page-footer-main:after,
.page-footer-main:before {
    content: "";
    display: table
}

.page-footer-main:after {
    clear: both
}

@media (min-width:1630px) {

    #top-banner {
        min-height:650px;
    }

}

@media (max-width:1200px) {

    #top-banner {
        min-height:450px;
    }

    .main-copy.half {
        float:none;
        clear:both;
        display:block;
        padding-right:0;
        width:100%;
    }

    .main-video {
        float:none;
        clear:both;
        padding-top:40px;
        width:100%;
    }

}

@media (max-width:980px) {

    #top-banner {
        min-height:315px;
    }

    h1.main-heading {
        font-size:55px;
    }

    h1.main-heading span.large-heading {
        font-size:76px;
    }

    h1.main-heading span.small-heading {
        font-size:34px;
    }

}

@media (max-width:800px) {

    body {
        font-size:15px;
    }

    #top-banner {
        background-position:center center !important;
        min-height:255px;
    }

    h1.main-heading {
        font-size:40px;
        line-height:110%;
        margin:-30px 0 0 0;
    }

    h1.main-heading span.large-heading {
        font-size:56px;
        line-height:80%;
    }

    h1.main-heading span.small-heading {
        font-size:26px;
    }

    #main-content {
        margin-bottom:-7px;
	    padding:45px;
        width:calc(100% - 90px);
    }

    .page-footer-main {
        padding:45px;
    }

}

@media (max-width:680px) {

    #top-banner {
        display:none;
    }

    #mobile-top-banner {
        background-size:cover !important;
	    -moz-background-size:cover !important;
	    -o-background-size:cover !important;
	    -webkit-background-size:cover !important;
        background-position:right center !important;
        display:-webkit-flexbox;
  	    display:-ms-flexbox;
  	    display:-webkit-flex;
  	    display:flex;
        min-height:255px;
    }

    h1.main-heading {
        text-shadow:none;
        -webkit-align-self: flex-end;
        align-self: flex-end;
        -moz-transform: translateY(105%);
        -ms-transform: translateY(105%);
        -o-transform: translateY(105%);
        -webkit-transform: translateY(105%);
        transform: translateY(105%);
    }

    .main-copy {
        margin-top:145px;
    }

    iframe {
        width:400px !important;
        height:240px !important;
    }

}

@media (max-width:480px) {

    body {
        font-size:14px;
    }

    #location-map a {
        margin-right:0;
    }

    h1.main-heading {
        font-size:32px;
        line-height:120%;
    }

    h1.main-heading span.large-heading {
        font-size:44.5px;
        line-height:85%;
    }

    h1.main-heading span.small-heading {
        font-size:22px;
    }

    #main-content {
	    padding:45px 30px;
        width:calc(100% - 60px);
    }

    .main-copy {
        margin-top:110px;
    }

    iframe {
        width:320px !important;
        height:192px !important;
    }

    .page-footer-main h4 {
        font-size:18px;
    }

    .page-footer-main {
        padding:45px 30px;
    }

    .page-footer {
        font-size:12px;
    }

}

@media (max-width:400px) {

    .page-header-logo {
        position:relative;
        float:none;
        clear:both;
        top:20px;
        padding:0 0 20px 0;
        width:100%;
    }

    #location-map {
        float:none;
        clear:both;
        margin:40px auto 20px auto;
        padding-top:0;
        padding-right:0;
        width:100%;
    }

    #location-map a {
        float:none;
        clear:both;
        margin-right:0;
        margin-bottom:33px;
    }

}

/*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}