






/* ************************************************************************** *\
|* ****************************** GENERAL *********************************** *|
\* ************************************************************************** */

.btn {
    color: #4068a7;
    font: 700 11px 'Poppins', 'Helvetica';
    letter-spacing: 0.05rem;
    border: none;
    text-align: center;
    background-color: #FFF;
    min-width: 175px;
    padding: 9px 0;
    margin: 0 0 25px auto;
}

.btn:hover {
    color: #404040;
    background: #CCC;
}







/* ************************************************************************** *\
|* ****************************** GENERAL *********************************** *|
\* ************************************************************************** */

#hero {
	height: -webkit-calc(50vh - 80px);
	height: calc(50vh - 80px);
    background-position-y: -100px;
}

#hero .container { max-width: 1200px; }




/* ************************************************************************** *\
|* ********************************* INFO *********************************** *|
\* ************************************************************************** */

#info {
	display: block;
	width: 100%;
	padding: 75px 0 100px;
}


#info .inner {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}


#info .inner .left,
#info .inner .right {
	display: inline-block;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: top;
}

#info .inner .left { 
    width: -webkit-calc(100% - 360px); 
    width: calc(100% - 360px);
    max-width: 600px;
}

#info .inner .right {
    width: 325px;
    margin-left: 25px;
    /*float: right;*/
}






/* ************** .left .text *********** */

#info .inner .left .text {
	width: 100%;
	display: block;
}

#info .left .text p {
	width: 100%;
	display: block;

	color: #404040;
	font: 400 15px 'Poppins', 'Helvetica';
	text-align: left;
	margin: 0 0 0 0;
}

#info .left .text p:first-child { font-weight: 600; }

#info .left .text p:last-child { margin: 0 0 15px 0; }

#info .left .text div.separator:after { margin: 10px 0; }

#info .left .text h3 {
	color: #404040;
	font: 600 35px 'Poppins', 'Helvetica';
	text-align: left;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin: 0 0 0 0;
}







/* ***************** Form ************* */

#info .inner .form {
    width: 100%;
    display: block;
}

#info .form .cs-note {
    color: #999;
    text-align: right;
    font: 300 12px 'Montserrat', 'Helvetica';
    text-transform: capitalize;
    letter-spacing: 0.04rem;
    margin: 0;
}

/* Targets paragrpah contianer for the input */
#info div.wpcf7 form > p { margin: 0; }

#info div.wpcf7 form > p label { margin-bottom: -15px; }

#info .form .cs-apply-item {
    font-size: 15px;
    font-weight: 300;
    font: 400 13px 'Montserrat', 'Helvetica';
    margin: 0 0 15px 0;
    padding: 25px 10px;

    border-radius: 0;
    width: 100%;
    letter-spacing: 1px;

    background-color: #FFF;
    border: none;
    border-bottom: 2px solid #325182;

    -webkit-box-shadow: none;
    box-shadow: none;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#info .form .cs-apply-item:focus { 
    border-color: #4068a7;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#info .form .input-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-bottom: 20px;
}

#info .form #cs-msg {
    margin:;
	max-height: 500px;
    min-height: 150px;
    border: 2px solid #325182;
    padding: 11px 13px;
    margin: 10px 0 20px;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


#info .form #cs-msg:focus { 
    border-color: #4068a7;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}






/* ****************************************************************** *\
|* *********** STYLES BUTTONS FOR RESUME AND COVER LETTER *********** *|
\* ****************************************************************** */

#info .form .input-container label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;

    
    width: 300px;
    min-width: 150px;
    padding: 20px 0;
    margin: 0;

    color: white;
    background-color: #333;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
    letter-spacing: 2px;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#info .form .input-container label * { pointer-events: none; }
/*#info .form .input-container label:first-child { margin-right: 35px; }
#info .form .input-container label:last-child { margin-left: 35px; }*/

#info .form .input-container label:focus {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

#info .form .input-container label:hover {
    background-color: #325182;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* HIDES the physical input container  */
#info .form .cs-apply-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: none;
}








/* *************************************************************** *\
|* *********** STYLES BUTTONS FOR RESUME AND COVER LETTER ******** *|
\* *************************************************************** */


#info .form #cs-submit {
    color: #FFF;
    background-color: #325182;
    font: 700 13px 'Montserrat', 'Helvetica';
    letter-spacing: 2px;
    line-height: normal;
    border-radius: inherit;
    border:none;

    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 18px 0;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#info .form #cs-submit:hover {
    background-color: #4068a7;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}







/* *************************************************************** *\
|* **************************** #info .right ********************* *|
\* *************************************************************** */

#info .right .aep {
	width: 100%;
	display: block;
	padding: 0 10%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}

#info .right .aep div {
	display: block;
	margin: 35px 0;
	vertical-align: top;
}

#info .right .aep div:first-child {
	margin: 0 0 35px;
}

#info .right .aep h3.header {
	margin: 0;

	color: #404040;
	text-transform: capitalize;
	font: 600 18px 'Poppins', 'Helvetica';
	letter-spacing: 0.03em;
}

#info .right .aep h3.header:after {
	position: initial;
    display: block;
    content: '';
    height: 1px;
    width: 75px;
    margin: 0 0 5px;
    background-color: #325182;
}

#info .right .aep p {
	color: #404040;
	font: 300 13px 'Montserrat', 'Helvetica';
	margin: 0 0 5px;
	letter-spacing: 0.03em;
}

#info .right .aep .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

#info .right .btn-group .btn {
    color: #FFF;
    font: 700 11px 'Poppins', 'Helvetica';
    letter-spacing: 0.05rem;
    border: none;
    text-align: center;
    background-color: #325182;
    min-width: 200px;
    padding: 12px 0;
    margin: 8px 20px 8px 0;
}

#info .right .btn-group .btn:hover {
    color: #FFF;
    background: #4068a7;
}



/* *************************************************************** *\
|* **************************** #MAP ***************************** *|
\* *************************************************************** */

#map {
    position: relative;
    display: block;
    width: 100vw;
    height: 40vh;
    min-height: 300px;
    border-top: 2px solid #DDD;
}

#map .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: rgba(0, 0, 0, 0);
    z-index: 99999;
}

#map #google-map { overflow: visible; }











@media only screen and (max-width: 1280px) {
    #info {
        width: 95%;
        padding: 75px 0 50px;
        margin: 0 auto;
    }
}

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

@media only screen and (max-width: 1024px) {
    #info p { font: 400 14px 'Poppins', 'Helvetica' !important; }
    #info .left .text h3 { font-size: 35px; }
    #info .right .aep h3.header { font-size: 20px; }
    #info .right .aep h3.header:after { margin: 5px 0; }
}

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

}

@media only screen and (max-width:769px)  {
    #info {
        width: 95%;
        padding: 35px 0;
    }

    #info p { font-size: 13px !important; }

    #info .inner .left,
    #info .inner .right {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    #info .inner .right {
        margin: 40px auto 0;
    }

    #info .right .aep {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }


}

@media only screen and (max-width:480px) {
    #info .left .text h3 {
        line-height: 35px;
        font-size: 30px;
        margin: 10px 0;
    }

    #info .right .aep div:first-child { margin: 0 0 15px; }

    #info .right .aep div {
        margin: 15px 0;
    }
}

@media only screen and (max-width: 400px) {
    #info .left .text h3 {
        line-height: 30px;
        font-size: 26px;
    }
}



